diff --git a/apps/comments/l10n/af.js b/apps/comments/l10n/af.js index 79a32c162d..396c3f69f6 100644 --- a/apps/comments/l10n/af.js +++ b/apps/comments/l10n/af.js @@ -27,10 +27,7 @@ OC.L10N.register( "Comments for files" : "Kommentare vir lêers", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Jy was genoem op “{lêer}”, in die kommentaar van 'n gebruiker wat intussen geskrap is.", "{user} mentioned you in a comment on “{file}”" : "{gebruiker} het u in ’n kommentaar oor “{lêer}” genoem", - "Unknown user" : "Onbekende gebruiker", - "A (now) deleted user mentioned you in a comment on “%s”" : "’n (Nou) geskrapte gebruiker het u in ’n kommentaar op “%s” genoem", - "A (now) deleted user mentioned you in a comment on “{file}”" : "’n (Nou) geskrapte gebruiker het u in ’n kommentaar op “{lêer}” genoem", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s het u in ’n kommentaar op “%2$s” genoem", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Jy was genoem op \"%s\", in die kommentaar van 'n gebruiker wat intussen geskrap is." + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Jy was genoem op \"%s\", in die kommentaar van 'n gebruiker wat intussen geskrap is.", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s het u in ’n kommentaar op “%2$s” genoem" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/af.json b/apps/comments/l10n/af.json index 138ef06582..639d800649 100644 --- a/apps/comments/l10n/af.json +++ b/apps/comments/l10n/af.json @@ -25,10 +25,7 @@ "Comments for files" : "Kommentare vir lêers", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Jy was genoem op “{lêer}”, in die kommentaar van 'n gebruiker wat intussen geskrap is.", "{user} mentioned you in a comment on “{file}”" : "{gebruiker} het u in ’n kommentaar oor “{lêer}” genoem", - "Unknown user" : "Onbekende gebruiker", - "A (now) deleted user mentioned you in a comment on “%s”" : "’n (Nou) geskrapte gebruiker het u in ’n kommentaar op “%s” genoem", - "A (now) deleted user mentioned you in a comment on “{file}”" : "’n (Nou) geskrapte gebruiker het u in ’n kommentaar op “{lêer}” genoem", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s het u in ’n kommentaar op “%2$s” genoem", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Jy was genoem op \"%s\", in die kommentaar van 'n gebruiker wat intussen geskrap is." + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Jy was genoem op \"%s\", in die kommentaar van 'n gebruiker wat intussen geskrap is.", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s het u in ’n kommentaar op “%2$s” genoem" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/ar.js b/apps/comments/l10n/ar.js index 57a9f1d9e8..85c1031a5a 100644 --- a/apps/comments/l10n/ar.js +++ b/apps/comments/l10n/ar.js @@ -20,7 +20,6 @@ OC.L10N.register( "You commented on {file}" : "علقت على {file}", "%1$s commented on %2$s" : "%1$s كتب تعليق على %2$s", "{author} commented on {file}" : "{author} علّق على {file}", - "Comments for files" : "تعليقات على الملفات", - "Unknown user" : "مستخدم غير معروف" + "Comments for files" : "تعليقات على الملفات" }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/apps/comments/l10n/ar.json b/apps/comments/l10n/ar.json index fc0b5761d6..51524c3ed0 100644 --- a/apps/comments/l10n/ar.json +++ b/apps/comments/l10n/ar.json @@ -18,7 +18,6 @@ "You commented on {file}" : "علقت على {file}", "%1$s commented on %2$s" : "%1$s كتب تعليق على %2$s", "{author} commented on {file}" : "{author} علّق على {file}", - "Comments for files" : "تعليقات على الملفات", - "Unknown user" : "مستخدم غير معروف" + "Comments for files" : "تعليقات على الملفات" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" } \ No newline at end of file diff --git a/apps/comments/l10n/ast.js b/apps/comments/l10n/ast.js index a06ae9b1fc..4e4ac11a93 100644 --- a/apps/comments/l10n/ast.js +++ b/apps/comments/l10n/ast.js @@ -25,9 +25,6 @@ OC.L10N.register( "{author} commented on {file}" : "{autor} comentó en {ficheru}", "Comments for files" : "Comentarios pa ficheros", "{user} mentioned you in a comment on “{file}”" : "{user} mentóte nun comentariu de «{file}»", - "Unknown user" : "Usuariu desconocíu", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuariu (agora) desaniciáu mentóte nun comentariu de «%s»", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuariu (agora) desaniciáu mentóte nun comentariu de «{file}»", "%1$s mentioned you in a comment on “%2$s”" : "%1$s mentóte nun comentariu de «%2$s»" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/ast.json b/apps/comments/l10n/ast.json index f066f1cb4f..54685d9cf6 100644 --- a/apps/comments/l10n/ast.json +++ b/apps/comments/l10n/ast.json @@ -23,9 +23,6 @@ "{author} commented on {file}" : "{autor} comentó en {ficheru}", "Comments for files" : "Comentarios pa ficheros", "{user} mentioned you in a comment on “{file}”" : "{user} mentóte nun comentariu de «{file}»", - "Unknown user" : "Usuariu desconocíu", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuariu (agora) desaniciáu mentóte nun comentariu de «%s»", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuariu (agora) desaniciáu mentóte nun comentariu de «{file}»", "%1$s mentioned you in a comment on “%2$s”" : "%1$s mentóte nun comentariu de «%2$s»" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/bg.js b/apps/comments/l10n/bg.js index f866a0c03d..69101d6809 100644 --- a/apps/comments/l10n/bg.js +++ b/apps/comments/l10n/bg.js @@ -26,10 +26,7 @@ OC.L10N.register( "Comments for files" : "Коментари за файлове", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Бяхте споменат/а към “{file}”, в коментар от потребител, който вече е изтрит", "{user} mentioned you in a comment on “{file}”" : "{user} те спомена в коментар за “{file}”", - "Unknown user" : "Непознат потребител", - "A (now) deleted user mentioned you in a comment on “%s”" : "(Токущо) изтрит потребител те коментира в “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "(Токущо) изтрит потребител те спомена в коментар за “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s те спомена в коментар за “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Бяхте споменат/а на “%s”, в коментар от потребител, който вече е изтрит" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Бяхте споменат/а на “%s”, в коментар от потребител, който вече е изтрит", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s те спомена в коментар за “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/bg.json b/apps/comments/l10n/bg.json index b2e1b33a76..1af187a513 100644 --- a/apps/comments/l10n/bg.json +++ b/apps/comments/l10n/bg.json @@ -24,10 +24,7 @@ "Comments for files" : "Коментари за файлове", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Бяхте споменат/а към “{file}”, в коментар от потребител, който вече е изтрит", "{user} mentioned you in a comment on “{file}”" : "{user} те спомена в коментар за “{file}”", - "Unknown user" : "Непознат потребител", - "A (now) deleted user mentioned you in a comment on “%s”" : "(Токущо) изтрит потребител те коментира в “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "(Токущо) изтрит потребител те спомена в коментар за “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s те спомена в коментар за “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Бяхте споменат/а на “%s”, в коментар от потребител, който вече е изтрит" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Бяхте споменат/а на “%s”, в коментар от потребител, който вече е изтрит", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s те спомена в коментар за “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/ca.js b/apps/comments/l10n/ca.js index 17010bc69a..30a1f6475a 100644 --- a/apps/comments/l10n/ca.js +++ b/apps/comments/l10n/ca.js @@ -26,10 +26,7 @@ OC.L10N.register( "Comments for files" : "Comentaris per arxius", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Has estat mencionat a \"{file}\" en un comentari d'un usuari que ja no existeix", "{user} mentioned you in a comment on “{file}”" : "{user} us ha nomenat en un comentari de “{file}”", - "Unknown user" : "Usuari desconegut", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuari (ara) esborrat us ha nomenat en un comentari a “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuari (ara) esborrat us ha nomenat en un comentari de “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s us ha nomenat en un comentari a “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Has estat mencionat a \"%s\" en un comentari d'un usuari que ja no existeix" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Has estat mencionat a \"%s\" en un comentari d'un usuari que ja no existeix", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s us ha nomenat en un comentari a “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/ca.json b/apps/comments/l10n/ca.json index 13ecba6f07..0c45cc0697 100644 --- a/apps/comments/l10n/ca.json +++ b/apps/comments/l10n/ca.json @@ -24,10 +24,7 @@ "Comments for files" : "Comentaris per arxius", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Has estat mencionat a \"{file}\" en un comentari d'un usuari que ja no existeix", "{user} mentioned you in a comment on “{file}”" : "{user} us ha nomenat en un comentari de “{file}”", - "Unknown user" : "Usuari desconegut", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuari (ara) esborrat us ha nomenat en un comentari a “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuari (ara) esborrat us ha nomenat en un comentari de “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s us ha nomenat en un comentari a “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Has estat mencionat a \"%s\" en un comentari d'un usuari que ja no existeix" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Has estat mencionat a \"%s\" en un comentari d'un usuari que ja no existeix", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s us ha nomenat en un comentari a “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/cs.js b/apps/comments/l10n/cs.js index 7291a7cdda..b9860ad83f 100644 --- a/apps/comments/l10n/cs.js +++ b/apps/comments/l10n/cs.js @@ -28,10 +28,7 @@ OC.L10N.register( "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Byli jste zmíněni v souboru “{file}”, v komentáři od uživatele, který byl později smazán", "{user} mentioned you in a comment on “{file}”" : "{user} vás zmínil(a) v komentáři u „{file}“", "Files app plugin to add comments to files" : "Zásuvný modul do aplikace Soubory pro přidávání komentářů k souborům", - "Unknown user" : "Neznámý uživatel", - "A (now) deleted user mentioned you in a comment on “%s”" : "(Nyní) už smazaný uživatel vás zmínil v komentáři na „%s“.", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Nyní už smazaný uživatel vás zmínil v komentáři u „{file}“", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s vás zmínil(a) v komentáři u %2$s", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Byli jste zmíněni v „%s“, v komentáři od uživatele, který byl později smazán" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Byli jste zmíněni v „%s“, v komentáři od uživatele, který byl později smazán", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s vás zmínil(a) v komentáři u %2$s" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/apps/comments/l10n/cs.json b/apps/comments/l10n/cs.json index da1ebee55d..c6b8b72c97 100644 --- a/apps/comments/l10n/cs.json +++ b/apps/comments/l10n/cs.json @@ -26,10 +26,7 @@ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Byli jste zmíněni v souboru “{file}”, v komentáři od uživatele, který byl později smazán", "{user} mentioned you in a comment on “{file}”" : "{user} vás zmínil(a) v komentáři u „{file}“", "Files app plugin to add comments to files" : "Zásuvný modul do aplikace Soubory pro přidávání komentářů k souborům", - "Unknown user" : "Neznámý uživatel", - "A (now) deleted user mentioned you in a comment on “%s”" : "(Nyní) už smazaný uživatel vás zmínil v komentáři na „%s“.", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Nyní už smazaný uživatel vás zmínil v komentáři u „{file}“", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s vás zmínil(a) v komentáři u %2$s", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Byli jste zmíněni v „%s“, v komentáři od uživatele, který byl později smazán" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Byli jste zmíněni v „%s“, v komentáři od uživatele, který byl později smazán", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s vás zmínil(a) v komentáři u %2$s" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file diff --git a/apps/comments/l10n/da.js b/apps/comments/l10n/da.js index da24d08a82..e3ee797a3e 100644 --- a/apps/comments/l10n/da.js +++ b/apps/comments/l10n/da.js @@ -26,10 +26,7 @@ OC.L10N.register( "Comments for files" : "Kommentarer for filer", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Du blev nævnt i \"{file}”, I en kommentar af en bruger der siden er blevet slettet", "{user} mentioned you in a comment on “{file}”" : "{user} nævnte dig i en kommentarer på \"{file}\"", - "Unknown user" : "Ukendt bruger", - "A (now) deleted user mentioned you in a comment on “%s”" : "En (nu) slettet bruger nævnte dig i en kommentarer på “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "En (nu) slettet bruger nævnte dig i en kommentarer på \"{file}\"", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s nævnte dig i en kommentarer på “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Du blev nævnt i \"%s”, I en kommentar af en bruger der er blevet slettet efterfølgende" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Du blev nævnt i \"%s”, I en kommentar af en bruger der er blevet slettet efterfølgende", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s nævnte dig i en kommentarer på “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/da.json b/apps/comments/l10n/da.json index 2a93e1141d..4550b4ced8 100644 --- a/apps/comments/l10n/da.json +++ b/apps/comments/l10n/da.json @@ -24,10 +24,7 @@ "Comments for files" : "Kommentarer for filer", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Du blev nævnt i \"{file}”, I en kommentar af en bruger der siden er blevet slettet", "{user} mentioned you in a comment on “{file}”" : "{user} nævnte dig i en kommentarer på \"{file}\"", - "Unknown user" : "Ukendt bruger", - "A (now) deleted user mentioned you in a comment on “%s”" : "En (nu) slettet bruger nævnte dig i en kommentarer på “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "En (nu) slettet bruger nævnte dig i en kommentarer på \"{file}\"", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s nævnte dig i en kommentarer på “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Du blev nævnt i \"%s”, I en kommentar af en bruger der er blevet slettet efterfølgende" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Du blev nævnt i \"%s”, I en kommentar af en bruger der er blevet slettet efterfølgende", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s nævnte dig i en kommentarer på “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/de.js b/apps/comments/l10n/de.js index 7dd70ea940..75efe516c5 100644 --- a/apps/comments/l10n/de.js +++ b/apps/comments/l10n/de.js @@ -28,10 +28,7 @@ OC.L10N.register( "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Du wurdest in einem Kommentar auf \"{file}\" von einem bereits gelöschten Nutzer erwähnt", "{user} mentioned you in a comment on “{file}”" : "{user} hat Dich in einem Kommentar zu “{file}” erwähnt ", "Files app plugin to add comments to files" : "Ein Plugin für die Dateien-App zum Kommentieren von Dateien", - "Unknown user" : "Unbekannter Benutzer", - "A (now) deleted user mentioned you in a comment on “%s”" : "Ein (nun) gelöschter Benutzer hat Dich in einem Kommentar zu \"%s\" erwähnt", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Ein (nun) gelöschter Benutzer hat Dich in einem Kommentar zu “{file}” erwähnt", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s hat Dich in einem Kommentar zu “%2$s” erwähnt ", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Du wurdest in einem Kommentar auf \"%s\" von einem bereits gelöschten Nutzer erwähnt" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Du wurdest in einem Kommentar auf \"%s\" von einem bereits gelöschten Nutzer erwähnt", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s hat Dich in einem Kommentar zu “%2$s” erwähnt " }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/de.json b/apps/comments/l10n/de.json index 7601134dde..cb1e522f9d 100644 --- a/apps/comments/l10n/de.json +++ b/apps/comments/l10n/de.json @@ -26,10 +26,7 @@ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Du wurdest in einem Kommentar auf \"{file}\" von einem bereits gelöschten Nutzer erwähnt", "{user} mentioned you in a comment on “{file}”" : "{user} hat Dich in einem Kommentar zu “{file}” erwähnt ", "Files app plugin to add comments to files" : "Ein Plugin für die Dateien-App zum Kommentieren von Dateien", - "Unknown user" : "Unbekannter Benutzer", - "A (now) deleted user mentioned you in a comment on “%s”" : "Ein (nun) gelöschter Benutzer hat Dich in einem Kommentar zu \"%s\" erwähnt", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Ein (nun) gelöschter Benutzer hat Dich in einem Kommentar zu “{file}” erwähnt", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s hat Dich in einem Kommentar zu “%2$s” erwähnt ", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Du wurdest in einem Kommentar auf \"%s\" von einem bereits gelöschten Nutzer erwähnt" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Du wurdest in einem Kommentar auf \"%s\" von einem bereits gelöschten Nutzer erwähnt", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s hat Dich in einem Kommentar zu “%2$s” erwähnt " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/de_DE.js b/apps/comments/l10n/de_DE.js index d146d09202..c1cc7118e3 100644 --- a/apps/comments/l10n/de_DE.js +++ b/apps/comments/l10n/de_DE.js @@ -28,10 +28,7 @@ OC.L10N.register( "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Sie wurden in einem Kommentar auf \"{file}\" von einem bereits gelöschten Nutzer erwähnt", "{user} mentioned you in a comment on “{file}”" : "{user} hat Sie in einem Kommentar zu “{file}” erwähnt", "Files app plugin to add comments to files" : "Ein Plugin für die Dateien-App zum Kommentieren von Dateien", - "Unknown user" : "Unbekannter Benutzer", - "A (now) deleted user mentioned you in a comment on “%s”" : "Ein (nun) gelöschter Benutzer hat Sie in einem Kommentar zu \"%s\" erwähnt", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Ein (nun) gelöschter Benutzer hat Sie in einem Kommentar zu “{file}” erwähnt", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s hat Sie in einem Kommentar zu “%2$s” erwähnt.", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Sie wurden in einem Kommentar auf \"%s\" von einem bereits gelöschten Nutzer erwähnt" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Sie wurden in einem Kommentar auf \"%s\" von einem bereits gelöschten Nutzer erwähnt", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s hat Sie in einem Kommentar zu “%2$s” erwähnt." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/de_DE.json b/apps/comments/l10n/de_DE.json index e49268d705..ff6f7d5958 100644 --- a/apps/comments/l10n/de_DE.json +++ b/apps/comments/l10n/de_DE.json @@ -26,10 +26,7 @@ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Sie wurden in einem Kommentar auf \"{file}\" von einem bereits gelöschten Nutzer erwähnt", "{user} mentioned you in a comment on “{file}”" : "{user} hat Sie in einem Kommentar zu “{file}” erwähnt", "Files app plugin to add comments to files" : "Ein Plugin für die Dateien-App zum Kommentieren von Dateien", - "Unknown user" : "Unbekannter Benutzer", - "A (now) deleted user mentioned you in a comment on “%s”" : "Ein (nun) gelöschter Benutzer hat Sie in einem Kommentar zu \"%s\" erwähnt", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Ein (nun) gelöschter Benutzer hat Sie in einem Kommentar zu “{file}” erwähnt", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s hat Sie in einem Kommentar zu “%2$s” erwähnt.", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Sie wurden in einem Kommentar auf \"%s\" von einem bereits gelöschten Nutzer erwähnt" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Sie wurden in einem Kommentar auf \"%s\" von einem bereits gelöschten Nutzer erwähnt", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s hat Sie in einem Kommentar zu “%2$s” erwähnt." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/el.js b/apps/comments/l10n/el.js index bc7402cb4c..6c13b4f4c2 100644 --- a/apps/comments/l10n/el.js +++ b/apps/comments/l10n/el.js @@ -25,9 +25,6 @@ OC.L10N.register( "{author} commented on {file}" : "Ο {author} σχολίασε στο {file}", "Comments for files" : "Σχόλια για αρχεία", "{user} mentioned you in a comment on “{file}”" : "Ο {user} σας ανέφερε σε σχόλιο στο “{file}”", - "Unknown user" : "Άγνωστος χρήστης", - "A (now) deleted user mentioned you in a comment on “%s”" : "Ο (πρόσφατα) διεγραμμένος χρήστης σας ανέφερε σε σχόλιο στο “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Ο (πρόσφατα) διεγραμμένος χρήστης σας ανέφερε σε σχόλιο στο “{file}”", "%1$s mentioned you in a comment on “%2$s”" : "%1$s σας ανέφερε σε σχόλιο στο “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/el.json b/apps/comments/l10n/el.json index 45cfeafb1a..cb71d77074 100644 --- a/apps/comments/l10n/el.json +++ b/apps/comments/l10n/el.json @@ -23,9 +23,6 @@ "{author} commented on {file}" : "Ο {author} σχολίασε στο {file}", "Comments for files" : "Σχόλια για αρχεία", "{user} mentioned you in a comment on “{file}”" : "Ο {user} σας ανέφερε σε σχόλιο στο “{file}”", - "Unknown user" : "Άγνωστος χρήστης", - "A (now) deleted user mentioned you in a comment on “%s”" : "Ο (πρόσφατα) διεγραμμένος χρήστης σας ανέφερε σε σχόλιο στο “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Ο (πρόσφατα) διεγραμμένος χρήστης σας ανέφερε σε σχόλιο στο “{file}”", "%1$s mentioned you in a comment on “%2$s”" : "%1$s σας ανέφερε σε σχόλιο στο “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/en_GB.js b/apps/comments/l10n/en_GB.js index 065babddf5..aac6d4c7f8 100644 --- a/apps/comments/l10n/en_GB.js +++ b/apps/comments/l10n/en_GB.js @@ -27,10 +27,7 @@ OC.L10N.register( "Comments for files" : "Comments for files", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "You were mentioned on “{file}”, in a comment by a user that has since been deleted", "{user} mentioned you in a comment on “{file}”" : "{user} mentioned you in a comment on “{file}”", - "Unknown user" : "Unknown user", - "A (now) deleted user mentioned you in a comment on “%s”" : "A (now) deleted user mentioned you in a comment on “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "A (now) deleted user mentioned you in a comment on “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s mentioned you in a comment on “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "You were mentioned on “%s”, in a comment by a user that has since been deleted" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "You were mentioned on “%s”, in a comment by a user that has since been deleted", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s mentioned you in a comment on “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/en_GB.json b/apps/comments/l10n/en_GB.json index fc3a43a446..fbaf98b41f 100644 --- a/apps/comments/l10n/en_GB.json +++ b/apps/comments/l10n/en_GB.json @@ -25,10 +25,7 @@ "Comments for files" : "Comments for files", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "You were mentioned on “{file}”, in a comment by a user that has since been deleted", "{user} mentioned you in a comment on “{file}”" : "{user} mentioned you in a comment on “{file}”", - "Unknown user" : "Unknown user", - "A (now) deleted user mentioned you in a comment on “%s”" : "A (now) deleted user mentioned you in a comment on “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "A (now) deleted user mentioned you in a comment on “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s mentioned you in a comment on “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "You were mentioned on “%s”, in a comment by a user that has since been deleted" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "You were mentioned on “%s”, in a comment by a user that has since been deleted", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s mentioned you in a comment on “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/es.js b/apps/comments/l10n/es.js index 182f99a45b..b5ba7a5d9d 100644 --- a/apps/comments/l10n/es.js +++ b/apps/comments/l10n/es.js @@ -28,10 +28,7 @@ OC.L10N.register( "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te han mencionado en \"{file}\", en un comentario de un usuario que después ha sido eliminado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", "Files app plugin to add comments to files" : "Plugin de la app de Archivos para añadir comentarios a archivos.", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) eliminado, te mencionó en un comentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) eliminado, te mencionó en un comentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te han mencionado en \"%s\", en un comentario por un usuario que después ha sido eliminado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te han mencionado en \"%s\", en un comentario por un usuario que después ha sido eliminado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es.json b/apps/comments/l10n/es.json index e1c813b605..7c266dce75 100644 --- a/apps/comments/l10n/es.json +++ b/apps/comments/l10n/es.json @@ -26,10 +26,7 @@ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te han mencionado en \"{file}\", en un comentario de un usuario que después ha sido eliminado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", "Files app plugin to add comments to files" : "Plugin de la app de Archivos para añadir comentarios a archivos.", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) eliminado, te mencionó en un comentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) eliminado, te mencionó en un comentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te han mencionado en \"%s\", en un comentario por un usuario que después ha sido eliminado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te han mencionado en \"%s\", en un comentario por un usuario que después ha sido eliminado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/es_419.js b/apps/comments/l10n/es_419.js index 45cd2da82e..7a531cea82 100644 --- a/apps/comments/l10n/es_419.js +++ b/apps/comments/l10n/es_419.js @@ -26,10 +26,7 @@ OC.L10N.register( "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es_419.json b/apps/comments/l10n/es_419.json index f5da37c41f..ead76d6409 100644 --- a/apps/comments/l10n/es_419.json +++ b/apps/comments/l10n/es_419.json @@ -24,10 +24,7 @@ "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/es_AR.js b/apps/comments/l10n/es_AR.js index 9223556adc..01eca6a996 100644 --- a/apps/comments/l10n/es_AR.js +++ b/apps/comments/l10n/es_AR.js @@ -25,9 +25,6 @@ OC.L10N.register( "{author} commented on {file}" : "{author} comentó en {file}", "Comments for files" : "Comentarios en archivos", "{user} mentioned you in a comment on “{file}”" : "{user} te ha mencionado en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un (now) usuario borrado te ha mencionado en un comentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un (now) usuario borrado the ha mencionado en un comentario en “{file}”", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te ha mencionado en un comentario en “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es_AR.json b/apps/comments/l10n/es_AR.json index 1b17a4eada..c84a4d6f31 100644 --- a/apps/comments/l10n/es_AR.json +++ b/apps/comments/l10n/es_AR.json @@ -23,9 +23,6 @@ "{author} commented on {file}" : "{author} comentó en {file}", "Comments for files" : "Comentarios en archivos", "{user} mentioned you in a comment on “{file}”" : "{user} te ha mencionado en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un (now) usuario borrado te ha mencionado en un comentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un (now) usuario borrado the ha mencionado en un comentario en “{file}”", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te ha mencionado en un comentario en “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/es_CL.js b/apps/comments/l10n/es_CL.js index fd8b20f805..b9a1d61d53 100644 --- a/apps/comments/l10n/es_CL.js +++ b/apps/comments/l10n/es_CL.js @@ -27,10 +27,7 @@ OC.L10N.register( "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es_CL.json b/apps/comments/l10n/es_CL.json index 7bd0ddebb5..c40b2b21d9 100644 --- a/apps/comments/l10n/es_CL.json +++ b/apps/comments/l10n/es_CL.json @@ -25,10 +25,7 @@ "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/es_CO.js b/apps/comments/l10n/es_CO.js index fd8b20f805..b9a1d61d53 100644 --- a/apps/comments/l10n/es_CO.js +++ b/apps/comments/l10n/es_CO.js @@ -27,10 +27,7 @@ OC.L10N.register( "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es_CO.json b/apps/comments/l10n/es_CO.json index 7bd0ddebb5..c40b2b21d9 100644 --- a/apps/comments/l10n/es_CO.json +++ b/apps/comments/l10n/es_CO.json @@ -25,10 +25,7 @@ "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/es_CR.js b/apps/comments/l10n/es_CR.js index fd8b20f805..b9a1d61d53 100644 --- a/apps/comments/l10n/es_CR.js +++ b/apps/comments/l10n/es_CR.js @@ -27,10 +27,7 @@ OC.L10N.register( "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es_CR.json b/apps/comments/l10n/es_CR.json index 7bd0ddebb5..c40b2b21d9 100644 --- a/apps/comments/l10n/es_CR.json +++ b/apps/comments/l10n/es_CR.json @@ -25,10 +25,7 @@ "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/es_DO.js b/apps/comments/l10n/es_DO.js index fd8b20f805..b9a1d61d53 100644 --- a/apps/comments/l10n/es_DO.js +++ b/apps/comments/l10n/es_DO.js @@ -27,10 +27,7 @@ OC.L10N.register( "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es_DO.json b/apps/comments/l10n/es_DO.json index 7bd0ddebb5..c40b2b21d9 100644 --- a/apps/comments/l10n/es_DO.json +++ b/apps/comments/l10n/es_DO.json @@ -25,10 +25,7 @@ "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/es_EC.js b/apps/comments/l10n/es_EC.js index fd8b20f805..b9a1d61d53 100644 --- a/apps/comments/l10n/es_EC.js +++ b/apps/comments/l10n/es_EC.js @@ -27,10 +27,7 @@ OC.L10N.register( "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es_EC.json b/apps/comments/l10n/es_EC.json index 7bd0ddebb5..c40b2b21d9 100644 --- a/apps/comments/l10n/es_EC.json +++ b/apps/comments/l10n/es_EC.json @@ -25,10 +25,7 @@ "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/es_GT.js b/apps/comments/l10n/es_GT.js index fd8b20f805..b9a1d61d53 100644 --- a/apps/comments/l10n/es_GT.js +++ b/apps/comments/l10n/es_GT.js @@ -27,10 +27,7 @@ OC.L10N.register( "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es_GT.json b/apps/comments/l10n/es_GT.json index 7bd0ddebb5..c40b2b21d9 100644 --- a/apps/comments/l10n/es_GT.json +++ b/apps/comments/l10n/es_GT.json @@ -25,10 +25,7 @@ "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/es_HN.js b/apps/comments/l10n/es_HN.js index 45cd2da82e..7a531cea82 100644 --- a/apps/comments/l10n/es_HN.js +++ b/apps/comments/l10n/es_HN.js @@ -26,10 +26,7 @@ OC.L10N.register( "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es_HN.json b/apps/comments/l10n/es_HN.json index f5da37c41f..ead76d6409 100644 --- a/apps/comments/l10n/es_HN.json +++ b/apps/comments/l10n/es_HN.json @@ -24,10 +24,7 @@ "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/es_MX.js b/apps/comments/l10n/es_MX.js index fd8b20f805..b9a1d61d53 100644 --- a/apps/comments/l10n/es_MX.js +++ b/apps/comments/l10n/es_MX.js @@ -27,10 +27,7 @@ OC.L10N.register( "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es_MX.json b/apps/comments/l10n/es_MX.json index 7bd0ddebb5..c40b2b21d9 100644 --- a/apps/comments/l10n/es_MX.json +++ b/apps/comments/l10n/es_MX.json @@ -25,10 +25,7 @@ "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/es_NI.js b/apps/comments/l10n/es_NI.js index 45cd2da82e..7a531cea82 100644 --- a/apps/comments/l10n/es_NI.js +++ b/apps/comments/l10n/es_NI.js @@ -26,10 +26,7 @@ OC.L10N.register( "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es_NI.json b/apps/comments/l10n/es_NI.json index f5da37c41f..ead76d6409 100644 --- a/apps/comments/l10n/es_NI.json +++ b/apps/comments/l10n/es_NI.json @@ -24,10 +24,7 @@ "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/es_PA.js b/apps/comments/l10n/es_PA.js index 45cd2da82e..7a531cea82 100644 --- a/apps/comments/l10n/es_PA.js +++ b/apps/comments/l10n/es_PA.js @@ -26,10 +26,7 @@ OC.L10N.register( "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es_PA.json b/apps/comments/l10n/es_PA.json index f5da37c41f..ead76d6409 100644 --- a/apps/comments/l10n/es_PA.json +++ b/apps/comments/l10n/es_PA.json @@ -24,10 +24,7 @@ "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/es_PE.js b/apps/comments/l10n/es_PE.js index 45cd2da82e..7a531cea82 100644 --- a/apps/comments/l10n/es_PE.js +++ b/apps/comments/l10n/es_PE.js @@ -26,10 +26,7 @@ OC.L10N.register( "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es_PE.json b/apps/comments/l10n/es_PE.json index f5da37c41f..ead76d6409 100644 --- a/apps/comments/l10n/es_PE.json +++ b/apps/comments/l10n/es_PE.json @@ -24,10 +24,7 @@ "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/es_PR.js b/apps/comments/l10n/es_PR.js index 45cd2da82e..7a531cea82 100644 --- a/apps/comments/l10n/es_PR.js +++ b/apps/comments/l10n/es_PR.js @@ -26,10 +26,7 @@ OC.L10N.register( "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es_PR.json b/apps/comments/l10n/es_PR.json index f5da37c41f..ead76d6409 100644 --- a/apps/comments/l10n/es_PR.json +++ b/apps/comments/l10n/es_PR.json @@ -24,10 +24,7 @@ "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/es_PY.js b/apps/comments/l10n/es_PY.js index 45cd2da82e..7a531cea82 100644 --- a/apps/comments/l10n/es_PY.js +++ b/apps/comments/l10n/es_PY.js @@ -26,10 +26,7 @@ OC.L10N.register( "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es_PY.json b/apps/comments/l10n/es_PY.json index f5da37c41f..ead76d6409 100644 --- a/apps/comments/l10n/es_PY.json +++ b/apps/comments/l10n/es_PY.json @@ -24,10 +24,7 @@ "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/es_SV.js b/apps/comments/l10n/es_SV.js index fd8b20f805..b9a1d61d53 100644 --- a/apps/comments/l10n/es_SV.js +++ b/apps/comments/l10n/es_SV.js @@ -27,10 +27,7 @@ OC.L10N.register( "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es_SV.json b/apps/comments/l10n/es_SV.json index 7bd0ddebb5..c40b2b21d9 100644 --- a/apps/comments/l10n/es_SV.json +++ b/apps/comments/l10n/es_SV.json @@ -25,10 +25,7 @@ "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/es_UY.js b/apps/comments/l10n/es_UY.js index 45cd2da82e..7a531cea82 100644 --- a/apps/comments/l10n/es_UY.js +++ b/apps/comments/l10n/es_UY.js @@ -26,10 +26,7 @@ OC.L10N.register( "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es_UY.json b/apps/comments/l10n/es_UY.json index f5da37c41f..ead76d6409 100644 --- a/apps/comments/l10n/es_UY.json +++ b/apps/comments/l10n/es_UY.json @@ -24,10 +24,7 @@ "Comments for files" : "Comentarios de los archivos", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te mencionaron en \"{file}\", en un comentario de un usuario que ya ha sido borrado", "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”", - "Unknown user" : "Usuario desconocido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te mencionaron en \"%s\", en un comentario de un usuario que ya ha sido borrado", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/et_EE.js b/apps/comments/l10n/et_EE.js index 7d522e55bc..c381e74c70 100644 --- a/apps/comments/l10n/et_EE.js +++ b/apps/comments/l10n/et_EE.js @@ -26,10 +26,7 @@ OC.L10N.register( "Comments for files" : "Kommentaarid failidele", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Sind mainiti \"{file}\", kommentaaris kasutataja poolt, mis on praeguseks kustutatud", "{user} mentioned you in a comment on “{file}”" : "{user} mainis sind faili “{file}” kommentaaris", - "Unknown user" : "Tundmatu kasutaja", - "A (now) deleted user mentioned you in a comment on “%s”" : "Kustutatud kasutaja mainis sind \"%s\" kommentaaris", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Kustutatud kasutaja mainis sind faili \"{file}\" kommentaaris", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s mainis sind \"%2$s\" kommentaaris", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Sind mainiti \"%s\", kommentaaris kasutataja poolt, mis on praeguseks kustutatud" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Sind mainiti \"%s\", kommentaaris kasutataja poolt, mis on praeguseks kustutatud", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s mainis sind \"%2$s\" kommentaaris" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/et_EE.json b/apps/comments/l10n/et_EE.json index 5c5ca45617..316016f9be 100644 --- a/apps/comments/l10n/et_EE.json +++ b/apps/comments/l10n/et_EE.json @@ -24,10 +24,7 @@ "Comments for files" : "Kommentaarid failidele", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Sind mainiti \"{file}\", kommentaaris kasutataja poolt, mis on praeguseks kustutatud", "{user} mentioned you in a comment on “{file}”" : "{user} mainis sind faili “{file}” kommentaaris", - "Unknown user" : "Tundmatu kasutaja", - "A (now) deleted user mentioned you in a comment on “%s”" : "Kustutatud kasutaja mainis sind \"%s\" kommentaaris", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Kustutatud kasutaja mainis sind faili \"{file}\" kommentaaris", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s mainis sind \"%2$s\" kommentaaris", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Sind mainiti \"%s\", kommentaaris kasutataja poolt, mis on praeguseks kustutatud" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Sind mainiti \"%s\", kommentaaris kasutataja poolt, mis on praeguseks kustutatud", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s mainis sind \"%2$s\" kommentaaris" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/eu.js b/apps/comments/l10n/eu.js index 2af0072d21..723c7b0622 100644 --- a/apps/comments/l10n/eu.js +++ b/apps/comments/l10n/eu.js @@ -25,9 +25,6 @@ OC.L10N.register( "{author} commented on {file}" : "{author}-(e)k {file}-en iruzkin du", "Comments for files" : "Fitxategientzako iruzkinak", "{user} mentioned you in a comment on “{file}”" : "{user}-(e)k aipatu zaitu iruzkinean “{file}”", - "Unknown user" : "Erabiltzaile ezezaguna", - "A (now) deleted user mentioned you in a comment on “%s”" : "(Orain) ezabatutako erabiltzaile batek aipatu zaitu iruzkinean \"%s\"", - "A (now) deleted user mentioned you in a comment on “{file}”" : "(Orain) ezabatutako erabiltzaile batek aipatu zaitu iruzkinean “{file}”", "%1$s mentioned you in a comment on “%2$s”" : "%1$s-(e)k aipatu zaitu iruzkinean “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/eu.json b/apps/comments/l10n/eu.json index 328228a1d8..2341961c3f 100644 --- a/apps/comments/l10n/eu.json +++ b/apps/comments/l10n/eu.json @@ -23,9 +23,6 @@ "{author} commented on {file}" : "{author}-(e)k {file}-en iruzkin du", "Comments for files" : "Fitxategientzako iruzkinak", "{user} mentioned you in a comment on “{file}”" : "{user}-(e)k aipatu zaitu iruzkinean “{file}”", - "Unknown user" : "Erabiltzaile ezezaguna", - "A (now) deleted user mentioned you in a comment on “%s”" : "(Orain) ezabatutako erabiltzaile batek aipatu zaitu iruzkinean \"%s\"", - "A (now) deleted user mentioned you in a comment on “{file}”" : "(Orain) ezabatutako erabiltzaile batek aipatu zaitu iruzkinean “{file}”", "%1$s mentioned you in a comment on “%2$s”" : "%1$s-(e)k aipatu zaitu iruzkinean “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/fi.js b/apps/comments/l10n/fi.js index c1ae20d496..4451799f41 100644 --- a/apps/comments/l10n/fi.js +++ b/apps/comments/l10n/fi.js @@ -27,9 +27,6 @@ OC.L10N.register( "Comments for files" : "Tiedostojen kommentit", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Sinut mainittiin tiedoston “{file}” kommentissa käyttäjän toimesta, joka on sittemmin poistettu", "{user} mentioned you in a comment on “{file}”" : "{user} mainitsi sinut tiedoston \"{file}\" kommentissa", - "Unknown user" : "Tuntematon käyttäjä", - "A (now) deleted user mentioned you in a comment on “%s”" : "Poistettu käyttäjä mainitsi sinut kommentissa \"%s\"", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Poistettu käyttäjä mainitsi sinut tiedoston \"{file}\" kommentissa", "%1$s mentioned you in a comment on “%2$s”" : "%1$s mainitsi sinut kommentissa “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/fi.json b/apps/comments/l10n/fi.json index 63af6b9824..1b96be7353 100644 --- a/apps/comments/l10n/fi.json +++ b/apps/comments/l10n/fi.json @@ -25,9 +25,6 @@ "Comments for files" : "Tiedostojen kommentit", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Sinut mainittiin tiedoston “{file}” kommentissa käyttäjän toimesta, joka on sittemmin poistettu", "{user} mentioned you in a comment on “{file}”" : "{user} mainitsi sinut tiedoston \"{file}\" kommentissa", - "Unknown user" : "Tuntematon käyttäjä", - "A (now) deleted user mentioned you in a comment on “%s”" : "Poistettu käyttäjä mainitsi sinut kommentissa \"%s\"", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Poistettu käyttäjä mainitsi sinut tiedoston \"{file}\" kommentissa", "%1$s mentioned you in a comment on “%2$s”" : "%1$s mainitsi sinut kommentissa “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/fr.js b/apps/comments/l10n/fr.js index d767e1a416..7a0b7828d9 100644 --- a/apps/comments/l10n/fr.js +++ b/apps/comments/l10n/fr.js @@ -28,10 +28,7 @@ OC.L10N.register( "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Vous avez été mentionné sur \"{file}\", dans un commentaire par un utilisateur qui a été supprimé depuis lors.", "{user} mentioned you in a comment on “{file}”" : "{user} vous a mentionné⋅e dans un commentaire sur “{file}”", "Files app plugin to add comments to files" : "Plugin Fichiers app pour ajouter des commentaires aux fichiers", - "Unknown user" : "Utilisateur·trice inconnu·e", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un·e utilisateur·trice (maintenant supprimé·e) vous a mentionné·e dans un commentaire sur “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un·e utilisateur·trice (maintenant supprimé·e) vous a mentionné·e dans un commentaire sur “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s vous a mentionné⋅e dans un commentaire sur “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Vous avez été mentionné sur \"%s\", dans un commentaire par un utilisateur qui a été supprimé depuis lors." + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Vous avez été mentionné sur \"%s\", dans un commentaire par un utilisateur qui a été supprimé depuis lors.", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s vous a mentionné⋅e dans un commentaire sur “%2$s”" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/comments/l10n/fr.json b/apps/comments/l10n/fr.json index 49f5d52abd..5641440ad5 100644 --- a/apps/comments/l10n/fr.json +++ b/apps/comments/l10n/fr.json @@ -26,10 +26,7 @@ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Vous avez été mentionné sur \"{file}\", dans un commentaire par un utilisateur qui a été supprimé depuis lors.", "{user} mentioned you in a comment on “{file}”" : "{user} vous a mentionné⋅e dans un commentaire sur “{file}”", "Files app plugin to add comments to files" : "Plugin Fichiers app pour ajouter des commentaires aux fichiers", - "Unknown user" : "Utilisateur·trice inconnu·e", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un·e utilisateur·trice (maintenant supprimé·e) vous a mentionné·e dans un commentaire sur “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un·e utilisateur·trice (maintenant supprimé·e) vous a mentionné·e dans un commentaire sur “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s vous a mentionné⋅e dans un commentaire sur “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Vous avez été mentionné sur \"%s\", dans un commentaire par un utilisateur qui a été supprimé depuis lors." + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Vous avez été mentionné sur \"%s\", dans un commentaire par un utilisateur qui a été supprimé depuis lors.", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s vous a mentionné⋅e dans un commentaire sur “%2$s”" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/gl.js b/apps/comments/l10n/gl.js index 6be85d5a33..bcd135576a 100644 --- a/apps/comments/l10n/gl.js +++ b/apps/comments/l10n/gl.js @@ -25,9 +25,6 @@ OC.L10N.register( "{author} commented on {file}" : "{author} comentou en {file}", "Comments for files" : "Comentarios para ficheiros", "{user} mentioned you in a comment on “{file}”" : "{user} mencionouno a vostede nun comentario en «{file}»", - "Unknown user" : "Usuario descoñecido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (agora) eliminado, mencionouno a vostede nun comentario en «%s»", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (agora) eliminado, mencionouno a vostede nun comentario en «{file}»", "%1$s mentioned you in a comment on “%2$s”" : "%1$s mencionouno a vostede nun comentario en «%2$s»" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/gl.json b/apps/comments/l10n/gl.json index f223525988..0fd34e02f4 100644 --- a/apps/comments/l10n/gl.json +++ b/apps/comments/l10n/gl.json @@ -23,9 +23,6 @@ "{author} commented on {file}" : "{author} comentou en {file}", "Comments for files" : "Comentarios para ficheiros", "{user} mentioned you in a comment on “{file}”" : "{user} mencionouno a vostede nun comentario en «{file}»", - "Unknown user" : "Usuario descoñecido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (agora) eliminado, mencionouno a vostede nun comentario en «%s»", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (agora) eliminado, mencionouno a vostede nun comentario en «{file}»", "%1$s mentioned you in a comment on “%2$s”" : "%1$s mencionouno a vostede nun comentario en «%2$s»" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/he.js b/apps/comments/l10n/he.js index 5fa7a68e7a..93e2d15263 100644 --- a/apps/comments/l10n/he.js +++ b/apps/comments/l10n/he.js @@ -28,10 +28,7 @@ OC.L10N.register( "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "אוזכרת ב־„{file}”, בתגובה של משתמש שנמחק בינתיים.", "{user} mentioned you in a comment on “{file}”" : "אוזכרת על ידי „{user}” בתגובה על „{file}”", "Files app plugin to add comments to files" : "תוסף ליישומון הקבצים כדי להוסיף הערות על קבצים", - "Unknown user" : "משתמש לא ידוע", - "A (now) deleted user mentioned you in a comment on “%s”" : "אוזכרת על ידי משתמש שנמחק (נכון לעכשיו) בתגובה על „%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "אוזכרת על ידי משתמש שנמחק (נכון לעכשיו) בתגובה על „{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "אוזכרת על ידי %1$s בתגובה על „%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "אוזכרת ב־„%s”, בתגובה על ידי משתמש שנמחק בינתיים." + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "אוזכרת ב־„%s”, בתגובה על ידי משתמש שנמחק בינתיים.", + "%1$s mentioned you in a comment on “%2$s”" : "אוזכרת על ידי %1$s בתגובה על „%2$s”" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); diff --git a/apps/comments/l10n/he.json b/apps/comments/l10n/he.json index bef0ebf79a..339227c348 100644 --- a/apps/comments/l10n/he.json +++ b/apps/comments/l10n/he.json @@ -26,10 +26,7 @@ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "אוזכרת ב־„{file}”, בתגובה של משתמש שנמחק בינתיים.", "{user} mentioned you in a comment on “{file}”" : "אוזכרת על ידי „{user}” בתגובה על „{file}”", "Files app plugin to add comments to files" : "תוסף ליישומון הקבצים כדי להוסיף הערות על קבצים", - "Unknown user" : "משתמש לא ידוע", - "A (now) deleted user mentioned you in a comment on “%s”" : "אוזכרת על ידי משתמש שנמחק (נכון לעכשיו) בתגובה על „%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "אוזכרת על ידי משתמש שנמחק (נכון לעכשיו) בתגובה על „{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "אוזכרת על ידי %1$s בתגובה על „%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "אוזכרת ב־„%s”, בתגובה על ידי משתמש שנמחק בינתיים." + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "אוזכרת ב־„%s”, בתגובה על ידי משתמש שנמחק בינתיים.", + "%1$s mentioned you in a comment on “%2$s”" : "אוזכרת על ידי %1$s בתגובה על „%2$s”" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" } \ No newline at end of file diff --git a/apps/comments/l10n/hu.js b/apps/comments/l10n/hu.js index 10a0e7c579..3a8e26b66c 100644 --- a/apps/comments/l10n/hu.js +++ b/apps/comments/l10n/hu.js @@ -28,10 +28,7 @@ OC.L10N.register( "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Megemlítettek ezen: “{file}”, egy már törölt felhasználó hozzászólásában", "{user} mentioned you in a comment on “{file}”" : "{user} megemlített egy hozzászólásban itt: “{file}”", "Files app plugin to add comments to files" : "Beépülő Fájl applikáció amivel megjegyzések adhatók fájlokhoz ", - "Unknown user" : "Ismeretlen felhasználó", - "A (now) deleted user mentioned you in a comment on “%s”" : "Egy (most) törölt felhasználó megemlített egy hozzászólásban itt: “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Egy (most) törölt felhasználó megemlített egy hozzászólásban itt: “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s megemlített egy hozzászólásban itt: “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Megemlítettek ezen: “%s”, egy már törölt felhasználó hozzászólásában" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Megemlítettek ezen: “%s”, egy már törölt felhasználó hozzászólásában", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s megemlített egy hozzászólásban itt: “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/hu.json b/apps/comments/l10n/hu.json index 9f7693bab7..54560e8aea 100644 --- a/apps/comments/l10n/hu.json +++ b/apps/comments/l10n/hu.json @@ -26,10 +26,7 @@ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Megemlítettek ezen: “{file}”, egy már törölt felhasználó hozzászólásában", "{user} mentioned you in a comment on “{file}”" : "{user} megemlített egy hozzászólásban itt: “{file}”", "Files app plugin to add comments to files" : "Beépülő Fájl applikáció amivel megjegyzések adhatók fájlokhoz ", - "Unknown user" : "Ismeretlen felhasználó", - "A (now) deleted user mentioned you in a comment on “%s”" : "Egy (most) törölt felhasználó megemlített egy hozzászólásban itt: “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Egy (most) törölt felhasználó megemlített egy hozzászólásban itt: “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s megemlített egy hozzászólásban itt: “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Megemlítettek ezen: “%s”, egy már törölt felhasználó hozzászólásában" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Megemlítettek ezen: “%s”, egy már törölt felhasználó hozzászólásában", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s megemlített egy hozzászólásban itt: “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/ia.js b/apps/comments/l10n/ia.js index 3f8fa293b7..9e68a9128c 100644 --- a/apps/comments/l10n/ia.js +++ b/apps/comments/l10n/ia.js @@ -25,9 +25,6 @@ OC.L10N.register( "{author} commented on {file}" : "{author} commentava in {file}", "Comments for files" : "Commentarios pro files", "{user} mentioned you in a comment on “{file}”" : "{user} mentionava tu in un commentario in “{file}”", - "Unknown user" : "Usator incognite", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un (ora) delite usator mentionava tu in un commentario in “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un (ora) delite usator mentionava tu in un commentario in “{file}”", "%1$s mentioned you in a comment on “%2$s”" : "%1$s mentionava tu in un commentario in “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/ia.json b/apps/comments/l10n/ia.json index 387916540b..aabec8c319 100644 --- a/apps/comments/l10n/ia.json +++ b/apps/comments/l10n/ia.json @@ -23,9 +23,6 @@ "{author} commented on {file}" : "{author} commentava in {file}", "Comments for files" : "Commentarios pro files", "{user} mentioned you in a comment on “{file}”" : "{user} mentionava tu in un commentario in “{file}”", - "Unknown user" : "Usator incognite", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un (ora) delite usator mentionava tu in un commentario in “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un (ora) delite usator mentionava tu in un commentario in “{file}”", "%1$s mentioned you in a comment on “%2$s”" : "%1$s mentionava tu in un commentario in “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/is.js b/apps/comments/l10n/is.js index be7c22da9f..4ccce72eec 100644 --- a/apps/comments/l10n/is.js +++ b/apps/comments/l10n/is.js @@ -28,10 +28,7 @@ OC.L10N.register( "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Minnst var á þig í “{file}”, í athugasemd frá notanda sem síðan þá hefur verið eytt", "{user} mentioned you in a comment on “{file}”" : "{user} minntist á þig í athugasemd við “{file}”", "Files app plugin to add comments to files" : "Viðbót við skráaforrit til að bæta athugasemdum við skrár", - "Unknown user" : "Óþekktur notandi", - "A (now) deleted user mentioned you in a comment on “%s”" : "Notandi (sem nú er búið að eyða) minntist á þig í athugasemd við “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Notandi (sem nú er búið að eyða) minntist á þig í athugasemd við “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s minntist á þig í athugasemd við “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Minnst var á þig í “%s”, í athugasemd frá notanda sem síðan þá hefur verið eytt" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Minnst var á þig í “%s”, í athugasemd frá notanda sem síðan þá hefur verið eytt", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s minntist á þig í athugasemd við “%2$s”" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/comments/l10n/is.json b/apps/comments/l10n/is.json index 281e82059a..4ebad6427d 100644 --- a/apps/comments/l10n/is.json +++ b/apps/comments/l10n/is.json @@ -26,10 +26,7 @@ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Minnst var á þig í “{file}”, í athugasemd frá notanda sem síðan þá hefur verið eytt", "{user} mentioned you in a comment on “{file}”" : "{user} minntist á þig í athugasemd við “{file}”", "Files app plugin to add comments to files" : "Viðbót við skráaforrit til að bæta athugasemdum við skrár", - "Unknown user" : "Óþekktur notandi", - "A (now) deleted user mentioned you in a comment on “%s”" : "Notandi (sem nú er búið að eyða) minntist á þig í athugasemd við “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Notandi (sem nú er búið að eyða) minntist á þig í athugasemd við “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s minntist á þig í athugasemd við “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Minnst var á þig í “%s”, í athugasemd frá notanda sem síðan þá hefur verið eytt" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Minnst var á þig í “%s”, í athugasemd frá notanda sem síðan þá hefur verið eytt", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s minntist á þig í athugasemd við “%2$s”" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" } \ No newline at end of file diff --git a/apps/comments/l10n/it.js b/apps/comments/l10n/it.js index 7b16af1551..dd6e5fd4a7 100644 --- a/apps/comments/l10n/it.js +++ b/apps/comments/l10n/it.js @@ -28,10 +28,7 @@ OC.L10N.register( "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Sei stato menzionato su \"{file}\", in un commento di un utente che è stato eliminato", "{user} mentioned you in a comment on “{file}”" : "{user} ti ha menzionato in un commento su \"{file}\".", "Files app plugin to add comments to files" : "Estensione dell'applicazione File per aggiungere commenti ai file", - "Unknown user" : "Utente sconosciuto", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un utente eliminato (ora) ti ha menzionato in un commento su \"%s\".", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un utente eliminato (ora) ti ha menzionato in un commento su \"{file}\".", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s ti ha menzionato in un commento su \"%2$s\"", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Sei stato menzionato su \"%s\", in un commento di un utente che è stato eliminato" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Sei stato menzionato su \"%s\", in un commento di un utente che è stato eliminato", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s ti ha menzionato in un commento su \"%2$s\"" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/it.json b/apps/comments/l10n/it.json index 4b8c6a37c5..4bb29f3ff0 100644 --- a/apps/comments/l10n/it.json +++ b/apps/comments/l10n/it.json @@ -26,10 +26,7 @@ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Sei stato menzionato su \"{file}\", in un commento di un utente che è stato eliminato", "{user} mentioned you in a comment on “{file}”" : "{user} ti ha menzionato in un commento su \"{file}\".", "Files app plugin to add comments to files" : "Estensione dell'applicazione File per aggiungere commenti ai file", - "Unknown user" : "Utente sconosciuto", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un utente eliminato (ora) ti ha menzionato in un commento su \"%s\".", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un utente eliminato (ora) ti ha menzionato in un commento su \"{file}\".", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s ti ha menzionato in un commento su \"%2$s\"", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Sei stato menzionato su \"%s\", in un commento di un utente che è stato eliminato" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Sei stato menzionato su \"%s\", in un commento di un utente che è stato eliminato", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s ti ha menzionato in un commento su \"%2$s\"" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/ja.js b/apps/comments/l10n/ja.js index 1962fb99c6..e56d9defd4 100644 --- a/apps/comments/l10n/ja.js +++ b/apps/comments/l10n/ja.js @@ -28,10 +28,7 @@ OC.L10N.register( "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "削除されたユーザーのコメントで \"{file}\" にあなたに言及しました", "{user} mentioned you in a comment on “{file}”" : "{user} さんが ““{file}” のコメントであなたについて言及しました。", "Files app plugin to add comments to files" : "ファイルにコメントを追加するためのファイルアプリプラグイン", - "Unknown user" : "不明なユーザー", - "A (now) deleted user mentioned you in a comment on “%s”" : "(現在)削除されたユーザーが \"%s\" のコメントであなたのことについて言及しました", - "A (now) deleted user mentioned you in a comment on “{file}”" : "(現在)削除されたユーザーが \"{file}\" のコメントであなたのことについて言及しました", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s さんが “%2$s” のコメントであなたについて言及しました。", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "削除されたユーザーのコメントで %s にあなたに言及しました" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "削除されたユーザーのコメントで %s にあなたに言及しました", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s さんが “%2$s” のコメントであなたについて言及しました。" }, "nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/ja.json b/apps/comments/l10n/ja.json index 3e392f5050..05286d5c18 100644 --- a/apps/comments/l10n/ja.json +++ b/apps/comments/l10n/ja.json @@ -26,10 +26,7 @@ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "削除されたユーザーのコメントで \"{file}\" にあなたに言及しました", "{user} mentioned you in a comment on “{file}”" : "{user} さんが ““{file}” のコメントであなたについて言及しました。", "Files app plugin to add comments to files" : "ファイルにコメントを追加するためのファイルアプリプラグイン", - "Unknown user" : "不明なユーザー", - "A (now) deleted user mentioned you in a comment on “%s”" : "(現在)削除されたユーザーが \"%s\" のコメントであなたのことについて言及しました", - "A (now) deleted user mentioned you in a comment on “{file}”" : "(現在)削除されたユーザーが \"{file}\" のコメントであなたのことについて言及しました", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s さんが “%2$s” のコメントであなたについて言及しました。", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "削除されたユーザーのコメントで %s にあなたに言及しました" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "削除されたユーザーのコメントで %s にあなたに言及しました", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s さんが “%2$s” のコメントであなたについて言及しました。" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/comments/l10n/ka_GE.js b/apps/comments/l10n/ka_GE.js index 34b0ca0fe0..0dfe04349f 100644 --- a/apps/comments/l10n/ka_GE.js +++ b/apps/comments/l10n/ka_GE.js @@ -26,10 +26,7 @@ OC.L10N.register( "Comments for files" : "კომენტარები ფაილებზე", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "თქვენ მოგიხსენიეს “{file}”-ში, ახლა უკვე გაუქმებული მომხმარებლის კომენტარში", "{user} mentioned you in a comment on “{file}”" : "{user} გახსენათ “{file}” ფაილზე გაკეტებულ კომენტარში", - "Unknown user" : "უცნობი მომხმარებელი", - "A (now) deleted user mentioned you in a comment on “%s”" : "(ახლა) წაშლილმა მოხმარებელმა მოგიხსენიათ კომენტარში “%s”-ზე", - "A (now) deleted user mentioned you in a comment on “{file}”" : "(ახლა) წაშლილმა მოხმარებელმა მოგიხსენიათ კომენტარში ფაილზე \"{file}\"", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s გახსენათ “%2$s”-ზე გაკეთებულ კომენტარში", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "თქვენ მოგიხსენიეს “%s”-ში, ახლა უკვე გაუქმებული მომხმარებლის კომენტარში" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "თქვენ მოგიხსენიეს “%s”-ში, ახლა უკვე გაუქმებული მომხმარებლის კომენტარში", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s გახსენათ “%2$s”-ზე გაკეთებულ კომენტარში" }, "nplurals=2; plural=(n!=1);"); diff --git a/apps/comments/l10n/ka_GE.json b/apps/comments/l10n/ka_GE.json index fc7de73a65..a7d95695d3 100644 --- a/apps/comments/l10n/ka_GE.json +++ b/apps/comments/l10n/ka_GE.json @@ -24,10 +24,7 @@ "Comments for files" : "კომენტარები ფაილებზე", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "თქვენ მოგიხსენიეს “{file}”-ში, ახლა უკვე გაუქმებული მომხმარებლის კომენტარში", "{user} mentioned you in a comment on “{file}”" : "{user} გახსენათ “{file}” ფაილზე გაკეტებულ კომენტარში", - "Unknown user" : "უცნობი მომხმარებელი", - "A (now) deleted user mentioned you in a comment on “%s”" : "(ახლა) წაშლილმა მოხმარებელმა მოგიხსენიათ კომენტარში “%s”-ზე", - "A (now) deleted user mentioned you in a comment on “{file}”" : "(ახლა) წაშლილმა მოხმარებელმა მოგიხსენიათ კომენტარში ფაილზე \"{file}\"", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s გახსენათ “%2$s”-ზე გაკეთებულ კომენტარში", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "თქვენ მოგიხსენიეს “%s”-ში, ახლა უკვე გაუქმებული მომხმარებლის კომენტარში" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "თქვენ მოგიხსენიეს “%s”-ში, ახლა უკვე გაუქმებული მომხმარებლის კომენტარში", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s გახსენათ “%2$s”-ზე გაკეთებულ კომენტარში" },"pluralForm" :"nplurals=2; plural=(n!=1);" } \ No newline at end of file diff --git a/apps/comments/l10n/ko.js b/apps/comments/l10n/ko.js index 4f906d871a..6f08622a08 100644 --- a/apps/comments/l10n/ko.js +++ b/apps/comments/l10n/ko.js @@ -26,10 +26,7 @@ OC.L10N.register( "Comments for files" : "파일의 댓글", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "삭제된 사용자가 남긴 “{file}”의 댓글에서 여러분을 언급함", "{user} mentioned you in a comment on “{file}”" : "{user} 님이 “{file}”에 남긴 댓글에서 여러분을 언급함", - "Unknown user" : "알 수 없는 사용자", - "A (now) deleted user mentioned you in a comment on “%s”" : "(현재) 삭제된 사용자가 “%s”에 남긴 댓글에서 여러분을 언급함", - "A (now) deleted user mentioned you in a comment on “{file}”" : "(현재) 삭제된 사용자가 “{file}”에 남긴 댓글에서 여러분을 언급함", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s 님이 “%2$s”에 남긴 댓글에서 여러분을 언급함", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "삭제된 사용자가 남긴 “%s”의 댓글에서 여러분을 언급함" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "삭제된 사용자가 남긴 “%s”의 댓글에서 여러분을 언급함", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s 님이 “%2$s”에 남긴 댓글에서 여러분을 언급함" }, "nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/ko.json b/apps/comments/l10n/ko.json index ab4597921d..451e70fbe1 100644 --- a/apps/comments/l10n/ko.json +++ b/apps/comments/l10n/ko.json @@ -24,10 +24,7 @@ "Comments for files" : "파일의 댓글", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "삭제된 사용자가 남긴 “{file}”의 댓글에서 여러분을 언급함", "{user} mentioned you in a comment on “{file}”" : "{user} 님이 “{file}”에 남긴 댓글에서 여러분을 언급함", - "Unknown user" : "알 수 없는 사용자", - "A (now) deleted user mentioned you in a comment on “%s”" : "(현재) 삭제된 사용자가 “%s”에 남긴 댓글에서 여러분을 언급함", - "A (now) deleted user mentioned you in a comment on “{file}”" : "(현재) 삭제된 사용자가 “{file}”에 남긴 댓글에서 여러분을 언급함", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s 님이 “%2$s”에 남긴 댓글에서 여러분을 언급함", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "삭제된 사용자가 남긴 “%s”의 댓글에서 여러분을 언급함" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "삭제된 사용자가 남긴 “%s”의 댓글에서 여러분을 언급함", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s 님이 “%2$s”에 남긴 댓글에서 여러분을 언급함" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/comments/l10n/lt_LT.js b/apps/comments/l10n/lt_LT.js index 1fbf6eb17d..b429fc5221 100644 --- a/apps/comments/l10n/lt_LT.js +++ b/apps/comments/l10n/lt_LT.js @@ -25,9 +25,6 @@ OC.L10N.register( "{author} commented on {file}" : "{author} pakomentavo {file}", "Comments for files" : "Failų komentarai", "{user} mentioned you in a comment on “{file}”" : "{user} jus paminėjo komentare “{file}”", - "Unknown user" : "Nežinomas naudotojas", - "A (now) deleted user mentioned you in a comment on “%s”" : "Ištrintas vartotojas jus paminėjo komentare \"%s\"", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Ištrintas vartotojas jus paminėjo komentare \"{file}\"", "%1$s mentioned you in a comment on “%2$s”" : "%1$s jus paminėjo komentare \"%2$s\"" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/comments/l10n/lt_LT.json b/apps/comments/l10n/lt_LT.json index 5b73f348ae..86a0bd6c16 100644 --- a/apps/comments/l10n/lt_LT.json +++ b/apps/comments/l10n/lt_LT.json @@ -23,9 +23,6 @@ "{author} commented on {file}" : "{author} pakomentavo {file}", "Comments for files" : "Failų komentarai", "{user} mentioned you in a comment on “{file}”" : "{user} jus paminėjo komentare “{file}”", - "Unknown user" : "Nežinomas naudotojas", - "A (now) deleted user mentioned you in a comment on “%s”" : "Ištrintas vartotojas jus paminėjo komentare \"%s\"", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Ištrintas vartotojas jus paminėjo komentare \"{file}\"", "%1$s mentioned you in a comment on “%2$s”" : "%1$s jus paminėjo komentare \"%2$s\"" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/apps/comments/l10n/lv.js b/apps/comments/l10n/lv.js index 610bd969cb..dbf274fcc7 100644 --- a/apps/comments/l10n/lv.js +++ b/apps/comments/l10n/lv.js @@ -25,7 +25,6 @@ OC.L10N.register( "{author} commented on {file}" : "{author} komentārs {file}", "Comments for files" : "Komentāri datnēm", "{user} mentioned you in a comment on “{file}”" : "{user} minēja jūs komentārā “{file}”", - "Unknown user" : "Nezināms lietotājs", "%1$s mentioned you in a comment on “%2$s”" : "%1$s minēja jūs komentārā “%2$s”" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/apps/comments/l10n/lv.json b/apps/comments/l10n/lv.json index 713199d460..1172369c93 100644 --- a/apps/comments/l10n/lv.json +++ b/apps/comments/l10n/lv.json @@ -23,7 +23,6 @@ "{author} commented on {file}" : "{author} komentārs {file}", "Comments for files" : "Komentāri datnēm", "{user} mentioned you in a comment on “{file}”" : "{user} minēja jūs komentārā “{file}”", - "Unknown user" : "Nezināms lietotājs", "%1$s mentioned you in a comment on “%2$s”" : "%1$s minēja jūs komentārā “%2$s”" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" } \ No newline at end of file diff --git a/apps/comments/l10n/mn.js b/apps/comments/l10n/mn.js index 9e8e7417a1..fa7ce9f0da 100644 --- a/apps/comments/l10n/mn.js +++ b/apps/comments/l10n/mn.js @@ -24,8 +24,6 @@ OC.L10N.register( "{author} commented on {file}" : "{author} нь {file}-д сэтгэгдэл бичсэн", "Comments for files" : "Файлууд дахьСэтгэгдэлүүд", "{user} mentioned you in a comment on “{file}”" : "{user} нь таныг “{file}”-ын сэтгэгдэлд дурдсан", - "Unknown user" : " хэрэглэгч", - "A (now) deleted user mentioned you in a comment on “%s”" : "A (now) deleted user mentioned you in a comment on “%s”", "%1$s mentioned you in a comment on “%2$s”" : "%1$s нь таныг “%2$s”-ы сэтгэгдэлд дурдсан" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/mn.json b/apps/comments/l10n/mn.json index f9b84aa903..01435c41b8 100644 --- a/apps/comments/l10n/mn.json +++ b/apps/comments/l10n/mn.json @@ -22,8 +22,6 @@ "{author} commented on {file}" : "{author} нь {file}-д сэтгэгдэл бичсэн", "Comments for files" : "Файлууд дахьСэтгэгдэлүүд", "{user} mentioned you in a comment on “{file}”" : "{user} нь таныг “{file}”-ын сэтгэгдэлд дурдсан", - "Unknown user" : " хэрэглэгч", - "A (now) deleted user mentioned you in a comment on “%s”" : "A (now) deleted user mentioned you in a comment on “%s”", "%1$s mentioned you in a comment on “%2$s”" : "%1$s нь таныг “%2$s”-ы сэтгэгдэлд дурдсан" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/nb.js b/apps/comments/l10n/nb.js index c8a30d2862..0b61c8c9bb 100644 --- a/apps/comments/l10n/nb.js +++ b/apps/comments/l10n/nb.js @@ -27,10 +27,7 @@ OC.L10N.register( "Comments for files" : "Kommentarer for filer", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Du ble nevnte på \"{file}\", i en kommentar av en bruker som siden har blitt slettet", "{user} mentioned you in a comment on “{file}”" : "{user} nevnte deg i en kommentar på “{file}”", - "Unknown user" : "Ukjent bruker", - "A (now) deleted user mentioned you in a comment on “%s”" : "En (now) slettet bruker nevnte deg i en kommentar til “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "A (now) slettet bruker nevnte deg i en kommentar til “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s nevnte deg i en kommentar på “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Du ble nevnte på \"%s\", i en kommentar av en bruker som siden har blitt slettet" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Du ble nevnte på \"%s\", i en kommentar av en bruker som siden har blitt slettet", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s nevnte deg i en kommentar på “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/nb.json b/apps/comments/l10n/nb.json index 59295fa35d..2800483435 100644 --- a/apps/comments/l10n/nb.json +++ b/apps/comments/l10n/nb.json @@ -25,10 +25,7 @@ "Comments for files" : "Kommentarer for filer", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Du ble nevnte på \"{file}\", i en kommentar av en bruker som siden har blitt slettet", "{user} mentioned you in a comment on “{file}”" : "{user} nevnte deg i en kommentar på “{file}”", - "Unknown user" : "Ukjent bruker", - "A (now) deleted user mentioned you in a comment on “%s”" : "En (now) slettet bruker nevnte deg i en kommentar til “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "A (now) slettet bruker nevnte deg i en kommentar til “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s nevnte deg i en kommentar på “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Du ble nevnte på \"%s\", i en kommentar av en bruker som siden har blitt slettet" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Du ble nevnte på \"%s\", i en kommentar av en bruker som siden har blitt slettet", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s nevnte deg i en kommentar på “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/nl.js b/apps/comments/l10n/nl.js index 51d751d951..961fe418c0 100644 --- a/apps/comments/l10n/nl.js +++ b/apps/comments/l10n/nl.js @@ -28,10 +28,7 @@ OC.L10N.register( "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Je werd vermeld op \"{file}\" in een reactie door een sindsdien verwijderde gebruiker", "{user} mentioned you in a comment on “{file}”" : "{user} heeft je vermeld in een reactie op “{file}\"", "Files app plugin to add comments to files" : "Bestanden app plugin om reacties aan bestanden toe te voegen", - "Unknown user" : "Onbekende gebruiker", - "A (now) deleted user mentioned you in a comment on “%s”" : "Een (nu) verwijderde gebruiker vermeldde je in een reactie op \"%s\"", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Een (nu) verwijderde gebruiker vermeldde je in een reactie op \"{file}\"", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s vermeldde jou in een reactie op “%2$s\"", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Je werd op “%s”, in een reactie vermeld door een sindsdien verwijderde gebruiker" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Je werd op “%s”, in een reactie vermeld door een sindsdien verwijderde gebruiker", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s vermeldde jou in een reactie op “%2$s\"" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/nl.json b/apps/comments/l10n/nl.json index 862db7fb96..a9fdf822a7 100644 --- a/apps/comments/l10n/nl.json +++ b/apps/comments/l10n/nl.json @@ -26,10 +26,7 @@ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Je werd vermeld op \"{file}\" in een reactie door een sindsdien verwijderde gebruiker", "{user} mentioned you in a comment on “{file}”" : "{user} heeft je vermeld in een reactie op “{file}\"", "Files app plugin to add comments to files" : "Bestanden app plugin om reacties aan bestanden toe te voegen", - "Unknown user" : "Onbekende gebruiker", - "A (now) deleted user mentioned you in a comment on “%s”" : "Een (nu) verwijderde gebruiker vermeldde je in een reactie op \"%s\"", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Een (nu) verwijderde gebruiker vermeldde je in een reactie op \"{file}\"", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s vermeldde jou in een reactie op “%2$s\"", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Je werd op “%s”, in een reactie vermeld door een sindsdien verwijderde gebruiker" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Je werd op “%s”, in een reactie vermeld door een sindsdien verwijderde gebruiker", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s vermeldde jou in een reactie op “%2$s\"" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/pl.js b/apps/comments/l10n/pl.js index 34213529d0..da168828e5 100644 --- a/apps/comments/l10n/pl.js +++ b/apps/comments/l10n/pl.js @@ -28,10 +28,7 @@ OC.L10N.register( "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Zostałeś/aś wspomniany/a w \"{file}\" w komentarzach przez użytkownika, który został usunięty", "{user} mentioned you in a comment on “{file}”" : "{user} wspomniał/-a o Tobie w komentarzu “{file}”", "Files app plugin to add comments to files" : "Plugin umożliwiający dodawanie komentarzy w aplikacji Pliki", - "Unknown user" : "Nieznany użytkownik", - "A (now) deleted user mentioned you in a comment on “%s”" : "Pewien (obecnie) usunięty użytkownik wspomniał o Tobie w komentarzu “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Pewien (obecnie) usunięty użytkownik wspomniał o Tobie w komentarzu “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s wspomniał/-a o Tobie w komentarzu “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Wspomniano Cię w \"%s\" przez użytkownika, który został usunięty" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Wspomniano Cię w \"%s\" przez użytkownika, który został usunięty", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s wspomniał/-a o Tobie w komentarzu “%2$s”" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/apps/comments/l10n/pl.json b/apps/comments/l10n/pl.json index b339ab272d..3f64c6e8fa 100644 --- a/apps/comments/l10n/pl.json +++ b/apps/comments/l10n/pl.json @@ -26,10 +26,7 @@ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Zostałeś/aś wspomniany/a w \"{file}\" w komentarzach przez użytkownika, który został usunięty", "{user} mentioned you in a comment on “{file}”" : "{user} wspomniał/-a o Tobie w komentarzu “{file}”", "Files app plugin to add comments to files" : "Plugin umożliwiający dodawanie komentarzy w aplikacji Pliki", - "Unknown user" : "Nieznany użytkownik", - "A (now) deleted user mentioned you in a comment on “%s”" : "Pewien (obecnie) usunięty użytkownik wspomniał o Tobie w komentarzu “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Pewien (obecnie) usunięty użytkownik wspomniał o Tobie w komentarzu “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s wspomniał/-a o Tobie w komentarzu “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Wspomniano Cię w \"%s\" przez użytkownika, który został usunięty" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Wspomniano Cię w \"%s\" przez użytkownika, który został usunięty", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s wspomniał/-a o Tobie w komentarzu “%2$s”" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/apps/comments/l10n/pt_BR.js b/apps/comments/l10n/pt_BR.js index 9b608732cc..19b0601868 100644 --- a/apps/comments/l10n/pt_BR.js +++ b/apps/comments/l10n/pt_BR.js @@ -28,10 +28,7 @@ OC.L10N.register( "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Você foi mencionado em \"{file}\", em um comentário por um usuário que já foi excluído", "{user} mentioned you in a comment on “{file}”" : "{user} mencionou você em um comentário sobre “{file}”", "Files app plugin to add comments to files" : "Complemento do aplicativo Files para adicionar comentários", - "Unknown user" : "Usuário desconhecido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Um usuário excluído (agora) mencionou você em um comentário sobre “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Um usuário (now) recém excluído mencionou você em um comentário sobre “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s mencionou você em um comentário sobre “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Você foi mencionado em \"\", “%s”, em um comentário por um usuário que já foi excluído" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Você foi mencionado em \"\", “%s”, em um comentário por um usuário que já foi excluído", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s mencionou você em um comentário sobre “%2$s”" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/comments/l10n/pt_BR.json b/apps/comments/l10n/pt_BR.json index 224887c3e4..93b51a2358 100644 --- a/apps/comments/l10n/pt_BR.json +++ b/apps/comments/l10n/pt_BR.json @@ -26,10 +26,7 @@ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Você foi mencionado em \"{file}\", em um comentário por um usuário que já foi excluído", "{user} mentioned you in a comment on “{file}”" : "{user} mencionou você em um comentário sobre “{file}”", "Files app plugin to add comments to files" : "Complemento do aplicativo Files para adicionar comentários", - "Unknown user" : "Usuário desconhecido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Um usuário excluído (agora) mencionou você em um comentário sobre “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Um usuário (now) recém excluído mencionou você em um comentário sobre “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s mencionou você em um comentário sobre “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Você foi mencionado em \"\", “%s”, em um comentário por um usuário que já foi excluído" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Você foi mencionado em \"\", “%s”, em um comentário por um usuário que já foi excluído", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s mencionou você em um comentário sobre “%2$s”" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/pt_PT.js b/apps/comments/l10n/pt_PT.js index 7ad7c9db5e..91b2b9b859 100644 --- a/apps/comments/l10n/pt_PT.js +++ b/apps/comments/l10n/pt_PT.js @@ -26,10 +26,7 @@ OC.L10N.register( "Comments for files" : "Comentários aos ficheiros", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Foste mencionado e, “{file}”, num comentário de um utilizador que foi entretanto removido", "{user} mentioned you in a comment on “{file}”" : "{user} mencionou-te num comentário em “{file}”", - "Unknown user" : "Utilizador desconhecido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Um utilizador (agora removido) mencionou-te num comentário em “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Um utilizador (agora removido) mencionou-te num comentário em “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s mencionou-te num comentário em “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Foste mencionado em “%s”, num comentário de um utilizador que foi entretanto removido" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Foste mencionado em “%s”, num comentário de um utilizador que foi entretanto removido", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s mencionou-te num comentário em “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/pt_PT.json b/apps/comments/l10n/pt_PT.json index d4a80106ff..b8f35f1cbf 100644 --- a/apps/comments/l10n/pt_PT.json +++ b/apps/comments/l10n/pt_PT.json @@ -24,10 +24,7 @@ "Comments for files" : "Comentários aos ficheiros", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Foste mencionado e, “{file}”, num comentário de um utilizador que foi entretanto removido", "{user} mentioned you in a comment on “{file}”" : "{user} mencionou-te num comentário em “{file}”", - "Unknown user" : "Utilizador desconhecido", - "A (now) deleted user mentioned you in a comment on “%s”" : "Um utilizador (agora removido) mencionou-te num comentário em “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Um utilizador (agora removido) mencionou-te num comentário em “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s mencionou-te num comentário em “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Foste mencionado em “%s”, num comentário de um utilizador que foi entretanto removido" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Foste mencionado em “%s”, num comentário de um utilizador que foi entretanto removido", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s mencionou-te num comentário em “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/ro.js b/apps/comments/l10n/ro.js index a6aa9641fd..74882a2b38 100644 --- a/apps/comments/l10n/ro.js +++ b/apps/comments/l10n/ro.js @@ -25,9 +25,6 @@ OC.L10N.register( "{author} commented on {file}" : " {author} a comentat la {file}", "Comments for files" : "Comentarii la fișiere", "{user} mentioned you in a comment on “{file}”" : "{user} te-a menționat într-un comentariu la ”{file}”", - "Unknown user" : "Utilizator necunoscut", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un utilizator (momentan) șters te-a menționat într-un comentariu la ”%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un utilizator (momentan) șters te-a menționat într-un comentariu la ”{file}”", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te-a menționat într-un comentariu la ”%2$s”" }, "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/apps/comments/l10n/ro.json b/apps/comments/l10n/ro.json index 869ef51715..7ce7808d45 100644 --- a/apps/comments/l10n/ro.json +++ b/apps/comments/l10n/ro.json @@ -23,9 +23,6 @@ "{author} commented on {file}" : " {author} a comentat la {file}", "Comments for files" : "Comentarii la fișiere", "{user} mentioned you in a comment on “{file}”" : "{user} te-a menționat într-un comentariu la ”{file}”", - "Unknown user" : "Utilizator necunoscut", - "A (now) deleted user mentioned you in a comment on “%s”" : "Un utilizator (momentan) șters te-a menționat într-un comentariu la ”%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un utilizator (momentan) șters te-a menționat într-un comentariu la ”{file}”", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te-a menționat într-un comentariu la ”%2$s”" },"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" } \ No newline at end of file diff --git a/apps/comments/l10n/ru.js b/apps/comments/l10n/ru.js index 5509b81160..5ce664277c 100644 --- a/apps/comments/l10n/ru.js +++ b/apps/comments/l10n/ru.js @@ -28,10 +28,7 @@ OC.L10N.register( "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Вы были упомянуты в комментарии к файлу «{file}» пользователем, учётная запись которого была удалена", "{user} mentioned you in a comment on “{file}”" : "{user} упомянул вас в комментарии к “{file}”.", "Files app plugin to add comments to files" : "Модуль приложения «Файлы», позволяющий комментировать файлы", - "Unknown user" : "Неизвестный пользователь", - "A (now) deleted user mentioned you in a comment on “%s”" : "Пользователь (удалённый в настоящее время) упомянул вас в комментарии к “%s”.", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Пользователь (удалённый в настоящее время) упомянул вас в комментарии к “{file}”.", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s упомянул вас в комментарии к \"%2$s\"", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Вы были упомянуты в комментарии к файлу «%s» пользователем, учётная запись которого была удалена" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Вы были упомянуты в комментарии к файлу «%s» пользователем, учётная запись которого была удалена", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s упомянул вас в комментарии к \"%2$s\"" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/comments/l10n/ru.json b/apps/comments/l10n/ru.json index b0db0ecb14..460706293e 100644 --- a/apps/comments/l10n/ru.json +++ b/apps/comments/l10n/ru.json @@ -26,10 +26,7 @@ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Вы были упомянуты в комментарии к файлу «{file}» пользователем, учётная запись которого была удалена", "{user} mentioned you in a comment on “{file}”" : "{user} упомянул вас в комментарии к “{file}”.", "Files app plugin to add comments to files" : "Модуль приложения «Файлы», позволяющий комментировать файлы", - "Unknown user" : "Неизвестный пользователь", - "A (now) deleted user mentioned you in a comment on “%s”" : "Пользователь (удалённый в настоящее время) упомянул вас в комментарии к “%s”.", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Пользователь (удалённый в настоящее время) упомянул вас в комментарии к “{file}”.", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s упомянул вас в комментарии к \"%2$s\"", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Вы были упомянуты в комментарии к файлу «%s» пользователем, учётная запись которого была удалена" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Вы были упомянуты в комментарии к файлу «%s» пользователем, учётная запись которого была удалена", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s упомянул вас в комментарии к \"%2$s\"" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" } \ No newline at end of file diff --git a/apps/comments/l10n/si_LK.js b/apps/comments/l10n/si_LK.js index ff82668e6e..02a6df3f3c 100644 --- a/apps/comments/l10n/si_LK.js +++ b/apps/comments/l10n/si_LK.js @@ -24,9 +24,6 @@ OC.L10N.register( "{author} commented on {file}" : "{author}, {file} තුල අදහසක් දක්වා ඇත", "Comments for files" : "ගොනු සදහා අදහස් ", "{user} mentioned you in a comment on “{file}”" : "{user} ඔබව {file} තුලදී මතක් කර ඇත", - "Unknown user" : "හදුනානොගත් සේවාදායකයා", - "A (now) deleted user mentioned you in a comment on “%s”" : "මකන ලද සේවාදායකයෙක් (now) ඔබව %s අදහස තුල මතක් කර ඇත", - "A (now) deleted user mentioned you in a comment on “{file}”" : "{file} තුල අදහස් දැක්වීමකදී, (now) ඉවත්කරන ලද සේවාදායකයෙක් ඔබව මතක් කර ඇත", "%1$s mentioned you in a comment on “%2$s”" : "%1$s ඔබව %2$s හි අදහසක මතක් කර ඇත" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/si_LK.json b/apps/comments/l10n/si_LK.json index d3c7488a30..0f327f742f 100644 --- a/apps/comments/l10n/si_LK.json +++ b/apps/comments/l10n/si_LK.json @@ -22,9 +22,6 @@ "{author} commented on {file}" : "{author}, {file} තුල අදහසක් දක්වා ඇත", "Comments for files" : "ගොනු සදහා අදහස් ", "{user} mentioned you in a comment on “{file}”" : "{user} ඔබව {file} තුලදී මතක් කර ඇත", - "Unknown user" : "හදුනානොගත් සේවාදායකයා", - "A (now) deleted user mentioned you in a comment on “%s”" : "මකන ලද සේවාදායකයෙක් (now) ඔබව %s අදහස තුල මතක් කර ඇත", - "A (now) deleted user mentioned you in a comment on “{file}”" : "{file} තුල අදහස් දැක්වීමකදී, (now) ඉවත්කරන ලද සේවාදායකයෙක් ඔබව මතක් කර ඇත", "%1$s mentioned you in a comment on “%2$s”" : "%1$s ඔබව %2$s හි අදහසක මතක් කර ඇත" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/sk.js b/apps/comments/l10n/sk.js index ef3d224de2..2c0edbed33 100644 --- a/apps/comments/l10n/sk.js +++ b/apps/comments/l10n/sk.js @@ -28,10 +28,7 @@ OC.L10N.register( "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Boli ste spomenutý v \"{file}\", v komentári používateľom ktorý bol už vymazaný", "{user} mentioned you in a comment on “{file}”" : "{user} vás spomenul v komentári k “{file}”", "Files app plugin to add comments to files" : "Plugin súborovej aplikácie ktorý umožňuje pridávať komentáre k súborom", - "Unknown user" : "Neznámy používateľ", - "A (now) deleted user mentioned you in a comment on “%s”" : "Teraz už odstránený používateľ vás spomenul v komentári k \"%s\"", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Teraz už odstránený používateľ vás spomenul v komentári k \"{file}\"", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s vás spomenul v komentári k \"%2$s\"", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Boli ste spomenutý v \"%s\", v komentári používateľom ktorý bol už vymazaný" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Boli ste spomenutý v \"%s\", v komentári používateľom ktorý bol už vymazaný", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s vás spomenul v komentári k \"%2$s\"" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/comments/l10n/sk.json b/apps/comments/l10n/sk.json index 063f85553d..6c129cd11a 100644 --- a/apps/comments/l10n/sk.json +++ b/apps/comments/l10n/sk.json @@ -26,10 +26,7 @@ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Boli ste spomenutý v \"{file}\", v komentári používateľom ktorý bol už vymazaný", "{user} mentioned you in a comment on “{file}”" : "{user} vás spomenul v komentári k “{file}”", "Files app plugin to add comments to files" : "Plugin súborovej aplikácie ktorý umožňuje pridávať komentáre k súborom", - "Unknown user" : "Neznámy používateľ", - "A (now) deleted user mentioned you in a comment on “%s”" : "Teraz už odstránený používateľ vás spomenul v komentári k \"%s\"", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Teraz už odstránený používateľ vás spomenul v komentári k \"{file}\"", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s vás spomenul v komentári k \"%2$s\"", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Boli ste spomenutý v \"%s\", v komentári používateľom ktorý bol už vymazaný" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Boli ste spomenutý v \"%s\", v komentári používateľom ktorý bol už vymazaný", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s vás spomenul v komentári k \"%2$s\"" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/apps/comments/l10n/sl.js b/apps/comments/l10n/sl.js index 37e039418d..3d84a8b904 100644 --- a/apps/comments/l10n/sl.js +++ b/apps/comments/l10n/sl.js @@ -18,7 +18,6 @@ OC.L10N.register( "You commented" : "Vaša opomba", "%1$s commented" : "%1$s opomb", "%1$s commented on %2$s" : "%1$s opomb ob %2$s", - "Comments for files" : "Opombe za datoteke", - "Unknown user" : "Nepoznan uporabnik" + "Comments for files" : "Opombe za datoteke" }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/comments/l10n/sl.json b/apps/comments/l10n/sl.json index 17841f1697..d6e560892f 100644 --- a/apps/comments/l10n/sl.json +++ b/apps/comments/l10n/sl.json @@ -16,7 +16,6 @@ "You commented" : "Vaša opomba", "%1$s commented" : "%1$s opomb", "%1$s commented on %2$s" : "%1$s opomb ob %2$s", - "Comments for files" : "Opombe za datoteke", - "Unknown user" : "Nepoznan uporabnik" + "Comments for files" : "Opombe za datoteke" },"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/apps/comments/l10n/sq.js b/apps/comments/l10n/sq.js index 70d44b9ad1..ab95e388e1 100644 --- a/apps/comments/l10n/sq.js +++ b/apps/comments/l10n/sq.js @@ -25,9 +25,6 @@ OC.L10N.register( "{author} commented on {file}" : "{author} komentoi në {file}", "Comments for files" : "Komente për skedarët", "{user} mentioned you in a comment on “{file}”" : "{user} ju ka përmendur në një koment në “{file}”", - "Unknown user" : "Përdorues i panjohur", - "A (now) deleted user mentioned you in a comment on “%s”" : "Një përdorues i fshirë (tani) ju ka përmendur në një koment në \"%s\"", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Një përdorues i fshirë (tani) ju ka përmendur në një koment në “{file}”", "%1$s mentioned you in a comment on “%2$s”" : "%1$s ju ka përmendur në një koment në “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/sq.json b/apps/comments/l10n/sq.json index 5a3b4cddec..c184a8e403 100644 --- a/apps/comments/l10n/sq.json +++ b/apps/comments/l10n/sq.json @@ -23,9 +23,6 @@ "{author} commented on {file}" : "{author} komentoi në {file}", "Comments for files" : "Komente për skedarët", "{user} mentioned you in a comment on “{file}”" : "{user} ju ka përmendur në një koment në “{file}”", - "Unknown user" : "Përdorues i panjohur", - "A (now) deleted user mentioned you in a comment on “%s”" : "Një përdorues i fshirë (tani) ju ka përmendur në një koment në \"%s\"", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Një përdorues i fshirë (tani) ju ka përmendur në një koment në “{file}”", "%1$s mentioned you in a comment on “%2$s”" : "%1$s ju ka përmendur në një koment në “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/sr.js b/apps/comments/l10n/sr.js index 1938d776fc..6e21812715 100644 --- a/apps/comments/l10n/sr.js +++ b/apps/comments/l10n/sr.js @@ -28,10 +28,7 @@ OC.L10N.register( "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Поменути сте на фајлу \"{file}\", у коментару који је оставио корисник који је од тада избрисан", "{user} mentioned you in a comment on “{file}”" : "{user} Вас је поменуо у коментару на “{file}”", "Files app plugin to add comments to files" : "Додатак апликацији за фајлове да додајете коментаре на фајлове", - "Unknown user" : "Непознат корисник", - "A (now) deleted user mentioned you in a comment on “%s”" : "(Сада) обрисани корисник Вас је поменуо у коментару на “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "(Сада) обрисани корисник Вас је поменуо у коментару на “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s Вас је поменуо у коментару на \"%2$s\"", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Поменути сте у \"%s\", у коментару који је оставио корисник који је од тада избрисан" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Поменути сте у \"%s\", у коментару који је оставио корисник који је од тада избрисан", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s Вас је поменуо у коментару на \"%2$s\"" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/comments/l10n/sr.json b/apps/comments/l10n/sr.json index 1f9de7373c..ddc8f91465 100644 --- a/apps/comments/l10n/sr.json +++ b/apps/comments/l10n/sr.json @@ -26,10 +26,7 @@ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Поменути сте на фајлу \"{file}\", у коментару који је оставио корисник који је од тада избрисан", "{user} mentioned you in a comment on “{file}”" : "{user} Вас је поменуо у коментару на “{file}”", "Files app plugin to add comments to files" : "Додатак апликацији за фајлове да додајете коментаре на фајлове", - "Unknown user" : "Непознат корисник", - "A (now) deleted user mentioned you in a comment on “%s”" : "(Сада) обрисани корисник Вас је поменуо у коментару на “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "(Сада) обрисани корисник Вас је поменуо у коментару на “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s Вас је поменуо у коментару на \"%2$s\"", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Поменути сте у \"%s\", у коментару који је оставио корисник који је од тада избрисан" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Поменути сте у \"%s\", у коментару који је оставио корисник који је од тада избрисан", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s Вас је поменуо у коментару на \"%2$s\"" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" } \ No newline at end of file diff --git a/apps/comments/l10n/sv.js b/apps/comments/l10n/sv.js index 19e936a8d0..632b423de6 100644 --- a/apps/comments/l10n/sv.js +++ b/apps/comments/l10n/sv.js @@ -27,10 +27,7 @@ OC.L10N.register( "Comments for files" : "Kommentarer för filer", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Du nämndes på “{file}” i en kommentar av en användare som nu har tagits bort", "{user} mentioned you in a comment on “{file}”" : "{user} nämnde dig i en kommentar på \"{file}\"", - "Unknown user" : "Okänd användare", - "A (now) deleted user mentioned you in a comment on “%s”" : "En (nu) raderad användare nämnde dig i en kommentar på \"%s\"", - "A (now) deleted user mentioned you in a comment on “{file}”" : "En (nu) raderad användare nämnde dig i en kommentar på \"{file}\"", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s nämnde dig i en kommentar på “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Du nämndes på “%s” i en kommentar av en användare som nu har tagits bort" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Du nämndes på “%s” i en kommentar av en användare som nu har tagits bort", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s nämnde dig i en kommentar på “%2$s”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/sv.json b/apps/comments/l10n/sv.json index 620d1c442d..7a35a96e86 100644 --- a/apps/comments/l10n/sv.json +++ b/apps/comments/l10n/sv.json @@ -25,10 +25,7 @@ "Comments for files" : "Kommentarer för filer", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Du nämndes på “{file}” i en kommentar av en användare som nu har tagits bort", "{user} mentioned you in a comment on “{file}”" : "{user} nämnde dig i en kommentar på \"{file}\"", - "Unknown user" : "Okänd användare", - "A (now) deleted user mentioned you in a comment on “%s”" : "En (nu) raderad användare nämnde dig i en kommentar på \"%s\"", - "A (now) deleted user mentioned you in a comment on “{file}”" : "En (nu) raderad användare nämnde dig i en kommentar på \"{file}\"", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s nämnde dig i en kommentar på “%2$s”", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Du nämndes på “%s” i en kommentar av en användare som nu har tagits bort" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Du nämndes på “%s” i en kommentar av en användare som nu har tagits bort", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s nämnde dig i en kommentar på “%2$s”" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/th.js b/apps/comments/l10n/th.js index da98fb4973..38174f0042 100644 --- a/apps/comments/l10n/th.js +++ b/apps/comments/l10n/th.js @@ -19,7 +19,6 @@ OC.L10N.register( "You commented" : "คุณได้แสดงความคิดเห็นแล้ว", "%1$s commented" : "%1$s ได้ถูกแสดงความคิดเห็น", "You commented on %1$s" : "คุณได้แสดงความคิดเห็นบน %1$s", - "%1$s commented on %2$s" : "%1$s ได้ถูกแสดงความคิดเห็นบน %2$s", - "Unknown user" : "ไม่รู้จักผู้ใช้" + "%1$s commented on %2$s" : "%1$s ได้ถูกแสดงความคิดเห็นบน %2$s" }, "nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/th.json b/apps/comments/l10n/th.json index 76d68fd1f3..6bb8a2121f 100644 --- a/apps/comments/l10n/th.json +++ b/apps/comments/l10n/th.json @@ -17,7 +17,6 @@ "You commented" : "คุณได้แสดงความคิดเห็นแล้ว", "%1$s commented" : "%1$s ได้ถูกแสดงความคิดเห็น", "You commented on %1$s" : "คุณได้แสดงความคิดเห็นบน %1$s", - "%1$s commented on %2$s" : "%1$s ได้ถูกแสดงความคิดเห็นบน %2$s", - "Unknown user" : "ไม่รู้จักผู้ใช้" + "%1$s commented on %2$s" : "%1$s ได้ถูกแสดงความคิดเห็นบน %2$s" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/comments/l10n/tr.js b/apps/comments/l10n/tr.js index 4ebe123c4e..14ef656adf 100644 --- a/apps/comments/l10n/tr.js +++ b/apps/comments/l10n/tr.js @@ -28,10 +28,7 @@ OC.L10N.register( "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "“{file}” hakkında bir yorumda silinmiş bir kullanıcı tarafından anıldınız", "{user} mentioned you in a comment on “{file}”" : "{user}, “{file}” hakkındaki bir yorumda sizden bahsetti", "Files app plugin to add comments to files" : "Dosyalara notlar eklenmesini sağlayan dosyalar uygulaması eki", - "Unknown user" : "Bilinmeyen kullanıcı", - "A (now) deleted user mentioned you in a comment on “%s”" : "Bir (artık) silinmiş kullanıcı “%s” hakkındaki bir yorumda sizden bahsetti", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Bir (artık) silinmiş kullanıcı “{file}” hakkındaki bir yorumda sizden bahsetti", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s, “%2$s” hakkındaki bir yorumda sizden bahsetti", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "\"%s\" hakkında bir yorumda silinmiş bir kullanıcı tarafından anıldınız" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "\"%s\" hakkında bir yorumda silinmiş bir kullanıcı tarafından anıldınız", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s, “%2$s” hakkındaki bir yorumda sizden bahsetti" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/comments/l10n/tr.json b/apps/comments/l10n/tr.json index bf0279fa80..3fc414ebfe 100644 --- a/apps/comments/l10n/tr.json +++ b/apps/comments/l10n/tr.json @@ -26,10 +26,7 @@ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "“{file}” hakkında bir yorumda silinmiş bir kullanıcı tarafından anıldınız", "{user} mentioned you in a comment on “{file}”" : "{user}, “{file}” hakkındaki bir yorumda sizden bahsetti", "Files app plugin to add comments to files" : "Dosyalara notlar eklenmesini sağlayan dosyalar uygulaması eki", - "Unknown user" : "Bilinmeyen kullanıcı", - "A (now) deleted user mentioned you in a comment on “%s”" : "Bir (artık) silinmiş kullanıcı “%s” hakkındaki bir yorumda sizden bahsetti", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Bir (artık) silinmiş kullanıcı “{file}” hakkındaki bir yorumda sizden bahsetti", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s, “%2$s” hakkındaki bir yorumda sizden bahsetti", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "\"%s\" hakkında bir yorumda silinmiş bir kullanıcı tarafından anıldınız" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "\"%s\" hakkında bir yorumda silinmiş bir kullanıcı tarafından anıldınız", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s, “%2$s” hakkındaki bir yorumda sizden bahsetti" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/uk.js b/apps/comments/l10n/uk.js index fe1bc1e043..52133b24e8 100644 --- a/apps/comments/l10n/uk.js +++ b/apps/comments/l10n/uk.js @@ -23,7 +23,6 @@ OC.L10N.register( "You commented on {file}" : "Ви прокоментували {file}", "%1$s commented on %2$s" : "%1$s прокоментовано у %2$s", "{author} commented on {file}" : "{author} прокоментував {file}", - "Comments for files" : "Коментів для файлів", - "Unknown user" : "Невідомий користувач" + "Comments for files" : "Коментів для файлів" }, "nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); diff --git a/apps/comments/l10n/uk.json b/apps/comments/l10n/uk.json index 2c08080107..dca2004488 100644 --- a/apps/comments/l10n/uk.json +++ b/apps/comments/l10n/uk.json @@ -21,7 +21,6 @@ "You commented on {file}" : "Ви прокоментували {file}", "%1$s commented on %2$s" : "%1$s прокоментовано у %2$s", "{author} commented on {file}" : "{author} прокоментував {file}", - "Comments for files" : "Коментів для файлів", - "Unknown user" : "Невідомий користувач" + "Comments for files" : "Коментів для файлів" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" } \ No newline at end of file diff --git a/apps/comments/l10n/vi.js b/apps/comments/l10n/vi.js index 9542a6d0b6..61c4c863b5 100644 --- a/apps/comments/l10n/vi.js +++ b/apps/comments/l10n/vi.js @@ -25,9 +25,6 @@ OC.L10N.register( "{author} commented on {file}" : "{author} đã bình luận về tệp tin {file}", "Comments for files" : "bình luận đối với các tệp tin", "{user} mentioned you in a comment on “{file}”" : "{user} đề cập tới bạn trong một bình luận về “{file}”", - "Unknown user" : "Người dùng không tồn tại", - "A (now) deleted user mentioned you in a comment on “%s”" : "Có một người sử dụng (now) bị xóa đã đề cập tới bạn trong một bình luận về “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Có một người sử dụng (now) bị xóa đã đề cập tới bạn trong một bình luận về “{file}”", "%1$s mentioned you in a comment on “%2$s”" : "%1$s đề cập tới bạn trong một bình luận về “%2$s”" }, "nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/vi.json b/apps/comments/l10n/vi.json index 0e0c592d4f..2dd3d39506 100644 --- a/apps/comments/l10n/vi.json +++ b/apps/comments/l10n/vi.json @@ -23,9 +23,6 @@ "{author} commented on {file}" : "{author} đã bình luận về tệp tin {file}", "Comments for files" : "bình luận đối với các tệp tin", "{user} mentioned you in a comment on “{file}”" : "{user} đề cập tới bạn trong một bình luận về “{file}”", - "Unknown user" : "Người dùng không tồn tại", - "A (now) deleted user mentioned you in a comment on “%s”" : "Có một người sử dụng (now) bị xóa đã đề cập tới bạn trong một bình luận về “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Có một người sử dụng (now) bị xóa đã đề cập tới bạn trong một bình luận về “{file}”", "%1$s mentioned you in a comment on “%2$s”" : "%1$s đề cập tới bạn trong một bình luận về “%2$s”" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/comments/l10n/zh_CN.js b/apps/comments/l10n/zh_CN.js index 7bf9ae92d6..1d90533ee5 100644 --- a/apps/comments/l10n/zh_CN.js +++ b/apps/comments/l10n/zh_CN.js @@ -28,10 +28,7 @@ OC.L10N.register( "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "您在 “{file}” 上一名用户的评论中被提到过,该用户在那之后被删除了", "{user} mentioned you in a comment on “{file}”" : "{user} 在 “{file}” 的评论中提到了您", "Files app plugin to add comments to files" : "文件应用插件用于为文件添加注释", - "Unknown user" : "未知用户", - "A (now) deleted user mentioned you in a comment on “%s”" : "一个(已)被删除的用户在 “%s” 的评论中提到了您", - "A (now) deleted user mentioned you in a comment on “{file}”" : "一个(已)被删除的用户在 “{file}” 的评论中提到了您", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s 在 “%2$s” 的评论中提到了您", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "您在 “%s” 上一名用户的评论中被提到过,该用户在那之后被删除了" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "您在 “%s” 上一名用户的评论中被提到过,该用户在那之后被删除了", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s 在 “%2$s” 的评论中提到了您" }, "nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/zh_CN.json b/apps/comments/l10n/zh_CN.json index ab019324d1..4e7d80e121 100644 --- a/apps/comments/l10n/zh_CN.json +++ b/apps/comments/l10n/zh_CN.json @@ -26,10 +26,7 @@ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "您在 “{file}” 上一名用户的评论中被提到过,该用户在那之后被删除了", "{user} mentioned you in a comment on “{file}”" : "{user} 在 “{file}” 的评论中提到了您", "Files app plugin to add comments to files" : "文件应用插件用于为文件添加注释", - "Unknown user" : "未知用户", - "A (now) deleted user mentioned you in a comment on “%s”" : "一个(已)被删除的用户在 “%s” 的评论中提到了您", - "A (now) deleted user mentioned you in a comment on “{file}”" : "一个(已)被删除的用户在 “{file}” 的评论中提到了您", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s 在 “%2$s” 的评论中提到了您", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "您在 “%s” 上一名用户的评论中被提到过,该用户在那之后被删除了" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "您在 “%s” 上一名用户的评论中被提到过,该用户在那之后被删除了", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s 在 “%2$s” 的评论中提到了您" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/comments/l10n/zh_TW.js b/apps/comments/l10n/zh_TW.js index a3118ba425..adb937434e 100644 --- a/apps/comments/l10n/zh_TW.js +++ b/apps/comments/l10n/zh_TW.js @@ -28,10 +28,7 @@ OC.L10N.register( "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "一個已被刪除的用戶在 “{file}” 的留言中提到你", "{user} mentioned you in a comment on “{file}”" : "{user} 在 “{file}” 的留言中提到你", "Files app plugin to add comments to files" : "檔案插件程式插件,用於為檔案增加註釋", - "Unknown user" : "未知的使用者", - "A (now) deleted user mentioned you in a comment on “%s”" : "一個已被刪除的用戶在 “%s” 的留言中提到你", - "A (now) deleted user mentioned you in a comment on “{file}”" : "一個已被刪除的用戶在 “{file}” 的留言中提到你", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s 在 “%2$s” 的留言中提到你", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "一個已被刪除的用戶在 “%s” 的留言中提到你" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "一個已被刪除的用戶在 “%s” 的留言中提到你", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s 在 “%2$s” 的留言中提到你" }, "nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/zh_TW.json b/apps/comments/l10n/zh_TW.json index 29109e1b34..b37e6854b8 100644 --- a/apps/comments/l10n/zh_TW.json +++ b/apps/comments/l10n/zh_TW.json @@ -26,10 +26,7 @@ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "一個已被刪除的用戶在 “{file}” 的留言中提到你", "{user} mentioned you in a comment on “{file}”" : "{user} 在 “{file}” 的留言中提到你", "Files app plugin to add comments to files" : "檔案插件程式插件,用於為檔案增加註釋", - "Unknown user" : "未知的使用者", - "A (now) deleted user mentioned you in a comment on “%s”" : "一個已被刪除的用戶在 “%s” 的留言中提到你", - "A (now) deleted user mentioned you in a comment on “{file}”" : "一個已被刪除的用戶在 “{file}” 的留言中提到你", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s 在 “%2$s” 的留言中提到你", - "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "一個已被刪除的用戶在 “%s” 的留言中提到你" + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "一個已被刪除的用戶在 “%s” 的留言中提到你", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s 在 “%2$s” 的留言中提到你" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/ca.js b/apps/federatedfilesharing/l10n/ca.js index e7a09a1574..922982edf1 100644 --- a/apps/federatedfilesharing/l10n/ca.js +++ b/apps/federatedfilesharing/l10n/ca.js @@ -52,7 +52,6 @@ OC.L10N.register( "Federated share added" : "S'ha afegit una part federada", "Couldn't add remote share" : "No s'ha pogut afegir una compartició remota", "Sharing %s failed, because this item is already shared with %s" : "Ha fallat en compartir %s, perquè l'element ja està compartit amb %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "S'ha produït un error en compartir%s, no s'ha pogut trobar%s, potser el servidor no estigui disponible o s'utilitzi un certificat autofirmat.", - "Search global and public address book for users and let local users publish their data" : "Busqueu llibreta d'adreces global i pública per als usuaris i deixeu que els usuaris locals publiquin les seves dades" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "S'ha produït un error en compartir%s, no s'ha pogut trobar%s, potser el servidor no estigui disponible o s'utilitzi un certificat autofirmat." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/ca.json b/apps/federatedfilesharing/l10n/ca.json index 151caf1851..84c2355337 100644 --- a/apps/federatedfilesharing/l10n/ca.json +++ b/apps/federatedfilesharing/l10n/ca.json @@ -50,7 +50,6 @@ "Federated share added" : "S'ha afegit una part federada", "Couldn't add remote share" : "No s'ha pogut afegir una compartició remota", "Sharing %s failed, because this item is already shared with %s" : "Ha fallat en compartir %s, perquè l'element ja està compartit amb %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "S'ha produït un error en compartir%s, no s'ha pogut trobar%s, potser el servidor no estigui disponible o s'utilitzi un certificat autofirmat.", - "Search global and public address book for users and let local users publish their data" : "Busqueu llibreta d'adreces global i pública per als usuaris i deixeu que els usuaris locals publiquin les seves dades" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "S'ha produït un error en compartir%s, no s'ha pogut trobar%s, potser el servidor no estigui disponible o s'utilitzi un certificat autofirmat." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/cs.js b/apps/federatedfilesharing/l10n/cs.js index 193a6b9878..ce4f48f06b 100644 --- a/apps/federatedfilesharing/l10n/cs.js +++ b/apps/federatedfilesharing/l10n/cs.js @@ -59,7 +59,6 @@ OC.L10N.register( "Federated share added" : "Propojené sdílení bylo přidáno", "Couldn't add remote share" : "Nepodařilo se přidat propojené sdílení", "Sharing %s failed, because this item is already shared with %s" : "Sdílení položky %s se nezdařilo, protože položka už je s uživatelem %s sdílena", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Sdílení %s selhalo, %s se nepodařilo nalézt, server pravděpodobně právě není dostupný nebo používá self-signed certifikát.", - "Search global and public address book for users and let local users publish their data" : "Hledat uživatele v globálním a veřejném adresáři a dovolit místním uživatelům publikovat jejich údaje" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Sdílení %s selhalo, %s se nepodařilo nalézt, server pravděpodobně právě není dostupný nebo používá self-signed certifikát." }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/apps/federatedfilesharing/l10n/cs.json b/apps/federatedfilesharing/l10n/cs.json index 7b9701f569..0f337e003c 100644 --- a/apps/federatedfilesharing/l10n/cs.json +++ b/apps/federatedfilesharing/l10n/cs.json @@ -57,7 +57,6 @@ "Federated share added" : "Propojené sdílení bylo přidáno", "Couldn't add remote share" : "Nepodařilo se přidat propojené sdílení", "Sharing %s failed, because this item is already shared with %s" : "Sdílení položky %s se nezdařilo, protože položka už je s uživatelem %s sdílena", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Sdílení %s selhalo, %s se nepodařilo nalézt, server pravděpodobně právě není dostupný nebo používá self-signed certifikát.", - "Search global and public address book for users and let local users publish their data" : "Hledat uživatele v globálním a veřejném adresáři a dovolit místním uživatelům publikovat jejich údaje" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Sdílení %s selhalo, %s se nepodařilo nalézt, server pravděpodobně právě není dostupný nebo používá self-signed certifikát." },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/da.js b/apps/federatedfilesharing/l10n/da.js index 2fef1a9ec6..2ffc75ce5f 100644 --- a/apps/federatedfilesharing/l10n/da.js +++ b/apps/federatedfilesharing/l10n/da.js @@ -51,7 +51,6 @@ OC.L10N.register( "Federated share added" : "Datafællesskabsdeling tilføjet", "Couldn't add remote share" : "Kunne ikke tliføje den ekstern deling", "Sharing %s failed, because this item is already shared with %s" : "Der skete en fejl ved deling af %s, objektet er allerede delt med %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Deling af %s mislykkedes - kunne ikke finde %s. Måske er serveren ikke tilgængelig i øjeblikket eller bruger et selv underskrevet certifikat.", - "Search global and public address book for users and let local users publish their data" : "Søg global og offentlig adresse bog for brugere og lad lokale brugere offentliggøre deres data" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Deling af %s mislykkedes - kunne ikke finde %s. Måske er serveren ikke tilgængelig i øjeblikket eller bruger et selv underskrevet certifikat." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/da.json b/apps/federatedfilesharing/l10n/da.json index 353f8834da..f39e28e3bb 100644 --- a/apps/federatedfilesharing/l10n/da.json +++ b/apps/federatedfilesharing/l10n/da.json @@ -49,7 +49,6 @@ "Federated share added" : "Datafællesskabsdeling tilføjet", "Couldn't add remote share" : "Kunne ikke tliføje den ekstern deling", "Sharing %s failed, because this item is already shared with %s" : "Der skete en fejl ved deling af %s, objektet er allerede delt med %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Deling af %s mislykkedes - kunne ikke finde %s. Måske er serveren ikke tilgængelig i øjeblikket eller bruger et selv underskrevet certifikat.", - "Search global and public address book for users and let local users publish their data" : "Søg global og offentlig adresse bog for brugere og lad lokale brugere offentliggøre deres data" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Deling af %s mislykkedes - kunne ikke finde %s. Måske er serveren ikke tilgængelig i øjeblikket eller bruger et selv underskrevet certifikat." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/de.js b/apps/federatedfilesharing/l10n/de.js index a3260cbb5b..5eefdc1788 100644 --- a/apps/federatedfilesharing/l10n/de.js +++ b/apps/federatedfilesharing/l10n/de.js @@ -59,7 +59,6 @@ OC.L10N.register( "Federated share added" : "Federated-Share hinzugefügt ", "Couldn't add remote share" : "Externe Freigabe konnte nicht hinzugefügt werden", "Sharing %s failed, because this item is already shared with %s" : "Freigabe von %s fehlgeschlagen, da dieses Objekt schon mit %s geteilt wird", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Freigabe von %s fehlgeschlagen, da %s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar oder nutzt ein selbst zertifiziertes Zertifikat.", - "Search global and public address book for users and let local users publish their data" : "Globales und öffentliches Adressbuch nach Benutzern durchsuchen und lokale Benutzer ihre Daten veröffentlichen lassen" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Freigabe von %s fehlgeschlagen, da %s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar oder nutzt ein selbst zertifiziertes Zertifikat." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/de.json b/apps/federatedfilesharing/l10n/de.json index 43067188b5..332bc385d5 100644 --- a/apps/federatedfilesharing/l10n/de.json +++ b/apps/federatedfilesharing/l10n/de.json @@ -57,7 +57,6 @@ "Federated share added" : "Federated-Share hinzugefügt ", "Couldn't add remote share" : "Externe Freigabe konnte nicht hinzugefügt werden", "Sharing %s failed, because this item is already shared with %s" : "Freigabe von %s fehlgeschlagen, da dieses Objekt schon mit %s geteilt wird", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Freigabe von %s fehlgeschlagen, da %s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar oder nutzt ein selbst zertifiziertes Zertifikat.", - "Search global and public address book for users and let local users publish their data" : "Globales und öffentliches Adressbuch nach Benutzern durchsuchen und lokale Benutzer ihre Daten veröffentlichen lassen" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Freigabe von %s fehlgeschlagen, da %s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar oder nutzt ein selbst zertifiziertes Zertifikat." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/de_DE.js b/apps/federatedfilesharing/l10n/de_DE.js index ba03ac2cd2..72157e4776 100644 --- a/apps/federatedfilesharing/l10n/de_DE.js +++ b/apps/federatedfilesharing/l10n/de_DE.js @@ -59,7 +59,6 @@ OC.L10N.register( "Federated share added" : "Federated-Share hinzugefügt ", "Couldn't add remote share" : "Externe Freigabe konnte nicht hinzu gefügt werden", "Sharing %s failed, because this item is already shared with %s" : "Die Freigabe von %s ist fehlgeschlagen, da dieses Objekt schon mit %s geteilt wird", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Freigabe von %s fehlgeschlagen, da %s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar oder nutzt ein selbst zertifiziertes Zertifikat.", - "Search global and public address book for users and let local users publish their data" : "Globales und öffentliches Adressbuch nach Benutzern durchsuchen und lokale Benutzer ihre Daten veröffentlichen lassen" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Freigabe von %s fehlgeschlagen, da %s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar oder nutzt ein selbst zertifiziertes Zertifikat." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/de_DE.json b/apps/federatedfilesharing/l10n/de_DE.json index ec11251999..5fec4cf31b 100644 --- a/apps/federatedfilesharing/l10n/de_DE.json +++ b/apps/federatedfilesharing/l10n/de_DE.json @@ -57,7 +57,6 @@ "Federated share added" : "Federated-Share hinzugefügt ", "Couldn't add remote share" : "Externe Freigabe konnte nicht hinzu gefügt werden", "Sharing %s failed, because this item is already shared with %s" : "Die Freigabe von %s ist fehlgeschlagen, da dieses Objekt schon mit %s geteilt wird", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Freigabe von %s fehlgeschlagen, da %s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar oder nutzt ein selbst zertifiziertes Zertifikat.", - "Search global and public address book for users and let local users publish their data" : "Globales und öffentliches Adressbuch nach Benutzern durchsuchen und lokale Benutzer ihre Daten veröffentlichen lassen" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Freigabe von %s fehlgeschlagen, da %s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar oder nutzt ein selbst zertifiziertes Zertifikat." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/el.js b/apps/federatedfilesharing/l10n/el.js index 840fa1590f..a47aafc855 100644 --- a/apps/federatedfilesharing/l10n/el.js +++ b/apps/federatedfilesharing/l10n/el.js @@ -47,7 +47,6 @@ OC.L10N.register( "Federated share added" : "O Federated διαμοιρασμός προστέθηκε", "Couldn't add remote share" : "Αδυναμία προσθήκης απομακρυσμένου κοινόχρηστου φακέλου", "Sharing %s failed, because this item is already shared with %s" : "Ο διαμοιρασμός του %s απέτυχε, γιατί το αντικείμενο είναι διαμοιρασμένο ήδη με τον χρήστη %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Η κοινή χρήση του %s απέτυχε, δεν ήταν δυνατή η εύρεση του %s, ίσως ο διακομιστής δεν είναι προσβάσιμος αυτήν τη στιγμή ή χρησιμοποιεί πιστοποιητικό που έχει υπογράψει αυτόματα.", - "Search global and public address book for users and let local users publish their data" : "Αναζήτηση σε γενικό και δημόσιο βιβλίο διευθύνσεων για χρήστες και επιτρέψτε τους τοπικούς χρήστες να δημοσιεύουν τα δεδομένα τους" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Η κοινή χρήση του %s απέτυχε, δεν ήταν δυνατή η εύρεση του %s, ίσως ο διακομιστής δεν είναι προσβάσιμος αυτήν τη στιγμή ή χρησιμοποιεί πιστοποιητικό που έχει υπογράψει αυτόματα." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/el.json b/apps/federatedfilesharing/l10n/el.json index cbcab72172..dca3ee71b5 100644 --- a/apps/federatedfilesharing/l10n/el.json +++ b/apps/federatedfilesharing/l10n/el.json @@ -45,7 +45,6 @@ "Federated share added" : "O Federated διαμοιρασμός προστέθηκε", "Couldn't add remote share" : "Αδυναμία προσθήκης απομακρυσμένου κοινόχρηστου φακέλου", "Sharing %s failed, because this item is already shared with %s" : "Ο διαμοιρασμός του %s απέτυχε, γιατί το αντικείμενο είναι διαμοιρασμένο ήδη με τον χρήστη %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Η κοινή χρήση του %s απέτυχε, δεν ήταν δυνατή η εύρεση του %s, ίσως ο διακομιστής δεν είναι προσβάσιμος αυτήν τη στιγμή ή χρησιμοποιεί πιστοποιητικό που έχει υπογράψει αυτόματα.", - "Search global and public address book for users and let local users publish their data" : "Αναζήτηση σε γενικό και δημόσιο βιβλίο διευθύνσεων για χρήστες και επιτρέψτε τους τοπικούς χρήστες να δημοσιεύουν τα δεδομένα τους" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Η κοινή χρήση του %s απέτυχε, δεν ήταν δυνατή η εύρεση του %s, ίσως ο διακομιστής δεν είναι προσβάσιμος αυτήν τη στιγμή ή χρησιμοποιεί πιστοποιητικό που έχει υπογράψει αυτόματα." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/en_GB.js b/apps/federatedfilesharing/l10n/en_GB.js index cf83dc55a7..0cc113e108 100644 --- a/apps/federatedfilesharing/l10n/en_GB.js +++ b/apps/federatedfilesharing/l10n/en_GB.js @@ -53,7 +53,6 @@ OC.L10N.register( "Federated share added" : "Federated share added", "Couldn't add remote share" : "Couldn't add remote share", "Sharing %s failed, because this item is already shared with %s" : "Sharing %s failed, because this item is already shared with %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate.", - "Search global and public address book for users and let local users publish their data" : "Search global and public address book for users and let local users publish their data" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/en_GB.json b/apps/federatedfilesharing/l10n/en_GB.json index 3c28c80881..42360ab43d 100644 --- a/apps/federatedfilesharing/l10n/en_GB.json +++ b/apps/federatedfilesharing/l10n/en_GB.json @@ -51,7 +51,6 @@ "Federated share added" : "Federated share added", "Couldn't add remote share" : "Couldn't add remote share", "Sharing %s failed, because this item is already shared with %s" : "Sharing %s failed, because this item is already shared with %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate.", - "Search global and public address book for users and let local users publish their data" : "Search global and public address book for users and let local users publish their data" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/es.js b/apps/federatedfilesharing/l10n/es.js index 4a9b1426d7..649af741df 100644 --- a/apps/federatedfilesharing/l10n/es.js +++ b/apps/federatedfilesharing/l10n/es.js @@ -59,7 +59,6 @@ OC.L10N.register( "Federated share added" : "Recurso compartido federado añadido", "Couldn't add remote share" : "No se puede añadir un compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Fallo al compartir %s, ya que este elemento ya está compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Error al compartir %s No se pudo hallar %s, quizás haya un problema de conexión con el servidor.", - "Search global and public address book for users and let local users publish their data" : "Buscar libreta de direcciones global y pública para usuarios y permitir a los usuarios locales publicar su información" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Error al compartir %s No se pudo hallar %s, quizás haya un problema de conexión con el servidor." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/es.json b/apps/federatedfilesharing/l10n/es.json index 68053d24e6..cf3d971377 100644 --- a/apps/federatedfilesharing/l10n/es.json +++ b/apps/federatedfilesharing/l10n/es.json @@ -57,7 +57,6 @@ "Federated share added" : "Recurso compartido federado añadido", "Couldn't add remote share" : "No se puede añadir un compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Fallo al compartir %s, ya que este elemento ya está compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Error al compartir %s No se pudo hallar %s, quizás haya un problema de conexión con el servidor.", - "Search global and public address book for users and let local users publish their data" : "Buscar libreta de direcciones global y pública para usuarios y permitir a los usuarios locales publicar su información" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Error al compartir %s No se pudo hallar %s, quizás haya un problema de conexión con el servidor." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/es_419.js b/apps/federatedfilesharing/l10n/es_419.js index e0f0c284ac..f93d583719 100644 --- a/apps/federatedfilesharing/l10n/es_419.js +++ b/apps/federatedfilesharing/l10n/es_419.js @@ -51,7 +51,6 @@ OC.L10N.register( "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/es_419.json b/apps/federatedfilesharing/l10n/es_419.json index d012a2f31a..15441b207e 100644 --- a/apps/federatedfilesharing/l10n/es_419.json +++ b/apps/federatedfilesharing/l10n/es_419.json @@ -49,7 +49,6 @@ "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/es_AR.js b/apps/federatedfilesharing/l10n/es_AR.js index 7c6b786013..b43958c91b 100644 --- a/apps/federatedfilesharing/l10n/es_AR.js +++ b/apps/federatedfilesharing/l10n/es_AR.js @@ -48,7 +48,6 @@ OC.L10N.register( "Storage not valid" : "Almacenamiento inválido", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/es_AR.json b/apps/federatedfilesharing/l10n/es_AR.json index 382ba966f1..48c25c2268 100644 --- a/apps/federatedfilesharing/l10n/es_AR.json +++ b/apps/federatedfilesharing/l10n/es_AR.json @@ -46,7 +46,6 @@ "Storage not valid" : "Almacenamiento inválido", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/es_CL.js b/apps/federatedfilesharing/l10n/es_CL.js index 51ad269274..435faf83c2 100644 --- a/apps/federatedfilesharing/l10n/es_CL.js +++ b/apps/federatedfilesharing/l10n/es_CL.js @@ -53,7 +53,6 @@ OC.L10N.register( "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/es_CL.json b/apps/federatedfilesharing/l10n/es_CL.json index ca8425da41..8b1bec81f0 100644 --- a/apps/federatedfilesharing/l10n/es_CL.json +++ b/apps/federatedfilesharing/l10n/es_CL.json @@ -51,7 +51,6 @@ "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/es_CO.js b/apps/federatedfilesharing/l10n/es_CO.js index 51ad269274..435faf83c2 100644 --- a/apps/federatedfilesharing/l10n/es_CO.js +++ b/apps/federatedfilesharing/l10n/es_CO.js @@ -53,7 +53,6 @@ OC.L10N.register( "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/es_CO.json b/apps/federatedfilesharing/l10n/es_CO.json index ca8425da41..8b1bec81f0 100644 --- a/apps/federatedfilesharing/l10n/es_CO.json +++ b/apps/federatedfilesharing/l10n/es_CO.json @@ -51,7 +51,6 @@ "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/es_CR.js b/apps/federatedfilesharing/l10n/es_CR.js index 51ad269274..435faf83c2 100644 --- a/apps/federatedfilesharing/l10n/es_CR.js +++ b/apps/federatedfilesharing/l10n/es_CR.js @@ -53,7 +53,6 @@ OC.L10N.register( "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/es_CR.json b/apps/federatedfilesharing/l10n/es_CR.json index ca8425da41..8b1bec81f0 100644 --- a/apps/federatedfilesharing/l10n/es_CR.json +++ b/apps/federatedfilesharing/l10n/es_CR.json @@ -51,7 +51,6 @@ "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/es_DO.js b/apps/federatedfilesharing/l10n/es_DO.js index 51ad269274..435faf83c2 100644 --- a/apps/federatedfilesharing/l10n/es_DO.js +++ b/apps/federatedfilesharing/l10n/es_DO.js @@ -53,7 +53,6 @@ OC.L10N.register( "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/es_DO.json b/apps/federatedfilesharing/l10n/es_DO.json index ca8425da41..8b1bec81f0 100644 --- a/apps/federatedfilesharing/l10n/es_DO.json +++ b/apps/federatedfilesharing/l10n/es_DO.json @@ -51,7 +51,6 @@ "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/es_EC.js b/apps/federatedfilesharing/l10n/es_EC.js index 51ad269274..435faf83c2 100644 --- a/apps/federatedfilesharing/l10n/es_EC.js +++ b/apps/federatedfilesharing/l10n/es_EC.js @@ -53,7 +53,6 @@ OC.L10N.register( "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/es_EC.json b/apps/federatedfilesharing/l10n/es_EC.json index ca8425da41..8b1bec81f0 100644 --- a/apps/federatedfilesharing/l10n/es_EC.json +++ b/apps/federatedfilesharing/l10n/es_EC.json @@ -51,7 +51,6 @@ "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/es_GT.js b/apps/federatedfilesharing/l10n/es_GT.js index 51ad269274..435faf83c2 100644 --- a/apps/federatedfilesharing/l10n/es_GT.js +++ b/apps/federatedfilesharing/l10n/es_GT.js @@ -53,7 +53,6 @@ OC.L10N.register( "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/es_GT.json b/apps/federatedfilesharing/l10n/es_GT.json index ca8425da41..8b1bec81f0 100644 --- a/apps/federatedfilesharing/l10n/es_GT.json +++ b/apps/federatedfilesharing/l10n/es_GT.json @@ -51,7 +51,6 @@ "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/es_HN.js b/apps/federatedfilesharing/l10n/es_HN.js index e0f0c284ac..f93d583719 100644 --- a/apps/federatedfilesharing/l10n/es_HN.js +++ b/apps/federatedfilesharing/l10n/es_HN.js @@ -51,7 +51,6 @@ OC.L10N.register( "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/es_HN.json b/apps/federatedfilesharing/l10n/es_HN.json index d012a2f31a..15441b207e 100644 --- a/apps/federatedfilesharing/l10n/es_HN.json +++ b/apps/federatedfilesharing/l10n/es_HN.json @@ -49,7 +49,6 @@ "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/es_MX.js b/apps/federatedfilesharing/l10n/es_MX.js index 51ad269274..435faf83c2 100644 --- a/apps/federatedfilesharing/l10n/es_MX.js +++ b/apps/federatedfilesharing/l10n/es_MX.js @@ -53,7 +53,6 @@ OC.L10N.register( "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/es_MX.json b/apps/federatedfilesharing/l10n/es_MX.json index ca8425da41..8b1bec81f0 100644 --- a/apps/federatedfilesharing/l10n/es_MX.json +++ b/apps/federatedfilesharing/l10n/es_MX.json @@ -51,7 +51,6 @@ "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/es_NI.js b/apps/federatedfilesharing/l10n/es_NI.js index e0f0c284ac..f93d583719 100644 --- a/apps/federatedfilesharing/l10n/es_NI.js +++ b/apps/federatedfilesharing/l10n/es_NI.js @@ -51,7 +51,6 @@ OC.L10N.register( "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/es_NI.json b/apps/federatedfilesharing/l10n/es_NI.json index d012a2f31a..15441b207e 100644 --- a/apps/federatedfilesharing/l10n/es_NI.json +++ b/apps/federatedfilesharing/l10n/es_NI.json @@ -49,7 +49,6 @@ "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/es_PA.js b/apps/federatedfilesharing/l10n/es_PA.js index e0f0c284ac..f93d583719 100644 --- a/apps/federatedfilesharing/l10n/es_PA.js +++ b/apps/federatedfilesharing/l10n/es_PA.js @@ -51,7 +51,6 @@ OC.L10N.register( "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/es_PA.json b/apps/federatedfilesharing/l10n/es_PA.json index d012a2f31a..15441b207e 100644 --- a/apps/federatedfilesharing/l10n/es_PA.json +++ b/apps/federatedfilesharing/l10n/es_PA.json @@ -49,7 +49,6 @@ "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/es_PE.js b/apps/federatedfilesharing/l10n/es_PE.js index e0f0c284ac..f93d583719 100644 --- a/apps/federatedfilesharing/l10n/es_PE.js +++ b/apps/federatedfilesharing/l10n/es_PE.js @@ -51,7 +51,6 @@ OC.L10N.register( "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/es_PE.json b/apps/federatedfilesharing/l10n/es_PE.json index d012a2f31a..15441b207e 100644 --- a/apps/federatedfilesharing/l10n/es_PE.json +++ b/apps/federatedfilesharing/l10n/es_PE.json @@ -49,7 +49,6 @@ "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/es_PR.js b/apps/federatedfilesharing/l10n/es_PR.js index e0f0c284ac..f93d583719 100644 --- a/apps/federatedfilesharing/l10n/es_PR.js +++ b/apps/federatedfilesharing/l10n/es_PR.js @@ -51,7 +51,6 @@ OC.L10N.register( "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/es_PR.json b/apps/federatedfilesharing/l10n/es_PR.json index d012a2f31a..15441b207e 100644 --- a/apps/federatedfilesharing/l10n/es_PR.json +++ b/apps/federatedfilesharing/l10n/es_PR.json @@ -49,7 +49,6 @@ "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/es_PY.js b/apps/federatedfilesharing/l10n/es_PY.js index e0f0c284ac..f93d583719 100644 --- a/apps/federatedfilesharing/l10n/es_PY.js +++ b/apps/federatedfilesharing/l10n/es_PY.js @@ -51,7 +51,6 @@ OC.L10N.register( "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/es_PY.json b/apps/federatedfilesharing/l10n/es_PY.json index d012a2f31a..15441b207e 100644 --- a/apps/federatedfilesharing/l10n/es_PY.json +++ b/apps/federatedfilesharing/l10n/es_PY.json @@ -49,7 +49,6 @@ "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/es_SV.js b/apps/federatedfilesharing/l10n/es_SV.js index 51ad269274..435faf83c2 100644 --- a/apps/federatedfilesharing/l10n/es_SV.js +++ b/apps/federatedfilesharing/l10n/es_SV.js @@ -53,7 +53,6 @@ OC.L10N.register( "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/es_SV.json b/apps/federatedfilesharing/l10n/es_SV.json index ca8425da41..8b1bec81f0 100644 --- a/apps/federatedfilesharing/l10n/es_SV.json +++ b/apps/federatedfilesharing/l10n/es_SV.json @@ -51,7 +51,6 @@ "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/es_UY.js b/apps/federatedfilesharing/l10n/es_UY.js index e0f0c284ac..f93d583719 100644 --- a/apps/federatedfilesharing/l10n/es_UY.js +++ b/apps/federatedfilesharing/l10n/es_UY.js @@ -51,7 +51,6 @@ OC.L10N.register( "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/es_UY.json b/apps/federatedfilesharing/l10n/es_UY.json index d012a2f31a..15441b207e 100644 --- a/apps/federatedfilesharing/l10n/es_UY.json +++ b/apps/federatedfilesharing/l10n/es_UY.json @@ -49,7 +49,6 @@ "Federated share added" : "Elemento compartido Federado agregado", "Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.", - "Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/et_EE.js b/apps/federatedfilesharing/l10n/et_EE.js index de2d50c82d..702abf9f3f 100644 --- a/apps/federatedfilesharing/l10n/et_EE.js +++ b/apps/federatedfilesharing/l10n/et_EE.js @@ -51,7 +51,6 @@ OC.L10N.register( "Federated share added" : "Liitjagamine lisatud", "Couldn't add remote share" : "Ei suutnud lisada kaugjagamist", "Sharing %s failed, because this item is already shared with %s" : "%s jagamine ebaõnnestus, kuna see üksus on juba jagatud %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s jagamine ebaõnnestus, ei suutnud %s leida, ehk ei ole server kättesaadav või kasutab ise allkirjastatud sertifikaati.", - "Search global and public address book for users and let local users publish their data" : "Otsi kasutajaid globaalsest ja avalikust aadressiraamatust ja luba kohalikel kasutajatel avaldada oma andmeid" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s jagamine ebaõnnestus, ei suutnud %s leida, ehk ei ole server kättesaadav või kasutab ise allkirjastatud sertifikaati." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/et_EE.json b/apps/federatedfilesharing/l10n/et_EE.json index 5b2d5b45e5..ddc5f632d6 100644 --- a/apps/federatedfilesharing/l10n/et_EE.json +++ b/apps/federatedfilesharing/l10n/et_EE.json @@ -49,7 +49,6 @@ "Federated share added" : "Liitjagamine lisatud", "Couldn't add remote share" : "Ei suutnud lisada kaugjagamist", "Sharing %s failed, because this item is already shared with %s" : "%s jagamine ebaõnnestus, kuna see üksus on juba jagatud %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s jagamine ebaõnnestus, ei suutnud %s leida, ehk ei ole server kättesaadav või kasutab ise allkirjastatud sertifikaati.", - "Search global and public address book for users and let local users publish their data" : "Otsi kasutajaid globaalsest ja avalikust aadressiraamatust ja luba kohalikel kasutajatel avaldada oma andmeid" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s jagamine ebaõnnestus, ei suutnud %s leida, ehk ei ole server kättesaadav või kasutab ise allkirjastatud sertifikaati." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/eu.js b/apps/federatedfilesharing/l10n/eu.js index 9e048d9fb6..bfdb7b08c9 100644 --- a/apps/federatedfilesharing/l10n/eu.js +++ b/apps/federatedfilesharing/l10n/eu.js @@ -51,7 +51,6 @@ OC.L10N.register( "Federated share added" : "Federatutako partekatzea gehituta", "Couldn't add remote share" : "Ezin izan da urruneko partekatzea gehitu", "Sharing %s failed, because this item is already shared with %s" : "%s elkarbanatzeak huts egin du, dagoeneko %s erabiltzailearekin elkarbanatuta dagoelako", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "1%s partekatzeak huts egin du, ezin da 1%s topatu, agian zerbitzaria ez dago erabilgarri edo berak sinatutako ziurtagiria erabiltzen du.", - "Search global and public address book for users and let local users publish their data" : "Helbide liburu global eta publikoetan erabiltzaileak bilatu eta baimendu erabiltzaileei bere datuak publkatzea" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "1%s partekatzeak huts egin du, ezin da 1%s topatu, agian zerbitzaria ez dago erabilgarri edo berak sinatutako ziurtagiria erabiltzen du." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/eu.json b/apps/federatedfilesharing/l10n/eu.json index 725de25513..019e6bdfc0 100644 --- a/apps/federatedfilesharing/l10n/eu.json +++ b/apps/federatedfilesharing/l10n/eu.json @@ -49,7 +49,6 @@ "Federated share added" : "Federatutako partekatzea gehituta", "Couldn't add remote share" : "Ezin izan da urruneko partekatzea gehitu", "Sharing %s failed, because this item is already shared with %s" : "%s elkarbanatzeak huts egin du, dagoeneko %s erabiltzailearekin elkarbanatuta dagoelako", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "1%s partekatzeak huts egin du, ezin da 1%s topatu, agian zerbitzaria ez dago erabilgarri edo berak sinatutako ziurtagiria erabiltzen du.", - "Search global and public address book for users and let local users publish their data" : "Helbide liburu global eta publikoetan erabiltzaileak bilatu eta baimendu erabiltzaileei bere datuak publkatzea" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "1%s partekatzeak huts egin du, ezin da 1%s topatu, agian zerbitzaria ez dago erabilgarri edo berak sinatutako ziurtagiria erabiltzen du." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/fi.js b/apps/federatedfilesharing/l10n/fi.js index 527ee04e7e..28068d9028 100644 --- a/apps/federatedfilesharing/l10n/fi.js +++ b/apps/federatedfilesharing/l10n/fi.js @@ -57,7 +57,6 @@ OC.L10N.register( "Federated share added" : "Federoitu jako lisätty", "Couldn't add remote share" : "Etäjaon liittäminen epäonnistui", "Sharing %s failed, because this item is already shared with %s" : "Kohteen %s jakaminen epäonnistui, koska kohde on jo jaettu käyttäjälle %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Kohteen %s jakaminen epäonnistui, kohdetta %s ei löytynyt. Palvelin ei ehkä ole juuri nyt tavoitettavissa tai käyttää itse allekirjoitettua sertifikaattia.", - "Search global and public address book for users and let local users publish their data" : "Etsi käyttäjiä maailmanlaajuisesta ja julkisesta osoitekirjasta sekä salli paikallisten käyttäjien julkaista omia tietojaan" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Kohteen %s jakaminen epäonnistui, kohdetta %s ei löytynyt. Palvelin ei ehkä ole juuri nyt tavoitettavissa tai käyttää itse allekirjoitettua sertifikaattia." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/fi.json b/apps/federatedfilesharing/l10n/fi.json index 08010720f7..0d3ee4c7a6 100644 --- a/apps/federatedfilesharing/l10n/fi.json +++ b/apps/federatedfilesharing/l10n/fi.json @@ -55,7 +55,6 @@ "Federated share added" : "Federoitu jako lisätty", "Couldn't add remote share" : "Etäjaon liittäminen epäonnistui", "Sharing %s failed, because this item is already shared with %s" : "Kohteen %s jakaminen epäonnistui, koska kohde on jo jaettu käyttäjälle %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Kohteen %s jakaminen epäonnistui, kohdetta %s ei löytynyt. Palvelin ei ehkä ole juuri nyt tavoitettavissa tai käyttää itse allekirjoitettua sertifikaattia.", - "Search global and public address book for users and let local users publish their data" : "Etsi käyttäjiä maailmanlaajuisesta ja julkisesta osoitekirjasta sekä salli paikallisten käyttäjien julkaista omia tietojaan" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Kohteen %s jakaminen epäonnistui, kohdetta %s ei löytynyt. Palvelin ei ehkä ole juuri nyt tavoitettavissa tai käyttää itse allekirjoitettua sertifikaattia." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/fr.js b/apps/federatedfilesharing/l10n/fr.js index ccd994d95e..ffaa1da028 100644 --- a/apps/federatedfilesharing/l10n/fr.js +++ b/apps/federatedfilesharing/l10n/fr.js @@ -59,7 +59,6 @@ OC.L10N.register( "Federated share added" : "Partage fédéré ajouté", "Couldn't add remote share" : "Impossible d'ajouter le partage distant", "Sharing %s failed, because this item is already shared with %s" : "Le partage de %s a échoué car cet élément est déjà partagé avec %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Le partage de %s a échoué, impossible de trouver %s, le serveur est peut-être momentanément injoignable ou utilise un certificat auto-signé.", - "Search global and public address book for users and let local users publish their data" : "Rechercher dans le carnet d'adresse global et public pour les utilisateurs et laisser les utilisateurs publier leurs données" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Le partage de %s a échoué, impossible de trouver %s, le serveur est peut-être momentanément injoignable ou utilise un certificat auto-signé." }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/federatedfilesharing/l10n/fr.json b/apps/federatedfilesharing/l10n/fr.json index 8341447139..3e37dc65cb 100644 --- a/apps/federatedfilesharing/l10n/fr.json +++ b/apps/federatedfilesharing/l10n/fr.json @@ -57,7 +57,6 @@ "Federated share added" : "Partage fédéré ajouté", "Couldn't add remote share" : "Impossible d'ajouter le partage distant", "Sharing %s failed, because this item is already shared with %s" : "Le partage de %s a échoué car cet élément est déjà partagé avec %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Le partage de %s a échoué, impossible de trouver %s, le serveur est peut-être momentanément injoignable ou utilise un certificat auto-signé.", - "Search global and public address book for users and let local users publish their data" : "Rechercher dans le carnet d'adresse global et public pour les utilisateurs et laisser les utilisateurs publier leurs données" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Le partage de %s a échoué, impossible de trouver %s, le serveur est peut-être momentanément injoignable ou utilise un certificat auto-signé." },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/hu.js b/apps/federatedfilesharing/l10n/hu.js index 41b515d296..3204c1d8ef 100644 --- a/apps/federatedfilesharing/l10n/hu.js +++ b/apps/federatedfilesharing/l10n/hu.js @@ -52,7 +52,6 @@ OC.L10N.register( "Federated share added" : "Egyesített megosztás hozzáadva", "Couldn't add remote share" : "Távoli megosztás nem adható hozzá", "Sharing %s failed, because this item is already shared with %s" : "%s megosztása nem sikerült, mert ez már meg van osztva vele: %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s megosztása nem sikerült, mert %s nem található, lehetséges, hogy a szerver jelenleg nem érhető el vagy ön-aláírt tanúsítványt használ.", - "Search global and public address book for users and let local users publish their data" : "A központi és nyilvános névjegyzék keresése a felhasználóknak és a helyi felhasználók is hozzáadhatnak" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s megosztása nem sikerült, mert %s nem található, lehetséges, hogy a szerver jelenleg nem érhető el vagy ön-aláírt tanúsítványt használ." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/hu.json b/apps/federatedfilesharing/l10n/hu.json index 5c34185300..d1377bf8a6 100644 --- a/apps/federatedfilesharing/l10n/hu.json +++ b/apps/federatedfilesharing/l10n/hu.json @@ -50,7 +50,6 @@ "Federated share added" : "Egyesített megosztás hozzáadva", "Couldn't add remote share" : "Távoli megosztás nem adható hozzá", "Sharing %s failed, because this item is already shared with %s" : "%s megosztása nem sikerült, mert ez már meg van osztva vele: %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s megosztása nem sikerült, mert %s nem található, lehetséges, hogy a szerver jelenleg nem érhető el vagy ön-aláírt tanúsítványt használ.", - "Search global and public address book for users and let local users publish their data" : "A központi és nyilvános névjegyzék keresése a felhasználóknak és a helyi felhasználók is hozzáadhatnak" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s megosztása nem sikerült, mert %s nem található, lehetséges, hogy a szerver jelenleg nem érhető el vagy ön-aláírt tanúsítványt használ." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/is.js b/apps/federatedfilesharing/l10n/is.js index b747e7a3de..25a21f2a2c 100644 --- a/apps/federatedfilesharing/l10n/is.js +++ b/apps/federatedfilesharing/l10n/is.js @@ -59,7 +59,6 @@ OC.L10N.register( "Federated share added" : "Bætti við skýjasambandssameign", "Couldn't add remote share" : "Gat ekki bætt við fjartengdri sameign", "Sharing %s failed, because this item is already shared with %s" : "Deiling %s mistókst, því þessu atriði er þegar deilt með %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Deiling %s mistókst, gat ekki fundið %s, hugsanlega er þjónninn ekki tiltækur í augnablikinu eða að hann notar sjálfundirritað skilríki.", - "Search global and public address book for users and let local users publish their data" : "Leita að notendum í víðværri og opinberri vistfangaskrá og leyfa staðværum notendum að birta gögnin sín" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Deiling %s mistókst, gat ekki fundið %s, hugsanlega er þjónninn ekki tiltækur í augnablikinu eða að hann notar sjálfundirritað skilríki." }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/federatedfilesharing/l10n/is.json b/apps/federatedfilesharing/l10n/is.json index 9fb624082f..bfd6a98893 100644 --- a/apps/federatedfilesharing/l10n/is.json +++ b/apps/federatedfilesharing/l10n/is.json @@ -57,7 +57,6 @@ "Federated share added" : "Bætti við skýjasambandssameign", "Couldn't add remote share" : "Gat ekki bætt við fjartengdri sameign", "Sharing %s failed, because this item is already shared with %s" : "Deiling %s mistókst, því þessu atriði er þegar deilt með %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Deiling %s mistókst, gat ekki fundið %s, hugsanlega er þjónninn ekki tiltækur í augnablikinu eða að hann notar sjálfundirritað skilríki.", - "Search global and public address book for users and let local users publish their data" : "Leita að notendum í víðværri og opinberri vistfangaskrá og leyfa staðværum notendum að birta gögnin sín" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Deiling %s mistókst, gat ekki fundið %s, hugsanlega er þjónninn ekki tiltækur í augnablikinu eða að hann notar sjálfundirritað skilríki." },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/it.js b/apps/federatedfilesharing/l10n/it.js index ea42bd1280..8e5b405ef1 100644 --- a/apps/federatedfilesharing/l10n/it.js +++ b/apps/federatedfilesharing/l10n/it.js @@ -59,7 +59,6 @@ OC.L10N.register( "Federated share added" : "Condivisione federata aggiunta", "Couldn't add remote share" : "Impossibile aggiungere la condivisione remota", "Sharing %s failed, because this item is already shared with %s" : "Condivisione di %s non riuscita, poiché l'oggetto è già condiviso con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "La condivisione di %s non è riuscita, impossibile trovare %s, è probabile che il server non sia al momento raggiungibile o che utilizzi un certificato auto-firmato.", - "Search global and public address book for users and let local users publish their data" : "Cerca utenti nella rubrica globale e pubblica e consenti agli utenti di pubblicare i loro dati" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "La condivisione di %s non è riuscita, impossibile trovare %s, è probabile che il server non sia al momento raggiungibile o che utilizzi un certificato auto-firmato." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/it.json b/apps/federatedfilesharing/l10n/it.json index 9624df0da0..1164a85485 100644 --- a/apps/federatedfilesharing/l10n/it.json +++ b/apps/federatedfilesharing/l10n/it.json @@ -57,7 +57,6 @@ "Federated share added" : "Condivisione federata aggiunta", "Couldn't add remote share" : "Impossibile aggiungere la condivisione remota", "Sharing %s failed, because this item is already shared with %s" : "Condivisione di %s non riuscita, poiché l'oggetto è già condiviso con %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "La condivisione di %s non è riuscita, impossibile trovare %s, è probabile che il server non sia al momento raggiungibile o che utilizzi un certificato auto-firmato.", - "Search global and public address book for users and let local users publish their data" : "Cerca utenti nella rubrica globale e pubblica e consenti agli utenti di pubblicare i loro dati" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "La condivisione di %s non è riuscita, impossibile trovare %s, è probabile che il server non sia al momento raggiungibile o che utilizzi un certificato auto-firmato." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/ja.js b/apps/federatedfilesharing/l10n/ja.js index 64579d197b..f80209bef6 100644 --- a/apps/federatedfilesharing/l10n/ja.js +++ b/apps/federatedfilesharing/l10n/ja.js @@ -59,7 +59,6 @@ OC.L10N.register( "Federated share added" : "クラウド共有が追加されました", "Couldn't add remote share" : "リモート共有を追加できませんでした", "Sharing %s failed, because this item is already shared with %s" : "%s を共有できませんでした。このアイテムはすでに %s に共有されています。", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s を共有できませんでした。%s が見つかりませんでした。現在サーバーに接続できないか、自己証明書を使っています。", - "Search global and public address book for users and let local users publish their data" : "グローバルまたはユーザーの公開アドレス帳を検索し、ローカルユーザーのデータを公開する" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s を共有できませんでした。%s が見つかりませんでした。現在サーバーに接続できないか、自己証明書を使っています。" }, "nplurals=1; plural=0;"); diff --git a/apps/federatedfilesharing/l10n/ja.json b/apps/federatedfilesharing/l10n/ja.json index 8d8b23ae73..1caf4e208f 100644 --- a/apps/federatedfilesharing/l10n/ja.json +++ b/apps/federatedfilesharing/l10n/ja.json @@ -57,7 +57,6 @@ "Federated share added" : "クラウド共有が追加されました", "Couldn't add remote share" : "リモート共有を追加できませんでした", "Sharing %s failed, because this item is already shared with %s" : "%s を共有できませんでした。このアイテムはすでに %s に共有されています。", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s を共有できませんでした。%s が見つかりませんでした。現在サーバーに接続できないか、自己証明書を使っています。", - "Search global and public address book for users and let local users publish their data" : "グローバルまたはユーザーの公開アドレス帳を検索し、ローカルユーザーのデータを公開する" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s を共有できませんでした。%s が見つかりませんでした。現在サーバーに接続できないか、自己証明書を使っています。" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/ka_GE.js b/apps/federatedfilesharing/l10n/ka_GE.js index 518d123fc7..94de9faf52 100644 --- a/apps/federatedfilesharing/l10n/ka_GE.js +++ b/apps/federatedfilesharing/l10n/ka_GE.js @@ -52,7 +52,6 @@ OC.L10N.register( "Federated share added" : "ფედერალური გაზიარება დაემატა", "Couldn't add remote share" : "ფედერალური გაზიარება ვერ დაემატა", "Sharing %s failed, because this item is already shared with %s" : "%s-ს გაზიარება არ მოხერხდა, ეს ობიექტი %s მომხმარებელთან უკვე გაზიარებულია", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s-ის გაზიარება ვერ მოხერხდა, ვერ ვოპოვეთ %s, ალბათ სერვერი ახლა მიუწვდომელია ან იყენებს თავის ხელმოწერილ სერტიფიკატს.", - "Search global and public address book for users and let local users publish their data" : "მოიძიეთ გლობალური და ღია მისამართების წიგნები მომხმარებლებისთვის და მიეცით უფლება ლოკალურ მომხმარებლებს გააზიარონ საკუთარი მონაცემები" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s-ის გაზიარება ვერ მოხერხდა, ვერ ვოპოვეთ %s, ალბათ სერვერი ახლა მიუწვდომელია ან იყენებს თავის ხელმოწერილ სერტიფიკატს." }, "nplurals=2; plural=(n!=1);"); diff --git a/apps/federatedfilesharing/l10n/ka_GE.json b/apps/federatedfilesharing/l10n/ka_GE.json index 96ba7accf1..9ae310a8e4 100644 --- a/apps/federatedfilesharing/l10n/ka_GE.json +++ b/apps/federatedfilesharing/l10n/ka_GE.json @@ -50,7 +50,6 @@ "Federated share added" : "ფედერალური გაზიარება დაემატა", "Couldn't add remote share" : "ფედერალური გაზიარება ვერ დაემატა", "Sharing %s failed, because this item is already shared with %s" : "%s-ს გაზიარება არ მოხერხდა, ეს ობიექტი %s მომხმარებელთან უკვე გაზიარებულია", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s-ის გაზიარება ვერ მოხერხდა, ვერ ვოპოვეთ %s, ალბათ სერვერი ახლა მიუწვდომელია ან იყენებს თავის ხელმოწერილ სერტიფიკატს.", - "Search global and public address book for users and let local users publish their data" : "მოიძიეთ გლობალური და ღია მისამართების წიგნები მომხმარებლებისთვის და მიეცით უფლება ლოკალურ მომხმარებლებს გააზიარონ საკუთარი მონაცემები" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s-ის გაზიარება ვერ მოხერხდა, ვერ ვოპოვეთ %s, ალბათ სერვერი ახლა მიუწვდომელია ან იყენებს თავის ხელმოწერილ სერტიფიკატს." },"pluralForm" :"nplurals=2; plural=(n!=1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/ko.js b/apps/federatedfilesharing/l10n/ko.js index cb4ea3c703..2163f1f0b4 100644 --- a/apps/federatedfilesharing/l10n/ko.js +++ b/apps/federatedfilesharing/l10n/ko.js @@ -51,7 +51,6 @@ OC.L10N.register( "Federated share added" : "연합 공유를 추가함", "Couldn't add remote share" : "원격 공유를 추가할 수 없음", "Sharing %s failed, because this item is already shared with %s" : "%s을(를) 공유할 수 없습니다. 이미 %s 님과 공유되어 있습니다", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s을(를) 공유할 수 없습니다. %s을(를) 찾을 수 없습니다. 서버에 접근할 수 없거나 자가 서명된 인증서를 사용하고 있을 수도 있습니다.", - "Search global and public address book for users and let local users publish their data" : "전역 및 공개 주소록에서 검색하고 로컬 사용자가 정보를 공개할 수 있도록 허용" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s을(를) 공유할 수 없습니다. %s을(를) 찾을 수 없습니다. 서버에 접근할 수 없거나 자가 서명된 인증서를 사용하고 있을 수도 있습니다." }, "nplurals=1; plural=0;"); diff --git a/apps/federatedfilesharing/l10n/ko.json b/apps/federatedfilesharing/l10n/ko.json index 097771a4ee..f63015593a 100644 --- a/apps/federatedfilesharing/l10n/ko.json +++ b/apps/federatedfilesharing/l10n/ko.json @@ -49,7 +49,6 @@ "Federated share added" : "연합 공유를 추가함", "Couldn't add remote share" : "원격 공유를 추가할 수 없음", "Sharing %s failed, because this item is already shared with %s" : "%s을(를) 공유할 수 없습니다. 이미 %s 님과 공유되어 있습니다", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s을(를) 공유할 수 없습니다. %s을(를) 찾을 수 없습니다. 서버에 접근할 수 없거나 자가 서명된 인증서를 사용하고 있을 수도 있습니다.", - "Search global and public address book for users and let local users publish their data" : "전역 및 공개 주소록에서 검색하고 로컬 사용자가 정보를 공개할 수 있도록 허용" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s을(를) 공유할 수 없습니다. %s을(를) 찾을 수 없습니다. 서버에 접근할 수 없거나 자가 서명된 인증서를 사용하고 있을 수도 있습니다." },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/lt_LT.js b/apps/federatedfilesharing/l10n/lt_LT.js index 1dea977252..006a9ca158 100644 --- a/apps/federatedfilesharing/l10n/lt_LT.js +++ b/apps/federatedfilesharing/l10n/lt_LT.js @@ -51,7 +51,6 @@ OC.L10N.register( "Federated share added" : "Pasidalinta per kitą serverį", "Couldn't add remote share" : "Nepavyko peržiūrėti kitame serveryje pasidalintų duomenų", "Sharing %s failed, because this item is already shared with %s" : "%s bendrinimas nepavyko, kadangi šis elementas jau yra bendrinamas su %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "\"%s\" pasidalinimas nepavyko, neįmanoma rasti %s, tikėtina, kad serveris šiuo metu nepasiekiamas arba naudoja nepatikimą sertifikatą.", - "Search global and public address book for users and let local users publish their data" : "Rasti globalias ar viešas adresų knygas ir leisti naudotojams viešinti savo duomenis" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "\"%s\" pasidalinimas nepavyko, neįmanoma rasti %s, tikėtina, kad serveris šiuo metu nepasiekiamas arba naudoja nepatikimą sertifikatą." }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/federatedfilesharing/l10n/lt_LT.json b/apps/federatedfilesharing/l10n/lt_LT.json index a0a3490670..9d66c11ca1 100644 --- a/apps/federatedfilesharing/l10n/lt_LT.json +++ b/apps/federatedfilesharing/l10n/lt_LT.json @@ -49,7 +49,6 @@ "Federated share added" : "Pasidalinta per kitą serverį", "Couldn't add remote share" : "Nepavyko peržiūrėti kitame serveryje pasidalintų duomenų", "Sharing %s failed, because this item is already shared with %s" : "%s bendrinimas nepavyko, kadangi šis elementas jau yra bendrinamas su %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "\"%s\" pasidalinimas nepavyko, neįmanoma rasti %s, tikėtina, kad serveris šiuo metu nepasiekiamas arba naudoja nepatikimą sertifikatą.", - "Search global and public address book for users and let local users publish their data" : "Rasti globalias ar viešas adresų knygas ir leisti naudotojams viešinti savo duomenis" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "\"%s\" pasidalinimas nepavyko, neįmanoma rasti %s, tikėtina, kad serveris šiuo metu nepasiekiamas arba naudoja nepatikimą sertifikatą." },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/nb.js b/apps/federatedfilesharing/l10n/nb.js index 770ff9a0e6..853aca027a 100644 --- a/apps/federatedfilesharing/l10n/nb.js +++ b/apps/federatedfilesharing/l10n/nb.js @@ -52,7 +52,6 @@ OC.L10N.register( "Federated share added" : "Sammenknyttet ressurs lagt til", "Couldn't add remote share" : "Kunne ikke legge til ekstern ressurs", "Sharing %s failed, because this item is already shared with %s" : "Deling av %s mislyktes, fordi dette elementet allerede er delt med %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Deling av %s mislyktes, kunne ikke finne %s, kanskje tjeneren for øyeblikket er utilgjengelig eller bruker selv-signert sertifikat.", - "Search global and public address book for users and let local users publish their data" : "Søk i verdensomspennende og offentlig adressebok etter brukere og la lokale brukere offentliggjøre deres data" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Deling av %s mislyktes, kunne ikke finne %s, kanskje tjeneren for øyeblikket er utilgjengelig eller bruker selv-signert sertifikat." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/nb.json b/apps/federatedfilesharing/l10n/nb.json index 3d9105d075..0d8c5b8213 100644 --- a/apps/federatedfilesharing/l10n/nb.json +++ b/apps/federatedfilesharing/l10n/nb.json @@ -50,7 +50,6 @@ "Federated share added" : "Sammenknyttet ressurs lagt til", "Couldn't add remote share" : "Kunne ikke legge til ekstern ressurs", "Sharing %s failed, because this item is already shared with %s" : "Deling av %s mislyktes, fordi dette elementet allerede er delt med %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Deling av %s mislyktes, kunne ikke finne %s, kanskje tjeneren for øyeblikket er utilgjengelig eller bruker selv-signert sertifikat.", - "Search global and public address book for users and let local users publish their data" : "Søk i verdensomspennende og offentlig adressebok etter brukere og la lokale brukere offentliggjøre deres data" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Deling av %s mislyktes, kunne ikke finne %s, kanskje tjeneren for øyeblikket er utilgjengelig eller bruker selv-signert sertifikat." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/nl.js b/apps/federatedfilesharing/l10n/nl.js index 14d44890e7..57bcb5ceaa 100644 --- a/apps/federatedfilesharing/l10n/nl.js +++ b/apps/federatedfilesharing/l10n/nl.js @@ -59,7 +59,6 @@ OC.L10N.register( "Federated share added" : "Gefedereerd share is toegevoegd", "Couldn't add remote share" : "Kon geen externe share toevoegen", "Sharing %s failed, because this item is already shared with %s" : "Delen van %s is mislukt, omdat het object al wordt gedeeld met %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Delen van %s mislukt, kon %s niet vinden, misschien is de server niet bereikbaar of je gebruikt een zelf getekend certificaat.", - "Search global and public address book for users and let local users publish their data" : "Openbare adresboeken voor gebruikers doorzoeken en laat lokale gebruikers de data plubliceren" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Delen van %s mislukt, kon %s niet vinden, misschien is de server niet bereikbaar of je gebruikt een zelf getekend certificaat." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/nl.json b/apps/federatedfilesharing/l10n/nl.json index 904d3dee09..e51bbdcbb8 100644 --- a/apps/federatedfilesharing/l10n/nl.json +++ b/apps/federatedfilesharing/l10n/nl.json @@ -57,7 +57,6 @@ "Federated share added" : "Gefedereerd share is toegevoegd", "Couldn't add remote share" : "Kon geen externe share toevoegen", "Sharing %s failed, because this item is already shared with %s" : "Delen van %s is mislukt, omdat het object al wordt gedeeld met %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Delen van %s mislukt, kon %s niet vinden, misschien is de server niet bereikbaar of je gebruikt een zelf getekend certificaat.", - "Search global and public address book for users and let local users publish their data" : "Openbare adresboeken voor gebruikers doorzoeken en laat lokale gebruikers de data plubliceren" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Delen van %s mislukt, kon %s niet vinden, misschien is de server niet bereikbaar of je gebruikt een zelf getekend certificaat." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/pl.js b/apps/federatedfilesharing/l10n/pl.js index d60b590dd4..0d3f28daa4 100644 --- a/apps/federatedfilesharing/l10n/pl.js +++ b/apps/federatedfilesharing/l10n/pl.js @@ -59,7 +59,6 @@ OC.L10N.register( "Federated share added" : "Udostępnianie Stowarzyszone zostało dodane", "Couldn't add remote share" : "Nie można dodać zdalnego zasobu", "Sharing %s failed, because this item is already shared with %s" : "Współdzielenie %s nie powiodło się, ponieważ element jest już współdzielony z %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Dzielenie %s nie powiodło się. Nie można było znaleźć %s, być może serwer jest obecnie nieosiągalny lub używa certyfikatu z podpisem własnym.", - "Search global and public address book for users and let local users publish their data" : "Szukaj użytkowników w globalnej i publicznej książce adresowej i pozwól lokalnym użytkownikom na publikowanie swoich danych" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Dzielenie %s nie powiodło się. Nie można było znaleźć %s, być może serwer jest obecnie nieosiągalny lub używa certyfikatu z podpisem własnym." }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/apps/federatedfilesharing/l10n/pl.json b/apps/federatedfilesharing/l10n/pl.json index 745a1faf50..4715bf510e 100644 --- a/apps/federatedfilesharing/l10n/pl.json +++ b/apps/federatedfilesharing/l10n/pl.json @@ -57,7 +57,6 @@ "Federated share added" : "Udostępnianie Stowarzyszone zostało dodane", "Couldn't add remote share" : "Nie można dodać zdalnego zasobu", "Sharing %s failed, because this item is already shared with %s" : "Współdzielenie %s nie powiodło się, ponieważ element jest już współdzielony z %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Dzielenie %s nie powiodło się. Nie można było znaleźć %s, być może serwer jest obecnie nieosiągalny lub używa certyfikatu z podpisem własnym.", - "Search global and public address book for users and let local users publish their data" : "Szukaj użytkowników w globalnej i publicznej książce adresowej i pozwól lokalnym użytkownikom na publikowanie swoich danych" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Dzielenie %s nie powiodło się. Nie można było znaleźć %s, być może serwer jest obecnie nieosiągalny lub używa certyfikatu z podpisem własnym." },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/pt_BR.js b/apps/federatedfilesharing/l10n/pt_BR.js index 4a5c846625..31b5349c40 100644 --- a/apps/federatedfilesharing/l10n/pt_BR.js +++ b/apps/federatedfilesharing/l10n/pt_BR.js @@ -59,7 +59,6 @@ OC.L10N.register( "Federated share added" : "Compartilhamento Federado adicionado", "Couldn't add remote share" : "Não foi possível adicionar o compartilhamento remoto", "Sharing %s failed, because this item is already shared with %s" : "Compartilhamento %s falhou porque este item já está compartilhado com %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Compartilhamento %s falhou, não foi possível encontrar %s. Talvez o servidor esteja inacessível ou esteja sendo utilizado um certificado de auto-assinatura", - "Search global and public address book for users and let local users publish their data" : "Pesquise o catálogo de endereços global e público para usuários e deixe os usuários locais publicarem seus dados" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Compartilhamento %s falhou, não foi possível encontrar %s. Talvez o servidor esteja inacessível ou esteja sendo utilizado um certificado de auto-assinatura" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/federatedfilesharing/l10n/pt_BR.json b/apps/federatedfilesharing/l10n/pt_BR.json index 95ac85dc9d..c8b43907b5 100644 --- a/apps/federatedfilesharing/l10n/pt_BR.json +++ b/apps/federatedfilesharing/l10n/pt_BR.json @@ -57,7 +57,6 @@ "Federated share added" : "Compartilhamento Federado adicionado", "Couldn't add remote share" : "Não foi possível adicionar o compartilhamento remoto", "Sharing %s failed, because this item is already shared with %s" : "Compartilhamento %s falhou porque este item já está compartilhado com %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Compartilhamento %s falhou, não foi possível encontrar %s. Talvez o servidor esteja inacessível ou esteja sendo utilizado um certificado de auto-assinatura", - "Search global and public address book for users and let local users publish their data" : "Pesquise o catálogo de endereços global e público para usuários e deixe os usuários locais publicarem seus dados" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Compartilhamento %s falhou, não foi possível encontrar %s. Talvez o servidor esteja inacessível ou esteja sendo utilizado um certificado de auto-assinatura" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/pt_PT.js b/apps/federatedfilesharing/l10n/pt_PT.js index fad9a8075d..284b8cf81f 100644 --- a/apps/federatedfilesharing/l10n/pt_PT.js +++ b/apps/federatedfilesharing/l10n/pt_PT.js @@ -52,7 +52,6 @@ OC.L10N.register( "Federated share added" : "Partilha federada adicionada", "Couldn't add remote share" : "Não foi possível adicionar partilha remota", "Sharing %s failed, because this item is already shared with %s" : "A partilha %s falhou, porque este item já está a ser partilhado com %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Partilha %s falhou, não foi possível encontrar %s, o servidor pode estar actualmente inatingível ou usa um certificado auto-assinado. ", - "Search global and public address book for users and let local users publish their data" : "Pesquisar por utilizadores na lista de endereços global e pública e permita que utilizadores locais publiquem os seus dados" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Partilha %s falhou, não foi possível encontrar %s, o servidor pode estar actualmente inatingível ou usa um certificado auto-assinado. " }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/pt_PT.json b/apps/federatedfilesharing/l10n/pt_PT.json index da49c74d1d..7055b48141 100644 --- a/apps/federatedfilesharing/l10n/pt_PT.json +++ b/apps/federatedfilesharing/l10n/pt_PT.json @@ -50,7 +50,6 @@ "Federated share added" : "Partilha federada adicionada", "Couldn't add remote share" : "Não foi possível adicionar partilha remota", "Sharing %s failed, because this item is already shared with %s" : "A partilha %s falhou, porque este item já está a ser partilhado com %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Partilha %s falhou, não foi possível encontrar %s, o servidor pode estar actualmente inatingível ou usa um certificado auto-assinado. ", - "Search global and public address book for users and let local users publish their data" : "Pesquisar por utilizadores na lista de endereços global e pública e permita que utilizadores locais publiquem os seus dados" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Partilha %s falhou, não foi possível encontrar %s, o servidor pode estar actualmente inatingível ou usa um certificado auto-assinado. " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/ru.js b/apps/federatedfilesharing/l10n/ru.js index 36536d6ca8..9cb2e40644 100644 --- a/apps/federatedfilesharing/l10n/ru.js +++ b/apps/federatedfilesharing/l10n/ru.js @@ -59,7 +59,6 @@ OC.L10N.register( "Federated share added" : "Добавлен общий федеративный ресурс", "Couldn't add remote share" : "Невозможно добавить удалённый общий ресурс", "Sharing %s failed, because this item is already shared with %s" : "Не удалось предоставить доступ к «%s» , пользователю%s доступ уже предоставлен", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Не удалось поделиться «%s», не удалось найти %s, возможно, сервер недоступен или использует самоподписанный сертификат.", - "Search global and public address book for users and let local users publish their data" : "Поиск пользователей в глобальной и общедоступной адресной книге и разрешение публикации своих данных локальным пользователям " + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Не удалось поделиться «%s», не удалось найти %s, возможно, сервер недоступен или использует самоподписанный сертификат." }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/federatedfilesharing/l10n/ru.json b/apps/federatedfilesharing/l10n/ru.json index 3bc123cd05..badf88e968 100644 --- a/apps/federatedfilesharing/l10n/ru.json +++ b/apps/federatedfilesharing/l10n/ru.json @@ -57,7 +57,6 @@ "Federated share added" : "Добавлен общий федеративный ресурс", "Couldn't add remote share" : "Невозможно добавить удалённый общий ресурс", "Sharing %s failed, because this item is already shared with %s" : "Не удалось предоставить доступ к «%s» , пользователю%s доступ уже предоставлен", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Не удалось поделиться «%s», не удалось найти %s, возможно, сервер недоступен или использует самоподписанный сертификат.", - "Search global and public address book for users and let local users publish their data" : "Поиск пользователей в глобальной и общедоступной адресной книге и разрешение публикации своих данных локальным пользователям " + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Не удалось поделиться «%s», не удалось найти %s, возможно, сервер недоступен или использует самоподписанный сертификат." },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/sk.js b/apps/federatedfilesharing/l10n/sk.js index 42ab267759..a3b95db009 100644 --- a/apps/federatedfilesharing/l10n/sk.js +++ b/apps/federatedfilesharing/l10n/sk.js @@ -53,7 +53,6 @@ OC.L10N.register( "Federated share added" : "Združené sprístupnenie pridané", "Couldn't add remote share" : "Nedá sa pridať vzdialené sprístupnenie", "Sharing %s failed, because this item is already shared with %s" : "Sprístupnenie %s zlyhalo, pretože táto položka už je prístupná pre %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Zdieľanie %s zlyhalo, %s sa nepodarilo nájsť, server nie je pravdepodobne dostupný alebo používa vlastnoručne podpísaný certifikát.", - "Search global and public address book for users and let local users publish their data" : "Vyhľadávať používateľog v globálnom a verejnom adresári a umožniť miestnym používateľom publikovať ich dáta" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Zdieľanie %s zlyhalo, %s sa nepodarilo nájsť, server nie je pravdepodobne dostupný alebo používa vlastnoručne podpísaný certifikát." }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/federatedfilesharing/l10n/sk.json b/apps/federatedfilesharing/l10n/sk.json index f470a5a6f2..45488bd2f5 100644 --- a/apps/federatedfilesharing/l10n/sk.json +++ b/apps/federatedfilesharing/l10n/sk.json @@ -51,7 +51,6 @@ "Federated share added" : "Združené sprístupnenie pridané", "Couldn't add remote share" : "Nedá sa pridať vzdialené sprístupnenie", "Sharing %s failed, because this item is already shared with %s" : "Sprístupnenie %s zlyhalo, pretože táto položka už je prístupná pre %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Zdieľanie %s zlyhalo, %s sa nepodarilo nájsť, server nie je pravdepodobne dostupný alebo používa vlastnoručne podpísaný certifikát.", - "Search global and public address book for users and let local users publish their data" : "Vyhľadávať používateľog v globálnom a verejnom adresári a umožniť miestnym používateľom publikovať ich dáta" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Zdieľanie %s zlyhalo, %s sa nepodarilo nájsť, server nie je pravdepodobne dostupný alebo používa vlastnoručne podpísaný certifikát." },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/sq.js b/apps/federatedfilesharing/l10n/sq.js index 3ba431e84c..31655d70ba 100644 --- a/apps/federatedfilesharing/l10n/sq.js +++ b/apps/federatedfilesharing/l10n/sq.js @@ -51,7 +51,6 @@ OC.L10N.register( "Federated share added" : "Ndarje e federuar u shtua", "Couldn't add remote share" : "Nuk mund të shtohet ndarja në largësi", "Sharing %s failed, because this item is already shared with %s" : "Ndarja për %s dështoi, ngaqë ky objekt është ndarë një herë me %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Ndarja e %s dështoi, nuk mund të gjendet %s, ndoshta serveri është për momentin i paaksesueshëm ose përdor një çertifikatë të vetë-nënshkruar", - "Search global and public address book for users and let local users publish their data" : "Kërko librin e adresave globale dhe publike për përdoruesit dhe lejo që përdoruesit lokal të publikojnë të dhënat e tyre" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Ndarja e %s dështoi, nuk mund të gjendet %s, ndoshta serveri është për momentin i paaksesueshëm ose përdor një çertifikatë të vetë-nënshkruar" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/sq.json b/apps/federatedfilesharing/l10n/sq.json index 1242eda81f..51323ad46c 100644 --- a/apps/federatedfilesharing/l10n/sq.json +++ b/apps/federatedfilesharing/l10n/sq.json @@ -49,7 +49,6 @@ "Federated share added" : "Ndarje e federuar u shtua", "Couldn't add remote share" : "Nuk mund të shtohet ndarja në largësi", "Sharing %s failed, because this item is already shared with %s" : "Ndarja për %s dështoi, ngaqë ky objekt është ndarë një herë me %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Ndarja e %s dështoi, nuk mund të gjendet %s, ndoshta serveri është për momentin i paaksesueshëm ose përdor një çertifikatë të vetë-nënshkruar", - "Search global and public address book for users and let local users publish their data" : "Kërko librin e adresave globale dhe publike për përdoruesit dhe lejo që përdoruesit lokal të publikojnë të dhënat e tyre" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Ndarja e %s dështoi, nuk mund të gjendet %s, ndoshta serveri është për momentin i paaksesueshëm ose përdor një çertifikatë të vetë-nënshkruar" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/sr.js b/apps/federatedfilesharing/l10n/sr.js index f473d54127..cdbac489a9 100644 --- a/apps/federatedfilesharing/l10n/sr.js +++ b/apps/federatedfilesharing/l10n/sr.js @@ -59,7 +59,6 @@ OC.L10N.register( "Federated share added" : "Здружено дељење додато", "Couldn't add remote share" : "Не могу да додам удаљено дељење", "Sharing %s failed, because this item is already shared with %s" : "Дељење %s није успело зато што се ова ставка већ дели са %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Дељење %s није успело, не могу да нађем %s, можда сервер тренутно није доступан или користи самопотписани сертификат.", - "Search global and public address book for users and let local users publish their data" : "Претражи кориснике у глобалним и јавним именицима и дозволи да локални корисници објављују њихове податке" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Дељење %s није успело, не могу да нађем %s, можда сервер тренутно није доступан или користи самопотписани сертификат." }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/federatedfilesharing/l10n/sr.json b/apps/federatedfilesharing/l10n/sr.json index 76a43dba23..377f6ac0ba 100644 --- a/apps/federatedfilesharing/l10n/sr.json +++ b/apps/federatedfilesharing/l10n/sr.json @@ -57,7 +57,6 @@ "Federated share added" : "Здружено дељење додато", "Couldn't add remote share" : "Не могу да додам удаљено дељење", "Sharing %s failed, because this item is already shared with %s" : "Дељење %s није успело зато што се ова ставка већ дели са %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Дељење %s није успело, не могу да нађем %s, можда сервер тренутно није доступан или користи самопотписани сертификат.", - "Search global and public address book for users and let local users publish their data" : "Претражи кориснике у глобалним и јавним именицима и дозволи да локални корисници објављују њихове податке" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Дељење %s није успело, не могу да нађем %s, можда сервер тренутно није доступан или користи самопотписани сертификат." },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/sv.js b/apps/federatedfilesharing/l10n/sv.js index 9810405665..1642ca9534 100644 --- a/apps/federatedfilesharing/l10n/sv.js +++ b/apps/federatedfilesharing/l10n/sv.js @@ -52,7 +52,6 @@ OC.L10N.register( "Federated share added" : "Federerad delning tillagd", "Couldn't add remote share" : "Kunde inte lägga till extern delning", "Sharing %s failed, because this item is already shared with %s" : "Delning %s misslyckades därför att objektet redan är delat med %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Misslyckades att dela ut %s kunde inte hitta %s, kanske är servern inte tillgänglig för närvarande eller så används ett självsignerat certifikat", - "Search global and public address book for users and let local users publish their data" : "Sök global och publik adressbok för användare och låt lokala användare publicera sina data" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Misslyckades att dela ut %s kunde inte hitta %s, kanske är servern inte tillgänglig för närvarande eller så används ett självsignerat certifikat" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/sv.json b/apps/federatedfilesharing/l10n/sv.json index ffb1e36338..781a4d3709 100644 --- a/apps/federatedfilesharing/l10n/sv.json +++ b/apps/federatedfilesharing/l10n/sv.json @@ -50,7 +50,6 @@ "Federated share added" : "Federerad delning tillagd", "Couldn't add remote share" : "Kunde inte lägga till extern delning", "Sharing %s failed, because this item is already shared with %s" : "Delning %s misslyckades därför att objektet redan är delat med %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Misslyckades att dela ut %s kunde inte hitta %s, kanske är servern inte tillgänglig för närvarande eller så används ett självsignerat certifikat", - "Search global and public address book for users and let local users publish their data" : "Sök global och publik adressbok för användare och låt lokala användare publicera sina data" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Misslyckades att dela ut %s kunde inte hitta %s, kanske är servern inte tillgänglig för närvarande eller så används ett självsignerat certifikat" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/tr.js b/apps/federatedfilesharing/l10n/tr.js index d6467feb7c..826b50f499 100644 --- a/apps/federatedfilesharing/l10n/tr.js +++ b/apps/federatedfilesharing/l10n/tr.js @@ -59,7 +59,6 @@ OC.L10N.register( "Federated share added" : "Birleşmiş paylaşım eklendi", "Couldn't add remote share" : "Uzak paylaşım eklenemedi", "Sharing %s failed, because this item is already shared with %s" : "%s paylaşılmadı. %s ile zaten paylaşılmış", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s paylaşılamadı. %s bulunamadı. Sunucuya erişilemiyor ya da sunucu kendinden imzalı bir güvenlik sertifikası kullanıyor olabilir.", - "Search global and public address book for users and let local users publish their data" : "Genel ve herkese açık adres defterinde kullanıcı ara ve yerel kullanıcıların bilgilerini paylaşmasını sağla" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s paylaşılamadı. %s bulunamadı. Sunucuya erişilemiyor ya da sunucu kendinden imzalı bir güvenlik sertifikası kullanıyor olabilir." }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/federatedfilesharing/l10n/tr.json b/apps/federatedfilesharing/l10n/tr.json index 8fca5b7685..35d79069c5 100644 --- a/apps/federatedfilesharing/l10n/tr.json +++ b/apps/federatedfilesharing/l10n/tr.json @@ -57,7 +57,6 @@ "Federated share added" : "Birleşmiş paylaşım eklendi", "Couldn't add remote share" : "Uzak paylaşım eklenemedi", "Sharing %s failed, because this item is already shared with %s" : "%s paylaşılmadı. %s ile zaten paylaşılmış", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s paylaşılamadı. %s bulunamadı. Sunucuya erişilemiyor ya da sunucu kendinden imzalı bir güvenlik sertifikası kullanıyor olabilir.", - "Search global and public address book for users and let local users publish their data" : "Genel ve herkese açık adres defterinde kullanıcı ara ve yerel kullanıcıların bilgilerini paylaşmasını sağla" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "%s paylaşılamadı. %s bulunamadı. Sunucuya erişilemiyor ya da sunucu kendinden imzalı bir güvenlik sertifikası kullanıyor olabilir." },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/zh_CN.js b/apps/federatedfilesharing/l10n/zh_CN.js index 666d03ae31..2c861a294c 100644 --- a/apps/federatedfilesharing/l10n/zh_CN.js +++ b/apps/federatedfilesharing/l10n/zh_CN.js @@ -51,7 +51,6 @@ OC.L10N.register( "Federated share added" : "共享协作已添加", "Couldn't add remote share" : "无法添加远程共享", "Sharing %s failed, because this item is already shared with %s" : "共享 %s 失败,因为它已经共享给 %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "共享 %s 失败, 无法找到 %s, 可能该服务器当前无法访问或者使用自签名证书.", - "Search global and public address book for users and let local users publish their data" : "搜索用户的全球和公共通讯录,并让本地用户发布其数据" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "共享 %s 失败, 无法找到 %s, 可能该服务器当前无法访问或者使用自签名证书." }, "nplurals=1; plural=0;"); diff --git a/apps/federatedfilesharing/l10n/zh_CN.json b/apps/federatedfilesharing/l10n/zh_CN.json index 49569b5f6d..7ca222bace 100644 --- a/apps/federatedfilesharing/l10n/zh_CN.json +++ b/apps/federatedfilesharing/l10n/zh_CN.json @@ -49,7 +49,6 @@ "Federated share added" : "共享协作已添加", "Couldn't add remote share" : "无法添加远程共享", "Sharing %s failed, because this item is already shared with %s" : "共享 %s 失败,因为它已经共享给 %s", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "共享 %s 失败, 无法找到 %s, 可能该服务器当前无法访问或者使用自签名证书.", - "Search global and public address book for users and let local users publish their data" : "搜索用户的全球和公共通讯录,并让本地用户发布其数据" + "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "共享 %s 失败, 无法找到 %s, 可能该服务器当前无法访问或者使用自签名证书." },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/files/l10n/af.js b/apps/files/l10n/af.js index 89c3777a6d..8c26eea667 100644 --- a/apps/files/l10n/af.js +++ b/apps/files/l10n/af.js @@ -123,10 +123,7 @@ OC.L10N.register( "Shared by link" : "Gedeel per skakel", "Text file" : "Tekslêer", "New text file.txt" : "Nuwe tekslêer.txt", - "Move" : "Skuif", "Target folder" : "Teikengids", - "A new file or folder has been deleted" : "'n Nuwe lêer of gids is geskrap", - "A new file or folder has been restored" : "'n Nuwe lêer of gids is herstel", "%s of %s used" : "%s van %s gebruik" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/af.json b/apps/files/l10n/af.json index eefdd179e3..215c640151 100644 --- a/apps/files/l10n/af.json +++ b/apps/files/l10n/af.json @@ -121,10 +121,7 @@ "Shared by link" : "Gedeel per skakel", "Text file" : "Tekslêer", "New text file.txt" : "Nuwe tekslêer.txt", - "Move" : "Skuif", "Target folder" : "Teikengids", - "A new file or folder has been deleted" : "'n Nuwe lêer of gids is geskrap", - "A new file or folder has been restored" : "'n Nuwe lêer of gids is herstel", "%s of %s used" : "%s van %s gebruik" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js index 88f0003050..08760cbecd 100644 --- a/apps/files/l10n/ar.js +++ b/apps/files/l10n/ar.js @@ -110,7 +110,6 @@ OC.L10N.register( "Deleted files" : "الملفات المحذوفة", "Text file" : "ملف نصي", "New text file.txt" : "ملف نصي جديد fille.txt", - "Move" : "نقل", "Target folder" : "المجلد الهدف" }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/apps/files/l10n/ar.json b/apps/files/l10n/ar.json index 44224072cb..4d7b67333c 100644 --- a/apps/files/l10n/ar.json +++ b/apps/files/l10n/ar.json @@ -108,7 +108,6 @@ "Deleted files" : "الملفات المحذوفة", "Text file" : "ملف نصي", "New text file.txt" : "ملف نصي جديد fille.txt", - "Move" : "نقل", "Target folder" : "المجلد الهدف" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" } \ No newline at end of file diff --git a/apps/files/l10n/bg.js b/apps/files/l10n/bg.js index 70c1047be4..be888e94e8 100644 --- a/apps/files/l10n/bg.js +++ b/apps/files/l10n/bg.js @@ -136,9 +136,7 @@ OC.L10N.register( "Deleted shares" : "Изтрити", "Text file" : "Текстов файл", "New text file.txt" : "Текстов файл.txt", - "Move" : "Премести", "Target folder" : "Дестинация", - "%s of %s used" : "%s от %s използвани", - "Use this address to access your Files via WebDAV" : "Адресът осигурява достъп до файловете ви чрез WebDAV" + "%s of %s used" : "%s от %s използвани" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/bg.json b/apps/files/l10n/bg.json index 3cc0bcd86d..3b7b658894 100644 --- a/apps/files/l10n/bg.json +++ b/apps/files/l10n/bg.json @@ -134,9 +134,7 @@ "Deleted shares" : "Изтрити", "Text file" : "Текстов файл", "New text file.txt" : "Текстов файл.txt", - "Move" : "Премести", "Target folder" : "Дестинация", - "%s of %s used" : "%s от %s използвани", - "Use this address to access your Files via WebDAV" : "Адресът осигурява достъп до файловете ви чрез WebDAV" + "%s of %s used" : "%s от %s използвани" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index 063807c62f..7ded1154be 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -160,11 +160,7 @@ OC.L10N.register( "Deleted shares" : "Comparticions suprimides", "Text file" : "Fitxer de text", "New text file.txt" : "Nou fitxer de text.txt", - "Move" : "Moure", "Target folder" : "Carpeta de destí", - "A new file or folder has been deleted" : "S'ha eliminat un nou fitxer o carpeta", - "A new file or folder has been restored" : "S'ha restaurat un nou fitxer o carpeta", - "%s of %s used" : "Usats %s de %s", - "Use this address to access your Files via WebDAV" : "Utilitzeu aquesta adreça per accedir als vostres fitxers a través de WebDAV" + "%s of %s used" : "Usats %s de %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/ca.json b/apps/files/l10n/ca.json index 26f6e27ce5..5d34d14291 100644 --- a/apps/files/l10n/ca.json +++ b/apps/files/l10n/ca.json @@ -158,11 +158,7 @@ "Deleted shares" : "Comparticions suprimides", "Text file" : "Fitxer de text", "New text file.txt" : "Nou fitxer de text.txt", - "Move" : "Moure", "Target folder" : "Carpeta de destí", - "A new file or folder has been deleted" : "S'ha eliminat un nou fitxer o carpeta", - "A new file or folder has been restored" : "S'ha restaurat un nou fitxer o carpeta", - "%s of %s used" : "Usats %s de %s", - "Use this address to access your Files via WebDAV" : "Utilitzeu aquesta adreça per accedir als vostres fitxers a través de WebDAV" + "%s of %s used" : "Usats %s de %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index 170c93b6b6..f18683dae4 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -162,11 +162,7 @@ OC.L10N.register( "Deleted shares" : "Smazaná sdílení", "Text file" : "Textový soubor", "New text file.txt" : "Nový textový soubor.txt", - "Move" : "Přesunout", "Target folder" : "Cílový adresář", - "A new file or folder has been deleted" : "Nový soubor nebo složka byla smazána", - "A new file or folder has been restored" : "Nový soubor nebo složka byla obnovena", - "%s of %s used" : "%s z %s použito", - "Use this address to access your Files via WebDAV" : "Použít tuto adresu pro přístup k souborům přes WebDAV" + "%s of %s used" : "%s z %s použito" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json index 7b9fcbd0b9..97d40d749b 100644 --- a/apps/files/l10n/cs.json +++ b/apps/files/l10n/cs.json @@ -160,11 +160,7 @@ "Deleted shares" : "Smazaná sdílení", "Text file" : "Textový soubor", "New text file.txt" : "Nový textový soubor.txt", - "Move" : "Přesunout", "Target folder" : "Cílový adresář", - "A new file or folder has been deleted" : "Nový soubor nebo složka byla smazána", - "A new file or folder has been restored" : "Nový soubor nebo složka byla obnovena", - "%s of %s used" : "%s z %s použito", - "Use this address to access your Files via WebDAV" : "Použít tuto adresu pro přístup k souborům přes WebDAV" + "%s of %s used" : "%s z %s použito" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file diff --git a/apps/files/l10n/da.js b/apps/files/l10n/da.js index b540a9f458..9a58fc0294 100644 --- a/apps/files/l10n/da.js +++ b/apps/files/l10n/da.js @@ -152,11 +152,7 @@ OC.L10N.register( "Shared by link" : "Delt via link", "Text file" : "Tekstfil", "New text file.txt" : "Ny tekst file.txt", - "Move" : "Flyt", "Target folder" : "Destinations mappe", - "A new file or folder has been deleted" : "En ny fil eller mappe er blevet slettet", - "A new file or folder has been restored" : "En ny fil eller mappe er blevet gendannet", - "%s of %s used" : "%s af %s brugt", - "Use this address to access your Files via WebDAV" : "Brug denne adresse til at tilgå dine filer gennem WebDAV" + "%s of %s used" : "%s af %s brugt" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/da.json b/apps/files/l10n/da.json index 7df9b81f5b..cc68090cd4 100644 --- a/apps/files/l10n/da.json +++ b/apps/files/l10n/da.json @@ -150,11 +150,7 @@ "Shared by link" : "Delt via link", "Text file" : "Tekstfil", "New text file.txt" : "Ny tekst file.txt", - "Move" : "Flyt", "Target folder" : "Destinations mappe", - "A new file or folder has been deleted" : "En ny fil eller mappe er blevet slettet", - "A new file or folder has been restored" : "En ny fil eller mappe er blevet gendannet", - "%s of %s used" : "%s af %s brugt", - "Use this address to access your Files via WebDAV" : "Brug denne adresse til at tilgå dine filer gennem WebDAV" + "%s of %s used" : "%s af %s brugt" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/de.js b/apps/files/l10n/de.js index 0f299246d4..d81bce7cf1 100644 --- a/apps/files/l10n/de.js +++ b/apps/files/l10n/de.js @@ -162,11 +162,7 @@ OC.L10N.register( "Deleted shares" : "Gelöschte Freigaben", "Text file" : "Textdatei", "New text file.txt" : "Neue Textdatei file.txt", - "Move" : "Verschieben", "Target folder" : "Zielordner", - "A new file or folder has been deleted" : "Eine neue Datei oder Ordner wurde gelöscht", - "A new file or folder has been restored" : "Eine neue Datei oder ein Ordner wurde wiederhergestellt", - "%s of %s used" : "%s von %s verwendet", - "Use this address to access your Files via WebDAV" : "Diese Adresse benutzen, um über WebDAV auf Deine Dateien zuzugreifen" + "%s of %s used" : "%s von %s verwendet" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/de.json b/apps/files/l10n/de.json index 3b01fa6705..e2f622e88f 100644 --- a/apps/files/l10n/de.json +++ b/apps/files/l10n/de.json @@ -160,11 +160,7 @@ "Deleted shares" : "Gelöschte Freigaben", "Text file" : "Textdatei", "New text file.txt" : "Neue Textdatei file.txt", - "Move" : "Verschieben", "Target folder" : "Zielordner", - "A new file or folder has been deleted" : "Eine neue Datei oder Ordner wurde gelöscht", - "A new file or folder has been restored" : "Eine neue Datei oder ein Ordner wurde wiederhergestellt", - "%s of %s used" : "%s von %s verwendet", - "Use this address to access your Files via WebDAV" : "Diese Adresse benutzen, um über WebDAV auf Deine Dateien zuzugreifen" + "%s of %s used" : "%s von %s verwendet" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js index 6aac17f0d3..4f44a063d7 100644 --- a/apps/files/l10n/de_DE.js +++ b/apps/files/l10n/de_DE.js @@ -162,11 +162,7 @@ OC.L10N.register( "Deleted shares" : "Gelöschte Freigaben", "Text file" : "Textdatei", "New text file.txt" : "Neue Textdatei file.txt", - "Move" : "Verschieben", "Target folder" : "Zielordner", - "A new file or folder has been deleted" : "Eine neue Datei oder Ordner wurde gelöscht", - "A new file or folder has been restored" : "Eine neue Datei oder Ordner wurde wiederhergestellt", - "%s of %s used" : "%s von %s verwendet", - "Use this address to access your Files via WebDAV" : "Benutzen Sie diese Adresse, um via WebDAV auf Ihre Dateien zuzugreifen" + "%s of %s used" : "%s von %s verwendet" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json index ea45a0de36..9a2af70d21 100644 --- a/apps/files/l10n/de_DE.json +++ b/apps/files/l10n/de_DE.json @@ -160,11 +160,7 @@ "Deleted shares" : "Gelöschte Freigaben", "Text file" : "Textdatei", "New text file.txt" : "Neue Textdatei file.txt", - "Move" : "Verschieben", "Target folder" : "Zielordner", - "A new file or folder has been deleted" : "Eine neue Datei oder Ordner wurde gelöscht", - "A new file or folder has been restored" : "Eine neue Datei oder Ordner wurde wiederhergestellt", - "%s of %s used" : "%s von %s verwendet", - "Use this address to access your Files via WebDAV" : "Benutzen Sie diese Adresse, um via WebDAV auf Ihre Dateien zuzugreifen" + "%s of %s used" : "%s von %s verwendet" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/el.js b/apps/files/l10n/el.js index fae892d0ce..8b9c6e06e2 100644 --- a/apps/files/l10n/el.js +++ b/apps/files/l10n/el.js @@ -142,7 +142,6 @@ OC.L10N.register( "Shared by link" : "Διαμοιρασμένα μέσω συνδέσμου", "Text file" : "Αρχείο κειμένου", "New text file.txt" : "Νέο αρχείο κειμένου.txt", - "Move" : "Μετακίνηση", "Target folder" : "Φάκελος προορισμού", "%s of %s used" : "%s από %s σε χρήση" }, diff --git a/apps/files/l10n/el.json b/apps/files/l10n/el.json index f08d5eb37b..f39a3912b4 100644 --- a/apps/files/l10n/el.json +++ b/apps/files/l10n/el.json @@ -140,7 +140,6 @@ "Shared by link" : "Διαμοιρασμένα μέσω συνδέσμου", "Text file" : "Αρχείο κειμένου", "New text file.txt" : "Νέο αρχείο κειμένου.txt", - "Move" : "Μετακίνηση", "Target folder" : "Φάκελος προορισμού", "%s of %s used" : "%s από %s σε χρήση" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 8d18aef449..37025873ad 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -152,11 +152,7 @@ OC.L10N.register( "Shared by link" : "Shared by link", "Text file" : "Text file", "New text file.txt" : "New text file.txt", - "Move" : "Move", "Target folder" : "Target folder", - "A new file or folder has been deleted" : "A new file or folder has been deleted", - "A new file or folder has been restored" : "A new file or folder has been restored", - "%s of %s used" : "%s of %s used", - "Use this address to access your Files via WebDAV" : "Use this address to access your Files via WebDAV" + "%s of %s used" : "%s of %s used" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index df3a949c17..046ed2f7c3 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -150,11 +150,7 @@ "Shared by link" : "Shared by link", "Text file" : "Text file", "New text file.txt" : "New text file.txt", - "Move" : "Move", "Target folder" : "Target folder", - "A new file or folder has been deleted" : "A new file or folder has been deleted", - "A new file or folder has been restored" : "A new file or folder has been restored", - "%s of %s used" : "%s of %s used", - "Use this address to access your Files via WebDAV" : "Use this address to access your Files via WebDAV" + "%s of %s used" : "%s of %s used" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/eo.js b/apps/files/l10n/eo.js index 34c16c9296..38bb66f2d2 100644 --- a/apps/files/l10n/eo.js +++ b/apps/files/l10n/eo.js @@ -160,11 +160,7 @@ OC.L10N.register( "Deleted shares" : "Forigitaj kunhavigoj", "Text file" : "Tekstodosiero", "New text file.txt" : "Nova tekstodosiero.txt", - "Move" : "Movi", "Target folder" : "Cela dosierujo", - "A new file or folder has been deleted" : "Nova dosiero aŭ dosierujo foriĝis", - "A new file or folder has been restored" : "Nova dosiero aŭ dosierujo restaŭriĝis", - "%s of %s used" : "%s uzataj el %s", - "Use this address to access your Files via WebDAV" : "Uzu tiun adreson por atingi viajn dosierojn per WebDAV" + "%s of %s used" : "%s uzataj el %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/eo.json b/apps/files/l10n/eo.json index 98a3b7f59e..3671e0d5f3 100644 --- a/apps/files/l10n/eo.json +++ b/apps/files/l10n/eo.json @@ -158,11 +158,7 @@ "Deleted shares" : "Forigitaj kunhavigoj", "Text file" : "Tekstodosiero", "New text file.txt" : "Nova tekstodosiero.txt", - "Move" : "Movi", "Target folder" : "Cela dosierujo", - "A new file or folder has been deleted" : "Nova dosiero aŭ dosierujo foriĝis", - "A new file or folder has been restored" : "Nova dosiero aŭ dosierujo restaŭriĝis", - "%s of %s used" : "%s uzataj el %s", - "Use this address to access your Files via WebDAV" : "Uzu tiun adreson por atingi viajn dosierojn per WebDAV" + "%s of %s used" : "%s uzataj el %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index dee55e38ea..228db1b4b2 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -162,11 +162,7 @@ OC.L10N.register( "Deleted shares" : "Recursos compartidos eliminados", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo archivo.txt", - "Move" : "Mover", "Target folder" : "Directorio de destino", - "A new file or folder has been deleted" : "Se ha borrado un nuevo archivo o carpeta", - "A new file or folder has been restored" : "Se ha restaurado un nuevo archivo o carpeta", - "%s of %s used" : "%s de %s usado", - "Use this address to access your Files via WebDAV" : "Utiliza esta dirección para acceder a tus archivos vía WebDAV" + "%s of %s used" : "%s de %s usado" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json index 4b9468a8f1..043b42cb69 100644 --- a/apps/files/l10n/es.json +++ b/apps/files/l10n/es.json @@ -160,11 +160,7 @@ "Deleted shares" : "Recursos compartidos eliminados", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo archivo.txt", - "Move" : "Mover", "Target folder" : "Directorio de destino", - "A new file or folder has been deleted" : "Se ha borrado un nuevo archivo o carpeta", - "A new file or folder has been restored" : "Se ha restaurado un nuevo archivo o carpeta", - "%s of %s used" : "%s de %s usado", - "Use this address to access your Files via WebDAV" : "Utiliza esta dirección para acceder a tus archivos vía WebDAV" + "%s of %s used" : "%s de %s usado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/es_CL.js b/apps/files/l10n/es_CL.js index b72649c39f..16a3d46a37 100644 --- a/apps/files/l10n/es_CL.js +++ b/apps/files/l10n/es_CL.js @@ -152,11 +152,7 @@ OC.L10N.register( "Shared by link" : "Compartido por liga", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo ArchivoDeTexto.txt", - "Move" : "Mover", "Target folder" : "Carpeta destino", - "A new file or folder has been deleted" : "Un nuevo archivo o carpeta ha sido borrado", - "A new file or folder has been restored" : "Un nuevo archivo o carpeta ha sido restaurado", - "%s of %s used" : "%s de %s usado", - "Use this address to access your Files via WebDAV" : "Usa esta dirección para acceder tus Archivos vía WebDAV" + "%s of %s used" : "%s de %s usado" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/es_CL.json b/apps/files/l10n/es_CL.json index 216b08d196..be34cf0cf7 100644 --- a/apps/files/l10n/es_CL.json +++ b/apps/files/l10n/es_CL.json @@ -150,11 +150,7 @@ "Shared by link" : "Compartido por liga", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo ArchivoDeTexto.txt", - "Move" : "Mover", "Target folder" : "Carpeta destino", - "A new file or folder has been deleted" : "Un nuevo archivo o carpeta ha sido borrado", - "A new file or folder has been restored" : "Un nuevo archivo o carpeta ha sido restaurado", - "%s of %s used" : "%s de %s usado", - "Use this address to access your Files via WebDAV" : "Usa esta dirección para acceder tus Archivos vía WebDAV" + "%s of %s used" : "%s de %s usado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/es_CO.js b/apps/files/l10n/es_CO.js index b72649c39f..16a3d46a37 100644 --- a/apps/files/l10n/es_CO.js +++ b/apps/files/l10n/es_CO.js @@ -152,11 +152,7 @@ OC.L10N.register( "Shared by link" : "Compartido por liga", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo ArchivoDeTexto.txt", - "Move" : "Mover", "Target folder" : "Carpeta destino", - "A new file or folder has been deleted" : "Un nuevo archivo o carpeta ha sido borrado", - "A new file or folder has been restored" : "Un nuevo archivo o carpeta ha sido restaurado", - "%s of %s used" : "%s de %s usado", - "Use this address to access your Files via WebDAV" : "Usa esta dirección para acceder tus Archivos vía WebDAV" + "%s of %s used" : "%s de %s usado" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/es_CO.json b/apps/files/l10n/es_CO.json index 216b08d196..be34cf0cf7 100644 --- a/apps/files/l10n/es_CO.json +++ b/apps/files/l10n/es_CO.json @@ -150,11 +150,7 @@ "Shared by link" : "Compartido por liga", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo ArchivoDeTexto.txt", - "Move" : "Mover", "Target folder" : "Carpeta destino", - "A new file or folder has been deleted" : "Un nuevo archivo o carpeta ha sido borrado", - "A new file or folder has been restored" : "Un nuevo archivo o carpeta ha sido restaurado", - "%s of %s used" : "%s de %s usado", - "Use this address to access your Files via WebDAV" : "Usa esta dirección para acceder tus Archivos vía WebDAV" + "%s of %s used" : "%s de %s usado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/es_CR.js b/apps/files/l10n/es_CR.js index b72649c39f..16a3d46a37 100644 --- a/apps/files/l10n/es_CR.js +++ b/apps/files/l10n/es_CR.js @@ -152,11 +152,7 @@ OC.L10N.register( "Shared by link" : "Compartido por liga", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo ArchivoDeTexto.txt", - "Move" : "Mover", "Target folder" : "Carpeta destino", - "A new file or folder has been deleted" : "Un nuevo archivo o carpeta ha sido borrado", - "A new file or folder has been restored" : "Un nuevo archivo o carpeta ha sido restaurado", - "%s of %s used" : "%s de %s usado", - "Use this address to access your Files via WebDAV" : "Usa esta dirección para acceder tus Archivos vía WebDAV" + "%s of %s used" : "%s de %s usado" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/es_CR.json b/apps/files/l10n/es_CR.json index 216b08d196..be34cf0cf7 100644 --- a/apps/files/l10n/es_CR.json +++ b/apps/files/l10n/es_CR.json @@ -150,11 +150,7 @@ "Shared by link" : "Compartido por liga", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo ArchivoDeTexto.txt", - "Move" : "Mover", "Target folder" : "Carpeta destino", - "A new file or folder has been deleted" : "Un nuevo archivo o carpeta ha sido borrado", - "A new file or folder has been restored" : "Un nuevo archivo o carpeta ha sido restaurado", - "%s of %s used" : "%s de %s usado", - "Use this address to access your Files via WebDAV" : "Usa esta dirección para acceder tus Archivos vía WebDAV" + "%s of %s used" : "%s de %s usado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/es_DO.js b/apps/files/l10n/es_DO.js index b72649c39f..16a3d46a37 100644 --- a/apps/files/l10n/es_DO.js +++ b/apps/files/l10n/es_DO.js @@ -152,11 +152,7 @@ OC.L10N.register( "Shared by link" : "Compartido por liga", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo ArchivoDeTexto.txt", - "Move" : "Mover", "Target folder" : "Carpeta destino", - "A new file or folder has been deleted" : "Un nuevo archivo o carpeta ha sido borrado", - "A new file or folder has been restored" : "Un nuevo archivo o carpeta ha sido restaurado", - "%s of %s used" : "%s de %s usado", - "Use this address to access your Files via WebDAV" : "Usa esta dirección para acceder tus Archivos vía WebDAV" + "%s of %s used" : "%s de %s usado" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/es_DO.json b/apps/files/l10n/es_DO.json index 216b08d196..be34cf0cf7 100644 --- a/apps/files/l10n/es_DO.json +++ b/apps/files/l10n/es_DO.json @@ -150,11 +150,7 @@ "Shared by link" : "Compartido por liga", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo ArchivoDeTexto.txt", - "Move" : "Mover", "Target folder" : "Carpeta destino", - "A new file or folder has been deleted" : "Un nuevo archivo o carpeta ha sido borrado", - "A new file or folder has been restored" : "Un nuevo archivo o carpeta ha sido restaurado", - "%s of %s used" : "%s de %s usado", - "Use this address to access your Files via WebDAV" : "Usa esta dirección para acceder tus Archivos vía WebDAV" + "%s of %s used" : "%s de %s usado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/es_EC.js b/apps/files/l10n/es_EC.js index b72649c39f..16a3d46a37 100644 --- a/apps/files/l10n/es_EC.js +++ b/apps/files/l10n/es_EC.js @@ -152,11 +152,7 @@ OC.L10N.register( "Shared by link" : "Compartido por liga", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo ArchivoDeTexto.txt", - "Move" : "Mover", "Target folder" : "Carpeta destino", - "A new file or folder has been deleted" : "Un nuevo archivo o carpeta ha sido borrado", - "A new file or folder has been restored" : "Un nuevo archivo o carpeta ha sido restaurado", - "%s of %s used" : "%s de %s usado", - "Use this address to access your Files via WebDAV" : "Usa esta dirección para acceder tus Archivos vía WebDAV" + "%s of %s used" : "%s de %s usado" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/es_EC.json b/apps/files/l10n/es_EC.json index 216b08d196..be34cf0cf7 100644 --- a/apps/files/l10n/es_EC.json +++ b/apps/files/l10n/es_EC.json @@ -150,11 +150,7 @@ "Shared by link" : "Compartido por liga", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo ArchivoDeTexto.txt", - "Move" : "Mover", "Target folder" : "Carpeta destino", - "A new file or folder has been deleted" : "Un nuevo archivo o carpeta ha sido borrado", - "A new file or folder has been restored" : "Un nuevo archivo o carpeta ha sido restaurado", - "%s of %s used" : "%s de %s usado", - "Use this address to access your Files via WebDAV" : "Usa esta dirección para acceder tus Archivos vía WebDAV" + "%s of %s used" : "%s de %s usado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/es_GT.js b/apps/files/l10n/es_GT.js index b72649c39f..16a3d46a37 100644 --- a/apps/files/l10n/es_GT.js +++ b/apps/files/l10n/es_GT.js @@ -152,11 +152,7 @@ OC.L10N.register( "Shared by link" : "Compartido por liga", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo ArchivoDeTexto.txt", - "Move" : "Mover", "Target folder" : "Carpeta destino", - "A new file or folder has been deleted" : "Un nuevo archivo o carpeta ha sido borrado", - "A new file or folder has been restored" : "Un nuevo archivo o carpeta ha sido restaurado", - "%s of %s used" : "%s de %s usado", - "Use this address to access your Files via WebDAV" : "Usa esta dirección para acceder tus Archivos vía WebDAV" + "%s of %s used" : "%s de %s usado" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/es_GT.json b/apps/files/l10n/es_GT.json index 216b08d196..be34cf0cf7 100644 --- a/apps/files/l10n/es_GT.json +++ b/apps/files/l10n/es_GT.json @@ -150,11 +150,7 @@ "Shared by link" : "Compartido por liga", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo ArchivoDeTexto.txt", - "Move" : "Mover", "Target folder" : "Carpeta destino", - "A new file or folder has been deleted" : "Un nuevo archivo o carpeta ha sido borrado", - "A new file or folder has been restored" : "Un nuevo archivo o carpeta ha sido restaurado", - "%s of %s used" : "%s de %s usado", - "Use this address to access your Files via WebDAV" : "Usa esta dirección para acceder tus Archivos vía WebDAV" + "%s of %s used" : "%s de %s usado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/es_MX.js b/apps/files/l10n/es_MX.js index b72649c39f..16a3d46a37 100644 --- a/apps/files/l10n/es_MX.js +++ b/apps/files/l10n/es_MX.js @@ -152,11 +152,7 @@ OC.L10N.register( "Shared by link" : "Compartido por liga", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo ArchivoDeTexto.txt", - "Move" : "Mover", "Target folder" : "Carpeta destino", - "A new file or folder has been deleted" : "Un nuevo archivo o carpeta ha sido borrado", - "A new file or folder has been restored" : "Un nuevo archivo o carpeta ha sido restaurado", - "%s of %s used" : "%s de %s usado", - "Use this address to access your Files via WebDAV" : "Usa esta dirección para acceder tus Archivos vía WebDAV" + "%s of %s used" : "%s de %s usado" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/es_MX.json b/apps/files/l10n/es_MX.json index 216b08d196..be34cf0cf7 100644 --- a/apps/files/l10n/es_MX.json +++ b/apps/files/l10n/es_MX.json @@ -150,11 +150,7 @@ "Shared by link" : "Compartido por liga", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo ArchivoDeTexto.txt", - "Move" : "Mover", "Target folder" : "Carpeta destino", - "A new file or folder has been deleted" : "Un nuevo archivo o carpeta ha sido borrado", - "A new file or folder has been restored" : "Un nuevo archivo o carpeta ha sido restaurado", - "%s of %s used" : "%s de %s usado", - "Use this address to access your Files via WebDAV" : "Usa esta dirección para acceder tus Archivos vía WebDAV" + "%s of %s used" : "%s de %s usado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/es_SV.js b/apps/files/l10n/es_SV.js index b72649c39f..16a3d46a37 100644 --- a/apps/files/l10n/es_SV.js +++ b/apps/files/l10n/es_SV.js @@ -152,11 +152,7 @@ OC.L10N.register( "Shared by link" : "Compartido por liga", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo ArchivoDeTexto.txt", - "Move" : "Mover", "Target folder" : "Carpeta destino", - "A new file or folder has been deleted" : "Un nuevo archivo o carpeta ha sido borrado", - "A new file or folder has been restored" : "Un nuevo archivo o carpeta ha sido restaurado", - "%s of %s used" : "%s de %s usado", - "Use this address to access your Files via WebDAV" : "Usa esta dirección para acceder tus Archivos vía WebDAV" + "%s of %s used" : "%s de %s usado" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/es_SV.json b/apps/files/l10n/es_SV.json index 216b08d196..be34cf0cf7 100644 --- a/apps/files/l10n/es_SV.json +++ b/apps/files/l10n/es_SV.json @@ -150,11 +150,7 @@ "Shared by link" : "Compartido por liga", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo ArchivoDeTexto.txt", - "Move" : "Mover", "Target folder" : "Carpeta destino", - "A new file or folder has been deleted" : "Un nuevo archivo o carpeta ha sido borrado", - "A new file or folder has been restored" : "Un nuevo archivo o carpeta ha sido restaurado", - "%s of %s used" : "%s de %s usado", - "Use this address to access your Files via WebDAV" : "Usa esta dirección para acceder tus Archivos vía WebDAV" + "%s of %s used" : "%s de %s usado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/et_EE.js b/apps/files/l10n/et_EE.js index 03a650d498..35d1e39053 100644 --- a/apps/files/l10n/et_EE.js +++ b/apps/files/l10n/et_EE.js @@ -145,11 +145,7 @@ OC.L10N.register( "Shared by link" : "Jagatud lingiga", "Text file" : "Tekstifail", "New text file.txt" : "Uus tekstifail.txt", - "Move" : "Liiguta", "Target folder" : "Sihtkaust", - "A new file or folder has been deleted" : "Uus fail või kaust on kustutatud", - "A new file or folder has been restored" : "Uus fail või kaust on taastatud", - "%s of %s used" : "Kasutatud %s/%s", - "Use this address to access your Files via WebDAV" : "Kasuta seda aadressi, et oma failidele WebDAVi kaudu ligi pääseda" + "%s of %s used" : "Kasutatud %s/%s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/et_EE.json b/apps/files/l10n/et_EE.json index 0daa59d806..fdd03a0f06 100644 --- a/apps/files/l10n/et_EE.json +++ b/apps/files/l10n/et_EE.json @@ -143,11 +143,7 @@ "Shared by link" : "Jagatud lingiga", "Text file" : "Tekstifail", "New text file.txt" : "Uus tekstifail.txt", - "Move" : "Liiguta", "Target folder" : "Sihtkaust", - "A new file or folder has been deleted" : "Uus fail või kaust on kustutatud", - "A new file or folder has been restored" : "Uus fail või kaust on taastatud", - "%s of %s used" : "Kasutatud %s/%s", - "Use this address to access your Files via WebDAV" : "Kasuta seda aadressi, et oma failidele WebDAVi kaudu ligi pääseda" + "%s of %s used" : "Kasutatud %s/%s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/fi.js b/apps/files/l10n/fi.js index 6ea6d379a1..930bbe2c4e 100644 --- a/apps/files/l10n/fi.js +++ b/apps/files/l10n/fi.js @@ -153,11 +153,7 @@ OC.L10N.register( "Deleted shares" : "Poistetut jaot", "Text file" : "Tekstitiedosto", "New text file.txt" : "Uusi tekstitiedosto.txt", - "Move" : "Siirrä", "Target folder" : "Kohdekansio", - "A new file or folder has been deleted" : "Uusi tiedosto tai kansio on poistettu", - "A new file or folder has been restored" : "Uusi tiedosto tai kansio on palautettu", - "%s of %s used" : "%s / %s käytetty", - "Use this address to access your Files via WebDAV" : "Käytä tätä osoitetetta käyttääksesi tiedostojasi WebDAV:in välityksellä" + "%s of %s used" : "%s / %s käytetty" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/fi.json b/apps/files/l10n/fi.json index 592c9ca58f..be01ac38f2 100644 --- a/apps/files/l10n/fi.json +++ b/apps/files/l10n/fi.json @@ -151,11 +151,7 @@ "Deleted shares" : "Poistetut jaot", "Text file" : "Tekstitiedosto", "New text file.txt" : "Uusi tekstitiedosto.txt", - "Move" : "Siirrä", "Target folder" : "Kohdekansio", - "A new file or folder has been deleted" : "Uusi tiedosto tai kansio on poistettu", - "A new file or folder has been restored" : "Uusi tiedosto tai kansio on palautettu", - "%s of %s used" : "%s / %s käytetty", - "Use this address to access your Files via WebDAV" : "Käytä tätä osoitetetta käyttääksesi tiedostojasi WebDAV:in välityksellä" + "%s of %s used" : "%s / %s käytetty" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index 7a2aec6ca2..9c7455a905 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -162,11 +162,7 @@ OC.L10N.register( "Deleted shares" : "Actions supprimées", "Text file" : "Fichier texte", "New text file.txt" : "Nouveau fichier texte.txt", - "Move" : "Déplacer", "Target folder" : "Dossier cible", - "A new file or folder has been deleted" : "Un nouveau fichier ou répertoire a été supprimé", - "A new file or folder has been restored" : "Un nouveau fichier ou répertoire a été restauré", - "%s of %s used" : "%s de %s utilisé", - "Use this address to access your Files via WebDAV" : "Utilisez cette adresse pour accéder à vos fichiers par WebDAV" + "%s of %s used" : "%s de %s utilisé" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index fb4c3d5dac..9c59d17911 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -160,11 +160,7 @@ "Deleted shares" : "Actions supprimées", "Text file" : "Fichier texte", "New text file.txt" : "Nouveau fichier texte.txt", - "Move" : "Déplacer", "Target folder" : "Dossier cible", - "A new file or folder has been deleted" : "Un nouveau fichier ou répertoire a été supprimé", - "A new file or folder has been restored" : "Un nouveau fichier ou répertoire a été restauré", - "%s of %s used" : "%s de %s utilisé", - "Use this address to access your Files via WebDAV" : "Utilisez cette adresse pour accéder à vos fichiers par WebDAV" + "%s of %s used" : "%s de %s utilisé" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/files/l10n/he.js b/apps/files/l10n/he.js index 31ef96f9b1..2feb65a9f7 100644 --- a/apps/files/l10n/he.js +++ b/apps/files/l10n/he.js @@ -156,11 +156,7 @@ OC.L10N.register( "Deleted shares" : "שיתופים שנמחקו", "Text file" : "קובץ טקסט", "New text file.txt" : "קובץ טקסט חדש.txt", - "Move" : "העברה", "Target folder" : "תיקיית יעד", - "A new file or folder has been deleted" : "קובץ או תיקייה חדשים נמחקו", - "A new file or folder has been restored" : "קובץ או תיקייה חדשים שוחזרו", - "%s of %s used" : "%s מתוך %s בשימוש", - "Use this address to access your Files via WebDAV" : "יש להשתמש בכתובת זו כדי לגשת לקבצים שלך דרך WebDAV" + "%s of %s used" : "%s מתוך %s בשימוש" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); diff --git a/apps/files/l10n/he.json b/apps/files/l10n/he.json index 7a9a63c133..e5f35d5d48 100644 --- a/apps/files/l10n/he.json +++ b/apps/files/l10n/he.json @@ -154,11 +154,7 @@ "Deleted shares" : "שיתופים שנמחקו", "Text file" : "קובץ טקסט", "New text file.txt" : "קובץ טקסט חדש.txt", - "Move" : "העברה", "Target folder" : "תיקיית יעד", - "A new file or folder has been deleted" : "קובץ או תיקייה חדשים נמחקו", - "A new file or folder has been restored" : "קובץ או תיקייה חדשים שוחזרו", - "%s of %s used" : "%s מתוך %s בשימוש", - "Use this address to access your Files via WebDAV" : "יש להשתמש בכתובת זו כדי לגשת לקבצים שלך דרך WebDAV" + "%s of %s used" : "%s מתוך %s בשימוש" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" } \ No newline at end of file diff --git a/apps/files/l10n/hu.js b/apps/files/l10n/hu.js index 98b8e7df04..06473d4014 100644 --- a/apps/files/l10n/hu.js +++ b/apps/files/l10n/hu.js @@ -160,11 +160,7 @@ OC.L10N.register( "Deleted shares" : "Törölt megosztások", "Text file" : "Szövegfájl", "New text file.txt" : "Új szöveges fájl.txt", - "Move" : "Áthelyezés", "Target folder" : "Célmappa", - "A new file or folder has been deleted" : "Egy új fájl vagy mappa törölve", - "A new file or folder has been restored" : "Egy új fájl vagy mappa visszaállítva", - "%s of %s used" : "%s / %s használt", - "Use this address to access your Files via WebDAV" : "Használja ezt a címet a Fájlok eléréséhez WebDAV-on keresztül." + "%s of %s used" : "%s / %s használt" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/hu.json b/apps/files/l10n/hu.json index c30b9dd4ca..97436c63bb 100644 --- a/apps/files/l10n/hu.json +++ b/apps/files/l10n/hu.json @@ -158,11 +158,7 @@ "Deleted shares" : "Törölt megosztások", "Text file" : "Szövegfájl", "New text file.txt" : "Új szöveges fájl.txt", - "Move" : "Áthelyezés", "Target folder" : "Célmappa", - "A new file or folder has been deleted" : "Egy új fájl vagy mappa törölve", - "A new file or folder has been restored" : "Egy új fájl vagy mappa visszaállítva", - "%s of %s used" : "%s / %s használt", - "Use this address to access your Files via WebDAV" : "Használja ezt a címet a Fájlok eléréséhez WebDAV-on keresztül." + "%s of %s used" : "%s / %s használt" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/is.js b/apps/files/l10n/is.js index 74f050ef09..feff8e43c0 100644 --- a/apps/files/l10n/is.js +++ b/apps/files/l10n/is.js @@ -162,11 +162,7 @@ OC.L10N.register( "Deleted shares" : "Eyddar sameignir", "Text file" : "Textaskrá", "New text file.txt" : "Ný textaskrá.txt", - "Move" : "Færa", "Target folder" : "Markmappa", - "A new file or folder has been deleted" : "Nýrri skrá eða möppu hefur verið eytt", - "A new file or folder has been restored" : "Ný skrá eða mappa hefur verið endurheimt", - "%s of %s used" : "%s af %s notað", - "Use this address to access your Files via WebDAV" : "Notaðu þetta vistfang til að nálgast skrárnar þínar með WebDAV" + "%s of %s used" : "%s af %s notað" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/files/l10n/is.json b/apps/files/l10n/is.json index b906f632ee..3607881c73 100644 --- a/apps/files/l10n/is.json +++ b/apps/files/l10n/is.json @@ -160,11 +160,7 @@ "Deleted shares" : "Eyddar sameignir", "Text file" : "Textaskrá", "New text file.txt" : "Ný textaskrá.txt", - "Move" : "Færa", "Target folder" : "Markmappa", - "A new file or folder has been deleted" : "Nýrri skrá eða möppu hefur verið eytt", - "A new file or folder has been restored" : "Ný skrá eða mappa hefur verið endurheimt", - "%s of %s used" : "%s af %s notað", - "Use this address to access your Files via WebDAV" : "Notaðu þetta vistfang til að nálgast skrárnar þínar með WebDAV" + "%s of %s used" : "%s af %s notað" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" } \ No newline at end of file diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index 660c1a1e66..a93e135f8d 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -162,11 +162,7 @@ OC.L10N.register( "Deleted shares" : "Condivisioni eliminate", "Text file" : "File di testo", "New text file.txt" : "Nuovo file di testo.txt", - "Move" : "Sposta", "Target folder" : "Cartella di destinazione", - "A new file or folder has been deleted" : "Un nuovo file o cartella è stato eliminato", - "A new file or folder has been restored" : "Un nuovo file o una cartella è stato ripristinato", - "%s of %s used" : "%s di %s utilizzati", - "Use this address to access your Files via WebDAV" : "Utilizza questo indirizzo per accedere ai tuoi file con WebDAV" + "%s of %s used" : "%s di %s utilizzati" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/it.json b/apps/files/l10n/it.json index 9bf70f674b..dd0361131c 100644 --- a/apps/files/l10n/it.json +++ b/apps/files/l10n/it.json @@ -160,11 +160,7 @@ "Deleted shares" : "Condivisioni eliminate", "Text file" : "File di testo", "New text file.txt" : "Nuovo file di testo.txt", - "Move" : "Sposta", "Target folder" : "Cartella di destinazione", - "A new file or folder has been deleted" : "Un nuovo file o cartella è stato eliminato", - "A new file or folder has been restored" : "Un nuovo file o una cartella è stato ripristinato", - "%s of %s used" : "%s di %s utilizzati", - "Use this address to access your Files via WebDAV" : "Utilizza questo indirizzo per accedere ai tuoi file con WebDAV" + "%s of %s used" : "%s di %s utilizzati" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index 68b3339412..40f66f102d 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -162,11 +162,7 @@ OC.L10N.register( "Deleted shares" : "削除された共有", "Text file" : "テキストファイル", "New text file.txt" : "新規のテキストファイル作成", - "Move" : "移動", "Target folder" : "対象フォルダー", - "A new file or folder has been deleted" : "新しいファイルまたはフォルダが削除されたとき", - "A new file or folder has been restored" : "新しいファイルまたはフォルダが復元されました", - "%s of %s used" : "%s / %s 使用中", - "Use this address to access your Files via WebDAV" : "WebDAV 経由でファイルにアクセスするにはこのアドレスを利用してください" + "%s of %s used" : "%s / %s 使用中" }, "nplurals=1; plural=0;"); diff --git a/apps/files/l10n/ja.json b/apps/files/l10n/ja.json index f05b52f4bc..89ef5c5aa1 100644 --- a/apps/files/l10n/ja.json +++ b/apps/files/l10n/ja.json @@ -160,11 +160,7 @@ "Deleted shares" : "削除された共有", "Text file" : "テキストファイル", "New text file.txt" : "新規のテキストファイル作成", - "Move" : "移動", "Target folder" : "対象フォルダー", - "A new file or folder has been deleted" : "新しいファイルまたはフォルダが削除されたとき", - "A new file or folder has been restored" : "新しいファイルまたはフォルダが復元されました", - "%s of %s used" : "%s / %s 使用中", - "Use this address to access your Files via WebDAV" : "WebDAV 経由でファイルにアクセスするにはこのアドレスを利用してください" + "%s of %s used" : "%s / %s 使用中" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/files/l10n/ka_GE.js b/apps/files/l10n/ka_GE.js index c5e3119961..0919b4b768 100644 --- a/apps/files/l10n/ka_GE.js +++ b/apps/files/l10n/ka_GE.js @@ -152,11 +152,7 @@ OC.L10N.register( "Shared by link" : "გაზიარდა ბმულით", "Text file" : "ტექსტური ფაილი", "New text file.txt" : "ახალი ტექსტი file.txt", - "Move" : "გადატანა", "Target folder" : "დანიშნულების დირექტორია", - "A new file or folder has been deleted" : "ახალი ფაილი ან დირექტორია გაუქმდა", - "A new file or folder has been restored" : "ახალი ფაილი ან დირექტორია აღდგენილ იქნა", - "%s of %s used" : "%s სულ %s-დან მოხმარებულია", - "Use this address to access your Files via WebDAV" : "გამოიყენეთ ეს მისამართი რომ წვდომა იქოინოთ თქვენს ფაილებთან WebDAV-ით" + "%s of %s used" : "%s სულ %s-დან მოხმარებულია" }, "nplurals=2; plural=(n!=1);"); diff --git a/apps/files/l10n/ka_GE.json b/apps/files/l10n/ka_GE.json index d112fab318..f95e2f3e35 100644 --- a/apps/files/l10n/ka_GE.json +++ b/apps/files/l10n/ka_GE.json @@ -150,11 +150,7 @@ "Shared by link" : "გაზიარდა ბმულით", "Text file" : "ტექსტური ფაილი", "New text file.txt" : "ახალი ტექსტი file.txt", - "Move" : "გადატანა", "Target folder" : "დანიშნულების დირექტორია", - "A new file or folder has been deleted" : "ახალი ფაილი ან დირექტორია გაუქმდა", - "A new file or folder has been restored" : "ახალი ფაილი ან დირექტორია აღდგენილ იქნა", - "%s of %s used" : "%s სულ %s-დან მოხმარებულია", - "Use this address to access your Files via WebDAV" : "გამოიყენეთ ეს მისამართი რომ წვდომა იქოინოთ თქვენს ფაილებთან WebDAV-ით" + "%s of %s used" : "%s სულ %s-დან მოხმარებულია" },"pluralForm" :"nplurals=2; plural=(n!=1);" } \ No newline at end of file diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index 3a8d3d84d0..572fb9a99f 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -145,11 +145,7 @@ OC.L10N.register( "Shared by link" : "링크로 공유됨", "Text file" : "텍스트 파일", "New text file.txt" : "새 텍스트 파일.txt", - "Move" : "이동", "Target folder" : "대상 폴더", - "A new file or folder has been deleted" : "새 파일이나 폴더가 삭제됨", - "A new file or folder has been restored" : "새 파일이나 폴더가 복원됨", - "%s of %s used" : "%s/%s 사용함", - "Use this address to access your Files via WebDAV" : "이 주소를 사용하여 WebDAV를 통해 파일에 접근할 수 있습니다" + "%s of %s used" : "%s/%s 사용함" }, "nplurals=1; plural=0;"); diff --git a/apps/files/l10n/ko.json b/apps/files/l10n/ko.json index bf4a641d93..be6ccd4b52 100644 --- a/apps/files/l10n/ko.json +++ b/apps/files/l10n/ko.json @@ -143,11 +143,7 @@ "Shared by link" : "링크로 공유됨", "Text file" : "텍스트 파일", "New text file.txt" : "새 텍스트 파일.txt", - "Move" : "이동", "Target folder" : "대상 폴더", - "A new file or folder has been deleted" : "새 파일이나 폴더가 삭제됨", - "A new file or folder has been restored" : "새 파일이나 폴더가 복원됨", - "%s of %s used" : "%s/%s 사용함", - "Use this address to access your Files via WebDAV" : "이 주소를 사용하여 WebDAV를 통해 파일에 접근할 수 있습니다" + "%s of %s used" : "%s/%s 사용함" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js index 674b1af462..9948b7be59 100644 --- a/apps/files/l10n/lt_LT.js +++ b/apps/files/l10n/lt_LT.js @@ -143,9 +143,7 @@ OC.L10N.register( "Deleted shares" : "Ištrinti viešiniai", "Text file" : "Tekstinis failas", "New text file.txt" : "Naujas tekstinis failas.txt", - "Move" : "Perkelti", "Target folder" : "Paskirties aplankas", - "%s of %s used" : "naudojama %s iš %s", - "Use this address to access your Files via WebDAV" : "Naudokite šį adresą, norėdami gauti prieigą prie savo failų per WebDAV" + "%s of %s used" : "naudojama %s iš %s" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/files/l10n/lt_LT.json b/apps/files/l10n/lt_LT.json index c329c9cb75..933d2689e8 100644 --- a/apps/files/l10n/lt_LT.json +++ b/apps/files/l10n/lt_LT.json @@ -141,9 +141,7 @@ "Deleted shares" : "Ištrinti viešiniai", "Text file" : "Tekstinis failas", "New text file.txt" : "Naujas tekstinis failas.txt", - "Move" : "Perkelti", "Target folder" : "Paskirties aplankas", - "%s of %s used" : "naudojama %s iš %s", - "Use this address to access your Files via WebDAV" : "Naudokite šį adresą, norėdami gauti prieigą prie savo failų per WebDAV" + "%s of %s used" : "naudojama %s iš %s" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/apps/files/l10n/nb.js b/apps/files/l10n/nb.js index 012166c5f7..15251d80cf 100644 --- a/apps/files/l10n/nb.js +++ b/apps/files/l10n/nb.js @@ -152,11 +152,7 @@ OC.L10N.register( "Shared by link" : "Delt med lenke", "Text file" : "Tekstfil", "New text file.txt" : "Ny tekstfil.txt", - "Move" : "Flytt", "Target folder" : "Målmappe", - "A new file or folder has been deleted" : "En ny fil eller mappe har blitt slettet", - "A new file or folder has been restored" : "En ny fil eller mappe har blitt gjenopprettet", - "%s of %s used" : "%s av %s brukt", - "Use this address to access your Files via WebDAV" : "Bruk denne adressen for å få tilgang til dine filer via WebDAV" + "%s of %s used" : "%s av %s brukt" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/nb.json b/apps/files/l10n/nb.json index 53fd10d0cd..ee73bea657 100644 --- a/apps/files/l10n/nb.json +++ b/apps/files/l10n/nb.json @@ -150,11 +150,7 @@ "Shared by link" : "Delt med lenke", "Text file" : "Tekstfil", "New text file.txt" : "Ny tekstfil.txt", - "Move" : "Flytt", "Target folder" : "Målmappe", - "A new file or folder has been deleted" : "En ny fil eller mappe har blitt slettet", - "A new file or folder has been restored" : "En ny fil eller mappe har blitt gjenopprettet", - "%s of %s used" : "%s av %s brukt", - "Use this address to access your Files via WebDAV" : "Bruk denne adressen for å få tilgang til dine filer via WebDAV" + "%s of %s used" : "%s av %s brukt" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/nl.js b/apps/files/l10n/nl.js index 70d1c05f31..61b4dfb9e6 100644 --- a/apps/files/l10n/nl.js +++ b/apps/files/l10n/nl.js @@ -162,11 +162,7 @@ OC.L10N.register( "Deleted shares" : "Verwijderde shares", "Text file" : "Tekstbestand", "New text file.txt" : "Nieuw tekstbestand.txt", - "Move" : "Verplaatsen", "Target folder" : "Doelmap", - "A new file or folder has been deleted" : "Een nieuw bestand of nieuwe map is verwijderd", - "A new file or folder has been restored" : "Een nieuw bestand of een nieuwe map is hersteld", - "%s of %s used" : "%s van %s gebruikt", - "Use this address to access your Files via WebDAV" : "Gebruik deze link om je bestanden via WebDAV te benaderen" + "%s of %s used" : "%s van %s gebruikt" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/nl.json b/apps/files/l10n/nl.json index 2637e19480..0060709e87 100644 --- a/apps/files/l10n/nl.json +++ b/apps/files/l10n/nl.json @@ -160,11 +160,7 @@ "Deleted shares" : "Verwijderde shares", "Text file" : "Tekstbestand", "New text file.txt" : "Nieuw tekstbestand.txt", - "Move" : "Verplaatsen", "Target folder" : "Doelmap", - "A new file or folder has been deleted" : "Een nieuw bestand of nieuwe map is verwijderd", - "A new file or folder has been restored" : "Een nieuw bestand of een nieuwe map is hersteld", - "%s of %s used" : "%s van %s gebruikt", - "Use this address to access your Files via WebDAV" : "Gebruik deze link om je bestanden via WebDAV te benaderen" + "%s of %s used" : "%s van %s gebruikt" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index a45d06e795..0394b19f36 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -158,11 +158,7 @@ OC.L10N.register( "Deleted shares" : "Usunięte udostępnione", "Text file" : "Plik tekstowy", "New text file.txt" : "Nowy plik tekstowy.txt", - "Move" : "Przenieś", "Target folder" : "Folder docelowy", - "A new file or folder has been deleted" : "Nowy plik lub folder został usunięty", - "A new file or folder has been restored" : "Nowy plik lub folder został odtworzony", - "%s of %s used" : "Wykorzystano %s z %s", - "Use this address to access your Files via WebDAV" : "Użyj swojego adresu aby mieć dostęp do Plików przez WebDAV" + "%s of %s used" : "Wykorzystano %s z %s" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/apps/files/l10n/pl.json b/apps/files/l10n/pl.json index 3ac96afbe5..b884bc0e11 100644 --- a/apps/files/l10n/pl.json +++ b/apps/files/l10n/pl.json @@ -156,11 +156,7 @@ "Deleted shares" : "Usunięte udostępnione", "Text file" : "Plik tekstowy", "New text file.txt" : "Nowy plik tekstowy.txt", - "Move" : "Przenieś", "Target folder" : "Folder docelowy", - "A new file or folder has been deleted" : "Nowy plik lub folder został usunięty", - "A new file or folder has been restored" : "Nowy plik lub folder został odtworzony", - "%s of %s used" : "Wykorzystano %s z %s", - "Use this address to access your Files via WebDAV" : "Użyj swojego adresu aby mieć dostęp do Plików przez WebDAV" + "%s of %s used" : "Wykorzystano %s z %s" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index e979cebd64..c4af3f2c0b 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -162,11 +162,7 @@ OC.L10N.register( "Deleted shares" : "Compartilhamentos excluídos", "Text file" : "Arquivo texto", "New text file.txt" : "Novo texto file.txt", - "Move" : "Mover", "Target folder" : "Pasta destino", - "A new file or folder has been deleted" : "Um novo arquivo ou pasta foi excluído", - "A new file or folder has been restored" : "Um novo arquivo ou pasta foi restaurado", - "%s of %s used" : "%s de %s usado", - "Use this address to access your Files via WebDAV" : "Use este endereço para acessar seus Arquivos via WebDAV" + "%s of %s used" : "%s de %s usado" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json index 8e5ddc52a3..1611ab403e 100644 --- a/apps/files/l10n/pt_BR.json +++ b/apps/files/l10n/pt_BR.json @@ -160,11 +160,7 @@ "Deleted shares" : "Compartilhamentos excluídos", "Text file" : "Arquivo texto", "New text file.txt" : "Novo texto file.txt", - "Move" : "Mover", "Target folder" : "Pasta destino", - "A new file or folder has been deleted" : "Um novo arquivo ou pasta foi excluído", - "A new file or folder has been restored" : "Um novo arquivo ou pasta foi restaurado", - "%s of %s used" : "%s de %s usado", - "Use this address to access your Files via WebDAV" : "Use este endereço para acessar seus Arquivos via WebDAV" + "%s of %s used" : "%s de %s usado" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/files/l10n/pt_PT.js b/apps/files/l10n/pt_PT.js index 1baebfbc4d..98ad3cd3c7 100644 --- a/apps/files/l10n/pt_PT.js +++ b/apps/files/l10n/pt_PT.js @@ -145,11 +145,7 @@ OC.L10N.register( "Shared by link" : "Partilhado por hiperligação", "Text file" : "Ficheiro de Texto", "New text file.txt" : "Novo texto ficheiro.txt", - "Move" : "Mover", "Target folder" : "Pasta de destino", - "A new file or folder has been deleted" : "Um novo ficheiro ou pasta foi eliminado", - "A new file or folder has been restored" : "Um novo ficheiro ou pasta foi restaurado", - "%s of %s used" : "%s de %s utilizado", - "Use this address to access your Files via WebDAV" : "Utilize este endereço para aceder aos seus ficheiros por WebDAV" + "%s of %s used" : "%s de %s utilizado" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/pt_PT.json b/apps/files/l10n/pt_PT.json index 038073c6f6..a90c06dfb7 100644 --- a/apps/files/l10n/pt_PT.json +++ b/apps/files/l10n/pt_PT.json @@ -143,11 +143,7 @@ "Shared by link" : "Partilhado por hiperligação", "Text file" : "Ficheiro de Texto", "New text file.txt" : "Novo texto ficheiro.txt", - "Move" : "Mover", "Target folder" : "Pasta de destino", - "A new file or folder has been deleted" : "Um novo ficheiro ou pasta foi eliminado", - "A new file or folder has been restored" : "Um novo ficheiro ou pasta foi restaurado", - "%s of %s used" : "%s de %s utilizado", - "Use this address to access your Files via WebDAV" : "Utilize este endereço para aceder aos seus ficheiros por WebDAV" + "%s of %s used" : "%s de %s utilizado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index ccc47834ea..8f18fa7eea 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -162,11 +162,7 @@ OC.L10N.register( "Deleted shares" : "Удаленные общие ресурсы", "Text file" : "Текстовый файл", "New text file.txt" : "Новый текстовый файл.txt", - "Move" : "Переместить", "Target folder" : "Целевой каталог", - "A new file or folder has been deleted" : "Новый файл или каталог был удален", - "A new file or folder has been restored" : "Новый файл или каталог был восстановлен", - "%s of %s used" : "использовано %s из %s", - "Use this address to access your Files via WebDAV" : "Используйте этот адрес для доступа по WebDAV" + "%s of %s used" : "использовано %s из %s" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index f1bbc136c5..5fb309a1b1 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -160,11 +160,7 @@ "Deleted shares" : "Удаленные общие ресурсы", "Text file" : "Текстовый файл", "New text file.txt" : "Новый текстовый файл.txt", - "Move" : "Переместить", "Target folder" : "Целевой каталог", - "A new file or folder has been deleted" : "Новый файл или каталог был удален", - "A new file or folder has been restored" : "Новый файл или каталог был восстановлен", - "%s of %s used" : "использовано %s из %s", - "Use this address to access your Files via WebDAV" : "Используйте этот адрес для доступа по WebDAV" + "%s of %s used" : "использовано %s из %s" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" } \ No newline at end of file diff --git a/apps/files/l10n/sk.js b/apps/files/l10n/sk.js index da7adf7774..fced44a2ef 100644 --- a/apps/files/l10n/sk.js +++ b/apps/files/l10n/sk.js @@ -160,11 +160,7 @@ OC.L10N.register( "Deleted shares" : "Vymazané zdieľania", "Text file" : "Textový súbor", "New text file.txt" : "Nový text file.txt", - "Move" : "Presunúť", "Target folder" : "Cieľový priečinok", - "A new file or folder has been deleted" : "Nový súbor alebo priečinok bol zmazaný", - "A new file or folder has been restored" : "Nový súbor alebo priečinok bolobnovený", - "%s of %s used" : "Využité: %s z %s", - "Use this address to access your Files via WebDAV" : "Použi túto adresu pre prístup ku svojím súborom cez WebDAV" + "%s of %s used" : "Využité: %s z %s" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/files/l10n/sk.json b/apps/files/l10n/sk.json index aecf724249..85e0f109d4 100644 --- a/apps/files/l10n/sk.json +++ b/apps/files/l10n/sk.json @@ -158,11 +158,7 @@ "Deleted shares" : "Vymazané zdieľania", "Text file" : "Textový súbor", "New text file.txt" : "Nový text file.txt", - "Move" : "Presunúť", "Target folder" : "Cieľový priečinok", - "A new file or folder has been deleted" : "Nový súbor alebo priečinok bol zmazaný", - "A new file or folder has been restored" : "Nový súbor alebo priečinok bolobnovený", - "%s of %s used" : "Využité: %s z %s", - "Use this address to access your Files via WebDAV" : "Použi túto adresu pre prístup ku svojím súborom cez WebDAV" + "%s of %s used" : "Využité: %s z %s" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/apps/files/l10n/sl.js b/apps/files/l10n/sl.js index 30083c0ab9..7a73509cf8 100644 --- a/apps/files/l10n/sl.js +++ b/apps/files/l10n/sl.js @@ -150,11 +150,7 @@ OC.L10N.register( "Deleted shares" : "Izbrisane povezave za souporabo", "Text file" : "Besedilna datoteka", "New text file.txt" : "Nova datoteka.txt", - "Move" : "Premakni", "Target folder" : "Ciljna mapa", - "A new file or folder has been deleted" : "Nova datoteka ali mapa je bila izbrisana", - "A new file or folder has been restored" : "Nova datoteka ali mapa je bila obnovljena", - "%s of %s used" : "%s od %s uporabljeno", - "Use this address to access your Files via WebDAV" : "Naslov omogoča dostop do datotek prekWebDAV." + "%s of %s used" : "%s od %s uporabljeno" }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/files/l10n/sl.json b/apps/files/l10n/sl.json index cbddfc6401..a8ed8360f6 100644 --- a/apps/files/l10n/sl.json +++ b/apps/files/l10n/sl.json @@ -148,11 +148,7 @@ "Deleted shares" : "Izbrisane povezave za souporabo", "Text file" : "Besedilna datoteka", "New text file.txt" : "Nova datoteka.txt", - "Move" : "Premakni", "Target folder" : "Ciljna mapa", - "A new file or folder has been deleted" : "Nova datoteka ali mapa je bila izbrisana", - "A new file or folder has been restored" : "Nova datoteka ali mapa je bila obnovljena", - "%s of %s used" : "%s od %s uporabljeno", - "Use this address to access your Files via WebDAV" : "Naslov omogoča dostop do datotek prekWebDAV." + "%s of %s used" : "%s od %s uporabljeno" },"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/apps/files/l10n/sr.js b/apps/files/l10n/sr.js index 0a4e5de1e6..8bc6d7414c 100644 --- a/apps/files/l10n/sr.js +++ b/apps/files/l10n/sr.js @@ -162,11 +162,7 @@ OC.L10N.register( "Deleted shares" : "Обрисана дељења", "Text file" : "Tекстуални фајл", "New text file.txt" : "Нов текстуални фајл.txt", - "Move" : "Премести", "Target folder" : "Одредишна фасцикла", - "A new file or folder has been deleted" : "Нови фајл или фасцикла су обрисани", - "A new file or folder has been restored" : "Нови фајл или фасцикла су враћени", - "%s of %s used" : "%s од %s искоришћено", - "Use this address to access your Files via WebDAV" : "Користи ову адресу да приступате Вашим фајловима преко ВебДАВа" + "%s of %s used" : "%s од %s искоришћено" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/files/l10n/sr.json b/apps/files/l10n/sr.json index 3a309160fc..dd1554f228 100644 --- a/apps/files/l10n/sr.json +++ b/apps/files/l10n/sr.json @@ -160,11 +160,7 @@ "Deleted shares" : "Обрисана дељења", "Text file" : "Tекстуални фајл", "New text file.txt" : "Нов текстуални фајл.txt", - "Move" : "Премести", "Target folder" : "Одредишна фасцикла", - "A new file or folder has been deleted" : "Нови фајл или фасцикла су обрисани", - "A new file or folder has been restored" : "Нови фајл или фасцикла су враћени", - "%s of %s used" : "%s од %s искоришћено", - "Use this address to access your Files via WebDAV" : "Користи ову адресу да приступате Вашим фајловима преко ВебДАВа" + "%s of %s used" : "%s од %s искоришћено" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" } \ No newline at end of file diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js index f09a03b384..2c394e0ff2 100644 --- a/apps/files/l10n/sv.js +++ b/apps/files/l10n/sv.js @@ -162,11 +162,7 @@ OC.L10N.register( "Deleted shares" : "Raderade delningar", "Text file" : "Textfil", "New text file.txt" : "nytextfil.txt", - "Move" : "Flytta", "Target folder" : "Målmapp", - "A new file or folder has been deleted" : "En ny fil eller mapp har blivit raderad", - "A new file or folder has been restored" : "En ny fil eller mapp har blivit återställd", - "%s of %s used" : "%s av %s använt", - "Use this address to access your Files via WebDAV" : "Använd denna adress för att komma åt dina filer med WebDAV" + "%s of %s used" : "%s av %s använt" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json index 7fd2d9d6c0..0233b4ec64 100644 --- a/apps/files/l10n/sv.json +++ b/apps/files/l10n/sv.json @@ -160,11 +160,7 @@ "Deleted shares" : "Raderade delningar", "Text file" : "Textfil", "New text file.txt" : "nytextfil.txt", - "Move" : "Flytta", "Target folder" : "Målmapp", - "A new file or folder has been deleted" : "En ny fil eller mapp har blivit raderad", - "A new file or folder has been restored" : "En ny fil eller mapp har blivit återställd", - "%s of %s used" : "%s av %s använt", - "Use this address to access your Files via WebDAV" : "Använd denna adress för att komma åt dina filer med WebDAV" + "%s of %s used" : "%s av %s använt" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js index 3e079400be..d84afdfe26 100644 --- a/apps/files/l10n/tr.js +++ b/apps/files/l10n/tr.js @@ -162,11 +162,7 @@ OC.L10N.register( "Deleted shares" : "Silinmiş paylaşımlar", "Text file" : "Metin dosyası", "New text file.txt" : "Yeni metin dosyası.txt", - "Move" : "Taşı", "Target folder" : "Hedef klasör", - "A new file or folder has been deleted" : "Yeni bir dosya ya da klasör silindi", - "A new file or folder has been restored" : "Yeni bir dosya ya da klasör geri yüklendi", - "%s of %s used" : "%s / %s kullanılıyor", - "Use this address to access your Files via WebDAV" : "Dosyalarınıza WebDAV üzerinden erişmek için bu adresi kullanın" + "%s of %s used" : "%s / %s kullanılıyor" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json index 7959a9e1c3..06497687cc 100644 --- a/apps/files/l10n/tr.json +++ b/apps/files/l10n/tr.json @@ -160,11 +160,7 @@ "Deleted shares" : "Silinmiş paylaşımlar", "Text file" : "Metin dosyası", "New text file.txt" : "Yeni metin dosyası.txt", - "Move" : "Taşı", "Target folder" : "Hedef klasör", - "A new file or folder has been deleted" : "Yeni bir dosya ya da klasör silindi", - "A new file or folder has been restored" : "Yeni bir dosya ya da klasör geri yüklendi", - "%s of %s used" : "%s / %s kullanılıyor", - "Use this address to access your Files via WebDAV" : "Dosyalarınıza WebDAV üzerinden erişmek için bu adresi kullanın" + "%s of %s used" : "%s / %s kullanılıyor" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/files/l10n/vi.js b/apps/files/l10n/vi.js index 0708a70234..d29fd602f3 100644 --- a/apps/files/l10n/vi.js +++ b/apps/files/l10n/vi.js @@ -124,7 +124,6 @@ OC.L10N.register( "Shared with you" : "Đã chia sẻ với bạn", "Shared by link" : "Được chia sẻ bởi liên kết", "Text file" : "Tập tin văn bản", - "Target folder" : "Thư mục đích", - "Use this address to access your Files via WebDAV" : "Sử dụng địa chỉ để truy cập các Tập tin của bạn qua WebDAV" + "Target folder" : "Thư mục đích" }, "nplurals=1; plural=0;"); diff --git a/apps/files/l10n/vi.json b/apps/files/l10n/vi.json index 9fb6c84872..1f788a0d40 100644 --- a/apps/files/l10n/vi.json +++ b/apps/files/l10n/vi.json @@ -122,7 +122,6 @@ "Shared with you" : "Đã chia sẻ với bạn", "Shared by link" : "Được chia sẻ bởi liên kết", "Text file" : "Tập tin văn bản", - "Target folder" : "Thư mục đích", - "Use this address to access your Files via WebDAV" : "Sử dụng địa chỉ để truy cập các Tập tin của bạn qua WebDAV" + "Target folder" : "Thư mục đích" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 9711f20d78..f71c0abaef 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -162,11 +162,7 @@ OC.L10N.register( "Deleted shares" : "已删除的共享", "Text file" : "文本文件", "New text file.txt" : "新建文本文件.txt", - "Move" : "移动", "Target folder" : "目标目录", - "A new file or folder has been deleted" : "文件/文件夹已删除", - "A new file or folder has been restored" : "文件/文件夹已恢复", - "%s of %s used" : "%s 已使用 (共 %s)", - "Use this address to access your Files via WebDAV" : "使用这个地址 通过 WebDAV 访问您的文件" + "%s of %s used" : "%s 已使用 (共 %s)" }, "nplurals=1; plural=0;"); diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json index fd21108583..679a4c2a2a 100644 --- a/apps/files/l10n/zh_CN.json +++ b/apps/files/l10n/zh_CN.json @@ -160,11 +160,7 @@ "Deleted shares" : "已删除的共享", "Text file" : "文本文件", "New text file.txt" : "新建文本文件.txt", - "Move" : "移动", "Target folder" : "目标目录", - "A new file or folder has been deleted" : "文件/文件夹已删除", - "A new file or folder has been restored" : "文件/文件夹已恢复", - "%s of %s used" : "%s 已使用 (共 %s)", - "Use this address to access your Files via WebDAV" : "使用这个地址 通过 WebDAV 访问您的文件" + "%s of %s used" : "%s 已使用 (共 %s)" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index 79c30a4b12..91d370e9ec 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -159,11 +159,7 @@ OC.L10N.register( "Deleted shares" : "已刪除的分享", "Text file" : "文字檔", "New text file.txt" : "新文字檔.txt", - "Move" : "移動", "Target folder" : "目標資料夾", - "A new file or folder has been deleted" : "一個新的檔案或資料夾已經被刪除", - "A new file or folder has been restored" : "一個新的檔案或資料夾已經被還原", - "%s of %s used" : "在 %s 中使用了%s ", - "Use this address to access your Files via WebDAV" : "使用這個地址來透過 WebDAV 存取您的檔案" + "%s of %s used" : "在 %s 中使用了%s " }, "nplurals=1; plural=0;"); diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json index 689381fe6a..3fc9153d8b 100644 --- a/apps/files/l10n/zh_TW.json +++ b/apps/files/l10n/zh_TW.json @@ -157,11 +157,7 @@ "Deleted shares" : "已刪除的分享", "Text file" : "文字檔", "New text file.txt" : "新文字檔.txt", - "Move" : "移動", "Target folder" : "目標資料夾", - "A new file or folder has been deleted" : "一個新的檔案或資料夾已經被刪除", - "A new file or folder has been restored" : "一個新的檔案或資料夾已經被還原", - "%s of %s used" : "在 %s 中使用了%s ", - "Use this address to access your Files via WebDAV" : "使用這個地址來透過 WebDAV 存取您的檔案" + "%s of %s used" : "在 %s 中使用了%s " },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/files_external/l10n/ast.js b/apps/files_external/l10n/ast.js index c0a158059a..7fdb967e6d 100644 --- a/apps/files_external/l10n/ast.js +++ b/apps/files_external/l10n/ast.js @@ -73,8 +73,6 @@ OC.L10N.register( "Add storage" : "Amestar almacenamientu", "Advanced settings" : "Axustes avanzaos", "OpenStack" : "OpenStack", - "No external storage configured" : "Nun se configuraron almacenamientos esternos", - "You can add external storages in the personal settings" : "Pues amestar almacenamientos enternos nos axustes personales", "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamientu esternu" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/ast.json b/apps/files_external/l10n/ast.json index d737b3cfa5..95d5a34dbb 100644 --- a/apps/files_external/l10n/ast.json +++ b/apps/files_external/l10n/ast.json @@ -71,8 +71,6 @@ "Add storage" : "Amestar almacenamientu", "Advanced settings" : "Axustes avanzaos", "OpenStack" : "OpenStack", - "No external storage configured" : "Nun se configuraron almacenamientos esternos", - "You can add external storages in the personal settings" : "Pues amestar almacenamientos enternos nos axustes personales", "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamientu esternu" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/ca.js b/apps/files_external/l10n/ca.js index 58b70b2cb6..5c70f0bb8d 100644 --- a/apps/files_external/l10n/ca.js +++ b/apps/files_external/l10n/ca.js @@ -75,8 +75,6 @@ OC.L10N.register( "Available for" : "Disponible per", "Add storage" : "Afegeix emmagatzematge", "Advanced settings" : "Configuració avançada", - "No external storage configured" : "Sense emmagatzematge extern configurat", - "You can add external storages in the personal settings" : "Pot agregar emmagatzematges externs en la configuració personal", "Allow users to mount the following external storage" : "Permet als usuaris muntar els dispositius externs següents" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/ca.json b/apps/files_external/l10n/ca.json index b3a8439eb3..8c90e62e84 100644 --- a/apps/files_external/l10n/ca.json +++ b/apps/files_external/l10n/ca.json @@ -73,8 +73,6 @@ "Available for" : "Disponible per", "Add storage" : "Afegeix emmagatzematge", "Advanced settings" : "Configuració avançada", - "No external storage configured" : "Sense emmagatzematge extern configurat", - "You can add external storages in the personal settings" : "Pot agregar emmagatzematges externs en la configuració personal", "Allow users to mount the following external storage" : "Permet als usuaris muntar els dispositius externs següents" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/cs.js b/apps/files_external/l10n/cs.js index 6b7e69b806..1a7afaa7ff 100644 --- a/apps/files_external/l10n/cs.js +++ b/apps/files_external/l10n/cs.js @@ -130,20 +130,9 @@ OC.L10N.register( "Advanced settings" : "Pokročilá nastavení", "Allow users to mount external storage" : "Povolit uživatelům připojení externího úložiště", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Globální přihlašovací údaje je možné použít pro ověření s vícero vnějšími úložišti které mají stejné přihlašovací údaje.", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Získání přístupových tokenů se nezdařio. Ověřte, že váš aplikační klíč a tajné heslo jsou správné.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Nepodařilo se získat přístupové tokeny. Zkontrolujte správnost aplikačního klíče a tajemství", - "Step 1 failed. Exception: %s" : "První krok se nezdařil. Výjimka: %s", - "Step 2 failed. Exception: %s" : "Druhý krok se nezdařil. Výjimka: %s", - "Dropbox App Configuration" : "Nastavení APP pro Dropbox", - "Google Drive App Configuration" : "Nastavení APP pro Disk Google", + "Are you sure you want to delete this external storage" : "Opravdu chcete odstranit toto externí úložiště", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Disk Google", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "„%s“ není nainstalováno. Není možné připojit %s. Požádejte správce systému o instalaci.", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Tato aplikace umožňuje správcům nastavit propojení na poskytovatele vnějších úložišť, jako například FTP servery, S3 nebo SWIFT objektová úložiště, Google Drive, Dropbox, ostatní Nextcloud servery, WebDAV servery a další. Správci mohou zvolit které typy úložiště zapnout a mohou je připojit pro uživatele, skupinu nebo celý systém. Uživatelé uvidí novou složku v jejich kořenové Nextcloud složce, do které mohou přistupovat a používat jako kteroukoli jinou Nextcloud složku. Vnější úložiště také umožňuje uživatelům sdílet na něm uložené soubory. V takových případech jsou použity přihlašovací údaje vlastníka souboru když si příjemce vyžádá soubor z vnějšího úložiště, čímž je zajištěno že příjemce může přistupovat ke sdílenému souboru.\n\nVnější úložiště je možné nastavit pomocí webového rozhraní nebo z příkazového řádku. Tato druhá možnost poskytuje pokročilému uživateli více přizpůsobivosti pro nastavování vícero připojení vnějších úložišť a nastavení priorit připojování. Další informace jsou k dispozici v dokumentaci k vnějším úložištím ve webovém rozhraní a dokumentaci k souboru s nastaveními pro vnější úložiště.", - "No external storage configured" : "Není nastavené žádné externí úložiště", - "You can add external storages in the personal settings" : "Externí úložiště můžete přidat v osobních nastaveních", - "Allow users to mount the following external storage" : "Povolit uživatelů připojit následující externí úložiště", - "Are you sure you want to delete this external storage" : "Opravdu chcete odstranit toto externí úložiště" + "Allow users to mount the following external storage" : "Povolit uživatelů připojit následující externí úložiště" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/apps/files_external/l10n/cs.json b/apps/files_external/l10n/cs.json index af636bb83d..ca8d125766 100644 --- a/apps/files_external/l10n/cs.json +++ b/apps/files_external/l10n/cs.json @@ -128,20 +128,9 @@ "Advanced settings" : "Pokročilá nastavení", "Allow users to mount external storage" : "Povolit uživatelům připojení externího úložiště", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Globální přihlašovací údaje je možné použít pro ověření s vícero vnějšími úložišti které mají stejné přihlašovací údaje.", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Získání přístupových tokenů se nezdařio. Ověřte, že váš aplikační klíč a tajné heslo jsou správné.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Nepodařilo se získat přístupové tokeny. Zkontrolujte správnost aplikačního klíče a tajemství", - "Step 1 failed. Exception: %s" : "První krok se nezdařil. Výjimka: %s", - "Step 2 failed. Exception: %s" : "Druhý krok se nezdařil. Výjimka: %s", - "Dropbox App Configuration" : "Nastavení APP pro Dropbox", - "Google Drive App Configuration" : "Nastavení APP pro Disk Google", + "Are you sure you want to delete this external storage" : "Opravdu chcete odstranit toto externí úložiště", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Disk Google", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "„%s“ není nainstalováno. Není možné připojit %s. Požádejte správce systému o instalaci.", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Tato aplikace umožňuje správcům nastavit propojení na poskytovatele vnějších úložišť, jako například FTP servery, S3 nebo SWIFT objektová úložiště, Google Drive, Dropbox, ostatní Nextcloud servery, WebDAV servery a další. Správci mohou zvolit které typy úložiště zapnout a mohou je připojit pro uživatele, skupinu nebo celý systém. Uživatelé uvidí novou složku v jejich kořenové Nextcloud složce, do které mohou přistupovat a používat jako kteroukoli jinou Nextcloud složku. Vnější úložiště také umožňuje uživatelům sdílet na něm uložené soubory. V takových případech jsou použity přihlašovací údaje vlastníka souboru když si příjemce vyžádá soubor z vnějšího úložiště, čímž je zajištěno že příjemce může přistupovat ke sdílenému souboru.\n\nVnější úložiště je možné nastavit pomocí webového rozhraní nebo z příkazového řádku. Tato druhá možnost poskytuje pokročilému uživateli více přizpůsobivosti pro nastavování vícero připojení vnějších úložišť a nastavení priorit připojování. Další informace jsou k dispozici v dokumentaci k vnějším úložištím ve webovém rozhraní a dokumentaci k souboru s nastaveními pro vnější úložiště.", - "No external storage configured" : "Není nastavené žádné externí úložiště", - "You can add external storages in the personal settings" : "Externí úložiště můžete přidat v osobních nastaveních", - "Allow users to mount the following external storage" : "Povolit uživatelů připojit následující externí úložiště", - "Are you sure you want to delete this external storage" : "Opravdu chcete odstranit toto externí úložiště" + "Allow users to mount the following external storage" : "Povolit uživatelů připojit následující externí úložiště" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file diff --git a/apps/files_external/l10n/da.js b/apps/files_external/l10n/da.js index 1eafc483c8..66188d5411 100644 --- a/apps/files_external/l10n/da.js +++ b/apps/files_external/l10n/da.js @@ -114,11 +114,9 @@ OC.L10N.register( "Add storage" : "Tilføj lager", "Advanced settings" : "Avancerede indstillinger", "Allow users to mount external storage" : "Tillad brugere at montere eksternt lager", + "Are you sure you want to delete this external storage" : "Er du sikker på at du vil slette denne eksterne lager?", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" er ikke installeret. Monteringen af %s er ikke mulig. Anmod din systemadministrator om at installere det.", - "No external storage configured" : "Der er ingen konfigurerede eksterne lagre", - "You can add external storages in the personal settings" : "Du kan tilføje eksterne lagerenheder i de personlige indstillinger", - "Allow users to mount the following external storage" : "Tillad brugere at montere følgende som eksternt lager", - "Are you sure you want to delete this external storage" : "Er du sikker på at du vil slette denne eksterne lager?" + "Allow users to mount the following external storage" : "Tillad brugere at montere følgende som eksternt lager" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/da.json b/apps/files_external/l10n/da.json index 7c6108efd7..5df9b41319 100644 --- a/apps/files_external/l10n/da.json +++ b/apps/files_external/l10n/da.json @@ -112,11 +112,9 @@ "Add storage" : "Tilføj lager", "Advanced settings" : "Avancerede indstillinger", "Allow users to mount external storage" : "Tillad brugere at montere eksternt lager", + "Are you sure you want to delete this external storage" : "Er du sikker på at du vil slette denne eksterne lager?", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" er ikke installeret. Monteringen af %s er ikke mulig. Anmod din systemadministrator om at installere det.", - "No external storage configured" : "Der er ingen konfigurerede eksterne lagre", - "You can add external storages in the personal settings" : "Du kan tilføje eksterne lagerenheder i de personlige indstillinger", - "Allow users to mount the following external storage" : "Tillad brugere at montere følgende som eksternt lager", - "Are you sure you want to delete this external storage" : "Er du sikker på at du vil slette denne eksterne lager?" + "Allow users to mount the following external storage" : "Tillad brugere at montere følgende som eksternt lager" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/de.js b/apps/files_external/l10n/de.js index b7189189cd..a1759009d8 100644 --- a/apps/files_external/l10n/de.js +++ b/apps/files_external/l10n/de.js @@ -130,20 +130,9 @@ OC.L10N.register( "Advanced settings" : "Erweiterte Einstellungen", "Allow users to mount external storage" : "Benutzern erlauben, externen Speicher einzubinden", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Globale Zugangsdaten können für die Authentifizierung für mehrere externe Speicher verwendet werden, solange sie identische Zugangsdaten benötigen.", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Abrufen des Anfrage-Tokens fehlgeschlagen. Bitte sicherstellen, dass der Anwendungsschlüssel und Sicherheitsschlüssel korrekt sind.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Abrufen des Zugriff-Tokens fehlgeschlagen. Bitte sicherstellen, dass der Anwendungsschlüssel und Sicherheitsschlüssel korrekt sind.", - "Step 1 failed. Exception: %s" : "Schritt 1 fehlgeschlagen. Fehlermeldung: %s", - "Step 2 failed. Exception: %s" : "Schritt 2 fehlgeschlagen. Fehlermeldung: %s", - "Dropbox App Configuration" : "Dropbox-App Konfiguration", - "Google Drive App Configuration" : "Google Drive-App Konfiguration", + "Are you sure you want to delete this external storage" : "Möchtest Du wirklich diesen externen Speicher löschen?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" ist nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wende Dich zur Installation an den Administrator.", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "DIese App ermöglicht es Administratoren, Verbindungen zu externen Speicherorten wie FTP-Server, S3 oder SWIFT object stores, andere Nextcloud-Server, WebDAV-Server, usw. herzustellen. Administratoren können auswählen, welche Art von Speicherorten zulässig sind und können dieses Speicher für Nutzer, Gruppen oder das gesamte System einbinden. Nutzer sehen dann einen neuen Ordner in ihrem extcloud-Root-Verzeichnis, auf den sie wie auf jeden anderen Nextcloud-Ordner zugreifen können. Externer Speicher ermöglich es den Nutzern auch, dort gespeicherte Dateien freizugeben. In diesem Fall werden die Zugangsdaten des Dateibesitzers angefordert, wenn der externe Empfänger der Freigabe auf die extern gespeicherten Dateien zugreift, um sicherzustellen, dass der Zugriff auf die Freigabe möglich ist.\n\nExterne Speicherorte können über die grafische Benutzeroberfläche oder über die Kommandozeile eingerichtet werden. Letztere Option ermöglicht es fortgeschrittenen Nutzern einfacher Mehrere Einhäng-Punkte und Einstellungen gleichzeitig zu setzen und zu konfigurieren. Weitere Informationen können in der \"external storage GUI\"-Dokumentation und der \"external storage Configuration File\"-Dokumentation abgerufen werden.", - "No external storage configured" : "Kein externer Speicher konfiguriert", - "You can add external storages in the personal settings" : "Externe Speicher können in den persönlichen Einstellungen hinzugefügt werden", - "Allow users to mount the following external storage" : "Benutzern erlauben, den folgenden externen Speicher einzubinden:", - "Are you sure you want to delete this external storage" : "Möchtest Du wirklich diesen externen Speicher löschen?" + "Allow users to mount the following external storage" : "Benutzern erlauben, den folgenden externen Speicher einzubinden:" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/de.json b/apps/files_external/l10n/de.json index dd5837b46f..696240968e 100644 --- a/apps/files_external/l10n/de.json +++ b/apps/files_external/l10n/de.json @@ -128,20 +128,9 @@ "Advanced settings" : "Erweiterte Einstellungen", "Allow users to mount external storage" : "Benutzern erlauben, externen Speicher einzubinden", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Globale Zugangsdaten können für die Authentifizierung für mehrere externe Speicher verwendet werden, solange sie identische Zugangsdaten benötigen.", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Abrufen des Anfrage-Tokens fehlgeschlagen. Bitte sicherstellen, dass der Anwendungsschlüssel und Sicherheitsschlüssel korrekt sind.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Abrufen des Zugriff-Tokens fehlgeschlagen. Bitte sicherstellen, dass der Anwendungsschlüssel und Sicherheitsschlüssel korrekt sind.", - "Step 1 failed. Exception: %s" : "Schritt 1 fehlgeschlagen. Fehlermeldung: %s", - "Step 2 failed. Exception: %s" : "Schritt 2 fehlgeschlagen. Fehlermeldung: %s", - "Dropbox App Configuration" : "Dropbox-App Konfiguration", - "Google Drive App Configuration" : "Google Drive-App Konfiguration", + "Are you sure you want to delete this external storage" : "Möchtest Du wirklich diesen externen Speicher löschen?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" ist nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wende Dich zur Installation an den Administrator.", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "DIese App ermöglicht es Administratoren, Verbindungen zu externen Speicherorten wie FTP-Server, S3 oder SWIFT object stores, andere Nextcloud-Server, WebDAV-Server, usw. herzustellen. Administratoren können auswählen, welche Art von Speicherorten zulässig sind und können dieses Speicher für Nutzer, Gruppen oder das gesamte System einbinden. Nutzer sehen dann einen neuen Ordner in ihrem extcloud-Root-Verzeichnis, auf den sie wie auf jeden anderen Nextcloud-Ordner zugreifen können. Externer Speicher ermöglich es den Nutzern auch, dort gespeicherte Dateien freizugeben. In diesem Fall werden die Zugangsdaten des Dateibesitzers angefordert, wenn der externe Empfänger der Freigabe auf die extern gespeicherten Dateien zugreift, um sicherzustellen, dass der Zugriff auf die Freigabe möglich ist.\n\nExterne Speicherorte können über die grafische Benutzeroberfläche oder über die Kommandozeile eingerichtet werden. Letztere Option ermöglicht es fortgeschrittenen Nutzern einfacher Mehrere Einhäng-Punkte und Einstellungen gleichzeitig zu setzen und zu konfigurieren. Weitere Informationen können in der \"external storage GUI\"-Dokumentation und der \"external storage Configuration File\"-Dokumentation abgerufen werden.", - "No external storage configured" : "Kein externer Speicher konfiguriert", - "You can add external storages in the personal settings" : "Externe Speicher können in den persönlichen Einstellungen hinzugefügt werden", - "Allow users to mount the following external storage" : "Benutzern erlauben, den folgenden externen Speicher einzubinden:", - "Are you sure you want to delete this external storage" : "Möchtest Du wirklich diesen externen Speicher löschen?" + "Allow users to mount the following external storage" : "Benutzern erlauben, den folgenden externen Speicher einzubinden:" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/de_DE.js b/apps/files_external/l10n/de_DE.js index c13bb4c54b..23d58931ec 100644 --- a/apps/files_external/l10n/de_DE.js +++ b/apps/files_external/l10n/de_DE.js @@ -130,20 +130,9 @@ OC.L10N.register( "Advanced settings" : "Erweiterte Einstellungen", "Allow users to mount external storage" : "Benutzern erlauben, externen Speicher einzubinden", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Globale Zugangsdaten können für die Authentifizierung für mehrere externe Speicher verwendet werden, solange sie identische Zugangsdaten benötigen.", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Abrufen des Anfrage-Tokens fehlgeschlagen. Bitte sicherstellen, dass der Anwendungsschlüssel und Sicherheitsschlüssel korrekt sind.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Abrufen des Zugriff-Tokens fehlgeschlagen. Bitte sicherstellen, dass der Anwendungsschlüssel und Sicherheitsschlüssel korrekt sind.", - "Step 1 failed. Exception: %s" : "Schritt 1 fehlgeschlagen. Fehlermeldung: %s", - "Step 2 failed. Exception: %s" : "Schritt 2 fehlgeschlagen. Fehlermeldung: %s", - "Dropbox App Configuration" : "Dropbox-App Konfiguration", - "Google Drive App Configuration" : "Google Drive-App Konfiguration", + "Are you sure you want to delete this external storage" : "Möchten Sie wirklich diesen externen Speicher löschen?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" ist nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wenden Sie sich zur Installation an Ihren Administrator.", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "DIese App ermöglicht es Administratoren, Verbindungen zu externen Speicherorten wie FTP-Server, S3 oder SWIFT object stores, andere Nextcloud-Server, WebDAV-Server, usw. herzustellen. Administratoren können auswählen, welche Art von Speicherorten zulässig sind und können dieses Speicher für Nutzer, Gruppen oder das gesamte System einbinden. Nutzer sehen dann einen neuen Ordner in ihrem extcloud-Root-Verzeichnis, auf den sie wie auf jeden anderen Nextcloud-Ordner zugreifen können. Externer Speicher ermöglich es den Nutzern auch, dort gespeicherte Dateien freizugeben. In diesem Fall werden die Zugangsdaten des Dateibesitzers angefordert, wenn der externe Empfänger der Freigabe auf die extern gespeicherten Dateien zugreift, um sicherzustellen, dass der Zugriff auf die Freigabe möglich ist.\n\nExterne Speicherorte können über die grafische Benutzeroberfläche oder über die Kommandozeile eingerichtet werden. Letztere Option ermöglicht es fortgeschrittenen Nutzern einfacher Mehrere Einhäng-Punkte und Einstellungen gleichzeitig zu setzen und zu konfigurieren. Weitere Informationen können in der \"external storage GUI\"-Dokumentation und der \"external storage Configuration File\"-Dokumentation abgerufen werden.", - "No external storage configured" : "Kein externer Speicher konfiguriert", - "You can add external storages in the personal settings" : "Externe Speicher können in den persönlichen Einstellungen hinzugefügt werden", - "Allow users to mount the following external storage" : "Benutzern erlauben, den folgenden externen Speicher einzubinden:", - "Are you sure you want to delete this external storage" : "Möchten Sie wirklich diesen externen Speicher löschen?" + "Allow users to mount the following external storage" : "Benutzern erlauben, den folgenden externen Speicher einzubinden:" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/de_DE.json b/apps/files_external/l10n/de_DE.json index 4cf369f246..431e075db0 100644 --- a/apps/files_external/l10n/de_DE.json +++ b/apps/files_external/l10n/de_DE.json @@ -128,20 +128,9 @@ "Advanced settings" : "Erweiterte Einstellungen", "Allow users to mount external storage" : "Benutzern erlauben, externen Speicher einzubinden", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Globale Zugangsdaten können für die Authentifizierung für mehrere externe Speicher verwendet werden, solange sie identische Zugangsdaten benötigen.", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Abrufen des Anfrage-Tokens fehlgeschlagen. Bitte sicherstellen, dass der Anwendungsschlüssel und Sicherheitsschlüssel korrekt sind.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Abrufen des Zugriff-Tokens fehlgeschlagen. Bitte sicherstellen, dass der Anwendungsschlüssel und Sicherheitsschlüssel korrekt sind.", - "Step 1 failed. Exception: %s" : "Schritt 1 fehlgeschlagen. Fehlermeldung: %s", - "Step 2 failed. Exception: %s" : "Schritt 2 fehlgeschlagen. Fehlermeldung: %s", - "Dropbox App Configuration" : "Dropbox-App Konfiguration", - "Google Drive App Configuration" : "Google Drive-App Konfiguration", + "Are you sure you want to delete this external storage" : "Möchten Sie wirklich diesen externen Speicher löschen?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" ist nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wenden Sie sich zur Installation an Ihren Administrator.", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "DIese App ermöglicht es Administratoren, Verbindungen zu externen Speicherorten wie FTP-Server, S3 oder SWIFT object stores, andere Nextcloud-Server, WebDAV-Server, usw. herzustellen. Administratoren können auswählen, welche Art von Speicherorten zulässig sind und können dieses Speicher für Nutzer, Gruppen oder das gesamte System einbinden. Nutzer sehen dann einen neuen Ordner in ihrem extcloud-Root-Verzeichnis, auf den sie wie auf jeden anderen Nextcloud-Ordner zugreifen können. Externer Speicher ermöglich es den Nutzern auch, dort gespeicherte Dateien freizugeben. In diesem Fall werden die Zugangsdaten des Dateibesitzers angefordert, wenn der externe Empfänger der Freigabe auf die extern gespeicherten Dateien zugreift, um sicherzustellen, dass der Zugriff auf die Freigabe möglich ist.\n\nExterne Speicherorte können über die grafische Benutzeroberfläche oder über die Kommandozeile eingerichtet werden. Letztere Option ermöglicht es fortgeschrittenen Nutzern einfacher Mehrere Einhäng-Punkte und Einstellungen gleichzeitig zu setzen und zu konfigurieren. Weitere Informationen können in der \"external storage GUI\"-Dokumentation und der \"external storage Configuration File\"-Dokumentation abgerufen werden.", - "No external storage configured" : "Kein externer Speicher konfiguriert", - "You can add external storages in the personal settings" : "Externe Speicher können in den persönlichen Einstellungen hinzugefügt werden", - "Allow users to mount the following external storage" : "Benutzern erlauben, den folgenden externen Speicher einzubinden:", - "Are you sure you want to delete this external storage" : "Möchten Sie wirklich diesen externen Speicher löschen?" + "Allow users to mount the following external storage" : "Benutzern erlauben, den folgenden externen Speicher einzubinden:" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/el.js b/apps/files_external/l10n/el.js index 9ea13532e4..e064ac84ba 100644 --- a/apps/files_external/l10n/el.js +++ b/apps/files_external/l10n/el.js @@ -118,10 +118,7 @@ OC.L10N.register( "Advanced settings" : "Ρυθμίσεις για προχωρημένους", "Allow users to mount external storage" : "Να επιτρέπεται στους χρήστες η σύνδεση εξωτερικού χώρου", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" δεν είναι εγκατεστημένο. Η προσάρτηση του %s δεν είναι δυνατή. Παρακαλούμε ζητήστε τον διαχειριστή του συστήματός σας να το εγκαταστήσει. ", - "No external storage configured" : "Δεν έχει ρυθμιστεί κανένα εξωτερικό μέσο αποθήκευσης", - "You can add external storages in the personal settings" : "Μπορείτε να προσθέσετε εξωτερικά μέσα αποθήκευσης στις προσωπικές ρυθμίσεις", "Allow users to mount the following external storage" : "Χορήγηση άδειας στους χρήστες να συνδέσουν τα παρακάτω εξωτερικά μέσα αποθήκευσης" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/el.json b/apps/files_external/l10n/el.json index dd76a5d797..5c179a71a5 100644 --- a/apps/files_external/l10n/el.json +++ b/apps/files_external/l10n/el.json @@ -116,10 +116,7 @@ "Advanced settings" : "Ρυθμίσεις για προχωρημένους", "Allow users to mount external storage" : "Να επιτρέπεται στους χρήστες η σύνδεση εξωτερικού χώρου", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" δεν είναι εγκατεστημένο. Η προσάρτηση του %s δεν είναι δυνατή. Παρακαλούμε ζητήστε τον διαχειριστή του συστήματός σας να το εγκαταστήσει. ", - "No external storage configured" : "Δεν έχει ρυθμιστεί κανένα εξωτερικό μέσο αποθήκευσης", - "You can add external storages in the personal settings" : "Μπορείτε να προσθέσετε εξωτερικά μέσα αποθήκευσης στις προσωπικές ρυθμίσεις", "Allow users to mount the following external storage" : "Χορήγηση άδειας στους χρήστες να συνδέσουν τα παρακάτω εξωτερικά μέσα αποθήκευσης" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/en_GB.js b/apps/files_external/l10n/en_GB.js index 812933341a..3e6ec026a9 100644 --- a/apps/files_external/l10n/en_GB.js +++ b/apps/files_external/l10n/en_GB.js @@ -125,19 +125,9 @@ OC.L10N.register( "Add storage" : "Add storage", "Advanced settings" : "Advanced settings", "Allow users to mount external storage" : "Allow users to mount external storage", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Fetching request tokens failed. Verify that your app key and secret are correct.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Fetching access tokens failed. Verify that your app key and secret are correct.", - "Step 1 failed. Exception: %s" : "Step 1 failed. Exception: %s", - "Step 2 failed. Exception: %s" : "Step 2 failed. Exception: %s", - "Dropbox App Configuration" : "Dropbox App Configuration", - "Google Drive App Configuration" : "Google Drive App Configuration", + "Are you sure you want to delete this external storage" : "Are you sure you want to delete this external storage", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it.", - "No external storage configured" : "No external storage configured", - "You can add external storages in the personal settings" : "You can add external storages in the personal settings", - "Allow users to mount the following external storage" : "Allow users to mount the following external storage", - "Are you sure you want to delete this external storage" : "Are you sure you want to delete this external storage" + "Allow users to mount the following external storage" : "Allow users to mount the following external storage" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/en_GB.json b/apps/files_external/l10n/en_GB.json index d258f62a7c..98c97238d8 100644 --- a/apps/files_external/l10n/en_GB.json +++ b/apps/files_external/l10n/en_GB.json @@ -123,19 +123,9 @@ "Add storage" : "Add storage", "Advanced settings" : "Advanced settings", "Allow users to mount external storage" : "Allow users to mount external storage", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Fetching request tokens failed. Verify that your app key and secret are correct.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Fetching access tokens failed. Verify that your app key and secret are correct.", - "Step 1 failed. Exception: %s" : "Step 1 failed. Exception: %s", - "Step 2 failed. Exception: %s" : "Step 2 failed. Exception: %s", - "Dropbox App Configuration" : "Dropbox App Configuration", - "Google Drive App Configuration" : "Google Drive App Configuration", + "Are you sure you want to delete this external storage" : "Are you sure you want to delete this external storage", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it.", - "No external storage configured" : "No external storage configured", - "You can add external storages in the personal settings" : "You can add external storages in the personal settings", - "Allow users to mount the following external storage" : "Allow users to mount the following external storage", - "Are you sure you want to delete this external storage" : "Are you sure you want to delete this external storage" + "Allow users to mount the following external storage" : "Allow users to mount the following external storage" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/es.js b/apps/files_external/l10n/es.js index e99a041057..ea0e27269a 100644 --- a/apps/files_external/l10n/es.js +++ b/apps/files_external/l10n/es.js @@ -130,20 +130,9 @@ OC.L10N.register( "Advanced settings" : "Configuración avanzada", "Allow users to mount external storage" : "Permitir a los usuarios montar un almacenamiento externo", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Se pueden usar credenciales globales para autenticar con múltiples almacenamientos externos que tengan las mismas credenciales.", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Fallo al recuperar los tokens de peticiones. Verifica que tu clave de aplicación y secreto son correctos.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Fallo al recuperar los tokens de peticiones. Verifica que tu clave de aplicación y secreto son correctos.", - "Step 1 failed. Exception: %s" : "El paso 1 ha fallado. Excepción: %s", - "Step 2 failed. Exception: %s" : "El paso 2 ha fallado. Excepción: %s", - "Dropbox App Configuration" : "Configuración de la app de Dropbox", - "Google Drive App Configuration" : "Configuración de la app de Google Drive", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres eliminar este almacenamiento externo?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no está instalado. El montaje de %s no es posible. Por favor, pregunte a su administrador del sistema para instalarlo.", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Esta aplicación permite a los administradores configurar conexiones a proveedores externos de almacenamiento, como servidores FTP, almacenamientos de objetos S3 o SWIFT, otros servidores Nextcloud, servidores WebDAV y más. Los administradores pueden elegir qué tipos de almacenamiento activar y pueden montar estas localizaciones de almacenamiento para un usuario, un grupo o el sistema entero. Los usuarios verán aparecer una nueva carpeta en su directorio raíz de Nextcloud, a la que pueden acceder y que pueden usar como cualquier otra carpeta. El almacenamiento externo también permite a los usuarios compartir los archivos almacenados en estas localizaciones externas. En estos casos, se usan las credenciales para el dueño del archivos cuando el receptor pide el archivo del almacenamiento externo, asegurando así que el receptor puede acceder al archivo compartido.\n\nEl almacenamiento externo se puede configurar usando la GUI o con la línea de comandos. La segunda opción proporciona al usuario avanzado más flexibilidad para configurar montajes de almacenamientos externos al por mayor y para configurar prioridades de montaje. Más información disponible en la documentación del almacenamiento externo y la documentación del archivo de configuración de almacenamiento externo.", - "No external storage configured" : "No hay ningún almacenamiento externo configurado", - "You can add external storages in the personal settings" : "Puede agregar almacenamientos externos en la configuración personal", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres eliminar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/es.json b/apps/files_external/l10n/es.json index de071ff367..496c6a46ff 100644 --- a/apps/files_external/l10n/es.json +++ b/apps/files_external/l10n/es.json @@ -128,20 +128,9 @@ "Advanced settings" : "Configuración avanzada", "Allow users to mount external storage" : "Permitir a los usuarios montar un almacenamiento externo", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Se pueden usar credenciales globales para autenticar con múltiples almacenamientos externos que tengan las mismas credenciales.", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Fallo al recuperar los tokens de peticiones. Verifica que tu clave de aplicación y secreto son correctos.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Fallo al recuperar los tokens de peticiones. Verifica que tu clave de aplicación y secreto son correctos.", - "Step 1 failed. Exception: %s" : "El paso 1 ha fallado. Excepción: %s", - "Step 2 failed. Exception: %s" : "El paso 2 ha fallado. Excepción: %s", - "Dropbox App Configuration" : "Configuración de la app de Dropbox", - "Google Drive App Configuration" : "Configuración de la app de Google Drive", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres eliminar este almacenamiento externo?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no está instalado. El montaje de %s no es posible. Por favor, pregunte a su administrador del sistema para instalarlo.", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Esta aplicación permite a los administradores configurar conexiones a proveedores externos de almacenamiento, como servidores FTP, almacenamientos de objetos S3 o SWIFT, otros servidores Nextcloud, servidores WebDAV y más. Los administradores pueden elegir qué tipos de almacenamiento activar y pueden montar estas localizaciones de almacenamiento para un usuario, un grupo o el sistema entero. Los usuarios verán aparecer una nueva carpeta en su directorio raíz de Nextcloud, a la que pueden acceder y que pueden usar como cualquier otra carpeta. El almacenamiento externo también permite a los usuarios compartir los archivos almacenados en estas localizaciones externas. En estos casos, se usan las credenciales para el dueño del archivos cuando el receptor pide el archivo del almacenamiento externo, asegurando así que el receptor puede acceder al archivo compartido.\n\nEl almacenamiento externo se puede configurar usando la GUI o con la línea de comandos. La segunda opción proporciona al usuario avanzado más flexibilidad para configurar montajes de almacenamientos externos al por mayor y para configurar prioridades de montaje. Más información disponible en la documentación del almacenamiento externo y la documentación del archivo de configuración de almacenamiento externo.", - "No external storage configured" : "No hay ningún almacenamiento externo configurado", - "You can add external storages in the personal settings" : "Puede agregar almacenamientos externos en la configuración personal", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres eliminar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/es_419.js b/apps/files_external/l10n/es_419.js index 7ffc0ecc4a..83e8ceee93 100644 --- a/apps/files_external/l10n/es_419.js +++ b/apps/files_external/l10n/es_419.js @@ -114,11 +114,9 @@ OC.L10N.register( "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/es_419.json b/apps/files_external/l10n/es_419.json index c77d61d1d5..78746b66a7 100644 --- a/apps/files_external/l10n/es_419.json +++ b/apps/files_external/l10n/es_419.json @@ -112,11 +112,9 @@ "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/es_AR.js b/apps/files_external/l10n/es_AR.js index a3748944da..1956f33477 100644 --- a/apps/files_external/l10n/es_AR.js +++ b/apps/files_external/l10n/es_AR.js @@ -113,8 +113,6 @@ OC.L10N.register( "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Favor de solicitar a su administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Usted puede agregar almacenamiento externo en las configuraciones personales", "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/es_AR.json b/apps/files_external/l10n/es_AR.json index 8cab1f5722..5cb01c62b6 100644 --- a/apps/files_external/l10n/es_AR.json +++ b/apps/files_external/l10n/es_AR.json @@ -111,8 +111,6 @@ "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Favor de solicitar a su administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Usted puede agregar almacenamiento externo en las configuraciones personales", "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/es_CL.js b/apps/files_external/l10n/es_CL.js index b53ecd4cb1..003b9fd33a 100644 --- a/apps/files_external/l10n/es_CL.js +++ b/apps/files_external/l10n/es_CL.js @@ -122,19 +122,9 @@ OC.L10N.register( "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de solicitud. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Step 1 failed. Exception: %s" : "Paso 1 falló. Excepción: %s", - "Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s", - "Dropbox App Configuration" : "Configuración de la aplicación Dropbox", - "Google Drive App Configuration" : "Configuración de la Aplicación de Google Drive", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/es_CL.json b/apps/files_external/l10n/es_CL.json index 469e09c01f..2b01c12565 100644 --- a/apps/files_external/l10n/es_CL.json +++ b/apps/files_external/l10n/es_CL.json @@ -120,19 +120,9 @@ "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de solicitud. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Step 1 failed. Exception: %s" : "Paso 1 falló. Excepción: %s", - "Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s", - "Dropbox App Configuration" : "Configuración de la aplicación Dropbox", - "Google Drive App Configuration" : "Configuración de la Aplicación de Google Drive", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/es_CO.js b/apps/files_external/l10n/es_CO.js index b53ecd4cb1..003b9fd33a 100644 --- a/apps/files_external/l10n/es_CO.js +++ b/apps/files_external/l10n/es_CO.js @@ -122,19 +122,9 @@ OC.L10N.register( "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de solicitud. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Step 1 failed. Exception: %s" : "Paso 1 falló. Excepción: %s", - "Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s", - "Dropbox App Configuration" : "Configuración de la aplicación Dropbox", - "Google Drive App Configuration" : "Configuración de la Aplicación de Google Drive", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/es_CO.json b/apps/files_external/l10n/es_CO.json index 469e09c01f..2b01c12565 100644 --- a/apps/files_external/l10n/es_CO.json +++ b/apps/files_external/l10n/es_CO.json @@ -120,19 +120,9 @@ "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de solicitud. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Step 1 failed. Exception: %s" : "Paso 1 falló. Excepción: %s", - "Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s", - "Dropbox App Configuration" : "Configuración de la aplicación Dropbox", - "Google Drive App Configuration" : "Configuración de la Aplicación de Google Drive", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/es_CR.js b/apps/files_external/l10n/es_CR.js index b53ecd4cb1..003b9fd33a 100644 --- a/apps/files_external/l10n/es_CR.js +++ b/apps/files_external/l10n/es_CR.js @@ -122,19 +122,9 @@ OC.L10N.register( "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de solicitud. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Step 1 failed. Exception: %s" : "Paso 1 falló. Excepción: %s", - "Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s", - "Dropbox App Configuration" : "Configuración de la aplicación Dropbox", - "Google Drive App Configuration" : "Configuración de la Aplicación de Google Drive", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/es_CR.json b/apps/files_external/l10n/es_CR.json index 469e09c01f..2b01c12565 100644 --- a/apps/files_external/l10n/es_CR.json +++ b/apps/files_external/l10n/es_CR.json @@ -120,19 +120,9 @@ "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de solicitud. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Step 1 failed. Exception: %s" : "Paso 1 falló. Excepción: %s", - "Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s", - "Dropbox App Configuration" : "Configuración de la aplicación Dropbox", - "Google Drive App Configuration" : "Configuración de la Aplicación de Google Drive", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/es_DO.js b/apps/files_external/l10n/es_DO.js index b53ecd4cb1..003b9fd33a 100644 --- a/apps/files_external/l10n/es_DO.js +++ b/apps/files_external/l10n/es_DO.js @@ -122,19 +122,9 @@ OC.L10N.register( "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de solicitud. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Step 1 failed. Exception: %s" : "Paso 1 falló. Excepción: %s", - "Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s", - "Dropbox App Configuration" : "Configuración de la aplicación Dropbox", - "Google Drive App Configuration" : "Configuración de la Aplicación de Google Drive", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/es_DO.json b/apps/files_external/l10n/es_DO.json index 469e09c01f..2b01c12565 100644 --- a/apps/files_external/l10n/es_DO.json +++ b/apps/files_external/l10n/es_DO.json @@ -120,19 +120,9 @@ "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de solicitud. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Step 1 failed. Exception: %s" : "Paso 1 falló. Excepción: %s", - "Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s", - "Dropbox App Configuration" : "Configuración de la aplicación Dropbox", - "Google Drive App Configuration" : "Configuración de la Aplicación de Google Drive", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/es_EC.js b/apps/files_external/l10n/es_EC.js index b53ecd4cb1..003b9fd33a 100644 --- a/apps/files_external/l10n/es_EC.js +++ b/apps/files_external/l10n/es_EC.js @@ -122,19 +122,9 @@ OC.L10N.register( "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de solicitud. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Step 1 failed. Exception: %s" : "Paso 1 falló. Excepción: %s", - "Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s", - "Dropbox App Configuration" : "Configuración de la aplicación Dropbox", - "Google Drive App Configuration" : "Configuración de la Aplicación de Google Drive", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/es_EC.json b/apps/files_external/l10n/es_EC.json index 469e09c01f..2b01c12565 100644 --- a/apps/files_external/l10n/es_EC.json +++ b/apps/files_external/l10n/es_EC.json @@ -120,19 +120,9 @@ "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de solicitud. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Step 1 failed. Exception: %s" : "Paso 1 falló. Excepción: %s", - "Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s", - "Dropbox App Configuration" : "Configuración de la aplicación Dropbox", - "Google Drive App Configuration" : "Configuración de la Aplicación de Google Drive", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/es_GT.js b/apps/files_external/l10n/es_GT.js index b53ecd4cb1..003b9fd33a 100644 --- a/apps/files_external/l10n/es_GT.js +++ b/apps/files_external/l10n/es_GT.js @@ -122,19 +122,9 @@ OC.L10N.register( "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de solicitud. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Step 1 failed. Exception: %s" : "Paso 1 falló. Excepción: %s", - "Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s", - "Dropbox App Configuration" : "Configuración de la aplicación Dropbox", - "Google Drive App Configuration" : "Configuración de la Aplicación de Google Drive", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/es_GT.json b/apps/files_external/l10n/es_GT.json index 469e09c01f..2b01c12565 100644 --- a/apps/files_external/l10n/es_GT.json +++ b/apps/files_external/l10n/es_GT.json @@ -120,19 +120,9 @@ "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de solicitud. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Step 1 failed. Exception: %s" : "Paso 1 falló. Excepción: %s", - "Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s", - "Dropbox App Configuration" : "Configuración de la aplicación Dropbox", - "Google Drive App Configuration" : "Configuración de la Aplicación de Google Drive", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/es_HN.js b/apps/files_external/l10n/es_HN.js index 7ffc0ecc4a..83e8ceee93 100644 --- a/apps/files_external/l10n/es_HN.js +++ b/apps/files_external/l10n/es_HN.js @@ -114,11 +114,9 @@ OC.L10N.register( "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/es_HN.json b/apps/files_external/l10n/es_HN.json index c77d61d1d5..78746b66a7 100644 --- a/apps/files_external/l10n/es_HN.json +++ b/apps/files_external/l10n/es_HN.json @@ -112,11 +112,9 @@ "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/es_MX.js b/apps/files_external/l10n/es_MX.js index b53ecd4cb1..003b9fd33a 100644 --- a/apps/files_external/l10n/es_MX.js +++ b/apps/files_external/l10n/es_MX.js @@ -122,19 +122,9 @@ OC.L10N.register( "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de solicitud. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Step 1 failed. Exception: %s" : "Paso 1 falló. Excepción: %s", - "Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s", - "Dropbox App Configuration" : "Configuración de la aplicación Dropbox", - "Google Drive App Configuration" : "Configuración de la Aplicación de Google Drive", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/es_MX.json b/apps/files_external/l10n/es_MX.json index 469e09c01f..2b01c12565 100644 --- a/apps/files_external/l10n/es_MX.json +++ b/apps/files_external/l10n/es_MX.json @@ -120,19 +120,9 @@ "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de solicitud. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Step 1 failed. Exception: %s" : "Paso 1 falló. Excepción: %s", - "Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s", - "Dropbox App Configuration" : "Configuración de la aplicación Dropbox", - "Google Drive App Configuration" : "Configuración de la Aplicación de Google Drive", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/es_NI.js b/apps/files_external/l10n/es_NI.js index 7ffc0ecc4a..83e8ceee93 100644 --- a/apps/files_external/l10n/es_NI.js +++ b/apps/files_external/l10n/es_NI.js @@ -114,11 +114,9 @@ OC.L10N.register( "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/es_NI.json b/apps/files_external/l10n/es_NI.json index c77d61d1d5..78746b66a7 100644 --- a/apps/files_external/l10n/es_NI.json +++ b/apps/files_external/l10n/es_NI.json @@ -112,11 +112,9 @@ "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/es_PA.js b/apps/files_external/l10n/es_PA.js index 7ffc0ecc4a..83e8ceee93 100644 --- a/apps/files_external/l10n/es_PA.js +++ b/apps/files_external/l10n/es_PA.js @@ -114,11 +114,9 @@ OC.L10N.register( "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/es_PA.json b/apps/files_external/l10n/es_PA.json index c77d61d1d5..78746b66a7 100644 --- a/apps/files_external/l10n/es_PA.json +++ b/apps/files_external/l10n/es_PA.json @@ -112,11 +112,9 @@ "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/es_PE.js b/apps/files_external/l10n/es_PE.js index 7ffc0ecc4a..83e8ceee93 100644 --- a/apps/files_external/l10n/es_PE.js +++ b/apps/files_external/l10n/es_PE.js @@ -114,11 +114,9 @@ OC.L10N.register( "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/es_PE.json b/apps/files_external/l10n/es_PE.json index c77d61d1d5..78746b66a7 100644 --- a/apps/files_external/l10n/es_PE.json +++ b/apps/files_external/l10n/es_PE.json @@ -112,11 +112,9 @@ "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/es_PR.js b/apps/files_external/l10n/es_PR.js index 7ffc0ecc4a..83e8ceee93 100644 --- a/apps/files_external/l10n/es_PR.js +++ b/apps/files_external/l10n/es_PR.js @@ -114,11 +114,9 @@ OC.L10N.register( "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/es_PR.json b/apps/files_external/l10n/es_PR.json index c77d61d1d5..78746b66a7 100644 --- a/apps/files_external/l10n/es_PR.json +++ b/apps/files_external/l10n/es_PR.json @@ -112,11 +112,9 @@ "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/es_PY.js b/apps/files_external/l10n/es_PY.js index 7ffc0ecc4a..83e8ceee93 100644 --- a/apps/files_external/l10n/es_PY.js +++ b/apps/files_external/l10n/es_PY.js @@ -114,11 +114,9 @@ OC.L10N.register( "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/es_PY.json b/apps/files_external/l10n/es_PY.json index c77d61d1d5..78746b66a7 100644 --- a/apps/files_external/l10n/es_PY.json +++ b/apps/files_external/l10n/es_PY.json @@ -112,11 +112,9 @@ "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/es_SV.js b/apps/files_external/l10n/es_SV.js index b53ecd4cb1..003b9fd33a 100644 --- a/apps/files_external/l10n/es_SV.js +++ b/apps/files_external/l10n/es_SV.js @@ -122,19 +122,9 @@ OC.L10N.register( "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de solicitud. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Step 1 failed. Exception: %s" : "Paso 1 falló. Excepción: %s", - "Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s", - "Dropbox App Configuration" : "Configuración de la aplicación Dropbox", - "Google Drive App Configuration" : "Configuración de la Aplicación de Google Drive", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/es_SV.json b/apps/files_external/l10n/es_SV.json index 469e09c01f..2b01c12565 100644 --- a/apps/files_external/l10n/es_SV.json +++ b/apps/files_external/l10n/es_SV.json @@ -120,19 +120,9 @@ "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de solicitud. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ", - "Step 1 failed. Exception: %s" : "Paso 1 falló. Excepción: %s", - "Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s", - "Dropbox App Configuration" : "Configuración de la aplicación Dropbox", - "Google Drive App Configuration" : "Configuración de la Aplicación de Google Drive", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/es_UY.js b/apps/files_external/l10n/es_UY.js index 7ffc0ecc4a..83e8ceee93 100644 --- a/apps/files_external/l10n/es_UY.js +++ b/apps/files_external/l10n/es_UY.js @@ -114,11 +114,9 @@ OC.L10N.register( "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/es_UY.json b/apps/files_external/l10n/es_UY.json index c77d61d1d5..78746b66a7 100644 --- a/apps/files_external/l10n/es_UY.json +++ b/apps/files_external/l10n/es_UY.json @@ -112,11 +112,9 @@ "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", + "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", - "Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/et_EE.js b/apps/files_external/l10n/et_EE.js index 6ced3e73a2..a3bc4b00be 100644 --- a/apps/files_external/l10n/et_EE.js +++ b/apps/files_external/l10n/et_EE.js @@ -85,8 +85,6 @@ OC.L10N.register( "Add storage" : "Lisa andmehoidla", "Advanced settings" : "Lisavalikud", "OpenStack" : "OpenStack", - "No external storage configured" : "Välist salvestuskohta pole seadistatud", - "You can add external storages in the personal settings" : "Sa võid lisada välise salvestuskoha isiklikes seadetes", "Allow users to mount the following external storage" : "Võimalda kasutajatel ühendada järgmist välist andmehoidlat" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/et_EE.json b/apps/files_external/l10n/et_EE.json index 295711b5c2..1b7556a196 100644 --- a/apps/files_external/l10n/et_EE.json +++ b/apps/files_external/l10n/et_EE.json @@ -83,8 +83,6 @@ "Add storage" : "Lisa andmehoidla", "Advanced settings" : "Lisavalikud", "OpenStack" : "OpenStack", - "No external storage configured" : "Välist salvestuskohta pole seadistatud", - "You can add external storages in the personal settings" : "Sa võid lisada välise salvestuskoha isiklikes seadetes", "Allow users to mount the following external storage" : "Võimalda kasutajatel ühendada järgmist välist andmehoidlat" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/fi.js b/apps/files_external/l10n/fi.js index 7ec9eb5ebc..b3474b46d9 100644 --- a/apps/files_external/l10n/fi.js +++ b/apps/files_external/l10n/fi.js @@ -126,17 +126,9 @@ OC.L10N.register( "Add storage" : "Lisää tallennustila", "Advanced settings" : "Lisäasetukset", "Allow users to mount external storage" : "Salli käyttäjien liittää erillisiä tallennustiloja", - "Step 1 failed. Exception: %s" : "Vaihe 1 epäonnistui. Poikkeus: %s", - "Step 2 failed. Exception: %s" : "Vaihe 2 epäonnistui. Poikkeus: %s", - "Dropbox App Configuration" : "Dropbox-sovelluksen määritykset", - "Google Drive App Configuration" : "Google Drive -sovelluksen määritykset", + "Are you sure you want to delete this external storage" : "Haluatko varmasti poistaa tämän erillisen tallennustilan", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" ei ole asennettu. Kohteen %s liittäminen ei ole mahdollista. Pyydä järjestelmän ylläpitäjää asentamaan puuttuva kohde.", - "No external storage configured" : "Erillistä tallennustilaa ei ole määritetty", - "You can add external storages in the personal settings" : "Voit lisätä erillisiä tallennustiloja henkilökohtaisista asetuksistasi", - "Allow users to mount the following external storage" : "Salli käyttäjien liittää seuraavat erilliset tallennusvälineet", - "Are you sure you want to delete this external storage" : "Haluatko varmasti poistaa tämän erillisen tallennustilan" + "Allow users to mount the following external storage" : "Salli käyttäjien liittää seuraavat erilliset tallennusvälineet" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/fi.json b/apps/files_external/l10n/fi.json index 9033d677ce..476f0c8611 100644 --- a/apps/files_external/l10n/fi.json +++ b/apps/files_external/l10n/fi.json @@ -124,17 +124,9 @@ "Add storage" : "Lisää tallennustila", "Advanced settings" : "Lisäasetukset", "Allow users to mount external storage" : "Salli käyttäjien liittää erillisiä tallennustiloja", - "Step 1 failed. Exception: %s" : "Vaihe 1 epäonnistui. Poikkeus: %s", - "Step 2 failed. Exception: %s" : "Vaihe 2 epäonnistui. Poikkeus: %s", - "Dropbox App Configuration" : "Dropbox-sovelluksen määritykset", - "Google Drive App Configuration" : "Google Drive -sovelluksen määritykset", + "Are you sure you want to delete this external storage" : "Haluatko varmasti poistaa tämän erillisen tallennustilan", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" ei ole asennettu. Kohteen %s liittäminen ei ole mahdollista. Pyydä järjestelmän ylläpitäjää asentamaan puuttuva kohde.", - "No external storage configured" : "Erillistä tallennustilaa ei ole määritetty", - "You can add external storages in the personal settings" : "Voit lisätä erillisiä tallennustiloja henkilökohtaisista asetuksistasi", - "Allow users to mount the following external storage" : "Salli käyttäjien liittää seuraavat erilliset tallennusvälineet", - "Are you sure you want to delete this external storage" : "Haluatko varmasti poistaa tämän erillisen tallennustilan" + "Allow users to mount the following external storage" : "Salli käyttäjien liittää seuraavat erilliset tallennusvälineet" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/fr.js b/apps/files_external/l10n/fr.js index 0ee04d1c35..412b3872c0 100644 --- a/apps/files_external/l10n/fr.js +++ b/apps/files_external/l10n/fr.js @@ -130,20 +130,9 @@ OC.L10N.register( "Advanced settings" : "Paramètres avancés", "Allow users to mount external storage" : "Autoriser les utilisateurs à monter des espaces de stockage externes", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Les identifiants globaux peuvent être utilisés pour s'authentifier auprès de multiples stockages externes qui ont les mêmes identifiants.", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "L'obtention des jetons de requête a échoué. Vérifiez que votre clé d'application et votre mot de passe sont corrects.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "L'obtention des jetons d'accès a échoué. Vérifiez que votre clé d'application et votre mot de passe sont corrects.", - "Step 1 failed. Exception: %s" : "L’étape 1 a échoué. Exception : %s", - "Step 2 failed. Exception: %s" : "L’étape 2 a échoué. Exception : %s", - "Dropbox App Configuration" : "Configuration de l'application Dropbox", - "Google Drive App Configuration" : "Configuration de l'application Google Drive", + "Are you sure you want to delete this external storage" : "Êtes-vous sûr de vouloir supprimer ce stockage externe ?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" n'est pas installé. Le montage de %s n'est pas possible. Merci de demander à l'administrateur système de l'installer.", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Cette application permet aux administrateurs de configurer des connexions à des fournisseurs de stockage externes, tels que des serveurs FTP, des magasins d'objets S3 ou SWIFT, Google Drive, Dropbox, d'autres serveurs Nextcloud, des serveurs WebDAV, etc. Les administrateurs peuvent choisir les types de stockage à activer et peuvent monter ces emplacements de stockage pour un utilisateur, un groupe ou l'ensemble du système. Les utilisateurs verront apparaître un nouveau dossier dans leur répertoire racine Nextcloud, auquel ils pourront accéder et utiliser comme n'importe quel autre dossier Nextcloud. Le stockage externe permet également aux utilisateurs de partager des fichiers stockés dans ces emplacements externes. Dans ce cas, les informations d'identification du propriétaire du fichier sont utilisées lorsque le destinataire demande le fichier à partir du stockage externe, garantissant ainsi que le destinataire peut accéder au fichier partagé.\n\nLe stockage externe peut être configuré à l'aide de l'interface graphique ou via l'interface en ligne de commande. Cette deuxième option offre aux utilisateurs avancés une plus grande flexibilité pour configurer les montages de stockage externes en masse et définir les priorités de montage. D'autres informations sont disponibles dans la documentation de l'interface graphique de stockage externe et la documentation du fichier de configuration de stockage externe.", - "No external storage configured" : "Aucun stockage externe configuré", - "You can add external storages in the personal settings" : "Vous pouvez ajouter des stockages externes via vos paramètres personnels", - "Allow users to mount the following external storage" : "Autoriser les utilisateurs à monter les stockages externes suivants", - "Are you sure you want to delete this external storage" : "Êtes-vous sûr de vouloir supprimer ce stockage externe ?" + "Allow users to mount the following external storage" : "Autoriser les utilisateurs à monter les stockages externes suivants" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/files_external/l10n/fr.json b/apps/files_external/l10n/fr.json index b394d228e3..1db54d781b 100644 --- a/apps/files_external/l10n/fr.json +++ b/apps/files_external/l10n/fr.json @@ -128,20 +128,9 @@ "Advanced settings" : "Paramètres avancés", "Allow users to mount external storage" : "Autoriser les utilisateurs à monter des espaces de stockage externes", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Les identifiants globaux peuvent être utilisés pour s'authentifier auprès de multiples stockages externes qui ont les mêmes identifiants.", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "L'obtention des jetons de requête a échoué. Vérifiez que votre clé d'application et votre mot de passe sont corrects.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "L'obtention des jetons d'accès a échoué. Vérifiez que votre clé d'application et votre mot de passe sont corrects.", - "Step 1 failed. Exception: %s" : "L’étape 1 a échoué. Exception : %s", - "Step 2 failed. Exception: %s" : "L’étape 2 a échoué. Exception : %s", - "Dropbox App Configuration" : "Configuration de l'application Dropbox", - "Google Drive App Configuration" : "Configuration de l'application Google Drive", + "Are you sure you want to delete this external storage" : "Êtes-vous sûr de vouloir supprimer ce stockage externe ?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" n'est pas installé. Le montage de %s n'est pas possible. Merci de demander à l'administrateur système de l'installer.", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Cette application permet aux administrateurs de configurer des connexions à des fournisseurs de stockage externes, tels que des serveurs FTP, des magasins d'objets S3 ou SWIFT, Google Drive, Dropbox, d'autres serveurs Nextcloud, des serveurs WebDAV, etc. Les administrateurs peuvent choisir les types de stockage à activer et peuvent monter ces emplacements de stockage pour un utilisateur, un groupe ou l'ensemble du système. Les utilisateurs verront apparaître un nouveau dossier dans leur répertoire racine Nextcloud, auquel ils pourront accéder et utiliser comme n'importe quel autre dossier Nextcloud. Le stockage externe permet également aux utilisateurs de partager des fichiers stockés dans ces emplacements externes. Dans ce cas, les informations d'identification du propriétaire du fichier sont utilisées lorsque le destinataire demande le fichier à partir du stockage externe, garantissant ainsi que le destinataire peut accéder au fichier partagé.\n\nLe stockage externe peut être configuré à l'aide de l'interface graphique ou via l'interface en ligne de commande. Cette deuxième option offre aux utilisateurs avancés une plus grande flexibilité pour configurer les montages de stockage externes en masse et définir les priorités de montage. D'autres informations sont disponibles dans la documentation de l'interface graphique de stockage externe et la documentation du fichier de configuration de stockage externe.", - "No external storage configured" : "Aucun stockage externe configuré", - "You can add external storages in the personal settings" : "Vous pouvez ajouter des stockages externes via vos paramètres personnels", - "Allow users to mount the following external storage" : "Autoriser les utilisateurs à monter les stockages externes suivants", - "Are you sure you want to delete this external storage" : "Êtes-vous sûr de vouloir supprimer ce stockage externe ?" + "Allow users to mount the following external storage" : "Autoriser les utilisateurs à monter les stockages externes suivants" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/he.js b/apps/files_external/l10n/he.js index 470f17a75e..cddef22728 100644 --- a/apps/files_external/l10n/he.js +++ b/apps/files_external/l10n/he.js @@ -123,18 +123,8 @@ OC.L10N.register( "Add storage" : "הוספת אחסון", "Advanced settings" : "הגדרות מתקדמות", "Allow users to mount external storage" : "מאפשר למשתמשים לחבר אחסון חיצוני", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "קבלת אסימוני בקשה נכשלה. נא לוודא שהמפתח והסוד של היישומון שלך נכונים.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "קבלת אסימוני גישה נכשלה. נא לוודא שהמפתח והסוד של היישומון שלך נכונים.", - "Step 1 failed. Exception: %s" : "שלב 1 נכשל: חריגה: %s", - "Step 2 failed. Exception: %s" : "שלב 2 נכשל. חריגה: %s", - "Dropbox App Configuration" : "הגדרות יישומון Dropbox", - "Google Drive App Configuration" : "הגדרות יישומון Google Drive", + "Are you sure you want to delete this external storage" : "למחוק את התקן האחסון החיצוני הזה", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", - "No external storage configured" : "לא מוגדר אחסון חיצוני", - "You can add external storages in the personal settings" : "ניתן להוסיף אחסונים חיצוניים בהגדרות האישיות", - "Allow users to mount the following external storage" : "מאפשר למשתמשים לחבר אחסון חיצוני הבא", - "Are you sure you want to delete this external storage" : "למחוק את התקן האחסון החיצוני הזה" + "Allow users to mount the following external storage" : "מאפשר למשתמשים לחבר אחסון חיצוני הבא" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); diff --git a/apps/files_external/l10n/he.json b/apps/files_external/l10n/he.json index 5bb83b0fab..6185d9dc94 100644 --- a/apps/files_external/l10n/he.json +++ b/apps/files_external/l10n/he.json @@ -121,18 +121,8 @@ "Add storage" : "הוספת אחסון", "Advanced settings" : "הגדרות מתקדמות", "Allow users to mount external storage" : "מאפשר למשתמשים לחבר אחסון חיצוני", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "קבלת אסימוני בקשה נכשלה. נא לוודא שהמפתח והסוד של היישומון שלך נכונים.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "קבלת אסימוני גישה נכשלה. נא לוודא שהמפתח והסוד של היישומון שלך נכונים.", - "Step 1 failed. Exception: %s" : "שלב 1 נכשל: חריגה: %s", - "Step 2 failed. Exception: %s" : "שלב 2 נכשל. חריגה: %s", - "Dropbox App Configuration" : "הגדרות יישומון Dropbox", - "Google Drive App Configuration" : "הגדרות יישומון Google Drive", + "Are you sure you want to delete this external storage" : "למחוק את התקן האחסון החיצוני הזה", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", - "No external storage configured" : "לא מוגדר אחסון חיצוני", - "You can add external storages in the personal settings" : "ניתן להוסיף אחסונים חיצוניים בהגדרות האישיות", - "Allow users to mount the following external storage" : "מאפשר למשתמשים לחבר אחסון חיצוני הבא", - "Are you sure you want to delete this external storage" : "למחוק את התקן האחסון החיצוני הזה" + "Allow users to mount the following external storage" : "מאפשר למשתמשים לחבר אחסון חיצוני הבא" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" } \ No newline at end of file diff --git a/apps/files_external/l10n/hu.js b/apps/files_external/l10n/hu.js index 5a93a65b85..f47428984a 100644 --- a/apps/files_external/l10n/hu.js +++ b/apps/files_external/l10n/hu.js @@ -123,19 +123,9 @@ OC.L10N.register( "Add storage" : "Tároló becsatolása", "Advanced settings" : "Haladó beállítások", "Allow users to mount external storage" : "Külső tárolók csatolásának engedélyezése a felhasználók részére", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Nem sikerült a kérési tokenek letöltése. Ellenőrizd, hogy az alkalmazás kulcs és titok megfelelő-e!", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Nem sikerült a hozzáférési tokenek letöltése. Ellenőrizd, hogy az alkalmazás kulcs és titok megfelelő-e!", - "Step 1 failed. Exception: %s" : "1. lépés sikertelen. Kivétel: %s", - "Step 2 failed. Exception: %s" : "2. lépés sikertelen. Kivétel: %s", - "Dropbox App Configuration" : "Dropbox alkalmazás beállítás", - "Google Drive App Configuration" : "Google Drive alkalmazás beállítás", + "Are you sure you want to delete this external storage" : "Biztosan törlöd ezt a külső tárolót", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "%s nincs telepítve. %s csatolása lehetetlen. Kérd meg a rendszergazdádat, hogy telepítse.", - "No external storage configured" : "Nincs külső tároló beállítva.", - "You can add external storages in the personal settings" : "Hozzáadhatsz külső tárolókat a személyes beállítások közt.", - "Allow users to mount the following external storage" : "A felhasználók számára engedélyezett külső tárolók csatolása:", - "Are you sure you want to delete this external storage" : "Biztosan törlöd ezt a külső tárolót" + "Allow users to mount the following external storage" : "A felhasználók számára engedélyezett külső tárolók csatolása:" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/hu.json b/apps/files_external/l10n/hu.json index 5c87b145f0..b03ed32ccb 100644 --- a/apps/files_external/l10n/hu.json +++ b/apps/files_external/l10n/hu.json @@ -121,19 +121,9 @@ "Add storage" : "Tároló becsatolása", "Advanced settings" : "Haladó beállítások", "Allow users to mount external storage" : "Külső tárolók csatolásának engedélyezése a felhasználók részére", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Nem sikerült a kérési tokenek letöltése. Ellenőrizd, hogy az alkalmazás kulcs és titok megfelelő-e!", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Nem sikerült a hozzáférési tokenek letöltése. Ellenőrizd, hogy az alkalmazás kulcs és titok megfelelő-e!", - "Step 1 failed. Exception: %s" : "1. lépés sikertelen. Kivétel: %s", - "Step 2 failed. Exception: %s" : "2. lépés sikertelen. Kivétel: %s", - "Dropbox App Configuration" : "Dropbox alkalmazás beállítás", - "Google Drive App Configuration" : "Google Drive alkalmazás beállítás", + "Are you sure you want to delete this external storage" : "Biztosan törlöd ezt a külső tárolót", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "%s nincs telepítve. %s csatolása lehetetlen. Kérd meg a rendszergazdádat, hogy telepítse.", - "No external storage configured" : "Nincs külső tároló beállítva.", - "You can add external storages in the personal settings" : "Hozzáadhatsz külső tárolókat a személyes beállítások közt.", - "Allow users to mount the following external storage" : "A felhasználók számára engedélyezett külső tárolók csatolása:", - "Are you sure you want to delete this external storage" : "Biztosan törlöd ezt a külső tárolót" + "Allow users to mount the following external storage" : "A felhasználók számára engedélyezett külső tárolók csatolása:" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/id.js b/apps/files_external/l10n/id.js index 8ae6a4992b..37c69fcd31 100644 --- a/apps/files_external/l10n/id.js +++ b/apps/files_external/l10n/id.js @@ -111,8 +111,6 @@ OC.L10N.register( "Allow users to mount external storage" : "Izinkan pengguna untuk mengaitkan penyimpanan eksternal", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" tidak terpasang. Mengaitkan %s tidak memungkinkan. Harap tanya administrator sistem anda untuk memasangnya.", - "No external storage configured" : "Penyimpanan eksternal tidak dikonfigurasi", - "You can add external storages in the personal settings" : "Anda dapat menambahkan penyimpanan eksternal di pengaturan pribadi", "Allow users to mount the following external storage" : "Izinkan pengguna untuk mengaitkan penyimpanan eksternal berikut" }, "nplurals=1; plural=0;"); diff --git a/apps/files_external/l10n/id.json b/apps/files_external/l10n/id.json index a650100ba2..76f2153ca0 100644 --- a/apps/files_external/l10n/id.json +++ b/apps/files_external/l10n/id.json @@ -109,8 +109,6 @@ "Allow users to mount external storage" : "Izinkan pengguna untuk mengaitkan penyimpanan eksternal", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" tidak terpasang. Mengaitkan %s tidak memungkinkan. Harap tanya administrator sistem anda untuk memasangnya.", - "No external storage configured" : "Penyimpanan eksternal tidak dikonfigurasi", - "You can add external storages in the personal settings" : "Anda dapat menambahkan penyimpanan eksternal di pengaturan pribadi", "Allow users to mount the following external storage" : "Izinkan pengguna untuk mengaitkan penyimpanan eksternal berikut" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/files_external/l10n/is.js b/apps/files_external/l10n/is.js index 5e5fcfc421..ded87e91ef 100644 --- a/apps/files_external/l10n/is.js +++ b/apps/files_external/l10n/is.js @@ -127,19 +127,9 @@ OC.L10N.register( "Add storage" : "Bæta við gagnahirslu", "Advanced settings" : "Ítarlegri valkostir", "Allow users to mount external storage" : "Leyfa notendum að tengja ytri gagnageymslur í skráakerfi", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Mistókst að ná í beiðniteikn (request token). Gakktu úr skugga um að forritslykill og leynilykill séu réttir.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Mistókst að ná í aðgangsteikn (access token). Gakktu úr skugga um að forritslykill og leynilykill séu réttir.", - "Step 1 failed. Exception: %s" : "Skref 1 mistókst. Undantekning: %s", - "Step 2 failed. Exception: %s" : "Skref 2 mistókst. Undantekning: %s", - "Dropbox App Configuration" : "Uppsetning Dropbox forrits", - "Google Drive App Configuration" : "Uppsetning Google Drive forrits", + "Are you sure you want to delete this external storage" : "Ertu viss um að þú viljir eyða þessari ytri geymslu?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" er ekki uppsett. Tenging %s í skráakerfi er ekki möguleg. Biddu kerfisstjórann þinn um að setja þetta upp.", - "No external storage configured" : "Engin ytri-gagnageymsla stillt", - "You can add external storages in the personal settings" : "Þú getur bætt við ytri gagnageymslum í einkastillingunum þínum", - "Allow users to mount the following external storage" : "Leyfa notendum að tengja eftirfarandi ytri gagnageymslu í skráakerfi", - "Are you sure you want to delete this external storage" : "Ertu viss um að þú viljir eyða þessari ytri geymslu?" + "Allow users to mount the following external storage" : "Leyfa notendum að tengja eftirfarandi ytri gagnageymslu í skráakerfi" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/files_external/l10n/is.json b/apps/files_external/l10n/is.json index bf692ec8cc..d8bd5ea38b 100644 --- a/apps/files_external/l10n/is.json +++ b/apps/files_external/l10n/is.json @@ -125,19 +125,9 @@ "Add storage" : "Bæta við gagnahirslu", "Advanced settings" : "Ítarlegri valkostir", "Allow users to mount external storage" : "Leyfa notendum að tengja ytri gagnageymslur í skráakerfi", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Mistókst að ná í beiðniteikn (request token). Gakktu úr skugga um að forritslykill og leynilykill séu réttir.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Mistókst að ná í aðgangsteikn (access token). Gakktu úr skugga um að forritslykill og leynilykill séu réttir.", - "Step 1 failed. Exception: %s" : "Skref 1 mistókst. Undantekning: %s", - "Step 2 failed. Exception: %s" : "Skref 2 mistókst. Undantekning: %s", - "Dropbox App Configuration" : "Uppsetning Dropbox forrits", - "Google Drive App Configuration" : "Uppsetning Google Drive forrits", + "Are you sure you want to delete this external storage" : "Ertu viss um að þú viljir eyða þessari ytri geymslu?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" er ekki uppsett. Tenging %s í skráakerfi er ekki möguleg. Biddu kerfisstjórann þinn um að setja þetta upp.", - "No external storage configured" : "Engin ytri-gagnageymsla stillt", - "You can add external storages in the personal settings" : "Þú getur bætt við ytri gagnageymslum í einkastillingunum þínum", - "Allow users to mount the following external storage" : "Leyfa notendum að tengja eftirfarandi ytri gagnageymslu í skráakerfi", - "Are you sure you want to delete this external storage" : "Ertu viss um að þú viljir eyða þessari ytri geymslu?" + "Allow users to mount the following external storage" : "Leyfa notendum að tengja eftirfarandi ytri gagnageymslu í skráakerfi" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" } \ No newline at end of file diff --git a/apps/files_external/l10n/it.js b/apps/files_external/l10n/it.js index f39e087f36..0f9a37e28f 100644 --- a/apps/files_external/l10n/it.js +++ b/apps/files_external/l10n/it.js @@ -130,20 +130,9 @@ OC.L10N.register( "Advanced settings" : "Impostazioni avanzate", "Allow users to mount external storage" : "Consenti agli utenti di montare archiviazioni esterne", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Le credenziali globali possono essere utilizzate anche per l'autenticazione con più archiviazioni esterne che hanno le stesse credenziali.", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Il recupero dei token di richiesta non è riuscito. Verifica che la chiave e il segreto dell'applicazione siano corretti.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Il recupero dei token di accesso non è riuscito. Verifica che la chiave e il segreto dell'applicazione siano corretti.", - "Step 1 failed. Exception: %s" : "Fase 1 non riuscita. Eccezione: %s", - "Step 2 failed. Exception: %s" : "Fase 2 non riuscita. Eccezione: %s", - "Dropbox App Configuration" : "Configurazione applicazione Dropbox", - "Google Drive App Configuration" : "Configurazione applicazione Google Drive", + "Are you sure you want to delete this external storage" : "Sei sicuro di voler eliminare questa archiviazione esterna?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" non è installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Questa applicazione consente agli amministratori di configurare connessioni a fornitori di archiviazione esterna, come server FTP, archivi di oggetti S3 o SWIFT, Google Drive, Dropbox, altri server Nextcloud, server WebDAV e altro. Gli amministratori possono scegliere quale tipo di archiviazione abilitare e possono montare queste posizioni di archiviazione per un utente, un gruppo o per l'intero sistema. Gli utenti vedranno una nuova cartella apparire nella loro cartella radice di Nextcloud, che possono accedere e utilizzare come qualsiasi altra cartella di Nextcloud. L'archiviazione esterna consente anche agli utenti di condividere file archiviati in queste posizioni esterne. In questi casi, le credenziali del proprietario del file sono utilizzate quando il destinatario richiede il file da archiviazione esterna, assicurando in tal modo che il destinatario possa accedere al file condiviso.\n\nL'archiviazione esterna può essere configurata utilizzando l'interfaccia grafica o la riga di comando. Questa seconda opzione fornisce maggiore flessibilità all'utente avanzato per una configurazione massiva dei punti di mount delle archiviazioni esterne e l'impostazione delle priorità dei punti di mount. Altre informazioni sono disponibili nella documentazione dell'interfaccia grafica dell'archiviazione esterna e nella documentazione del file di configurazione delle archiviazioni esterne", - "No external storage configured" : "Nessuna archiviazione esterna configurata", - "You can add external storages in the personal settings" : "Puoi aggiungere archiviazioni esterne nelle impostazioni personali", - "Allow users to mount the following external storage" : "Consenti agli utenti di montare la seguente archiviazione esterna", - "Are you sure you want to delete this external storage" : "Sei sicuro di voler eliminare questa archiviazione esterna?" + "Allow users to mount the following external storage" : "Consenti agli utenti di montare la seguente archiviazione esterna" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/it.json b/apps/files_external/l10n/it.json index 4b9154b157..bc936603a3 100644 --- a/apps/files_external/l10n/it.json +++ b/apps/files_external/l10n/it.json @@ -128,20 +128,9 @@ "Advanced settings" : "Impostazioni avanzate", "Allow users to mount external storage" : "Consenti agli utenti di montare archiviazioni esterne", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Le credenziali globali possono essere utilizzate anche per l'autenticazione con più archiviazioni esterne che hanno le stesse credenziali.", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Il recupero dei token di richiesta non è riuscito. Verifica che la chiave e il segreto dell'applicazione siano corretti.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Il recupero dei token di accesso non è riuscito. Verifica che la chiave e il segreto dell'applicazione siano corretti.", - "Step 1 failed. Exception: %s" : "Fase 1 non riuscita. Eccezione: %s", - "Step 2 failed. Exception: %s" : "Fase 2 non riuscita. Eccezione: %s", - "Dropbox App Configuration" : "Configurazione applicazione Dropbox", - "Google Drive App Configuration" : "Configurazione applicazione Google Drive", + "Are you sure you want to delete this external storage" : "Sei sicuro di voler eliminare questa archiviazione esterna?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" non è installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Questa applicazione consente agli amministratori di configurare connessioni a fornitori di archiviazione esterna, come server FTP, archivi di oggetti S3 o SWIFT, Google Drive, Dropbox, altri server Nextcloud, server WebDAV e altro. Gli amministratori possono scegliere quale tipo di archiviazione abilitare e possono montare queste posizioni di archiviazione per un utente, un gruppo o per l'intero sistema. Gli utenti vedranno una nuova cartella apparire nella loro cartella radice di Nextcloud, che possono accedere e utilizzare come qualsiasi altra cartella di Nextcloud. L'archiviazione esterna consente anche agli utenti di condividere file archiviati in queste posizioni esterne. In questi casi, le credenziali del proprietario del file sono utilizzate quando il destinatario richiede il file da archiviazione esterna, assicurando in tal modo che il destinatario possa accedere al file condiviso.\n\nL'archiviazione esterna può essere configurata utilizzando l'interfaccia grafica o la riga di comando. Questa seconda opzione fornisce maggiore flessibilità all'utente avanzato per una configurazione massiva dei punti di mount delle archiviazioni esterne e l'impostazione delle priorità dei punti di mount. Altre informazioni sono disponibili nella documentazione dell'interfaccia grafica dell'archiviazione esterna e nella documentazione del file di configurazione delle archiviazioni esterne", - "No external storage configured" : "Nessuna archiviazione esterna configurata", - "You can add external storages in the personal settings" : "Puoi aggiungere archiviazioni esterne nelle impostazioni personali", - "Allow users to mount the following external storage" : "Consenti agli utenti di montare la seguente archiviazione esterna", - "Are you sure you want to delete this external storage" : "Sei sicuro di voler eliminare questa archiviazione esterna?" + "Allow users to mount the following external storage" : "Consenti agli utenti di montare la seguente archiviazione esterna" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/ja.js b/apps/files_external/l10n/ja.js index 3bd4e7306f..87aa5b7767 100644 --- a/apps/files_external/l10n/ja.js +++ b/apps/files_external/l10n/ja.js @@ -128,19 +128,9 @@ OC.L10N.register( "Advanced settings" : "詳細設定", "Allow users to mount external storage" : "ユーザーに外部ストレージの接続を許可する", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "グローバル資格情報を使用して、同じ資格情報を持つ複数の外部記憶装置で認証することができます。", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "リクエストトークンの取得に失敗しました。アプリのキーとパスワードが正しいことを確認してください。", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "アクセストークンの取得に失敗しました。アプリのキーとパスワードが正しいことを確認してください。", - "Step 1 failed. Exception: %s" : "ステップ 1 の実行に失敗しました。例外: %s", - "Step 2 failed. Exception: %s" : "ステップ 2 の実行に失敗しました。例外: %s", - "Dropbox App Configuration" : "Dropbox アプリ設定", - "Google Drive App Configuration" : "Google アプリ設定", + "Are you sure you want to delete this external storage" : "この外部ストレージを本当に削除しますか?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\"はインストールされていません。 %s のマウントは不可能です。システム管理者にインストールを依頼してください。", - "No external storage configured" : "外部ストレージは設定されていません", - "You can add external storages in the personal settings" : "個人設定で外部ストレージを設定することができます。", - "Allow users to mount the following external storage" : "ユーザーに次の外部ストレージのマウントを許可する", - "Are you sure you want to delete this external storage" : "この外部ストレージを本当に削除しますか?" + "Allow users to mount the following external storage" : "ユーザーに次の外部ストレージのマウントを許可する" }, "nplurals=1; plural=0;"); diff --git a/apps/files_external/l10n/ja.json b/apps/files_external/l10n/ja.json index 1c5c95b04b..4ae08bacbb 100644 --- a/apps/files_external/l10n/ja.json +++ b/apps/files_external/l10n/ja.json @@ -126,19 +126,9 @@ "Advanced settings" : "詳細設定", "Allow users to mount external storage" : "ユーザーに外部ストレージの接続を許可する", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "グローバル資格情報を使用して、同じ資格情報を持つ複数の外部記憶装置で認証することができます。", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "リクエストトークンの取得に失敗しました。アプリのキーとパスワードが正しいことを確認してください。", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "アクセストークンの取得に失敗しました。アプリのキーとパスワードが正しいことを確認してください。", - "Step 1 failed. Exception: %s" : "ステップ 1 の実行に失敗しました。例外: %s", - "Step 2 failed. Exception: %s" : "ステップ 2 の実行に失敗しました。例外: %s", - "Dropbox App Configuration" : "Dropbox アプリ設定", - "Google Drive App Configuration" : "Google アプリ設定", + "Are you sure you want to delete this external storage" : "この外部ストレージを本当に削除しますか?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\"はインストールされていません。 %s のマウントは不可能です。システム管理者にインストールを依頼してください。", - "No external storage configured" : "外部ストレージは設定されていません", - "You can add external storages in the personal settings" : "個人設定で外部ストレージを設定することができます。", - "Allow users to mount the following external storage" : "ユーザーに次の外部ストレージのマウントを許可する", - "Are you sure you want to delete this external storage" : "この外部ストレージを本当に削除しますか?" + "Allow users to mount the following external storage" : "ユーザーに次の外部ストレージのマウントを許可する" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/files_external/l10n/ka_GE.js b/apps/files_external/l10n/ka_GE.js index 0a46873173..a2a7474553 100644 --- a/apps/files_external/l10n/ka_GE.js +++ b/apps/files_external/l10n/ka_GE.js @@ -120,19 +120,9 @@ OC.L10N.register( "Add storage" : "საცავის დამატება", "Advanced settings" : "დამატებითი პარამეტრები", "Allow users to mount external storage" : "მივცეთ მომხმარებლებს გარე საცავის მონტაჟის უფლება", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "მოთხოვნის ტოკენების მიღება ვერ მოხერხდა. დარწმუნდით რომ თქვენი აპლიკაციის გასაღები საიდუმლოა და სწორია.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "მოთხოვნის ტოკენების მიღება ვერ მოხერხდა. დარწმუნდით რომ თქვენი აპლიკაციის გასაღები საიდუმლოა და სწორია.", - "Step 1 failed. Exception: %s" : "ნაბიჯი 1 ჩაიშალა. გამონაკლისი: %s", - "Step 2 failed. Exception: %s" : "ნაბიჯი 2 ჩაიშალა. გამონაკლისი: %s", - "Dropbox App Configuration" : "Dropbox აპლიკაციის კონფიგურაცია", - "Google Drive App Configuration" : "Google Drive აპლიკაციის კონფიგურაცია", + "Are you sure you want to delete this external storage" : "დარწმუნებული ხართ, რომ გსურთ ამ გარე საცავის გაუქმება?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox-ი", - "Google Drive" : "Google Drive-ი", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" არაა დაყენებული. %s-ის მონტაჟი ვერ ხერხდება. გთხოვთ სთხოვოთ თქვენი სისტემის ადმინისტრატორს მისი დაყენება.", - "No external storage configured" : "გარე საცავი არაა კონფიგურირებული", - "You can add external storages in the personal settings" : "გარე საცავები შეგიძლიათ დაამატოთ პირად პარამეტრებში", - "Allow users to mount the following external storage" : "მივცეთ მომხმარებლებს შემდეგი გარე საცავების მონტაჟის უფლება", - "Are you sure you want to delete this external storage" : "დარწმუნებული ხართ, რომ გსურთ ამ გარე საცავის გაუქმება?" + "Allow users to mount the following external storage" : "მივცეთ მომხმარებლებს შემდეგი გარე საცავების მონტაჟის უფლება" }, "nplurals=2; plural=(n!=1);"); diff --git a/apps/files_external/l10n/ka_GE.json b/apps/files_external/l10n/ka_GE.json index 2742cef50d..020b8a7ea4 100644 --- a/apps/files_external/l10n/ka_GE.json +++ b/apps/files_external/l10n/ka_GE.json @@ -118,19 +118,9 @@ "Add storage" : "საცავის დამატება", "Advanced settings" : "დამატებითი პარამეტრები", "Allow users to mount external storage" : "მივცეთ მომხმარებლებს გარე საცავის მონტაჟის უფლება", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "მოთხოვნის ტოკენების მიღება ვერ მოხერხდა. დარწმუნდით რომ თქვენი აპლიკაციის გასაღები საიდუმლოა და სწორია.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "მოთხოვნის ტოკენების მიღება ვერ მოხერხდა. დარწმუნდით რომ თქვენი აპლიკაციის გასაღები საიდუმლოა და სწორია.", - "Step 1 failed. Exception: %s" : "ნაბიჯი 1 ჩაიშალა. გამონაკლისი: %s", - "Step 2 failed. Exception: %s" : "ნაბიჯი 2 ჩაიშალა. გამონაკლისი: %s", - "Dropbox App Configuration" : "Dropbox აპლიკაციის კონფიგურაცია", - "Google Drive App Configuration" : "Google Drive აპლიკაციის კონფიგურაცია", + "Are you sure you want to delete this external storage" : "დარწმუნებული ხართ, რომ გსურთ ამ გარე საცავის გაუქმება?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox-ი", - "Google Drive" : "Google Drive-ი", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" არაა დაყენებული. %s-ის მონტაჟი ვერ ხერხდება. გთხოვთ სთხოვოთ თქვენი სისტემის ადმინისტრატორს მისი დაყენება.", - "No external storage configured" : "გარე საცავი არაა კონფიგურირებული", - "You can add external storages in the personal settings" : "გარე საცავები შეგიძლიათ დაამატოთ პირად პარამეტრებში", - "Allow users to mount the following external storage" : "მივცეთ მომხმარებლებს შემდეგი გარე საცავების მონტაჟის უფლება", - "Are you sure you want to delete this external storage" : "დარწმუნებული ხართ, რომ გსურთ ამ გარე საცავის გაუქმება?" + "Allow users to mount the following external storage" : "მივცეთ მომხმარებლებს შემდეგი გარე საცავების მონტაჟის უფლება" },"pluralForm" :"nplurals=2; plural=(n!=1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/ko.js b/apps/files_external/l10n/ko.js index b5176a6d3d..87f27e52ee 100644 --- a/apps/files_external/l10n/ko.js +++ b/apps/files_external/l10n/ko.js @@ -115,19 +115,9 @@ OC.L10N.register( "Add storage" : "저장소 추가", "Advanced settings" : "고급 설정", "Allow users to mount external storage" : "사용자가 외부 저장소를 마운트하도록 허용", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "요청 토큰을 가져올 수 없습니다. 앱 키와 비밀 값이 올바른지 확인하십시오.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "접근 토큰을 가져올 수 없습니다. 앱 키와 비밀 값이 올바른지 확인하십시오.", - "Step 1 failed. Exception: %s" : "1단계 실패. 예외: %s", - "Step 2 failed. Exception: %s" : "2단계 실패. 예외: %s", - "Dropbox App Configuration" : "Dropbox 앱 설정", - "Google Drive App Configuration" : "Google 드라이브 앱 설정", + "Are you sure you want to delete this external storage" : "이 외부 저장소를 삭제하시겠습니까", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google 드라이브", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\"이(가) 설치되어 있지 않습니다. %s을(를) 마운트할 수 없습니다. 시스템 관리자에게 설치를 요청하십시오.", - "No external storage configured" : "외부 저장소가 설정되지 않았음", - "You can add external storages in the personal settings" : "개인 설정에서 외부 저장소를 추가할 수 있습니다", - "Allow users to mount the following external storage" : "사용자가 다음 외부 저장소를 마운트할 수 있도록 허용", - "Are you sure you want to delete this external storage" : "이 외부 저장소를 삭제하시겠습니까" + "Allow users to mount the following external storage" : "사용자가 다음 외부 저장소를 마운트할 수 있도록 허용" }, "nplurals=1; plural=0;"); diff --git a/apps/files_external/l10n/ko.json b/apps/files_external/l10n/ko.json index 4b8e795f48..2df3ce067d 100644 --- a/apps/files_external/l10n/ko.json +++ b/apps/files_external/l10n/ko.json @@ -113,19 +113,9 @@ "Add storage" : "저장소 추가", "Advanced settings" : "고급 설정", "Allow users to mount external storage" : "사용자가 외부 저장소를 마운트하도록 허용", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "요청 토큰을 가져올 수 없습니다. 앱 키와 비밀 값이 올바른지 확인하십시오.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "접근 토큰을 가져올 수 없습니다. 앱 키와 비밀 값이 올바른지 확인하십시오.", - "Step 1 failed. Exception: %s" : "1단계 실패. 예외: %s", - "Step 2 failed. Exception: %s" : "2단계 실패. 예외: %s", - "Dropbox App Configuration" : "Dropbox 앱 설정", - "Google Drive App Configuration" : "Google 드라이브 앱 설정", + "Are you sure you want to delete this external storage" : "이 외부 저장소를 삭제하시겠습니까", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google 드라이브", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\"이(가) 설치되어 있지 않습니다. %s을(를) 마운트할 수 없습니다. 시스템 관리자에게 설치를 요청하십시오.", - "No external storage configured" : "외부 저장소가 설정되지 않았음", - "You can add external storages in the personal settings" : "개인 설정에서 외부 저장소를 추가할 수 있습니다", - "Allow users to mount the following external storage" : "사용자가 다음 외부 저장소를 마운트할 수 있도록 허용", - "Are you sure you want to delete this external storage" : "이 외부 저장소를 삭제하시겠습니까" + "Allow users to mount the following external storage" : "사용자가 다음 외부 저장소를 마운트할 수 있도록 허용" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/files_external/l10n/lt_LT.js b/apps/files_external/l10n/lt_LT.js index 7a794159a6..f7d8489be6 100644 --- a/apps/files_external/l10n/lt_LT.js +++ b/apps/files_external/l10n/lt_LT.js @@ -117,13 +117,8 @@ OC.L10N.register( "Add storage" : "Pridėti saugyklą", "Advanced settings" : "Išplėstiniai nustatymai", "Allow users to mount external storage" : "Leisti naudotojams prijungti išorines saugyklas", - "Step 1 failed. Exception: %s" : "Žingsnis 1 nepavyko. Išimtis: %s", - "Step 2 failed. Exception: %s" : "Žingsnis 2 nepavyko. Išimtis: %s", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nėra įdiegta \"%s\". %s prijungimas yra neįmanomas. Paprašykite savo sistemos administratoriaus, kad įdiegtų trūkstamą paketą.", - "No external storage configured" : "Nėra sukonfigūruota jokia išorinė saugykla", - "You can add external storages in the personal settings" : "Galite pridėti papildomą išorinę saugyklą nustatymų skiltyje", "Allow users to mount the following external storage" : "Leisti naudotojams prijungti šias išorines saugyklas" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/files_external/l10n/lt_LT.json b/apps/files_external/l10n/lt_LT.json index ba9ad894c1..9efafecc82 100644 --- a/apps/files_external/l10n/lt_LT.json +++ b/apps/files_external/l10n/lt_LT.json @@ -115,13 +115,8 @@ "Add storage" : "Pridėti saugyklą", "Advanced settings" : "Išplėstiniai nustatymai", "Allow users to mount external storage" : "Leisti naudotojams prijungti išorines saugyklas", - "Step 1 failed. Exception: %s" : "Žingsnis 1 nepavyko. Išimtis: %s", - "Step 2 failed. Exception: %s" : "Žingsnis 2 nepavyko. Išimtis: %s", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nėra įdiegta \"%s\". %s prijungimas yra neįmanomas. Paprašykite savo sistemos administratoriaus, kad įdiegtų trūkstamą paketą.", - "No external storage configured" : "Nėra sukonfigūruota jokia išorinė saugykla", - "You can add external storages in the personal settings" : "Galite pridėti papildomą išorinę saugyklą nustatymų skiltyje", "Allow users to mount the following external storage" : "Leisti naudotojams prijungti šias išorines saugyklas" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/apps/files_external/l10n/lv.js b/apps/files_external/l10n/lv.js index 075ae6b0a2..9576b87bc3 100644 --- a/apps/files_external/l10n/lv.js +++ b/apps/files_external/l10n/lv.js @@ -78,7 +78,6 @@ OC.L10N.register( "Add storage" : "Pievienot krātuvi", "Advanced settings" : "Paplašināti iestatījumi", "Allow users to mount external storage" : "Atļaut lietotājiem uzstādīt ārējās krātuves", - "OpenStack" : "OpenStack", - "No external storage configured" : "Nav konfigurēta ārējā krātuve" + "OpenStack" : "OpenStack" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/apps/files_external/l10n/lv.json b/apps/files_external/l10n/lv.json index 9f5e0da323..1d18674d0a 100644 --- a/apps/files_external/l10n/lv.json +++ b/apps/files_external/l10n/lv.json @@ -76,7 +76,6 @@ "Add storage" : "Pievienot krātuvi", "Advanced settings" : "Paplašināti iestatījumi", "Allow users to mount external storage" : "Atļaut lietotājiem uzstādīt ārējās krātuves", - "OpenStack" : "OpenStack", - "No external storage configured" : "Nav konfigurēta ārējā krātuve" + "OpenStack" : "OpenStack" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" } \ No newline at end of file diff --git a/apps/files_external/l10n/nb.js b/apps/files_external/l10n/nb.js index 9a63b58caf..25e395a755 100644 --- a/apps/files_external/l10n/nb.js +++ b/apps/files_external/l10n/nb.js @@ -120,19 +120,9 @@ OC.L10N.register( "Add storage" : "Legg til lagringsplass", "Advanced settings" : "Avanserte innstillinger", "Allow users to mount external storage" : "Tillat at brukere kobler opp eksterne lagre", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Henting av henvendelsessymboler mislyktes. Sjekk at programnøkkelen og hemmeligheten din stemmer. ", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Henting av adgangssymboler mislyktes. Sjekk at programnøkkelen og hemmeligheten din stemmer.", - "Step 1 failed. Exception: %s" : "Steg 1 mislyktes. Unntak: %s", - "Step 2 failed. Exception: %s" : "Steg 2 mislyktes. Unntak: %s", - "Dropbox App Configuration" : "Oppsett for Dropbox-program", - "Google Drive App Configuration" : "Oppsett av Google Drive-program", + "Are you sure you want to delete this external storage" : "Er du sikker på at du vil slette denne eksterne lagringsplassen?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" er ikke installert. Oppkobling av %s er ikke mulig. Spør din systemadministrator om å installere det.", - "No external storage configured" : "Eksternt lager er ikke konfigurert", - "You can add external storages in the personal settings" : "Du kan legge til eksterne lagre i personlige innstillinger", - "Allow users to mount the following external storage" : "Tillat brukere å koble opp følgende eksterne lagring", - "Are you sure you want to delete this external storage" : "Er du sikker på at du vil slette denne eksterne lagringsplassen?" + "Allow users to mount the following external storage" : "Tillat brukere å koble opp følgende eksterne lagring" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/nb.json b/apps/files_external/l10n/nb.json index 032e07c638..b0646c6a9f 100644 --- a/apps/files_external/l10n/nb.json +++ b/apps/files_external/l10n/nb.json @@ -118,19 +118,9 @@ "Add storage" : "Legg til lagringsplass", "Advanced settings" : "Avanserte innstillinger", "Allow users to mount external storage" : "Tillat at brukere kobler opp eksterne lagre", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Henting av henvendelsessymboler mislyktes. Sjekk at programnøkkelen og hemmeligheten din stemmer. ", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Henting av adgangssymboler mislyktes. Sjekk at programnøkkelen og hemmeligheten din stemmer.", - "Step 1 failed. Exception: %s" : "Steg 1 mislyktes. Unntak: %s", - "Step 2 failed. Exception: %s" : "Steg 2 mislyktes. Unntak: %s", - "Dropbox App Configuration" : "Oppsett for Dropbox-program", - "Google Drive App Configuration" : "Oppsett av Google Drive-program", + "Are you sure you want to delete this external storage" : "Er du sikker på at du vil slette denne eksterne lagringsplassen?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" er ikke installert. Oppkobling av %s er ikke mulig. Spør din systemadministrator om å installere det.", - "No external storage configured" : "Eksternt lager er ikke konfigurert", - "You can add external storages in the personal settings" : "Du kan legge til eksterne lagre i personlige innstillinger", - "Allow users to mount the following external storage" : "Tillat brukere å koble opp følgende eksterne lagring", - "Are you sure you want to delete this external storage" : "Er du sikker på at du vil slette denne eksterne lagringsplassen?" + "Allow users to mount the following external storage" : "Tillat brukere å koble opp følgende eksterne lagring" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/nl.js b/apps/files_external/l10n/nl.js index 6faabf694f..87acff2f29 100644 --- a/apps/files_external/l10n/nl.js +++ b/apps/files_external/l10n/nl.js @@ -130,20 +130,9 @@ OC.L10N.register( "Advanced settings" : "Geavanceerde instellingen", "Allow users to mount external storage" : "Sta gebruikers toe om een externe opslag aan te koppelen", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Globale inloggegevens kunnen worden gebruikt met meerdere externe opslagsystemen met dezelfde inloggegevens.", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Binnenhalen van de aanvraag token is mislukt. Controleer dat je app sleutel en geheim correct zijn.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Binnenhalen van de toegangstoken is mislukt. Controleer dat je app sleutel en geheim correct zijn.", - "Step 1 failed. Exception: %s" : "Stap 1 mislukt. Uitzondering: %s", - "Step 2 failed. Exception: %s" : "Stap 2 mislukt. Uitzondering: %s", - "Dropbox App Configuration" : "Dropbox App Configuratie", - "Google Drive App Configuration" : "Google Drive App Configuratie", + "Are you sure you want to delete this external storage" : "Weet je zeker dat je de externe opslag wilt verwijderen", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" is niet geïnstalleerd. Mounten van %s is niet mogelijk. Vraag je beheerder om dit te installeren.", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Met deze applicatie kunnen beheerders verbindingen met externe opslagproviders configureren, zoals FTP-servers, S3- of SWIFT-objectwinkels, Google Drive, Dropbox, andere Nextcloud-servers, WebDAV-servers en meer. Beheerders kunnen kiezen welke opslagtypen moeten worden ingeschakeld en kunnen deze opslaglocaties koppelen aan een gebruiker, een groep of het hele systeem. Gebruikers zien in hun hoofdmap een nieuwe map verschijnen, die ze kunnen openen en gebruiken zoals elke andere Nextcloud-map. Externe opslag stelt gebruikers ook in staat bestanden te delen die zijn opgeslagen op deze externe locaties. In deze gevallen worden de inloggegevens voor de eigenaar van het bestand gebruikt wanneer de ontvanger ​​vanuit externe opslag het bestand opvraagt, waardoor de ontvanger toegang heeft tot het gedeelde bestand.\n\nExterne opslag kan met behulp van de GUI of via de opdrachtregel worden geconfigureerd. Deze tweede optie biedt de geavanceerde gebruiker meer flexibiliteit bij het configureren van bulk externe opslagaankoppelpunten en het instellen van aankoppel-prioriteiten. Meer informatie is beschikbaar in de GUI-documentatie voor externe opslag en de documentatie voor de configuratie van externe opslag.", - "No external storage configured" : "Geen externe opslag geconfigureerd", - "You can add external storages in the personal settings" : "Je kunt externe opslag toevoegen in persoonlijke instellingen", - "Allow users to mount the following external storage" : "Sta gebruikers toe de volgende externe opslag aan te koppelen", - "Are you sure you want to delete this external storage" : "Weet je zeker dat je de externe opslag wilt verwijderen" + "Allow users to mount the following external storage" : "Sta gebruikers toe de volgende externe opslag aan te koppelen" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/nl.json b/apps/files_external/l10n/nl.json index 3c11e10a1b..a998df23ab 100644 --- a/apps/files_external/l10n/nl.json +++ b/apps/files_external/l10n/nl.json @@ -128,20 +128,9 @@ "Advanced settings" : "Geavanceerde instellingen", "Allow users to mount external storage" : "Sta gebruikers toe om een externe opslag aan te koppelen", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Globale inloggegevens kunnen worden gebruikt met meerdere externe opslagsystemen met dezelfde inloggegevens.", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Binnenhalen van de aanvraag token is mislukt. Controleer dat je app sleutel en geheim correct zijn.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Binnenhalen van de toegangstoken is mislukt. Controleer dat je app sleutel en geheim correct zijn.", - "Step 1 failed. Exception: %s" : "Stap 1 mislukt. Uitzondering: %s", - "Step 2 failed. Exception: %s" : "Stap 2 mislukt. Uitzondering: %s", - "Dropbox App Configuration" : "Dropbox App Configuratie", - "Google Drive App Configuration" : "Google Drive App Configuratie", + "Are you sure you want to delete this external storage" : "Weet je zeker dat je de externe opslag wilt verwijderen", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" is niet geïnstalleerd. Mounten van %s is niet mogelijk. Vraag je beheerder om dit te installeren.", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Met deze applicatie kunnen beheerders verbindingen met externe opslagproviders configureren, zoals FTP-servers, S3- of SWIFT-objectwinkels, Google Drive, Dropbox, andere Nextcloud-servers, WebDAV-servers en meer. Beheerders kunnen kiezen welke opslagtypen moeten worden ingeschakeld en kunnen deze opslaglocaties koppelen aan een gebruiker, een groep of het hele systeem. Gebruikers zien in hun hoofdmap een nieuwe map verschijnen, die ze kunnen openen en gebruiken zoals elke andere Nextcloud-map. Externe opslag stelt gebruikers ook in staat bestanden te delen die zijn opgeslagen op deze externe locaties. In deze gevallen worden de inloggegevens voor de eigenaar van het bestand gebruikt wanneer de ontvanger ​​vanuit externe opslag het bestand opvraagt, waardoor de ontvanger toegang heeft tot het gedeelde bestand.\n\nExterne opslag kan met behulp van de GUI of via de opdrachtregel worden geconfigureerd. Deze tweede optie biedt de geavanceerde gebruiker meer flexibiliteit bij het configureren van bulk externe opslagaankoppelpunten en het instellen van aankoppel-prioriteiten. Meer informatie is beschikbaar in de GUI-documentatie voor externe opslag en de documentatie voor de configuratie van externe opslag.", - "No external storage configured" : "Geen externe opslag geconfigureerd", - "You can add external storages in the personal settings" : "Je kunt externe opslag toevoegen in persoonlijke instellingen", - "Allow users to mount the following external storage" : "Sta gebruikers toe de volgende externe opslag aan te koppelen", - "Are you sure you want to delete this external storage" : "Weet je zeker dat je de externe opslag wilt verwijderen" + "Allow users to mount the following external storage" : "Sta gebruikers toe de volgende externe opslag aan te koppelen" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/pl.js b/apps/files_external/l10n/pl.js index 0fa670180f..0b4ae918b5 100644 --- a/apps/files_external/l10n/pl.js +++ b/apps/files_external/l10n/pl.js @@ -122,19 +122,9 @@ OC.L10N.register( "Add storage" : "Dodaj zewnętrzne magazyny", "Advanced settings" : "Ustawienia zaawansowane", "Allow users to mount external storage" : "Pozwól użytkownikom montować zewnętrzne zasoby dyskowe", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Otrzymano błędne żądanie tokenów. Sprawdź, czy klucz aplikacji oraz klucz poufny są poprawne.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Otrzymano błędne żądanie tokenów. Sprawdź, czy klucz aplikacji oraz klucz poufny są poprawne.", - "Step 1 failed. Exception: %s" : "Krok 1 błędny. Błąd: %s", - "Step 2 failed. Exception: %s" : "Krok 2 błędny. Błąd: %s", - "Dropbox App Configuration" : "Konfiguracja aplikacji Dropbox", - "Google Drive App Configuration" : "Konfiguracja aplikacji Google Drive", + "Are you sure you want to delete this external storage" : "Czy na pewno chcesz usunąć zewnętrzny magazyn?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Dysk Google", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" nie jest zainstalowane. Zamontowanie %s jest niemożliwe. Proszę poprosić swojego administratora systemu, żeby dokonał instalacji.", - "No external storage configured" : "Nie skonfigurowano żadnego zewnętrznego nośnika", - "You can add external storages in the personal settings" : "W ustawieniach osobistych możesz dodać zewnętrzne magazyny przechowywania", - "Allow users to mount the following external storage" : "Pozwól użytkownikom montować następujące zewnętrzne zasoby dyskowe", - "Are you sure you want to delete this external storage" : "Czy na pewno chcesz usunąć zewnętrzny magazyn?" + "Allow users to mount the following external storage" : "Pozwól użytkownikom montować następujące zewnętrzne zasoby dyskowe" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/apps/files_external/l10n/pl.json b/apps/files_external/l10n/pl.json index e63c3e3eeb..b710e25a33 100644 --- a/apps/files_external/l10n/pl.json +++ b/apps/files_external/l10n/pl.json @@ -120,19 +120,9 @@ "Add storage" : "Dodaj zewnętrzne magazyny", "Advanced settings" : "Ustawienia zaawansowane", "Allow users to mount external storage" : "Pozwól użytkownikom montować zewnętrzne zasoby dyskowe", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Otrzymano błędne żądanie tokenów. Sprawdź, czy klucz aplikacji oraz klucz poufny są poprawne.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Otrzymano błędne żądanie tokenów. Sprawdź, czy klucz aplikacji oraz klucz poufny są poprawne.", - "Step 1 failed. Exception: %s" : "Krok 1 błędny. Błąd: %s", - "Step 2 failed. Exception: %s" : "Krok 2 błędny. Błąd: %s", - "Dropbox App Configuration" : "Konfiguracja aplikacji Dropbox", - "Google Drive App Configuration" : "Konfiguracja aplikacji Google Drive", + "Are you sure you want to delete this external storage" : "Czy na pewno chcesz usunąć zewnętrzny magazyn?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Dysk Google", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" nie jest zainstalowane. Zamontowanie %s jest niemożliwe. Proszę poprosić swojego administratora systemu, żeby dokonał instalacji.", - "No external storage configured" : "Nie skonfigurowano żadnego zewnętrznego nośnika", - "You can add external storages in the personal settings" : "W ustawieniach osobistych możesz dodać zewnętrzne magazyny przechowywania", - "Allow users to mount the following external storage" : "Pozwól użytkownikom montować następujące zewnętrzne zasoby dyskowe", - "Are you sure you want to delete this external storage" : "Czy na pewno chcesz usunąć zewnętrzny magazyn?" + "Allow users to mount the following external storage" : "Pozwól użytkownikom montować następujące zewnętrzne zasoby dyskowe" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/apps/files_external/l10n/pt_BR.js b/apps/files_external/l10n/pt_BR.js index 8540cb366c..87e0ce5aab 100644 --- a/apps/files_external/l10n/pt_BR.js +++ b/apps/files_external/l10n/pt_BR.js @@ -130,20 +130,9 @@ OC.L10N.register( "Advanced settings" : "Configurações avançadas", "Allow users to mount external storage" : "Permitir que usuários montem armazenamento externo", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Credenciais globais podem ser usadas para autenticar com vários armazenamentos externos que possuem as mesmas credenciais.", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "A busca pelos tokens solicitados falharam. Verifique se a chave e o segredo da sua aplicação estão corretos.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "O acesso aos tokens solicitados falharam. Verifique se a chave e o segredo da sua aplicação estão corretos.", - "Step 1 failed. Exception: %s" : "Passo 1 falhou. Erro: %s", - "Step 2 failed. Exception: %s" : "Passo 2 falhou. Erro: %s", - "Dropbox App Configuration" : "Configuração do Aplicativo Dropbox", - "Google Drive App Configuration" : "Configuração do aplicativo Google Drive", + "Are you sure you want to delete this external storage" : "Quer realmente excluir este armazenamento externo", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" não está instalado. A montagem de %s não foi possível. Por favor, solicite a instalação ao administrador do sistema.", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Esse aplicativo permite que os administradores configurem conexões com provedores de armazenamento externos, como servidores FTP, armazenamentos de objeto S3 ou SWIFT, Google Drive, Dropbox, outros servidores Nextcloud, servidores WebDAV e muito mais. Os administradores podem escolher quais tipos de armazenamento serão habilitados e podem montá-los para um usuário, um grupo ou todo o sistema. Os usuários verão uma nova pasta aparecer no diretório raiz do Nextcloud, que eles podem acessar e usar como qualquer outra pasta. O armazenamento externo também permite que os usuários compartilhem arquivos armazenados nesses locais externos. Nesses casos, as credenciais do proprietário do arquivo são usadas quando o destinatário solicita o arquivo do armazenamento externo, garantindo, assim, que o destinatário possa acessar o arquivo compartilhado.\n\nO armazenamento externo pode ser configurado usando a GUI ou pela linha de comando. Essa segunda opção fornece ao usuário avançado mais flexibilidade para configurar montagens em massa e definir prioridades de montagem. Mais informações estão disponíveis na documentação da GUI de armazenamento externo e na documentação do Arquivo de Configuração de armazenamento externo.", - "No external storage configured" : "Nenhum armazendo externo foi configurado", - "You can add external storages in the personal settings" : "Você pode adicionar armazenamentos externos nas configurações pessoais", - "Allow users to mount the following external storage" : "Permitir que usuários montem o seguinte armazenamento externo", - "Are you sure you want to delete this external storage" : "Quer realmente excluir este armazenamento externo" + "Allow users to mount the following external storage" : "Permitir que usuários montem o seguinte armazenamento externo" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/files_external/l10n/pt_BR.json b/apps/files_external/l10n/pt_BR.json index e97f66f3c2..73d1bf52c8 100644 --- a/apps/files_external/l10n/pt_BR.json +++ b/apps/files_external/l10n/pt_BR.json @@ -128,20 +128,9 @@ "Advanced settings" : "Configurações avançadas", "Allow users to mount external storage" : "Permitir que usuários montem armazenamento externo", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Credenciais globais podem ser usadas para autenticar com vários armazenamentos externos que possuem as mesmas credenciais.", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "A busca pelos tokens solicitados falharam. Verifique se a chave e o segredo da sua aplicação estão corretos.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "O acesso aos tokens solicitados falharam. Verifique se a chave e o segredo da sua aplicação estão corretos.", - "Step 1 failed. Exception: %s" : "Passo 1 falhou. Erro: %s", - "Step 2 failed. Exception: %s" : "Passo 2 falhou. Erro: %s", - "Dropbox App Configuration" : "Configuração do Aplicativo Dropbox", - "Google Drive App Configuration" : "Configuração do aplicativo Google Drive", + "Are you sure you want to delete this external storage" : "Quer realmente excluir este armazenamento externo", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" não está instalado. A montagem de %s não foi possível. Por favor, solicite a instalação ao administrador do sistema.", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Esse aplicativo permite que os administradores configurem conexões com provedores de armazenamento externos, como servidores FTP, armazenamentos de objeto S3 ou SWIFT, Google Drive, Dropbox, outros servidores Nextcloud, servidores WebDAV e muito mais. Os administradores podem escolher quais tipos de armazenamento serão habilitados e podem montá-los para um usuário, um grupo ou todo o sistema. Os usuários verão uma nova pasta aparecer no diretório raiz do Nextcloud, que eles podem acessar e usar como qualquer outra pasta. O armazenamento externo também permite que os usuários compartilhem arquivos armazenados nesses locais externos. Nesses casos, as credenciais do proprietário do arquivo são usadas quando o destinatário solicita o arquivo do armazenamento externo, garantindo, assim, que o destinatário possa acessar o arquivo compartilhado.\n\nO armazenamento externo pode ser configurado usando a GUI ou pela linha de comando. Essa segunda opção fornece ao usuário avançado mais flexibilidade para configurar montagens em massa e definir prioridades de montagem. Mais informações estão disponíveis na documentação da GUI de armazenamento externo e na documentação do Arquivo de Configuração de armazenamento externo.", - "No external storage configured" : "Nenhum armazendo externo foi configurado", - "You can add external storages in the personal settings" : "Você pode adicionar armazenamentos externos nas configurações pessoais", - "Allow users to mount the following external storage" : "Permitir que usuários montem o seguinte armazenamento externo", - "Are you sure you want to delete this external storage" : "Quer realmente excluir este armazenamento externo" + "Allow users to mount the following external storage" : "Permitir que usuários montem o seguinte armazenamento externo" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/pt_PT.js b/apps/files_external/l10n/pt_PT.js index ab7b2541e2..f7270b8606 100644 --- a/apps/files_external/l10n/pt_PT.js +++ b/apps/files_external/l10n/pt_PT.js @@ -116,19 +116,9 @@ OC.L10N.register( "Add storage" : "Adicionar armazenamento", "Advanced settings" : "Definições avançadas", "Allow users to mount external storage" : "Permitir que os utilizadores montem armazenamento externo", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Falhou a obter tokens de pedido. Verifique se a sua chave de aplicação e segredo estão correctos.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Falhou a obter tokens de acesso. Verifique se a sua chave de aplicação e segredo estão correctos.", - "Step 1 failed. Exception: %s" : "Passo 1 falhou. Excepção: %s", - "Step 2 failed. Exception: %s" : "Passo 2 falhou. Excepção: %s", - "Dropbox App Configuration" : "configuração da aplicação Dropbox", - "Google Drive App Configuration" : "Configuração da aplicação Google Drive", + "Are you sure you want to delete this external storage" : "De certeza que quer apagar este armazenamento externo", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" não está instalado. Não é possível montar %s. Por favor peça ao seu administrador que o instale.", - "No external storage configured" : "Sem armazenamentos externos configurados", - "You can add external storages in the personal settings" : "Pode adicionar armazenamentos externos nas definições pessoais", - "Allow users to mount the following external storage" : "Permitir que os utilizadores montem o seguinte armazenamento externo", - "Are you sure you want to delete this external storage" : "De certeza que quer apagar este armazenamento externo" + "Allow users to mount the following external storage" : "Permitir que os utilizadores montem o seguinte armazenamento externo" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/pt_PT.json b/apps/files_external/l10n/pt_PT.json index 6d36038fc5..35c903b2f2 100644 --- a/apps/files_external/l10n/pt_PT.json +++ b/apps/files_external/l10n/pt_PT.json @@ -114,19 +114,9 @@ "Add storage" : "Adicionar armazenamento", "Advanced settings" : "Definições avançadas", "Allow users to mount external storage" : "Permitir que os utilizadores montem armazenamento externo", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Falhou a obter tokens de pedido. Verifique se a sua chave de aplicação e segredo estão correctos.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Falhou a obter tokens de acesso. Verifique se a sua chave de aplicação e segredo estão correctos.", - "Step 1 failed. Exception: %s" : "Passo 1 falhou. Excepção: %s", - "Step 2 failed. Exception: %s" : "Passo 2 falhou. Excepção: %s", - "Dropbox App Configuration" : "configuração da aplicação Dropbox", - "Google Drive App Configuration" : "Configuração da aplicação Google Drive", + "Are you sure you want to delete this external storage" : "De certeza que quer apagar este armazenamento externo", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" não está instalado. Não é possível montar %s. Por favor peça ao seu administrador que o instale.", - "No external storage configured" : "Sem armazenamentos externos configurados", - "You can add external storages in the personal settings" : "Pode adicionar armazenamentos externos nas definições pessoais", - "Allow users to mount the following external storage" : "Permitir que os utilizadores montem o seguinte armazenamento externo", - "Are you sure you want to delete this external storage" : "De certeza que quer apagar este armazenamento externo" + "Allow users to mount the following external storage" : "Permitir que os utilizadores montem o seguinte armazenamento externo" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/ru.js b/apps/files_external/l10n/ru.js index a78aa47daa..f9a9962bd3 100644 --- a/apps/files_external/l10n/ru.js +++ b/apps/files_external/l10n/ru.js @@ -130,20 +130,9 @@ OC.L10N.register( "Advanced settings" : "Расширенные настройки", "Allow users to mount external storage" : "Разрешить пользователями подключать внешние хранилища", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Глобальные учетные данные могут использоваться для аутентификации с несколькими внешними хранилищами, которые имеют одинаковые учетные данные.", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Ошибка получения токенов запроса. Проверьте корректность ключа и секрета приложения.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Ошибка получения токенов доступа. Проверьте корректность ключа и секрета приложения.", - "Step 1 failed. Exception: %s" : "Шаг 1 неудачен. Исключение: %s", - "Step 2 failed. Exception: %s" : "Шаг 2 неудачен. Исключение: %s", - "Dropbox App Configuration" : "Настройка приложения Dropbox", - "Google Drive App Configuration" : "Настройка приложения Google Drive", + "Are you sure you want to delete this external storage" : "Действительно удалить это внешнее хранилище?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Диск", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "«%s» не установлен, монтирование %s невозможно. Обратитесь к вашему системному администратору.", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Это приложение позволяет администраторам настраивать подключения к провайдерам внешних хранилищ, таким как FTP-серверы, хранилища объектов S3 или SWIFT, Google Drive, Dropbox, другие серверы Nextcloud, серверы WebDAV и т. Д. Администраторы могут выбирать типы хранилищ для использования и монтировать эти места хранения для пользователя, группы или всей системы. Пользователи увидят, что в их корневой директории Nextcloud появилась новая папка, которую они могут использовать, как и любую другую папку Nextcloud. Внешние хранилища также позволяют пользователям обмениваться файлами, хранящимися в них. В этих случаях учетные данные для владельца файла используются, когда получатель запрашивает файл из внешнего хранилища, тем самым гарантируя, что получатель может получить доступ к общему файлу. Внешнее хранилище можно настроить с помощью GUI или в командной строке. Второй вариант предоставляет продвинутому пользователю большую гибкость для настройки внешнего хранилища и установки приоритетов монтирования. Дополнительная информация доступна в документации по GUI внешного хранилища и документации файла конфигурации внешнего хранилища.", - "No external storage configured" : "Внешние хранилища не настроены", - "You can add external storages in the personal settings" : "Вы можете добавить внешние хранилища в личных настройках", - "Allow users to mount the following external storage" : "Разрешить использование следующих служб хранения данных:", - "Are you sure you want to delete this external storage" : "Действительно удалить это внешнее хранилище?" + "Allow users to mount the following external storage" : "Разрешить использование следующих служб хранения данных:" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/files_external/l10n/ru.json b/apps/files_external/l10n/ru.json index 433a9e9a02..020a263709 100644 --- a/apps/files_external/l10n/ru.json +++ b/apps/files_external/l10n/ru.json @@ -128,20 +128,9 @@ "Advanced settings" : "Расширенные настройки", "Allow users to mount external storage" : "Разрешить пользователями подключать внешние хранилища", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Глобальные учетные данные могут использоваться для аутентификации с несколькими внешними хранилищами, которые имеют одинаковые учетные данные.", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Ошибка получения токенов запроса. Проверьте корректность ключа и секрета приложения.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Ошибка получения токенов доступа. Проверьте корректность ключа и секрета приложения.", - "Step 1 failed. Exception: %s" : "Шаг 1 неудачен. Исключение: %s", - "Step 2 failed. Exception: %s" : "Шаг 2 неудачен. Исключение: %s", - "Dropbox App Configuration" : "Настройка приложения Dropbox", - "Google Drive App Configuration" : "Настройка приложения Google Drive", + "Are you sure you want to delete this external storage" : "Действительно удалить это внешнее хранилище?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Диск", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "«%s» не установлен, монтирование %s невозможно. Обратитесь к вашему системному администратору.", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Это приложение позволяет администраторам настраивать подключения к провайдерам внешних хранилищ, таким как FTP-серверы, хранилища объектов S3 или SWIFT, Google Drive, Dropbox, другие серверы Nextcloud, серверы WebDAV и т. Д. Администраторы могут выбирать типы хранилищ для использования и монтировать эти места хранения для пользователя, группы или всей системы. Пользователи увидят, что в их корневой директории Nextcloud появилась новая папка, которую они могут использовать, как и любую другую папку Nextcloud. Внешние хранилища также позволяют пользователям обмениваться файлами, хранящимися в них. В этих случаях учетные данные для владельца файла используются, когда получатель запрашивает файл из внешнего хранилища, тем самым гарантируя, что получатель может получить доступ к общему файлу. Внешнее хранилище можно настроить с помощью GUI или в командной строке. Второй вариант предоставляет продвинутому пользователю большую гибкость для настройки внешнего хранилища и установки приоритетов монтирования. Дополнительная информация доступна в документации по GUI внешного хранилища и документации файла конфигурации внешнего хранилища.", - "No external storage configured" : "Внешние хранилища не настроены", - "You can add external storages in the personal settings" : "Вы можете добавить внешние хранилища в личных настройках", - "Allow users to mount the following external storage" : "Разрешить использование следующих служб хранения данных:", - "Are you sure you want to delete this external storage" : "Действительно удалить это внешнее хранилище?" + "Allow users to mount the following external storage" : "Разрешить использование следующих служб хранения данных:" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" } \ No newline at end of file diff --git a/apps/files_external/l10n/sk.js b/apps/files_external/l10n/sk.js index 6e4353c907..ac220c525c 100644 --- a/apps/files_external/l10n/sk.js +++ b/apps/files_external/l10n/sk.js @@ -126,18 +126,9 @@ OC.L10N.register( "Add storage" : "Pridať úložisko", "Advanced settings" : "Rozšírené nastavenia", "Allow users to mount external storage" : "Povoliť používateľom pripojiť externé úložiská", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Sťahovanie prístupových tokenov zlyhalo. Overte prosím, či je aplikačný kľúč a heslo (secret) zadané správne.", - "Step 1 failed. Exception: %s" : "Krok 1 zlyhal. Výnimka: %s", - "Step 2 failed. Exception: %s" : "Krok 2 zlyhal. Výnimka: %s", - "Dropbox App Configuration" : "Nastavenie Dropbox aplikácie", - "Google Drive App Configuration" : "Nastavenie Google Drive aplikácie", + "Are you sure you want to delete this external storage" : "Naozaj chcete zmazať toto externé úložisko?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nie je nainštalované \"%s\". Pripojenie %s nie je možné. Požiadajte svojho správcu o inštaláciu.", - "No external storage configured" : "Žiadne externé úložisko nie je nakonfigurované", - "You can add external storages in the personal settings" : "Externé úložisko je možné pridať v osobných nastaveniach", - "Allow users to mount the following external storage" : "Povoliť používateľom pripojiť tieto externé úložiská", - "Are you sure you want to delete this external storage" : "Naozaj chcete zmazať toto externé úložisko?" + "Allow users to mount the following external storage" : "Povoliť používateľom pripojiť tieto externé úložiská" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/files_external/l10n/sk.json b/apps/files_external/l10n/sk.json index 3746eef7a9..010dc500ef 100644 --- a/apps/files_external/l10n/sk.json +++ b/apps/files_external/l10n/sk.json @@ -124,18 +124,9 @@ "Add storage" : "Pridať úložisko", "Advanced settings" : "Rozšírené nastavenia", "Allow users to mount external storage" : "Povoliť používateľom pripojiť externé úložiská", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Sťahovanie prístupových tokenov zlyhalo. Overte prosím, či je aplikačný kľúč a heslo (secret) zadané správne.", - "Step 1 failed. Exception: %s" : "Krok 1 zlyhal. Výnimka: %s", - "Step 2 failed. Exception: %s" : "Krok 2 zlyhal. Výnimka: %s", - "Dropbox App Configuration" : "Nastavenie Dropbox aplikácie", - "Google Drive App Configuration" : "Nastavenie Google Drive aplikácie", + "Are you sure you want to delete this external storage" : "Naozaj chcete zmazať toto externé úložisko?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nie je nainštalované \"%s\". Pripojenie %s nie je možné. Požiadajte svojho správcu o inštaláciu.", - "No external storage configured" : "Žiadne externé úložisko nie je nakonfigurované", - "You can add external storages in the personal settings" : "Externé úložisko je možné pridať v osobných nastaveniach", - "Allow users to mount the following external storage" : "Povoliť používateľom pripojiť tieto externé úložiská", - "Are you sure you want to delete this external storage" : "Naozaj chcete zmazať toto externé úložisko?" + "Allow users to mount the following external storage" : "Povoliť používateľom pripojiť tieto externé úložiská" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/apps/files_external/l10n/sl.js b/apps/files_external/l10n/sl.js index 36ae71a642..65cd5cf3f9 100644 --- a/apps/files_external/l10n/sl.js +++ b/apps/files_external/l10n/sl.js @@ -106,8 +106,6 @@ OC.L10N.register( "Advanced settings" : "Napredne nastavitve", "Allow users to mount external storage" : "Dovoli uporabnikom priklapljanje zunanje shrambe", "OpenStack" : "OpenStack", - "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.", "Allow users to mount the following external storage" : "Dovoli uporabnikom priklapljanje navedenih zunanjih shramb." }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/files_external/l10n/sl.json b/apps/files_external/l10n/sl.json index 3af923cd26..76feb71ce0 100644 --- a/apps/files_external/l10n/sl.json +++ b/apps/files_external/l10n/sl.json @@ -104,8 +104,6 @@ "Advanced settings" : "Napredne nastavitve", "Allow users to mount external storage" : "Dovoli uporabnikom priklapljanje zunanje shrambe", "OpenStack" : "OpenStack", - "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.", "Allow users to mount the following external storage" : "Dovoli uporabnikom priklapljanje navedenih zunanjih shramb." },"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/apps/files_external/l10n/sq.js b/apps/files_external/l10n/sq.js index 3b669dab06..4368193e0b 100644 --- a/apps/files_external/l10n/sq.js +++ b/apps/files_external/l10n/sq.js @@ -115,8 +115,6 @@ OC.L10N.register( "Allow users to mount external storage" : "Lejoju përdoruesve të montojnë depozita të jashtme", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" nuk është instaluar.Montimi i %s nuk është i mundur.Ju lutem kërkojini administratorit të sistemit tuaj ta instalojë.", - "No external storage configured" : "Pa depozita të jashtme të formësuara", - "You can add external storages in the personal settings" : "Depozita të jashtme mund të shtoni që prej rregullimeve personale", "Allow users to mount the following external storage" : "Lejoju përdoruesve të montojnë depozitën e jashtme vijuese" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/sq.json b/apps/files_external/l10n/sq.json index 93f71c1c87..db33a85afe 100644 --- a/apps/files_external/l10n/sq.json +++ b/apps/files_external/l10n/sq.json @@ -113,8 +113,6 @@ "Allow users to mount external storage" : "Lejoju përdoruesve të montojnë depozita të jashtme", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" nuk është instaluar.Montimi i %s nuk është i mundur.Ju lutem kërkojini administratorit të sistemit tuaj ta instalojë.", - "No external storage configured" : "Pa depozita të jashtme të formësuara", - "You can add external storages in the personal settings" : "Depozita të jashtme mund të shtoni që prej rregullimeve personale", "Allow users to mount the following external storage" : "Lejoju përdoruesve të montojnë depozitën e jashtme vijuese" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/sr.js b/apps/files_external/l10n/sr.js index fcc6c5be42..dc59e456c0 100644 --- a/apps/files_external/l10n/sr.js +++ b/apps/files_external/l10n/sr.js @@ -130,20 +130,9 @@ OC.L10N.register( "Advanced settings" : "Напредне поставке", "Allow users to mount external storage" : "Дозволи корисницима да монтирају спољашња складишта", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Глобални акредитиви се могу користити за пријављивање на више спољних складишта које примају исте акредитиве.", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Дохватање токена за захтеве није успело. Проверите да ли су апликативни кључ и тајна исправни.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Дохватање токена за приступ није успело. Проверите да ли су апликативни кључ и тајна исправни.", - "Step 1 failed. Exception: %s" : "Корак 1 није успео. Грешка: %s", - "Step 2 failed. Exception: %s" : "Корак 2 није успео. Грешка: %s", - "Dropbox App Configuration" : "Dropbox конфигурација апликације", - "Google Drive App Configuration" : "Google Drive конфигурација апликације", + "Are you sure you want to delete this external storage" : "Да ли стварно желите да обришете ово спољашње складиште?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "„%s“ није инсталиран. Монтирање %s није могуће. Затражите од вашег администратора система да га инсталира.", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Ова апликација омогућава администраторима да подесе конекције на спољашња складишта, као што су FTP сервери, S3 или SWIFT објектна складишта, Google Drive, Dropbox, други Некстклауд сервери, WebDAV сервери и још много других. Администратори могу да одаберу које типове складишта желе да омогуће и могу да монтирају локације ових складишта посебно за корисника, за групу или за цео систем. Корисници ће видети нову фасциклу која ће се појавити у кореном директоријуму, којој могу да приступају и да је користе као и било коју другу Некстклауд фасциклу. Спољашња складишта такође омогућавају корисницима и да деле фајлове смештене на овим спољашњим локацијама. У овим случајевима, када неко затражи приступ фајлу из спољашњег складишта користе се акредитиви власника фајла, омогућавајући тако да прималац може да приступи дељеном фајлу.\n\nСпољашње складиште се може конфигурисати графички или командном линијом. Друга опција пружа више флексибилности напредним корисницима када треба монтирати велики број складишта и подесити велики број приоритета монтирања. Више информација је доступно у GUI документацији спољашњег складишта и у документацији Конфигурационог Фајла спољашњег складишта.", - "No external storage configured" : "Нема подешеног спољашњег складишта", - "You can add external storages in the personal settings" : "Можете додати спољашња складишта у вашим личним подешавањима", - "Allow users to mount the following external storage" : "Дозволи корисницима да монтирају следећа спољашња складишта", - "Are you sure you want to delete this external storage" : "Да ли стварно желите да обришете ово спољашње складиште?" + "Allow users to mount the following external storage" : "Дозволи корисницима да монтирају следећа спољашња складишта" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/files_external/l10n/sr.json b/apps/files_external/l10n/sr.json index 2c845d0644..237b9d376f 100644 --- a/apps/files_external/l10n/sr.json +++ b/apps/files_external/l10n/sr.json @@ -128,20 +128,9 @@ "Advanced settings" : "Напредне поставке", "Allow users to mount external storage" : "Дозволи корисницима да монтирају спољашња складишта", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Глобални акредитиви се могу користити за пријављивање на више спољних складишта које примају исте акредитиве.", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Дохватање токена за захтеве није успело. Проверите да ли су апликативни кључ и тајна исправни.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Дохватање токена за приступ није успело. Проверите да ли су апликативни кључ и тајна исправни.", - "Step 1 failed. Exception: %s" : "Корак 1 није успео. Грешка: %s", - "Step 2 failed. Exception: %s" : "Корак 2 није успео. Грешка: %s", - "Dropbox App Configuration" : "Dropbox конфигурација апликације", - "Google Drive App Configuration" : "Google Drive конфигурација апликације", + "Are you sure you want to delete this external storage" : "Да ли стварно желите да обришете ово спољашње складиште?", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "„%s“ није инсталиран. Монтирање %s није могуће. Затражите од вашег администратора система да га инсталира.", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Ова апликација омогућава администраторима да подесе конекције на спољашња складишта, као што су FTP сервери, S3 или SWIFT објектна складишта, Google Drive, Dropbox, други Некстклауд сервери, WebDAV сервери и још много других. Администратори могу да одаберу које типове складишта желе да омогуће и могу да монтирају локације ових складишта посебно за корисника, за групу или за цео систем. Корисници ће видети нову фасциклу која ће се појавити у кореном директоријуму, којој могу да приступају и да је користе као и било коју другу Некстклауд фасциклу. Спољашња складишта такође омогућавају корисницима и да деле фајлове смештене на овим спољашњим локацијама. У овим случајевима, када неко затражи приступ фајлу из спољашњег складишта користе се акредитиви власника фајла, омогућавајући тако да прималац може да приступи дељеном фајлу.\n\nСпољашње складиште се може конфигурисати графички или командном линијом. Друга опција пружа више флексибилности напредним корисницима када треба монтирати велики број складишта и подесити велики број приоритета монтирања. Више информација је доступно у GUI документацији спољашњег складишта и у документацији Конфигурационог Фајла спољашњег складишта.", - "No external storage configured" : "Нема подешеног спољашњег складишта", - "You can add external storages in the personal settings" : "Можете додати спољашња складишта у вашим личним подешавањима", - "Allow users to mount the following external storage" : "Дозволи корисницима да монтирају следећа спољашња складишта", - "Are you sure you want to delete this external storage" : "Да ли стварно желите да обришете ово спољашње складиште?" + "Allow users to mount the following external storage" : "Дозволи корисницима да монтирају следећа спољашња складишта" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" } \ No newline at end of file diff --git a/apps/files_external/l10n/sv.js b/apps/files_external/l10n/sv.js index 939bb7bba3..d1cd0a1691 100644 --- a/apps/files_external/l10n/sv.js +++ b/apps/files_external/l10n/sv.js @@ -115,11 +115,9 @@ OC.L10N.register( "Add storage" : "Lägg till lagring", "Advanced settings" : "Avancerade inställningar", "Allow users to mount external storage" : "Tillåt användare att montera extern lagring", + "Are you sure you want to delete this external storage" : "Är du säker att du vill ta bort denna externa lagringen", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" är inte installerad. Montering av %s är inte möjlig. Be din systemadministratör om installation.", - "No external storage configured" : "Ingen extern lagring konfigurerad", - "You can add external storages in the personal settings" : "Du kan lägga till externa lagringar i de personliga inställningarna", - "Allow users to mount the following external storage" : "Tillåt användare att montera följande extern lagring", - "Are you sure you want to delete this external storage" : "Är du säker att du vill ta bort denna externa lagringen" + "Allow users to mount the following external storage" : "Tillåt användare att montera följande extern lagring" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/sv.json b/apps/files_external/l10n/sv.json index 59b0a68e16..49eef3f36c 100644 --- a/apps/files_external/l10n/sv.json +++ b/apps/files_external/l10n/sv.json @@ -113,11 +113,9 @@ "Add storage" : "Lägg till lagring", "Advanced settings" : "Avancerade inställningar", "Allow users to mount external storage" : "Tillåt användare att montera extern lagring", + "Are you sure you want to delete this external storage" : "Är du säker att du vill ta bort denna externa lagringen", "OpenStack" : "OpenStack", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" är inte installerad. Montering av %s är inte möjlig. Be din systemadministratör om installation.", - "No external storage configured" : "Ingen extern lagring konfigurerad", - "You can add external storages in the personal settings" : "Du kan lägga till externa lagringar i de personliga inställningarna", - "Allow users to mount the following external storage" : "Tillåt användare att montera följande extern lagring", - "Are you sure you want to delete this external storage" : "Är du säker att du vill ta bort denna externa lagringen" + "Allow users to mount the following external storage" : "Tillåt användare att montera följande extern lagring" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/th.js b/apps/files_external/l10n/th.js index 1fdadfc7cc..3d1a3ef84b 100644 --- a/apps/files_external/l10n/th.js +++ b/apps/files_external/l10n/th.js @@ -100,8 +100,6 @@ OC.L10N.register( "Advanced settings" : "ตั้งค่าขั้นสูง", "Allow users to mount external storage" : "อนุญาตให้ผู้ใช้ติดตั้งการจัดเก็บข้อมูลภายนอก", "OpenStack" : "OpenStack", - "No external storage configured" : "ไม่มีการกำหนดค่าจัดเก็บข้อมูลภายนอก", - "You can add external storages in the personal settings" : "คุณสามารถเพิ่มการเก็บรักษาภายนอกในการตั้งค่าส่วนบุคคล", "Allow users to mount the following external storage" : "อนุญาตให้ผู้ใช้ติดตั้งจัดเก็บข้อมูลภายนอกต่อไปนี้" }, "nplurals=1; plural=0;"); diff --git a/apps/files_external/l10n/th.json b/apps/files_external/l10n/th.json index 205721d61e..aaeb1f7ef5 100644 --- a/apps/files_external/l10n/th.json +++ b/apps/files_external/l10n/th.json @@ -98,8 +98,6 @@ "Advanced settings" : "ตั้งค่าขั้นสูง", "Allow users to mount external storage" : "อนุญาตให้ผู้ใช้ติดตั้งการจัดเก็บข้อมูลภายนอก", "OpenStack" : "OpenStack", - "No external storage configured" : "ไม่มีการกำหนดค่าจัดเก็บข้อมูลภายนอก", - "You can add external storages in the personal settings" : "คุณสามารถเพิ่มการเก็บรักษาภายนอกในการตั้งค่าส่วนบุคคล", "Allow users to mount the following external storage" : "อนุญาตให้ผู้ใช้ติดตั้งจัดเก็บข้อมูลภายนอกต่อไปนี้" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/files_external/l10n/tr.js b/apps/files_external/l10n/tr.js index eb831f7989..7d92bb37de 100644 --- a/apps/files_external/l10n/tr.js +++ b/apps/files_external/l10n/tr.js @@ -130,20 +130,9 @@ OC.L10N.register( "Advanced settings" : "Gelişmiş ayarlar", "Allow users to mount external storage" : "Kullanıcılar dış depolama bağlayabilsin", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Aynı kimlik doğrulama bilgilerini kullanan bir çok dış depolama aygıtına genel kimlik doğrulama bilgileri ile erişebilirsiniz.", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "İstek kodları alınamadı. Uygulama anahtarınızın ve parolanızın doğruluğunu denetleyin.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Erişim kodları alınamadı. Uygulama anahtarınızın ve parolanızın doğruluğunu denetleyin.", - "Step 1 failed. Exception: %s" : "1. Adım tamamlanamadı. Sorun: %s", - "Step 2 failed. Exception: %s" : "2. Adım tamamlanamadı. Sorun: %s", - "Dropbox App Configuration" : "Dropbox Uygulaması Yapılandırması", - "Google Drive App Configuration" : "Google Drive Uygulaması Yapılandırması", + "Are you sure you want to delete this external storage" : "Bu dış depolamayı silmek istediğinize emin misiniz", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "%s kurulmamış. %s bağlanamaz. Lütfen kurulum için sistem yöneticinizle görüşün.", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Bu uygulama yöneticilerin FTP sunucular, S3 ya da SWIFT nesne mağazaları, Google Drive, Dropbox, diğer Nextcloud sunucuları ve WebDAV sunucuları gibi çeşitli dış depolama hizmeti sağlayıcıları ile bağlantı kurmasını sağlar. Yöneticiler etkinleştirmek istedikleri depolama türünü seçebilir ve bu depolama konumlarını belirli bir kullanıcı, bir grup ya da tüm sistem için ekleyebilir. Kullanıcılar bağlanan depolamayı kök Nextcloud klasörü altında yeni bir klasör olarak görebilir ve diğer Nextcloud klasörleri gibi erişebilir. Dış depolama, bu konumlarda depolanan dosyaların kullanıcılar tarafından paylaşılmasına da izin verir. Bu durumda alıcıların dış dosyaya erişebileceğinden emin olmak için yapılan dosya erişimi isteklerinde, dosya sahibinin kimlik doğrulama bilgileri kullanılır.\n\nDış depolama yapılandırması grafik arayüzden ya da komut satırından yapılabilir. Komut satırı seçeneğinde, uzman kullanıcılar için toplu dış depolama bağlama ve bağlama noktası öncelikleri gibi esnek yapılandırma seçenekleri bulunur. ayrıntılı bilgi almak için dış depolama grafik arayüzü belgeleri ile dış depolama yapılandırma dosyası belgelerine bakabilirsiniz.", - "No external storage configured" : "Herhangi bir dış depolama yapılandırılmamış", - "You can add external storages in the personal settings" : "Kişisel ayarlar bölümünden dış depolamaları ekleyebilirsiniz", - "Allow users to mount the following external storage" : "Kullanıcılar şu dış depolamayı bağlayabilsin", - "Are you sure you want to delete this external storage" : "Bu dış depolamayı silmek istediğinize emin misiniz" + "Allow users to mount the following external storage" : "Kullanıcılar şu dış depolamayı bağlayabilsin" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/files_external/l10n/tr.json b/apps/files_external/l10n/tr.json index 755d093887..2bd06a6cc9 100644 --- a/apps/files_external/l10n/tr.json +++ b/apps/files_external/l10n/tr.json @@ -128,20 +128,9 @@ "Advanced settings" : "Gelişmiş ayarlar", "Allow users to mount external storage" : "Kullanıcılar dış depolama bağlayabilsin", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Aynı kimlik doğrulama bilgilerini kullanan bir çok dış depolama aygıtına genel kimlik doğrulama bilgileri ile erişebilirsiniz.", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "İstek kodları alınamadı. Uygulama anahtarınızın ve parolanızın doğruluğunu denetleyin.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Erişim kodları alınamadı. Uygulama anahtarınızın ve parolanızın doğruluğunu denetleyin.", - "Step 1 failed. Exception: %s" : "1. Adım tamamlanamadı. Sorun: %s", - "Step 2 failed. Exception: %s" : "2. Adım tamamlanamadı. Sorun: %s", - "Dropbox App Configuration" : "Dropbox Uygulaması Yapılandırması", - "Google Drive App Configuration" : "Google Drive Uygulaması Yapılandırması", + "Are you sure you want to delete this external storage" : "Bu dış depolamayı silmek istediğinize emin misiniz", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "%s kurulmamış. %s bağlanamaz. Lütfen kurulum için sistem yöneticinizle görüşün.", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Bu uygulama yöneticilerin FTP sunucular, S3 ya da SWIFT nesne mağazaları, Google Drive, Dropbox, diğer Nextcloud sunucuları ve WebDAV sunucuları gibi çeşitli dış depolama hizmeti sağlayıcıları ile bağlantı kurmasını sağlar. Yöneticiler etkinleştirmek istedikleri depolama türünü seçebilir ve bu depolama konumlarını belirli bir kullanıcı, bir grup ya da tüm sistem için ekleyebilir. Kullanıcılar bağlanan depolamayı kök Nextcloud klasörü altında yeni bir klasör olarak görebilir ve diğer Nextcloud klasörleri gibi erişebilir. Dış depolama, bu konumlarda depolanan dosyaların kullanıcılar tarafından paylaşılmasına da izin verir. Bu durumda alıcıların dış dosyaya erişebileceğinden emin olmak için yapılan dosya erişimi isteklerinde, dosya sahibinin kimlik doğrulama bilgileri kullanılır.\n\nDış depolama yapılandırması grafik arayüzden ya da komut satırından yapılabilir. Komut satırı seçeneğinde, uzman kullanıcılar için toplu dış depolama bağlama ve bağlama noktası öncelikleri gibi esnek yapılandırma seçenekleri bulunur. ayrıntılı bilgi almak için dış depolama grafik arayüzü belgeleri ile dış depolama yapılandırma dosyası belgelerine bakabilirsiniz.", - "No external storage configured" : "Herhangi bir dış depolama yapılandırılmamış", - "You can add external storages in the personal settings" : "Kişisel ayarlar bölümünden dış depolamaları ekleyebilirsiniz", - "Allow users to mount the following external storage" : "Kullanıcılar şu dış depolamayı bağlayabilsin", - "Are you sure you want to delete this external storage" : "Bu dış depolamayı silmek istediğinize emin misiniz" + "Allow users to mount the following external storage" : "Kullanıcılar şu dış depolamayı bağlayabilsin" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/zh_CN.js b/apps/files_external/l10n/zh_CN.js index 7e1073c13c..d4be902e33 100644 --- a/apps/files_external/l10n/zh_CN.js +++ b/apps/files_external/l10n/zh_CN.js @@ -128,20 +128,9 @@ OC.L10N.register( "Advanced settings" : "高级选项", "Allow users to mount external storage" : "允许用户挂载外部存储", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "全局凭据可用于使用具有相同凭据的多个外部存储进行身份验证。", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "获取请求令牌失败。检查你的应用 key 和 secret 是否正确。", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "获取访问令牌失败。检查你的应用 key 和 secret 是否正确。", - "Step 1 failed. Exception: %s" : "步骤 1 失败. 异常: %s", - "Step 2 failed. Exception: %s" : "步骤 2 失败. 异常: %s", - "Dropbox App Configuration" : "Dropbox 配置", - "Google Drive App Configuration" : "Google Drive 配置", + "Are you sure you want to delete this external storage" : "是否要删除该外部存储", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "没有安装 \"%s\". 无法挂载 %s. 请联系您的系统管理员安装.", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "此应用为管理员提供了配置连接外部存储服务的功能,例如如 FTP 服务器、S3 或 SWIFT 对象存储、Google Drive、Dropbox、其他的 NextCloud 服务器、WebDAV 服务器等。管理员可以选择要启用的存储类型,并可以为用户、组或整个系统挂载这些存储服务。用户会在自己的 NextCloud 目录中看到全局挂载的外部存储,可以像其他任何 NextCloud 文件夹一样访问和使用这个文件夹。用户可以共享存储在这些外部位置中的文件。在这种情况下,当接收方从外部存储请求文件时,将使用文件所有者的凭据,从而确保接收方能够访问共享文件。\n\n可以使用 GUI 或命令行配置外部存储。命令行方式为高级用户配置大容量外部存储挂载和设置挂载优先级提供了更大的灵活性。更多信息可在外部存储 GUI 文档和外部存储配置文档中查阅。", - "No external storage configured" : "没有配置外部存储", - "You can add external storages in the personal settings" : "您可以在个人设置中添加外部存储", - "Allow users to mount the following external storage" : "允许用户挂载以下外部存储", - "Are you sure you want to delete this external storage" : "是否要删除该外部存储" + "Allow users to mount the following external storage" : "允许用户挂载以下外部存储" }, "nplurals=1; plural=0;"); diff --git a/apps/files_external/l10n/zh_CN.json b/apps/files_external/l10n/zh_CN.json index 87e6959cba..6f839a83d8 100644 --- a/apps/files_external/l10n/zh_CN.json +++ b/apps/files_external/l10n/zh_CN.json @@ -126,20 +126,9 @@ "Advanced settings" : "高级选项", "Allow users to mount external storage" : "允许用户挂载外部存储", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "全局凭据可用于使用具有相同凭据的多个外部存储进行身份验证。", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "获取请求令牌失败。检查你的应用 key 和 secret 是否正确。", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "获取访问令牌失败。检查你的应用 key 和 secret 是否正确。", - "Step 1 failed. Exception: %s" : "步骤 1 失败. 异常: %s", - "Step 2 failed. Exception: %s" : "步骤 2 失败. 异常: %s", - "Dropbox App Configuration" : "Dropbox 配置", - "Google Drive App Configuration" : "Google Drive 配置", + "Are you sure you want to delete this external storage" : "是否要删除该外部存储", "OpenStack" : "OpenStack", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "没有安装 \"%s\". 无法挂载 %s. 请联系您的系统管理员安装.", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "此应用为管理员提供了配置连接外部存储服务的功能,例如如 FTP 服务器、S3 或 SWIFT 对象存储、Google Drive、Dropbox、其他的 NextCloud 服务器、WebDAV 服务器等。管理员可以选择要启用的存储类型,并可以为用户、组或整个系统挂载这些存储服务。用户会在自己的 NextCloud 目录中看到全局挂载的外部存储,可以像其他任何 NextCloud 文件夹一样访问和使用这个文件夹。用户可以共享存储在这些外部位置中的文件。在这种情况下,当接收方从外部存储请求文件时,将使用文件所有者的凭据,从而确保接收方能够访问共享文件。\n\n可以使用 GUI 或命令行配置外部存储。命令行方式为高级用户配置大容量外部存储挂载和设置挂载优先级提供了更大的灵活性。更多信息可在外部存储 GUI 文档和外部存储配置文档中查阅。", - "No external storage configured" : "没有配置外部存储", - "You can add external storages in the personal settings" : "您可以在个人设置中添加外部存储", - "Allow users to mount the following external storage" : "允许用户挂载以下外部存储", - "Are you sure you want to delete this external storage" : "是否要删除该外部存储" + "Allow users to mount the following external storage" : "允许用户挂载以下外部存储" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/files_external/l10n/zh_TW.js b/apps/files_external/l10n/zh_TW.js index 06476e3f6d..c6e63c7ac4 100644 --- a/apps/files_external/l10n/zh_TW.js +++ b/apps/files_external/l10n/zh_TW.js @@ -108,10 +108,8 @@ OC.L10N.register( "Add storage" : "增加儲存區", "Advanced settings" : "進階設定", "Allow users to mount external storage" : "允許使用者能自行掛載外部儲存", + "Are you sure you want to delete this external storage" : "您確定要刪除額外的空間?", "OpenStack" : "OpenStack", - "No external storage configured" : "目前尚未配置任何外部儲存", - "You can add external storages in the personal settings" : "在個人設定裡您可以自行加入外部儲存設定", - "Allow users to mount the following external storage" : "允許使用者自行掛載以下的外部儲存", - "Are you sure you want to delete this external storage" : "您確定要刪除額外的空間?" + "Allow users to mount the following external storage" : "允許使用者自行掛載以下的外部儲存" }, "nplurals=1; plural=0;"); diff --git a/apps/files_external/l10n/zh_TW.json b/apps/files_external/l10n/zh_TW.json index e61451e5cc..4f957ed4b3 100644 --- a/apps/files_external/l10n/zh_TW.json +++ b/apps/files_external/l10n/zh_TW.json @@ -106,10 +106,8 @@ "Add storage" : "增加儲存區", "Advanced settings" : "進階設定", "Allow users to mount external storage" : "允許使用者能自行掛載外部儲存", + "Are you sure you want to delete this external storage" : "您確定要刪除額外的空間?", "OpenStack" : "OpenStack", - "No external storage configured" : "目前尚未配置任何外部儲存", - "You can add external storages in the personal settings" : "在個人設定裡您可以自行加入外部儲存設定", - "Allow users to mount the following external storage" : "允許使用者自行掛載以下的外部儲存", - "Are you sure you want to delete this external storage" : "您確定要刪除額外的空間?" + "Allow users to mount the following external storage" : "允許使用者自行掛載以下的外部儲存" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/ast.js b/apps/files_sharing/l10n/ast.js index 1d3404f460..cded4cdd73 100644 --- a/apps/files_sharing/l10n/ast.js +++ b/apps/files_sharing/l10n/ast.js @@ -80,7 +80,6 @@ OC.L10N.register( "Select or drop files" : "Esbilla o suelta ficheros", "Uploading files…" : "Xubiendo ficheros...", "Uploaded files:" : "Ficheros xubíos:", - "{actor} removed you from {file}" : "{actor} desanicióte de {file}", "This share is password-protected" : "Esta compartición tien contraseña protexida", "The password is wrong. Try again." : "La contraseña ye incorreuta. Inténtalo otra vegada.", "Password" : "Contraseña" diff --git a/apps/files_sharing/l10n/ast.json b/apps/files_sharing/l10n/ast.json index 7af04eb8f7..dad7300e14 100644 --- a/apps/files_sharing/l10n/ast.json +++ b/apps/files_sharing/l10n/ast.json @@ -78,7 +78,6 @@ "Select or drop files" : "Esbilla o suelta ficheros", "Uploading files…" : "Xubiendo ficheros...", "Uploaded files:" : "Ficheros xubíos:", - "{actor} removed you from {file}" : "{actor} desanicióte de {file}", "This share is password-protected" : "Esta compartición tien contraseña protexida", "The password is wrong. Try again." : "La contraseña ye incorreuta. Inténtalo otra vegada.", "Password" : "Contraseña" diff --git a/apps/files_sharing/l10n/bg.js b/apps/files_sharing/l10n/bg.js index 39e136d305..4c10fa4a42 100644 --- a/apps/files_sharing/l10n/bg.js +++ b/apps/files_sharing/l10n/bg.js @@ -64,7 +64,6 @@ OC.L10N.register( "Select or drop files" : "Изберете файл или преместете с мишката", "Uploading files…" : "Качване на файлове…", "Uploaded files:" : "Качени файлове:", - "%s is publicly shared" : "%s е публично споделено", "This share is password-protected" : "Тази зона е защитена с парола.", "The password is wrong. Try again." : "Грешна парола. Опитай отново.", "Password" : "Парола" diff --git a/apps/files_sharing/l10n/bg.json b/apps/files_sharing/l10n/bg.json index 16d4144715..18841f3128 100644 --- a/apps/files_sharing/l10n/bg.json +++ b/apps/files_sharing/l10n/bg.json @@ -62,7 +62,6 @@ "Select or drop files" : "Изберете файл или преместете с мишката", "Uploading files…" : "Качване на файлове…", "Uploaded files:" : "Качени файлове:", - "%s is publicly shared" : "%s е публично споделено", "This share is password-protected" : "Тази зона е защитена с парола.", "The password is wrong. Try again." : "Грешна парола. Опитай отново.", "Password" : "Парола" diff --git a/apps/files_sharing/l10n/ca.js b/apps/files_sharing/l10n/ca.js index 9141c092b4..1868d62381 100644 --- a/apps/files_sharing/l10n/ca.js +++ b/apps/files_sharing/l10n/ca.js @@ -106,9 +106,7 @@ OC.L10N.register( "Select or drop files" : "Selecciona o deixa anar els fitxers", "Uploading files…" : "Pujant arxius...", "Uploaded files:" : "Arxius pujats:", - "{actor} removed you from {file}" : "{actor} t'ha eliminat de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "S'ha produït un error en compartir %s perquè la part posterior no permet que les accions del tipus%s", - "%s is publicly shared" : "%s està compartit de forma pública", "This share is password-protected" : "Aquest compartit està protegit amb contrasenya", "The password is wrong. Try again." : "la contrasenya és incorrecta. Intenteu-ho de nou.", "Password" : "Contrasenya" diff --git a/apps/files_sharing/l10n/ca.json b/apps/files_sharing/l10n/ca.json index 96b7bd9c74..7c633bfc6b 100644 --- a/apps/files_sharing/l10n/ca.json +++ b/apps/files_sharing/l10n/ca.json @@ -104,9 +104,7 @@ "Select or drop files" : "Selecciona o deixa anar els fitxers", "Uploading files…" : "Pujant arxius...", "Uploaded files:" : "Arxius pujats:", - "{actor} removed you from {file}" : "{actor} t'ha eliminat de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "S'ha produït un error en compartir %s perquè la part posterior no permet que les accions del tipus%s", - "%s is publicly shared" : "%s està compartit de forma pública", "This share is password-protected" : "Aquest compartit està protegit amb contrasenya", "The password is wrong. Try again." : "la contrasenya és incorrecta. Intenteu-ho de nou.", "Password" : "Contrasenya" diff --git a/apps/files_sharing/l10n/cs.js b/apps/files_sharing/l10n/cs.js index 0bb477fd4f..d300556f8d 100644 --- a/apps/files_sharing/l10n/cs.js +++ b/apps/files_sharing/l10n/cs.js @@ -128,9 +128,7 @@ OC.L10N.register( "Uploading files…" : "Nahrávání souborů…", "Uploaded files:" : "Nahrané soubory:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Nahráním souborů vyjadřujete souhlas s všeobecnými podmínkami %1$s %2$s.", - "{actor} removed you from {file}" : "{actor} vás odstranil(a) ze souboru {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Sdílení %s se nezdařilo, protože podpůrná vrstva nepodporuje typ sdílení %s", - "%s is publicly shared" : "%s je veřejně sdíleno", "This share is password-protected" : "Toto sdílení je chráněno heslem", "The password is wrong. Try again." : "Heslo není správné. Zkuste to znovu.", "Password" : "Heslo" diff --git a/apps/files_sharing/l10n/cs.json b/apps/files_sharing/l10n/cs.json index 3313d3cc52..2a93f69e85 100644 --- a/apps/files_sharing/l10n/cs.json +++ b/apps/files_sharing/l10n/cs.json @@ -126,9 +126,7 @@ "Uploading files…" : "Nahrávání souborů…", "Uploaded files:" : "Nahrané soubory:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Nahráním souborů vyjadřujete souhlas s všeobecnými podmínkami %1$s %2$s.", - "{actor} removed you from {file}" : "{actor} vás odstranil(a) ze souboru {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Sdílení %s se nezdařilo, protože podpůrná vrstva nepodporuje typ sdílení %s", - "%s is publicly shared" : "%s je veřejně sdíleno", "This share is password-protected" : "Toto sdílení je chráněno heslem", "The password is wrong. Try again." : "Heslo není správné. Zkuste to znovu.", "Password" : "Heslo" diff --git a/apps/files_sharing/l10n/de.js b/apps/files_sharing/l10n/de.js index bc53bc2e41..fd501aca93 100644 --- a/apps/files_sharing/l10n/de.js +++ b/apps/files_sharing/l10n/de.js @@ -128,9 +128,7 @@ OC.L10N.register( "Uploading files…" : "Dateien werden hochgeladen…", "Uploaded files:" : "Hochgeladene Dateien: ", "By uploading files, you agree to the %1$sterms of service%2$s." : "Durch das Hochladen von Dateien stimmst Du den %1$sNutzungsbedingungen%2$szu.", - "{actor} removed you from {file}" : "Du wurdest durch {actor} von {file} entfernt", "Sharing %s failed because the back end does not allow shares from type %s" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe vom Typ %s nicht erlaubt.", - "%s is publicly shared" : "%s ist öffentlich geteilt", "This share is password-protected" : "Freigabe ist passwortgeschützt", "The password is wrong. Try again." : "Das Passwort ist falsch. Versuche es erneut.", "Password" : "Passwort" diff --git a/apps/files_sharing/l10n/de.json b/apps/files_sharing/l10n/de.json index f6918dc09a..51e0daa66c 100644 --- a/apps/files_sharing/l10n/de.json +++ b/apps/files_sharing/l10n/de.json @@ -126,9 +126,7 @@ "Uploading files…" : "Dateien werden hochgeladen…", "Uploaded files:" : "Hochgeladene Dateien: ", "By uploading files, you agree to the %1$sterms of service%2$s." : "Durch das Hochladen von Dateien stimmst Du den %1$sNutzungsbedingungen%2$szu.", - "{actor} removed you from {file}" : "Du wurdest durch {actor} von {file} entfernt", "Sharing %s failed because the back end does not allow shares from type %s" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe vom Typ %s nicht erlaubt.", - "%s is publicly shared" : "%s ist öffentlich geteilt", "This share is password-protected" : "Freigabe ist passwortgeschützt", "The password is wrong. Try again." : "Das Passwort ist falsch. Versuche es erneut.", "Password" : "Passwort" diff --git a/apps/files_sharing/l10n/de_DE.js b/apps/files_sharing/l10n/de_DE.js index c7136558d1..9ac43a716c 100644 --- a/apps/files_sharing/l10n/de_DE.js +++ b/apps/files_sharing/l10n/de_DE.js @@ -128,9 +128,7 @@ OC.L10N.register( "Uploading files…" : "Dateien werden hochgeladen…", "Uploaded files:" : "Hochgeladene Dateien: ", "By uploading files, you agree to the %1$sterms of service%2$s." : "Durch das Hochladen von Dateien stimmen Sie den %1$sNutzungsbedingungen%2$s zu.", - "{actor} removed you from {file}" : "Sie wurden durch {actor} von {file} entfernt", "Sharing %s failed because the back end does not allow shares from type %s" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe vom Typ %s nicht erlaubt.", - "%s is publicly shared" : "%s ist öffentlich geteilt", "This share is password-protected" : "Freigabe ist passwortgeschützt", "The password is wrong. Try again." : "Das Passwort ist falsch. Bitte versuchen Sie es erneut.", "Password" : "Passwort" diff --git a/apps/files_sharing/l10n/de_DE.json b/apps/files_sharing/l10n/de_DE.json index c0d3feff3b..7b700fa269 100644 --- a/apps/files_sharing/l10n/de_DE.json +++ b/apps/files_sharing/l10n/de_DE.json @@ -126,9 +126,7 @@ "Uploading files…" : "Dateien werden hochgeladen…", "Uploaded files:" : "Hochgeladene Dateien: ", "By uploading files, you agree to the %1$sterms of service%2$s." : "Durch das Hochladen von Dateien stimmen Sie den %1$sNutzungsbedingungen%2$s zu.", - "{actor} removed you from {file}" : "Sie wurden durch {actor} von {file} entfernt", "Sharing %s failed because the back end does not allow shares from type %s" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe vom Typ %s nicht erlaubt.", - "%s is publicly shared" : "%s ist öffentlich geteilt", "This share is password-protected" : "Freigabe ist passwortgeschützt", "The password is wrong. Try again." : "Das Passwort ist falsch. Bitte versuchen Sie es erneut.", "Password" : "Passwort" diff --git a/apps/files_sharing/l10n/el.js b/apps/files_sharing/l10n/el.js index 37296c4ea0..8613700896 100644 --- a/apps/files_sharing/l10n/el.js +++ b/apps/files_sharing/l10n/el.js @@ -108,7 +108,6 @@ OC.L10N.register( "Select or drop files" : "Επιλέξτε ή ρίξτε αρχεία", "Uploading files…" : "Αποστολή αρχείων ...", "Uploaded files:" : "Αποστολή αρχείων:", - "{actor} removed you from {file}" : "{actor} αφαίρεσε εσάς από {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Διαμοιρασμός %s απέτυχε επειδή ο εξυπηρετητής δεν επιτρέπει διαμοιρασμούς από τύπο %s", "This share is password-protected" : "Αυτός ο κοινόχρηστος φάκελος προστατεύεται με κωδικό", "The password is wrong. Try again." : "Εσφαλμένος κωδικός πρόσβασης. Προσπαθήστε ξανά.", diff --git a/apps/files_sharing/l10n/el.json b/apps/files_sharing/l10n/el.json index b56350a887..7b45ec06be 100644 --- a/apps/files_sharing/l10n/el.json +++ b/apps/files_sharing/l10n/el.json @@ -106,7 +106,6 @@ "Select or drop files" : "Επιλέξτε ή ρίξτε αρχεία", "Uploading files…" : "Αποστολή αρχείων ...", "Uploaded files:" : "Αποστολή αρχείων:", - "{actor} removed you from {file}" : "{actor} αφαίρεσε εσάς από {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Διαμοιρασμός %s απέτυχε επειδή ο εξυπηρετητής δεν επιτρέπει διαμοιρασμούς από τύπο %s", "This share is password-protected" : "Αυτός ο κοινόχρηστος φάκελος προστατεύεται με κωδικό", "The password is wrong. Try again." : "Εσφαλμένος κωδικός πρόσβασης. Προσπαθήστε ξανά.", diff --git a/apps/files_sharing/l10n/en_GB.js b/apps/files_sharing/l10n/en_GB.js index 3836cc1c48..a3cf5b7b0e 100644 --- a/apps/files_sharing/l10n/en_GB.js +++ b/apps/files_sharing/l10n/en_GB.js @@ -106,9 +106,7 @@ OC.L10N.register( "Select or drop files" : "Select or drop files", "Uploading files…" : "Uploading files…", "Uploaded files:" : "Uploaded files:", - "{actor} removed you from {file}" : "{actor} removed you from {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Sharing %s failed because the back end does not allow shares from type %s", - "%s is publicly shared" : "%s is publicly shared", "This share is password-protected" : "This share is password-protected", "The password is wrong. Try again." : "The password is wrong. Try again.", "Password" : "Password" diff --git a/apps/files_sharing/l10n/en_GB.json b/apps/files_sharing/l10n/en_GB.json index cadc6309f6..1de55662f7 100644 --- a/apps/files_sharing/l10n/en_GB.json +++ b/apps/files_sharing/l10n/en_GB.json @@ -104,9 +104,7 @@ "Select or drop files" : "Select or drop files", "Uploading files…" : "Uploading files…", "Uploaded files:" : "Uploaded files:", - "{actor} removed you from {file}" : "{actor} removed you from {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Sharing %s failed because the back end does not allow shares from type %s", - "%s is publicly shared" : "%s is publicly shared", "This share is password-protected" : "This share is password-protected", "The password is wrong. Try again." : "The password is wrong. Try again.", "Password" : "Password" diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js index e99416610f..4866ed4aee 100644 --- a/apps/files_sharing/l10n/es.js +++ b/apps/files_sharing/l10n/es.js @@ -125,9 +125,7 @@ OC.L10N.register( "Select or drop files" : "Seleccione o arrastre y suelte archivos", "Uploading files…" : "Subiendo archivos...", "Uploaded files:" : "Archivos subidos:", - "{actor} removed you from {file}" : "{actor} lo ha eliminado de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Compartir %s ha fallado porque el backend no admite recursos compartidos del tipo %s", - "%s is publicly shared" : "%s está compartido públicamente", "This share is password-protected" : "Este recurso compartido está protegido por contraseña", "The password is wrong. Try again." : "La contraseña no es correcta. Inténtelo de nuevo.", "Password" : "Contraseña" diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json index deb3bd5fe1..f40faf44ca 100644 --- a/apps/files_sharing/l10n/es.json +++ b/apps/files_sharing/l10n/es.json @@ -123,9 +123,7 @@ "Select or drop files" : "Seleccione o arrastre y suelte archivos", "Uploading files…" : "Subiendo archivos...", "Uploaded files:" : "Archivos subidos:", - "{actor} removed you from {file}" : "{actor} lo ha eliminado de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Compartir %s ha fallado porque el backend no admite recursos compartidos del tipo %s", - "%s is publicly shared" : "%s está compartido públicamente", "This share is password-protected" : "Este recurso compartido está protegido por contraseña", "The password is wrong. Try again." : "La contraseña no es correcta. Inténtelo de nuevo.", "Password" : "Contraseña" diff --git a/apps/files_sharing/l10n/es_419.js b/apps/files_sharing/l10n/es_419.js index aed5ae2bdf..3f36521277 100644 --- a/apps/files_sharing/l10n/es_419.js +++ b/apps/files_sharing/l10n/es_419.js @@ -105,7 +105,6 @@ OC.L10N.register( "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", diff --git a/apps/files_sharing/l10n/es_419.json b/apps/files_sharing/l10n/es_419.json index 9f5956ea9f..8f07e7f245 100644 --- a/apps/files_sharing/l10n/es_419.json +++ b/apps/files_sharing/l10n/es_419.json @@ -103,7 +103,6 @@ "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", diff --git a/apps/files_sharing/l10n/es_AR.js b/apps/files_sharing/l10n/es_AR.js index d31d1e632e..9bd260e297 100644 --- a/apps/files_sharing/l10n/es_AR.js +++ b/apps/files_sharing/l10n/es_AR.js @@ -104,7 +104,6 @@ OC.L10N.register( "Select or drop files" : "Seleccione o suelte los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", "This share is password-protected" : "Este elemento compartido esta protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Favor de intentarlo de nuevo.", diff --git a/apps/files_sharing/l10n/es_AR.json b/apps/files_sharing/l10n/es_AR.json index 3f8776ed7f..eb28593ca2 100644 --- a/apps/files_sharing/l10n/es_AR.json +++ b/apps/files_sharing/l10n/es_AR.json @@ -102,7 +102,6 @@ "Select or drop files" : "Seleccione o suelte los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", "This share is password-protected" : "Este elemento compartido esta protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Favor de intentarlo de nuevo.", diff --git a/apps/files_sharing/l10n/es_CL.js b/apps/files_sharing/l10n/es_CL.js index a7289072ce..4e2f7582ff 100644 --- a/apps/files_sharing/l10n/es_CL.js +++ b/apps/files_sharing/l10n/es_CL.js @@ -106,9 +106,7 @@ OC.L10N.register( "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", - "%s is publicly shared" : "%s está compartido públicamente", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", "Password" : "Contraseña" diff --git a/apps/files_sharing/l10n/es_CL.json b/apps/files_sharing/l10n/es_CL.json index d0e22f18f1..99731994d7 100644 --- a/apps/files_sharing/l10n/es_CL.json +++ b/apps/files_sharing/l10n/es_CL.json @@ -104,9 +104,7 @@ "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", - "%s is publicly shared" : "%s está compartido públicamente", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", "Password" : "Contraseña" diff --git a/apps/files_sharing/l10n/es_CO.js b/apps/files_sharing/l10n/es_CO.js index a7289072ce..4e2f7582ff 100644 --- a/apps/files_sharing/l10n/es_CO.js +++ b/apps/files_sharing/l10n/es_CO.js @@ -106,9 +106,7 @@ OC.L10N.register( "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", - "%s is publicly shared" : "%s está compartido públicamente", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", "Password" : "Contraseña" diff --git a/apps/files_sharing/l10n/es_CO.json b/apps/files_sharing/l10n/es_CO.json index d0e22f18f1..99731994d7 100644 --- a/apps/files_sharing/l10n/es_CO.json +++ b/apps/files_sharing/l10n/es_CO.json @@ -104,9 +104,7 @@ "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", - "%s is publicly shared" : "%s está compartido públicamente", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", "Password" : "Contraseña" diff --git a/apps/files_sharing/l10n/es_CR.js b/apps/files_sharing/l10n/es_CR.js index a7289072ce..4e2f7582ff 100644 --- a/apps/files_sharing/l10n/es_CR.js +++ b/apps/files_sharing/l10n/es_CR.js @@ -106,9 +106,7 @@ OC.L10N.register( "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", - "%s is publicly shared" : "%s está compartido públicamente", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", "Password" : "Contraseña" diff --git a/apps/files_sharing/l10n/es_CR.json b/apps/files_sharing/l10n/es_CR.json index d0e22f18f1..99731994d7 100644 --- a/apps/files_sharing/l10n/es_CR.json +++ b/apps/files_sharing/l10n/es_CR.json @@ -104,9 +104,7 @@ "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", - "%s is publicly shared" : "%s está compartido públicamente", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", "Password" : "Contraseña" diff --git a/apps/files_sharing/l10n/es_DO.js b/apps/files_sharing/l10n/es_DO.js index a7289072ce..4e2f7582ff 100644 --- a/apps/files_sharing/l10n/es_DO.js +++ b/apps/files_sharing/l10n/es_DO.js @@ -106,9 +106,7 @@ OC.L10N.register( "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", - "%s is publicly shared" : "%s está compartido públicamente", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", "Password" : "Contraseña" diff --git a/apps/files_sharing/l10n/es_DO.json b/apps/files_sharing/l10n/es_DO.json index d0e22f18f1..99731994d7 100644 --- a/apps/files_sharing/l10n/es_DO.json +++ b/apps/files_sharing/l10n/es_DO.json @@ -104,9 +104,7 @@ "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", - "%s is publicly shared" : "%s está compartido públicamente", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", "Password" : "Contraseña" diff --git a/apps/files_sharing/l10n/es_EC.js b/apps/files_sharing/l10n/es_EC.js index a7289072ce..4e2f7582ff 100644 --- a/apps/files_sharing/l10n/es_EC.js +++ b/apps/files_sharing/l10n/es_EC.js @@ -106,9 +106,7 @@ OC.L10N.register( "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", - "%s is publicly shared" : "%s está compartido públicamente", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", "Password" : "Contraseña" diff --git a/apps/files_sharing/l10n/es_EC.json b/apps/files_sharing/l10n/es_EC.json index d0e22f18f1..99731994d7 100644 --- a/apps/files_sharing/l10n/es_EC.json +++ b/apps/files_sharing/l10n/es_EC.json @@ -104,9 +104,7 @@ "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", - "%s is publicly shared" : "%s está compartido públicamente", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", "Password" : "Contraseña" diff --git a/apps/files_sharing/l10n/es_GT.js b/apps/files_sharing/l10n/es_GT.js index a7289072ce..4e2f7582ff 100644 --- a/apps/files_sharing/l10n/es_GT.js +++ b/apps/files_sharing/l10n/es_GT.js @@ -106,9 +106,7 @@ OC.L10N.register( "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", - "%s is publicly shared" : "%s está compartido públicamente", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", "Password" : "Contraseña" diff --git a/apps/files_sharing/l10n/es_GT.json b/apps/files_sharing/l10n/es_GT.json index d0e22f18f1..99731994d7 100644 --- a/apps/files_sharing/l10n/es_GT.json +++ b/apps/files_sharing/l10n/es_GT.json @@ -104,9 +104,7 @@ "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", - "%s is publicly shared" : "%s está compartido públicamente", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", "Password" : "Contraseña" diff --git a/apps/files_sharing/l10n/es_HN.js b/apps/files_sharing/l10n/es_HN.js index aed5ae2bdf..3f36521277 100644 --- a/apps/files_sharing/l10n/es_HN.js +++ b/apps/files_sharing/l10n/es_HN.js @@ -105,7 +105,6 @@ OC.L10N.register( "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", diff --git a/apps/files_sharing/l10n/es_HN.json b/apps/files_sharing/l10n/es_HN.json index 9f5956ea9f..8f07e7f245 100644 --- a/apps/files_sharing/l10n/es_HN.json +++ b/apps/files_sharing/l10n/es_HN.json @@ -103,7 +103,6 @@ "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", diff --git a/apps/files_sharing/l10n/es_MX.js b/apps/files_sharing/l10n/es_MX.js index a7289072ce..4e2f7582ff 100644 --- a/apps/files_sharing/l10n/es_MX.js +++ b/apps/files_sharing/l10n/es_MX.js @@ -106,9 +106,7 @@ OC.L10N.register( "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", - "%s is publicly shared" : "%s está compartido públicamente", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", "Password" : "Contraseña" diff --git a/apps/files_sharing/l10n/es_MX.json b/apps/files_sharing/l10n/es_MX.json index d0e22f18f1..99731994d7 100644 --- a/apps/files_sharing/l10n/es_MX.json +++ b/apps/files_sharing/l10n/es_MX.json @@ -104,9 +104,7 @@ "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", - "%s is publicly shared" : "%s está compartido públicamente", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", "Password" : "Contraseña" diff --git a/apps/files_sharing/l10n/es_NI.js b/apps/files_sharing/l10n/es_NI.js index aed5ae2bdf..3f36521277 100644 --- a/apps/files_sharing/l10n/es_NI.js +++ b/apps/files_sharing/l10n/es_NI.js @@ -105,7 +105,6 @@ OC.L10N.register( "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", diff --git a/apps/files_sharing/l10n/es_NI.json b/apps/files_sharing/l10n/es_NI.json index 9f5956ea9f..8f07e7f245 100644 --- a/apps/files_sharing/l10n/es_NI.json +++ b/apps/files_sharing/l10n/es_NI.json @@ -103,7 +103,6 @@ "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", diff --git a/apps/files_sharing/l10n/es_PA.js b/apps/files_sharing/l10n/es_PA.js index aed5ae2bdf..3f36521277 100644 --- a/apps/files_sharing/l10n/es_PA.js +++ b/apps/files_sharing/l10n/es_PA.js @@ -105,7 +105,6 @@ OC.L10N.register( "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", diff --git a/apps/files_sharing/l10n/es_PA.json b/apps/files_sharing/l10n/es_PA.json index 9f5956ea9f..8f07e7f245 100644 --- a/apps/files_sharing/l10n/es_PA.json +++ b/apps/files_sharing/l10n/es_PA.json @@ -103,7 +103,6 @@ "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", diff --git a/apps/files_sharing/l10n/es_PE.js b/apps/files_sharing/l10n/es_PE.js index aed5ae2bdf..3f36521277 100644 --- a/apps/files_sharing/l10n/es_PE.js +++ b/apps/files_sharing/l10n/es_PE.js @@ -105,7 +105,6 @@ OC.L10N.register( "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", diff --git a/apps/files_sharing/l10n/es_PE.json b/apps/files_sharing/l10n/es_PE.json index 9f5956ea9f..8f07e7f245 100644 --- a/apps/files_sharing/l10n/es_PE.json +++ b/apps/files_sharing/l10n/es_PE.json @@ -103,7 +103,6 @@ "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", diff --git a/apps/files_sharing/l10n/es_PR.js b/apps/files_sharing/l10n/es_PR.js index aed5ae2bdf..3f36521277 100644 --- a/apps/files_sharing/l10n/es_PR.js +++ b/apps/files_sharing/l10n/es_PR.js @@ -105,7 +105,6 @@ OC.L10N.register( "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", diff --git a/apps/files_sharing/l10n/es_PR.json b/apps/files_sharing/l10n/es_PR.json index 9f5956ea9f..8f07e7f245 100644 --- a/apps/files_sharing/l10n/es_PR.json +++ b/apps/files_sharing/l10n/es_PR.json @@ -103,7 +103,6 @@ "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", diff --git a/apps/files_sharing/l10n/es_PY.js b/apps/files_sharing/l10n/es_PY.js index aed5ae2bdf..3f36521277 100644 --- a/apps/files_sharing/l10n/es_PY.js +++ b/apps/files_sharing/l10n/es_PY.js @@ -105,7 +105,6 @@ OC.L10N.register( "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", diff --git a/apps/files_sharing/l10n/es_PY.json b/apps/files_sharing/l10n/es_PY.json index 9f5956ea9f..8f07e7f245 100644 --- a/apps/files_sharing/l10n/es_PY.json +++ b/apps/files_sharing/l10n/es_PY.json @@ -103,7 +103,6 @@ "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", diff --git a/apps/files_sharing/l10n/es_SV.js b/apps/files_sharing/l10n/es_SV.js index a7289072ce..4e2f7582ff 100644 --- a/apps/files_sharing/l10n/es_SV.js +++ b/apps/files_sharing/l10n/es_SV.js @@ -106,9 +106,7 @@ OC.L10N.register( "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", - "%s is publicly shared" : "%s está compartido públicamente", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", "Password" : "Contraseña" diff --git a/apps/files_sharing/l10n/es_SV.json b/apps/files_sharing/l10n/es_SV.json index d0e22f18f1..99731994d7 100644 --- a/apps/files_sharing/l10n/es_SV.json +++ b/apps/files_sharing/l10n/es_SV.json @@ -104,9 +104,7 @@ "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", - "%s is publicly shared" : "%s está compartido públicamente", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", "Password" : "Contraseña" diff --git a/apps/files_sharing/l10n/es_UY.js b/apps/files_sharing/l10n/es_UY.js index aed5ae2bdf..3f36521277 100644 --- a/apps/files_sharing/l10n/es_UY.js +++ b/apps/files_sharing/l10n/es_UY.js @@ -105,7 +105,6 @@ OC.L10N.register( "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", diff --git a/apps/files_sharing/l10n/es_UY.json b/apps/files_sharing/l10n/es_UY.json index 9f5956ea9f..8f07e7f245 100644 --- a/apps/files_sharing/l10n/es_UY.json +++ b/apps/files_sharing/l10n/es_UY.json @@ -103,7 +103,6 @@ "Select or drop files" : "Selecciona o suelta los archivos", "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", - "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Se presentó una falla al compartir %s, porque el backend no permite elementos compartidos de tipo %s", "This share is password-protected" : "Este elemento compartido está protegido con contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", diff --git a/apps/files_sharing/l10n/et_EE.js b/apps/files_sharing/l10n/et_EE.js index 57d09814d5..79d7611702 100644 --- a/apps/files_sharing/l10n/et_EE.js +++ b/apps/files_sharing/l10n/et_EE.js @@ -105,9 +105,7 @@ OC.L10N.register( "Select or drop files" : "Vali või lohista failid", "Uploading files…" : "Failide üleslaadimine…", "Uploaded files:" : "Üleslaetud failid:", - "{actor} removed you from {file}" : "{actor} eemaldas sind {file} jagamisest", "Sharing %s failed because the back end does not allow shares from type %s" : "%s jagamine ebaõnnestus sest server ei luba %s tüüpi jagamisi", - "%s is publicly shared" : "%s on avalikult jagatud", "This share is password-protected" : "See jagamine on parooliga kaitstud", "The password is wrong. Try again." : "Parool on vale. Proovi uuesti.", "Password" : "Parool" diff --git a/apps/files_sharing/l10n/et_EE.json b/apps/files_sharing/l10n/et_EE.json index a76cd9d9ce..b87498c980 100644 --- a/apps/files_sharing/l10n/et_EE.json +++ b/apps/files_sharing/l10n/et_EE.json @@ -103,9 +103,7 @@ "Select or drop files" : "Vali või lohista failid", "Uploading files…" : "Failide üleslaadimine…", "Uploaded files:" : "Üleslaetud failid:", - "{actor} removed you from {file}" : "{actor} eemaldas sind {file} jagamisest", "Sharing %s failed because the back end does not allow shares from type %s" : "%s jagamine ebaõnnestus sest server ei luba %s tüüpi jagamisi", - "%s is publicly shared" : "%s on avalikult jagatud", "This share is password-protected" : "See jagamine on parooliga kaitstud", "The password is wrong. Try again." : "Parool on vale. Proovi uuesti.", "Password" : "Parool" diff --git a/apps/files_sharing/l10n/fi.js b/apps/files_sharing/l10n/fi.js index 4ebd01612f..20bd6f132d 100644 --- a/apps/files_sharing/l10n/fi.js +++ b/apps/files_sharing/l10n/fi.js @@ -121,9 +121,7 @@ OC.L10N.register( "Uploading files…" : "Lähetetään tiedostoja…", "Uploaded files:" : "Lähetetyt tiedostot:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Tiedostoja lähettämällä hyväksyt %1$skäyttöehdot%2$s.", - "{actor} removed you from {file}" : "{actor} poisti käyttöoikeutesi kohteeseen {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Kohteen %s jakaminen epäonnistui, koska tietovarasto ei salli %s tyyppisiä jakoja", - "%s is publicly shared" : "%s on jaettu julkisesti", "This share is password-protected" : "Tämä jako on suojattu salasanalla", "The password is wrong. Try again." : "Väärä salasana. Yritä uudelleen.", "Password" : "Salasana" diff --git a/apps/files_sharing/l10n/fi.json b/apps/files_sharing/l10n/fi.json index e506f9fa99..e0689a9d92 100644 --- a/apps/files_sharing/l10n/fi.json +++ b/apps/files_sharing/l10n/fi.json @@ -119,9 +119,7 @@ "Uploading files…" : "Lähetetään tiedostoja…", "Uploaded files:" : "Lähetetyt tiedostot:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Tiedostoja lähettämällä hyväksyt %1$skäyttöehdot%2$s.", - "{actor} removed you from {file}" : "{actor} poisti käyttöoikeutesi kohteeseen {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Kohteen %s jakaminen epäonnistui, koska tietovarasto ei salli %s tyyppisiä jakoja", - "%s is publicly shared" : "%s on jaettu julkisesti", "This share is password-protected" : "Tämä jako on suojattu salasanalla", "The password is wrong. Try again." : "Väärä salasana. Yritä uudelleen.", "Password" : "Salasana" diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js index 4d615823cb..4594e086e2 100644 --- a/apps/files_sharing/l10n/fr.js +++ b/apps/files_sharing/l10n/fr.js @@ -128,9 +128,7 @@ OC.L10N.register( "Uploading files…" : "Téléversement des fichiers...", "Uploaded files:" : "Fichiers téléversés :", "By uploading files, you agree to the %1$sterms of service%2$s." : "En envoyant des fichiers, vous acceptez les %1$sconditions d'utilisation%2$s.", - "{actor} removed you from {file}" : "{actor} vous a supprimé de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Le partage %s a échoué parce que l'infrastructure n'autorise pas les partages du type %s", - "%s is publicly shared" : "%s a été partagé publiquement", "This share is password-protected" : "Ce partage est protégé par un mot de passe", "The password is wrong. Try again." : "Le mot de passe est incorrect. Veuillez réessayer.", "Password" : "Mot de passe" diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json index b49fc58454..529de365df 100644 --- a/apps/files_sharing/l10n/fr.json +++ b/apps/files_sharing/l10n/fr.json @@ -126,9 +126,7 @@ "Uploading files…" : "Téléversement des fichiers...", "Uploaded files:" : "Fichiers téléversés :", "By uploading files, you agree to the %1$sterms of service%2$s." : "En envoyant des fichiers, vous acceptez les %1$sconditions d'utilisation%2$s.", - "{actor} removed you from {file}" : "{actor} vous a supprimé de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Le partage %s a échoué parce que l'infrastructure n'autorise pas les partages du type %s", - "%s is publicly shared" : "%s a été partagé publiquement", "This share is password-protected" : "Ce partage est protégé par un mot de passe", "The password is wrong. Try again." : "Le mot de passe est incorrect. Veuillez réessayer.", "Password" : "Mot de passe" diff --git a/apps/files_sharing/l10n/he.js b/apps/files_sharing/l10n/he.js index 658196f745..e6144961d9 100644 --- a/apps/files_sharing/l10n/he.js +++ b/apps/files_sharing/l10n/he.js @@ -97,9 +97,7 @@ OC.L10N.register( "Select or drop files" : "בחירה או השלכה של קבצים", "Uploading files…" : "קבצים מועלים…", "Uploaded files:" : "קבצים שהועלו:", - "{actor} removed you from {file}" : "הוסרת מהקובץ {file} על ידי {actor}", "Sharing %s failed because the back end does not allow shares from type %s" : "שיתוף %s נכשל כיוון שהצד האחרוי ינו מאפשר שיתוף מסוג %s", - "%s is publicly shared" : "%s שותף באופן ציבורי", "This share is password-protected" : "שיתוף זה מוגן סיסמא", "The password is wrong. Try again." : "הסיסמא שגויה. יש לנסות שנית.", "Password" : "סיסמא" diff --git a/apps/files_sharing/l10n/he.json b/apps/files_sharing/l10n/he.json index b494086f45..674c127357 100644 --- a/apps/files_sharing/l10n/he.json +++ b/apps/files_sharing/l10n/he.json @@ -95,9 +95,7 @@ "Select or drop files" : "בחירה או השלכה של קבצים", "Uploading files…" : "קבצים מועלים…", "Uploaded files:" : "קבצים שהועלו:", - "{actor} removed you from {file}" : "הוסרת מהקובץ {file} על ידי {actor}", "Sharing %s failed because the back end does not allow shares from type %s" : "שיתוף %s נכשל כיוון שהצד האחרוי ינו מאפשר שיתוף מסוג %s", - "%s is publicly shared" : "%s שותף באופן ציבורי", "This share is password-protected" : "שיתוף זה מוגן סיסמא", "The password is wrong. Try again." : "הסיסמא שגויה. יש לנסות שנית.", "Password" : "סיסמא" diff --git a/apps/files_sharing/l10n/hu.js b/apps/files_sharing/l10n/hu.js index 576ec91e05..b6e690e959 100644 --- a/apps/files_sharing/l10n/hu.js +++ b/apps/files_sharing/l10n/hu.js @@ -118,9 +118,7 @@ OC.L10N.register( "Select or drop files" : "Válassz ki vagy dobj ide fájlokat", "Uploading files…" : "Fájlok feltöltése...", "Uploaded files:" : "Feltöltött fájlok:", - "{actor} removed you from {file}" : "{actor} eltávolított innen: {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "%s megosztása sikertelen, mert a háttér rendszer nem engedélyezi a következő típusú megosztásokat: %s", - "%s is publicly shared" : "%s nyilvánosan megosztva", "This share is password-protected" : "Ez egy jelszóval védett megosztás", "The password is wrong. Try again." : "A megadott jelszó nem megfelelő. Próbálja újra!", "Password" : "Jelszó" diff --git a/apps/files_sharing/l10n/hu.json b/apps/files_sharing/l10n/hu.json index 926ab4a8da..da515a4661 100644 --- a/apps/files_sharing/l10n/hu.json +++ b/apps/files_sharing/l10n/hu.json @@ -116,9 +116,7 @@ "Select or drop files" : "Válassz ki vagy dobj ide fájlokat", "Uploading files…" : "Fájlok feltöltése...", "Uploaded files:" : "Feltöltött fájlok:", - "{actor} removed you from {file}" : "{actor} eltávolított innen: {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "%s megosztása sikertelen, mert a háttér rendszer nem engedélyezi a következő típusú megosztásokat: %s", - "%s is publicly shared" : "%s nyilvánosan megosztva", "This share is password-protected" : "Ez egy jelszóval védett megosztás", "The password is wrong. Try again." : "A megadott jelszó nem megfelelő. Próbálja újra!", "Password" : "Jelszó" diff --git a/apps/files_sharing/l10n/is.js b/apps/files_sharing/l10n/is.js index a56fb2b3aa..fd66bf5e92 100644 --- a/apps/files_sharing/l10n/is.js +++ b/apps/files_sharing/l10n/is.js @@ -126,9 +126,7 @@ OC.L10N.register( "Uploading files…" : "Sendi inn skrár…", "Uploaded files:" : "Innsendar skrár:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Með því að senda inn skrár, samþykkir þú %1$sþjónustuskilmálana%2$s.", - "{actor} removed you from {file}" : "{actor} fjarlægði þig af {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Deiling %s mistókst, því bakvinnslukerfið leyfir ekki sameignir af gerðinni %s", - "%s is publicly shared" : "%s er deilt opinberlega", "This share is password-protected" : "Þessi sameign er varin með lykilorði", "The password is wrong. Try again." : "Lykilorðið er rangt. Reyndu aftur.", "Password" : "Lykilorð" diff --git a/apps/files_sharing/l10n/is.json b/apps/files_sharing/l10n/is.json index d0f0f7429f..c48731fe09 100644 --- a/apps/files_sharing/l10n/is.json +++ b/apps/files_sharing/l10n/is.json @@ -124,9 +124,7 @@ "Uploading files…" : "Sendi inn skrár…", "Uploaded files:" : "Innsendar skrár:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Með því að senda inn skrár, samþykkir þú %1$sþjónustuskilmálana%2$s.", - "{actor} removed you from {file}" : "{actor} fjarlægði þig af {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Deiling %s mistókst, því bakvinnslukerfið leyfir ekki sameignir af gerðinni %s", - "%s is publicly shared" : "%s er deilt opinberlega", "This share is password-protected" : "Þessi sameign er varin með lykilorði", "The password is wrong. Try again." : "Lykilorðið er rangt. Reyndu aftur.", "Password" : "Lykilorð" diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js index 3a0dfbc434..6f2996bf08 100644 --- a/apps/files_sharing/l10n/it.js +++ b/apps/files_sharing/l10n/it.js @@ -128,9 +128,7 @@ OC.L10N.register( "Uploading files…" : "Caricamento file in corso...", "Uploaded files:" : "File caricati:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Caricando i file, accetti i %1$stermini del servizio%2$s.", - "{actor} removed you from {file}" : "{actor} ha ti rimosso da {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Condivisione di %s non riuscita poiché il motore non consente condivisioni del tipo %s", - "%s is publicly shared" : "%s è condiviso pubblicamente", "This share is password-protected" : "Questa condivisione è protetta da password", "The password is wrong. Try again." : "La password è errata. Prova ancora.", "Password" : "Password" diff --git a/apps/files_sharing/l10n/it.json b/apps/files_sharing/l10n/it.json index bdb22c81bf..641f204136 100644 --- a/apps/files_sharing/l10n/it.json +++ b/apps/files_sharing/l10n/it.json @@ -126,9 +126,7 @@ "Uploading files…" : "Caricamento file in corso...", "Uploaded files:" : "File caricati:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Caricando i file, accetti i %1$stermini del servizio%2$s.", - "{actor} removed you from {file}" : "{actor} ha ti rimosso da {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Condivisione di %s non riuscita poiché il motore non consente condivisioni del tipo %s", - "%s is publicly shared" : "%s è condiviso pubblicamente", "This share is password-protected" : "Questa condivisione è protetta da password", "The password is wrong. Try again." : "La password è errata. Prova ancora.", "Password" : "Password" diff --git a/apps/files_sharing/l10n/ja.js b/apps/files_sharing/l10n/ja.js index fb1802af35..2595077153 100644 --- a/apps/files_sharing/l10n/ja.js +++ b/apps/files_sharing/l10n/ja.js @@ -127,9 +127,7 @@ OC.L10N.register( "Uploading files…" : "ファイルをアップロード中...", "Uploaded files:" : "アップロード済ファイル:", "By uploading files, you agree to the %1$sterms of service%2$s." : "ファイルをアップロードすると、%1$s のサービス条件 %2$s に同意したことになります。", - "{actor} removed you from {file}" : "{actor} が {file} の共有を削除しました", "Sharing %s failed because the back end does not allow shares from type %s" : "%s の共有に失敗しました。バックエンド側で %s タイプの共有が許可されていません。", - "%s is publicly shared" : "%s が公開共有されました", "This share is password-protected" : "この共有はパスワードで保護されています", "The password is wrong. Try again." : "パスワードが間違っています。再試行してください。", "Password" : "パスワード" diff --git a/apps/files_sharing/l10n/ja.json b/apps/files_sharing/l10n/ja.json index a85fe4e666..d7eeab0d0f 100644 --- a/apps/files_sharing/l10n/ja.json +++ b/apps/files_sharing/l10n/ja.json @@ -125,9 +125,7 @@ "Uploading files…" : "ファイルをアップロード中...", "Uploaded files:" : "アップロード済ファイル:", "By uploading files, you agree to the %1$sterms of service%2$s." : "ファイルをアップロードすると、%1$s のサービス条件 %2$s に同意したことになります。", - "{actor} removed you from {file}" : "{actor} が {file} の共有を削除しました", "Sharing %s failed because the back end does not allow shares from type %s" : "%s の共有に失敗しました。バックエンド側で %s タイプの共有が許可されていません。", - "%s is publicly shared" : "%s が公開共有されました", "This share is password-protected" : "この共有はパスワードで保護されています", "The password is wrong. Try again." : "パスワードが間違っています。再試行してください。", "Password" : "パスワード" diff --git a/apps/files_sharing/l10n/ka_GE.js b/apps/files_sharing/l10n/ka_GE.js index a91d606991..7e49716770 100644 --- a/apps/files_sharing/l10n/ka_GE.js +++ b/apps/files_sharing/l10n/ka_GE.js @@ -106,9 +106,7 @@ OC.L10N.register( "Select or drop files" : "აირჩიეთ ან გადმოიტანეთ ფაილები", "Uploading files…" : "ფაილების ატვირთვა...", "Uploaded files:" : "ფაილების ატვირთვა:", - "{actor} removed you from {file}" : "{actor} ჩამოგაშორათ ფაილს {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "გაზიარება %s არ მოხერხდა, რადგანაც ბექენდი არ იღებს გაზიარებებს ტიპით %s", - "%s is publicly shared" : "%s საზოგადოდ გაზიარებულია", "This share is password-protected" : "ეს გაზიარება დაცულია პაროლით", "The password is wrong. Try again." : "პაროლი არასწორია. სცადეთ ახლიდან", "Password" : "პაროლი" diff --git a/apps/files_sharing/l10n/ka_GE.json b/apps/files_sharing/l10n/ka_GE.json index da7cf09ca3..34e7467c4a 100644 --- a/apps/files_sharing/l10n/ka_GE.json +++ b/apps/files_sharing/l10n/ka_GE.json @@ -104,9 +104,7 @@ "Select or drop files" : "აირჩიეთ ან გადმოიტანეთ ფაილები", "Uploading files…" : "ფაილების ატვირთვა...", "Uploaded files:" : "ფაილების ატვირთვა:", - "{actor} removed you from {file}" : "{actor} ჩამოგაშორათ ფაილს {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "გაზიარება %s არ მოხერხდა, რადგანაც ბექენდი არ იღებს გაზიარებებს ტიპით %s", - "%s is publicly shared" : "%s საზოგადოდ გაზიარებულია", "This share is password-protected" : "ეს გაზიარება დაცულია პაროლით", "The password is wrong. Try again." : "პაროლი არასწორია. სცადეთ ახლიდან", "Password" : "პაროლი" diff --git a/apps/files_sharing/l10n/ko.js b/apps/files_sharing/l10n/ko.js index 0c1f89e099..d377722582 100644 --- a/apps/files_sharing/l10n/ko.js +++ b/apps/files_sharing/l10n/ko.js @@ -105,9 +105,7 @@ OC.L10N.register( "Select or drop files" : "파일을 선택하거나 끌어다 놓기", "Uploading files…" : "파일 업로드 중…", "Uploaded files:" : "업로드한 파일:", - "{actor} removed you from {file}" : "{actor} 님이 여러분을 {file}에서 삭제함", "Sharing %s failed because the back end does not allow shares from type %s" : "%s을(를) 공유할 수 없습니다. 백엔드에서 %s 형식의 공유를 지원하지 않습니다", - "%s is publicly shared" : "%s이(가) 공개 공유됨", "This share is password-protected" : "이 공유는 암호로 보호되어 있습니다", "The password is wrong. Try again." : "암호가 잘못되었습니다. 다시 입력해 주십시오.", "Password" : "암호" diff --git a/apps/files_sharing/l10n/ko.json b/apps/files_sharing/l10n/ko.json index 991ceb529c..7ec7590148 100644 --- a/apps/files_sharing/l10n/ko.json +++ b/apps/files_sharing/l10n/ko.json @@ -103,9 +103,7 @@ "Select or drop files" : "파일을 선택하거나 끌어다 놓기", "Uploading files…" : "파일 업로드 중…", "Uploaded files:" : "업로드한 파일:", - "{actor} removed you from {file}" : "{actor} 님이 여러분을 {file}에서 삭제함", "Sharing %s failed because the back end does not allow shares from type %s" : "%s을(를) 공유할 수 없습니다. 백엔드에서 %s 형식의 공유를 지원하지 않습니다", - "%s is publicly shared" : "%s이(가) 공개 공유됨", "This share is password-protected" : "이 공유는 암호로 보호되어 있습니다", "The password is wrong. Try again." : "암호가 잘못되었습니다. 다시 입력해 주십시오.", "Password" : "암호" diff --git a/apps/files_sharing/l10n/lt_LT.js b/apps/files_sharing/l10n/lt_LT.js index f3374ecb36..1403893d2f 100644 --- a/apps/files_sharing/l10n/lt_LT.js +++ b/apps/files_sharing/l10n/lt_LT.js @@ -109,9 +109,7 @@ OC.L10N.register( "Select or drop files" : "Pasirinkite arba vilkite failus", "Uploading files…" : "Įkeliami failai…", "Uploaded files:" : "Įkelta:", - "{actor} removed you from {file}" : "{actor} nebesidalina su jumis {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "%s dalinimasis nepavyko, nes sistema nepalaiko šio duomenų tipo: %s", - "%s is publicly shared" : "%s yra viešai bendrinamas", "This share is password-protected" : "Turinys apsaugotas slaptažodžiu", "The password is wrong. Try again." : "Slaptažodis neteisingas. Bandykite dar kartą.", "Password" : "Slaptažodis" diff --git a/apps/files_sharing/l10n/lt_LT.json b/apps/files_sharing/l10n/lt_LT.json index efc708c202..0810dd992c 100644 --- a/apps/files_sharing/l10n/lt_LT.json +++ b/apps/files_sharing/l10n/lt_LT.json @@ -107,9 +107,7 @@ "Select or drop files" : "Pasirinkite arba vilkite failus", "Uploading files…" : "Įkeliami failai…", "Uploaded files:" : "Įkelta:", - "{actor} removed you from {file}" : "{actor} nebesidalina su jumis {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "%s dalinimasis nepavyko, nes sistema nepalaiko šio duomenų tipo: %s", - "%s is publicly shared" : "%s yra viešai bendrinamas", "This share is password-protected" : "Turinys apsaugotas slaptažodžiu", "The password is wrong. Try again." : "Slaptažodis neteisingas. Bandykite dar kartą.", "Password" : "Slaptažodis" diff --git a/apps/files_sharing/l10n/lv.js b/apps/files_sharing/l10n/lv.js index 1c28c779d4..d0462fbd34 100644 --- a/apps/files_sharing/l10n/lv.js +++ b/apps/files_sharing/l10n/lv.js @@ -70,7 +70,6 @@ OC.L10N.register( "Download %s" : "Lejupielādēt %s", "Uploading files…" : "Augšupielādē datnes", "Uploaded files:" : "Augšupielādēti faili:", - "{actor} removed you from {file}" : "{actor} noņēma jūs no {file}", "This share is password-protected" : "Šī koplietotne ir aizsargāta ar paroli", "The password is wrong. Try again." : "Nepareiza parole. Mēģiniet vēlreiz.", "Password" : "Parole" diff --git a/apps/files_sharing/l10n/lv.json b/apps/files_sharing/l10n/lv.json index 967a5790b7..a29f4ce724 100644 --- a/apps/files_sharing/l10n/lv.json +++ b/apps/files_sharing/l10n/lv.json @@ -68,7 +68,6 @@ "Download %s" : "Lejupielādēt %s", "Uploading files…" : "Augšupielādē datnes", "Uploaded files:" : "Augšupielādēti faili:", - "{actor} removed you from {file}" : "{actor} noņēma jūs no {file}", "This share is password-protected" : "Šī koplietotne ir aizsargāta ar paroli", "The password is wrong. Try again." : "Nepareiza parole. Mēģiniet vēlreiz.", "Password" : "Parole" diff --git a/apps/files_sharing/l10n/nb.js b/apps/files_sharing/l10n/nb.js index 645be07e6a..b8b6fcdbe9 100644 --- a/apps/files_sharing/l10n/nb.js +++ b/apps/files_sharing/l10n/nb.js @@ -107,9 +107,7 @@ OC.L10N.register( "Select or drop files" : "Velg eller slipp filer", "Uploading files…" : "Laster opp filer…", "Uploaded files:" : "Opplastede filer:", - "{actor} removed you from {file}" : "{actor} fjernet deg fra {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Deling av %s mislyktes på grunn av at tjeneren ikke tillater deling av filtypen %s", - "%s is publicly shared" : "%s er delt offentlig", "This share is password-protected" : "Denne delingen er passordbeskyttet", "The password is wrong. Try again." : "Passordet er feil. Prøv på nytt.", "Password" : "Passord" diff --git a/apps/files_sharing/l10n/nb.json b/apps/files_sharing/l10n/nb.json index 7740e67309..c50fdbff24 100644 --- a/apps/files_sharing/l10n/nb.json +++ b/apps/files_sharing/l10n/nb.json @@ -105,9 +105,7 @@ "Select or drop files" : "Velg eller slipp filer", "Uploading files…" : "Laster opp filer…", "Uploaded files:" : "Opplastede filer:", - "{actor} removed you from {file}" : "{actor} fjernet deg fra {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Deling av %s mislyktes på grunn av at tjeneren ikke tillater deling av filtypen %s", - "%s is publicly shared" : "%s er delt offentlig", "This share is password-protected" : "Denne delingen er passordbeskyttet", "The password is wrong. Try again." : "Passordet er feil. Prøv på nytt.", "Password" : "Passord" diff --git a/apps/files_sharing/l10n/nl.js b/apps/files_sharing/l10n/nl.js index d66e20501a..d9375a7a9a 100644 --- a/apps/files_sharing/l10n/nl.js +++ b/apps/files_sharing/l10n/nl.js @@ -128,9 +128,7 @@ OC.L10N.register( "Uploading files…" : "Uploaden bestanden...", "Uploaded files:" : "Geüploade bestanden", "By uploading files, you agree to the %1$sterms of service%2$s." : "Door het uploaden van bestanden stem je in met de %1$sgebruiksvoorwaarden%2$s.", - "{actor} removed you from {file}" : "{actor} heeft je van {file} verwijderd", "Sharing %s failed because the back end does not allow shares from type %s" : "Delen van %s mislukte omdat de backend het delen van type %s niet ondersteunt", - "%s is publicly shared" : "%s is openbaar gedeeld", "This share is password-protected" : "Deze gedeelde folder is met een wachtwoord beveiligd", "The password is wrong. Try again." : "Wachtwoord ongeldig. Probeer het nogmaals.", "Password" : "Wachtwoord" diff --git a/apps/files_sharing/l10n/nl.json b/apps/files_sharing/l10n/nl.json index 394e8a9db1..11e8b00a83 100644 --- a/apps/files_sharing/l10n/nl.json +++ b/apps/files_sharing/l10n/nl.json @@ -126,9 +126,7 @@ "Uploading files…" : "Uploaden bestanden...", "Uploaded files:" : "Geüploade bestanden", "By uploading files, you agree to the %1$sterms of service%2$s." : "Door het uploaden van bestanden stem je in met de %1$sgebruiksvoorwaarden%2$s.", - "{actor} removed you from {file}" : "{actor} heeft je van {file} verwijderd", "Sharing %s failed because the back end does not allow shares from type %s" : "Delen van %s mislukte omdat de backend het delen van type %s niet ondersteunt", - "%s is publicly shared" : "%s is openbaar gedeeld", "This share is password-protected" : "Deze gedeelde folder is met een wachtwoord beveiligd", "The password is wrong. Try again." : "Wachtwoord ongeldig. Probeer het nogmaals.", "Password" : "Wachtwoord" diff --git a/apps/files_sharing/l10n/pl.js b/apps/files_sharing/l10n/pl.js index ff8571fe55..f27f989006 100644 --- a/apps/files_sharing/l10n/pl.js +++ b/apps/files_sharing/l10n/pl.js @@ -120,9 +120,7 @@ OC.L10N.register( "Select or drop files" : "Wybierz lub upuść pliki", "Uploading files…" : "Wysyłanie plików…", "Uploaded files:" : "Wysłane pliki:", - "{actor} removed you from {file}" : "{actor} usunął cie z {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Udostępnienie %s nie powiodło się ponieważ backend nie zezwala na udziały typu %s", - "%s is publicly shared" : "%s udostępnione/ych publicznie ", "This share is password-protected" : "Udostępniony folder chroniony jest hasłem", "The password is wrong. Try again." : "To hasło jest niewłaściwe. Spróbuj ponownie.", "Password" : "Hasło" diff --git a/apps/files_sharing/l10n/pl.json b/apps/files_sharing/l10n/pl.json index f8bc173b35..e5e416c558 100644 --- a/apps/files_sharing/l10n/pl.json +++ b/apps/files_sharing/l10n/pl.json @@ -118,9 +118,7 @@ "Select or drop files" : "Wybierz lub upuść pliki", "Uploading files…" : "Wysyłanie plików…", "Uploaded files:" : "Wysłane pliki:", - "{actor} removed you from {file}" : "{actor} usunął cie z {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Udostępnienie %s nie powiodło się ponieważ backend nie zezwala na udziały typu %s", - "%s is publicly shared" : "%s udostępnione/ych publicznie ", "This share is password-protected" : "Udostępniony folder chroniony jest hasłem", "The password is wrong. Try again." : "To hasło jest niewłaściwe. Spróbuj ponownie.", "Password" : "Hasło" diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js index d5c70c646f..a838bba8f0 100644 --- a/apps/files_sharing/l10n/pt_BR.js +++ b/apps/files_sharing/l10n/pt_BR.js @@ -128,9 +128,7 @@ OC.L10N.register( "Uploading files…" : "Enviando arquivos...", "Uploaded files:" : "Arquivos enviados:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Ao enviar arquivos, você concorda com os %1$stermos de serviço%2$s.", - "{actor} removed you from {file}" : "{actor} excluiu você de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "O compartilhando %s falhou porque o serviço não permite ações de tipo %s", - "%s is publicly shared" : "%s está compartilhado publicamente", "This share is password-protected" : "Este compartilhamento é protegido por senha", "The password is wrong. Try again." : "Senha incorreta. Tente novamente.", "Password" : "Senha" diff --git a/apps/files_sharing/l10n/pt_BR.json b/apps/files_sharing/l10n/pt_BR.json index 630b9777dd..cac566e710 100644 --- a/apps/files_sharing/l10n/pt_BR.json +++ b/apps/files_sharing/l10n/pt_BR.json @@ -126,9 +126,7 @@ "Uploading files…" : "Enviando arquivos...", "Uploaded files:" : "Arquivos enviados:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Ao enviar arquivos, você concorda com os %1$stermos de serviço%2$s.", - "{actor} removed you from {file}" : "{actor} excluiu você de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "O compartilhando %s falhou porque o serviço não permite ações de tipo %s", - "%s is publicly shared" : "%s está compartilhado publicamente", "This share is password-protected" : "Este compartilhamento é protegido por senha", "The password is wrong. Try again." : "Senha incorreta. Tente novamente.", "Password" : "Senha" diff --git a/apps/files_sharing/l10n/pt_PT.js b/apps/files_sharing/l10n/pt_PT.js index c8eca925c5..f4e2699011 100644 --- a/apps/files_sharing/l10n/pt_PT.js +++ b/apps/files_sharing/l10n/pt_PT.js @@ -106,9 +106,7 @@ OC.L10N.register( "Select or drop files" : "Seleccione ou solte ficheiros", "Uploading files…" : "A enviar ficheiros...", "Uploaded files:" : "Ficheiros enviados:", - "{actor} removed you from {file}" : "{actor} removeu-o de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "A partilha de %s falhou porque \"back end\" não permite partilhas do tipo %s", - "%s is publicly shared" : "%s está partilhado publicamente", "This share is password-protected" : "Esta partilha está protegida por palavra-passe", "The password is wrong. Try again." : "A palavra-passe está errada. Por favor, tente de novo.", "Password" : "Palavra-passe" diff --git a/apps/files_sharing/l10n/pt_PT.json b/apps/files_sharing/l10n/pt_PT.json index d5cae65b3e..b48114de85 100644 --- a/apps/files_sharing/l10n/pt_PT.json +++ b/apps/files_sharing/l10n/pt_PT.json @@ -104,9 +104,7 @@ "Select or drop files" : "Seleccione ou solte ficheiros", "Uploading files…" : "A enviar ficheiros...", "Uploaded files:" : "Ficheiros enviados:", - "{actor} removed you from {file}" : "{actor} removeu-o de {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "A partilha de %s falhou porque \"back end\" não permite partilhas do tipo %s", - "%s is publicly shared" : "%s está partilhado publicamente", "This share is password-protected" : "Esta partilha está protegida por palavra-passe", "The password is wrong. Try again." : "A palavra-passe está errada. Por favor, tente de novo.", "Password" : "Palavra-passe" diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index 4ce15bed64..0d4f3c3c0f 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -128,9 +128,7 @@ OC.L10N.register( "Uploading files…" : "Файлы передаются на сервер…", "Uploaded files:" : "Отправленные файлы:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Передачей файлов на сервер, вы принимаете %1$sусловия обслуживания%2$s.", - "{actor} removed you from {file}" : "{actor} закрыл(а) вам общий доступ к «{file}»", "Sharing %s failed because the back end does not allow shares from type %s" : "Не удалось предоставить общий доступ к «%s», поскольку механизм удалённого обмена не разрешает публикации типа %s", - "%s is publicly shared" : "«%s» опубликован ", "This share is password-protected" : "Общий ресурс защищён паролем", "The password is wrong. Try again." : "Неверный пароль. Попробуйте ещё раз.", "Password" : "Пароль" diff --git a/apps/files_sharing/l10n/ru.json b/apps/files_sharing/l10n/ru.json index 4ee377c981..54cfd56303 100644 --- a/apps/files_sharing/l10n/ru.json +++ b/apps/files_sharing/l10n/ru.json @@ -126,9 +126,7 @@ "Uploading files…" : "Файлы передаются на сервер…", "Uploaded files:" : "Отправленные файлы:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Передачей файлов на сервер, вы принимаете %1$sусловия обслуживания%2$s.", - "{actor} removed you from {file}" : "{actor} закрыл(а) вам общий доступ к «{file}»", "Sharing %s failed because the back end does not allow shares from type %s" : "Не удалось предоставить общий доступ к «%s», поскольку механизм удалённого обмена не разрешает публикации типа %s", - "%s is publicly shared" : "«%s» опубликован ", "This share is password-protected" : "Общий ресурс защищён паролем", "The password is wrong. Try again." : "Неверный пароль. Попробуйте ещё раз.", "Password" : "Пароль" diff --git a/apps/files_sharing/l10n/sk.js b/apps/files_sharing/l10n/sk.js index b09abb71ee..2a8b97eaef 100644 --- a/apps/files_sharing/l10n/sk.js +++ b/apps/files_sharing/l10n/sk.js @@ -122,9 +122,7 @@ OC.L10N.register( "Select or drop files" : "Vyberte alebo položte súbory", "Uploading files…" : "Nahrávanie súborov...", "Uploaded files:" : "Nahrané súbory...", - "{actor} removed you from {file}" : "{actor} vám zrušil sprístupnenie {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Sprístupnenie %s zlyhalo, backend nepodporuje typ sprístupnenia %s", - "%s is publicly shared" : "%s je verejne zdieľaný", "This share is password-protected" : "Táto položka je chránené heslom", "The password is wrong. Try again." : "Heslo je chybné. Skúste to znova.", "Password" : "Heslo" diff --git a/apps/files_sharing/l10n/sk.json b/apps/files_sharing/l10n/sk.json index 15b7534aa7..0052d66281 100644 --- a/apps/files_sharing/l10n/sk.json +++ b/apps/files_sharing/l10n/sk.json @@ -120,9 +120,7 @@ "Select or drop files" : "Vyberte alebo položte súbory", "Uploading files…" : "Nahrávanie súborov...", "Uploaded files:" : "Nahrané súbory...", - "{actor} removed you from {file}" : "{actor} vám zrušil sprístupnenie {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Sprístupnenie %s zlyhalo, backend nepodporuje typ sprístupnenia %s", - "%s is publicly shared" : "%s je verejne zdieľaný", "This share is password-protected" : "Táto položka je chránené heslom", "The password is wrong. Try again." : "Heslo je chybné. Skúste to znova.", "Password" : "Heslo" diff --git a/apps/files_sharing/l10n/sq.js b/apps/files_sharing/l10n/sq.js index 0fbfd31d4a..b3d6b7d56b 100644 --- a/apps/files_sharing/l10n/sq.js +++ b/apps/files_sharing/l10n/sq.js @@ -105,7 +105,6 @@ OC.L10N.register( "Select or drop files" : "Përzgjidh ose hiq skedarët", "Uploading files…" : "Skedarët po ngarkohen...", "Uploaded files:" : "Skedarët e ngarkuar:", - "{actor} removed you from {file}" : "{actor} iu hoqi nga {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Ndarja e %s dështoi, ngaqë pjesa përgjegjëse e shërbyesit nuk lejon ndarje prej llojit %s", "This share is password-protected" : "Kjo pjesë është e mbrojtur me fjalëkalim", "The password is wrong. Try again." : "Fjalëkalimi është i gabuar. Riprovoni.", diff --git a/apps/files_sharing/l10n/sq.json b/apps/files_sharing/l10n/sq.json index 0c22cd7cbe..179b590323 100644 --- a/apps/files_sharing/l10n/sq.json +++ b/apps/files_sharing/l10n/sq.json @@ -103,7 +103,6 @@ "Select or drop files" : "Përzgjidh ose hiq skedarët", "Uploading files…" : "Skedarët po ngarkohen...", "Uploaded files:" : "Skedarët e ngarkuar:", - "{actor} removed you from {file}" : "{actor} iu hoqi nga {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Ndarja e %s dështoi, ngaqë pjesa përgjegjëse e shërbyesit nuk lejon ndarje prej llojit %s", "This share is password-protected" : "Kjo pjesë është e mbrojtur me fjalëkalim", "The password is wrong. Try again." : "Fjalëkalimi është i gabuar. Riprovoni.", diff --git a/apps/files_sharing/l10n/sr.js b/apps/files_sharing/l10n/sr.js index 313e4aa5fd..ea7570f508 100644 --- a/apps/files_sharing/l10n/sr.js +++ b/apps/files_sharing/l10n/sr.js @@ -128,9 +128,7 @@ OC.L10N.register( "Uploading files…" : "Отпремам фајлове…", "Uploaded files:" : "Отпремљени фајлови:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Отпремањем фајлова, слажете се са %1$sусловима коришћења%2$s.", - "{actor} removed you from {file}" : "{actor} Вас је уклонио са {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Дељење %s није успело зато што позадина не дозвољава дељење које је типа %s", - "%s is publicly shared" : "%s је јавно дељен", "This share is password-protected" : "Дељење је заштићено лозинком", "The password is wrong. Try again." : "Лозинка је погрешна. Покушајте поново.", "Password" : "Лозинка" diff --git a/apps/files_sharing/l10n/sr.json b/apps/files_sharing/l10n/sr.json index f2f7a8c939..84dc83adbe 100644 --- a/apps/files_sharing/l10n/sr.json +++ b/apps/files_sharing/l10n/sr.json @@ -126,9 +126,7 @@ "Uploading files…" : "Отпремам фајлове…", "Uploaded files:" : "Отпремљени фајлови:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Отпремањем фајлова, слажете се са %1$sусловима коришћења%2$s.", - "{actor} removed you from {file}" : "{actor} Вас је уклонио са {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Дељење %s није успело зато што позадина не дозвољава дељење које је типа %s", - "%s is publicly shared" : "%s је јавно дељен", "This share is password-protected" : "Дељење је заштићено лозинком", "The password is wrong. Try again." : "Лозинка је погрешна. Покушајте поново.", "Password" : "Лозинка" diff --git a/apps/files_sharing/l10n/sv.js b/apps/files_sharing/l10n/sv.js index d83db8a1cb..af78d76b93 100644 --- a/apps/files_sharing/l10n/sv.js +++ b/apps/files_sharing/l10n/sv.js @@ -127,9 +127,7 @@ OC.L10N.register( "Uploading files…" : "Laddar upp filer...", "Uploaded files:" : "Uppladdade filer:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Genom att ladda upp filer godkänner du %1$sanvändarvillkoren %2$s.", - "{actor} removed you from {file}" : "{actor} tog bort dig från {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Delningen av %s misslyckades. Ej tillåtet med delning av %s", - "%s is publicly shared" : "%s är delad publikt", "This share is password-protected" : "Den här delningen är lösenordsskyddad", "The password is wrong. Try again." : "Lösenordet är fel. Försök igen.", "Password" : "Lösenord" diff --git a/apps/files_sharing/l10n/sv.json b/apps/files_sharing/l10n/sv.json index b880c5bda0..f03bc3676f 100644 --- a/apps/files_sharing/l10n/sv.json +++ b/apps/files_sharing/l10n/sv.json @@ -125,9 +125,7 @@ "Uploading files…" : "Laddar upp filer...", "Uploaded files:" : "Uppladdade filer:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Genom att ladda upp filer godkänner du %1$sanvändarvillkoren %2$s.", - "{actor} removed you from {file}" : "{actor} tog bort dig från {file}", "Sharing %s failed because the back end does not allow shares from type %s" : "Delningen av %s misslyckades. Ej tillåtet med delning av %s", - "%s is publicly shared" : "%s är delad publikt", "This share is password-protected" : "Den här delningen är lösenordsskyddad", "The password is wrong. Try again." : "Lösenordet är fel. Försök igen.", "Password" : "Lösenord" diff --git a/apps/files_sharing/l10n/tr.js b/apps/files_sharing/l10n/tr.js index dae88992d3..c2364ece78 100644 --- a/apps/files_sharing/l10n/tr.js +++ b/apps/files_sharing/l10n/tr.js @@ -128,9 +128,7 @@ OC.L10N.register( "Uploading files…" : "Dosyalar yükleniyor...", "Uploaded files:" : "Yüklenmiş dosyalar:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Dosya yükleyerek %1$shizmet koşullarını%2$s kabul etmiş olursunuz.", - "{actor} removed you from {file}" : "{actor} {file} dosyasının sizinle paylaşımını kaldırdı", "Sharing %s failed because the back end does not allow shares from type %s" : "Arka uç %s türündeki paylaşımlara izin vermediğinden %s paylaşılamadı", - "%s is publicly shared" : "%s herkese açık olarak paylaşıldı", "This share is password-protected" : "Bu paylaşım parola korumalı", "The password is wrong. Try again." : "Parola yanlış. Yeniden deneyin.", "Password" : "Parola" diff --git a/apps/files_sharing/l10n/tr.json b/apps/files_sharing/l10n/tr.json index 0c0cf7848f..fa157ae448 100644 --- a/apps/files_sharing/l10n/tr.json +++ b/apps/files_sharing/l10n/tr.json @@ -126,9 +126,7 @@ "Uploading files…" : "Dosyalar yükleniyor...", "Uploaded files:" : "Yüklenmiş dosyalar:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Dosya yükleyerek %1$shizmet koşullarını%2$s kabul etmiş olursunuz.", - "{actor} removed you from {file}" : "{actor} {file} dosyasının sizinle paylaşımını kaldırdı", "Sharing %s failed because the back end does not allow shares from type %s" : "Arka uç %s türündeki paylaşımlara izin vermediğinden %s paylaşılamadı", - "%s is publicly shared" : "%s herkese açık olarak paylaşıldı", "This share is password-protected" : "Bu paylaşım parola korumalı", "The password is wrong. Try again." : "Parola yanlış. Yeniden deneyin.", "Password" : "Parola" diff --git a/apps/files_sharing/l10n/zh_CN.js b/apps/files_sharing/l10n/zh_CN.js index 48119ecd7a..205f64d545 100644 --- a/apps/files_sharing/l10n/zh_CN.js +++ b/apps/files_sharing/l10n/zh_CN.js @@ -120,9 +120,7 @@ OC.L10N.register( "Select or drop files" : "选择或删除文件", "Uploading files…" : "上传文件 … ", "Uploaded files:" : "上传的文件: ", - "{actor} removed you from {file}" : "{actor} 将您从 {file} 移除", "Sharing %s failed because the back end does not allow shares from type %s" : "共享 %s 失败,后端不允许共享 %s 类型", - "%s is publicly shared" : "%s 是公开共享", "This share is password-protected" : "这是一个密码保护的共享", "The password is wrong. Try again." : "用户名或密码错误!请重试", "Password" : "密码" diff --git a/apps/files_sharing/l10n/zh_CN.json b/apps/files_sharing/l10n/zh_CN.json index 8bd4c81b4d..6b1a5d5136 100644 --- a/apps/files_sharing/l10n/zh_CN.json +++ b/apps/files_sharing/l10n/zh_CN.json @@ -118,9 +118,7 @@ "Select or drop files" : "选择或删除文件", "Uploading files…" : "上传文件 … ", "Uploaded files:" : "上传的文件: ", - "{actor} removed you from {file}" : "{actor} 将您从 {file} 移除", "Sharing %s failed because the back end does not allow shares from type %s" : "共享 %s 失败,后端不允许共享 %s 类型", - "%s is publicly shared" : "%s 是公开共享", "This share is password-protected" : "这是一个密码保护的共享", "The password is wrong. Try again." : "用户名或密码错误!请重试", "Password" : "密码" diff --git a/apps/files_sharing/l10n/zh_TW.js b/apps/files_sharing/l10n/zh_TW.js index 1d8b71558f..42b79cf06a 100644 --- a/apps/files_sharing/l10n/zh_TW.js +++ b/apps/files_sharing/l10n/zh_TW.js @@ -105,7 +105,6 @@ OC.L10N.register( "Select or drop files" : "選擇或拖曳檔案至此", "Uploading files…" : "上傳檔案中…", "Uploaded files:" : "已上傳的檔案:", - "{actor} removed you from {file}" : "{actor} 將你從 {file} 移除", "Sharing %s failed because the back end does not allow shares from type %s" : "分享 %s 失敗,因為後端不允許來自 %s 類型的分享", "This share is password-protected" : "這個分享有密碼保護", "The password is wrong. Try again." : "請檢查您的密碼並再試一次", diff --git a/apps/files_sharing/l10n/zh_TW.json b/apps/files_sharing/l10n/zh_TW.json index 799a483b79..abd3f5c782 100644 --- a/apps/files_sharing/l10n/zh_TW.json +++ b/apps/files_sharing/l10n/zh_TW.json @@ -103,7 +103,6 @@ "Select or drop files" : "選擇或拖曳檔案至此", "Uploading files…" : "上傳檔案中…", "Uploaded files:" : "已上傳的檔案:", - "{actor} removed you from {file}" : "{actor} 將你從 {file} 移除", "Sharing %s failed because the back end does not allow shares from type %s" : "分享 %s 失敗,因為後端不允許來自 %s 類型的分享", "This share is password-protected" : "這個分享有密碼保護", "The password is wrong. Try again." : "請檢查您的密碼並再試一次", diff --git a/apps/oauth2/l10n/it.js b/apps/oauth2/l10n/it.js index 69dd72f709..dca054463f 100644 --- a/apps/oauth2/l10n/it.js +++ b/apps/oauth2/l10n/it.js @@ -6,12 +6,15 @@ OC.L10N.register( "Allows OAuth2 compatible authentication from other web applications." : "Consente l'autenticazione compatibile con OAuth2 da altre applicazioni web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'applicazione OAuth2 consente agli amministratori di configurare la procedura di autenticazione integrata per consentire anche l'autenticazione compatibile con OAuth2 da altre applicazioni web.", "OAuth 2.0 clients" : "Client OAuth 2.0", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 consente a servizi esterni di richiedere accesso a {instanceName}.", "Name" : "Nome", "Redirection URI" : "URI di redirezione", "Client Identifier" : "Identificatore client", "Secret" : "Segreto", "Add client" : "Aggiungi client", "Add" : "Aggiungi", + "Show client secret" : "Mostra segreto del client", + "Delete" : "Elimina", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 consente a servizi esterni di richiedere accesso al tuo %s." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/it.json b/apps/oauth2/l10n/it.json index 0cb96963a8..2f9426084e 100644 --- a/apps/oauth2/l10n/it.json +++ b/apps/oauth2/l10n/it.json @@ -4,12 +4,15 @@ "Allows OAuth2 compatible authentication from other web applications." : "Consente l'autenticazione compatibile con OAuth2 da altre applicazioni web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'applicazione OAuth2 consente agli amministratori di configurare la procedura di autenticazione integrata per consentire anche l'autenticazione compatibile con OAuth2 da altre applicazioni web.", "OAuth 2.0 clients" : "Client OAuth 2.0", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 consente a servizi esterni di richiedere accesso a {instanceName}.", "Name" : "Nome", "Redirection URI" : "URI di redirezione", "Client Identifier" : "Identificatore client", "Secret" : "Segreto", "Add client" : "Aggiungi client", "Add" : "Aggiungi", + "Show client secret" : "Mostra segreto del client", + "Delete" : "Elimina", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 consente a servizi esterni di richiedere accesso al tuo %s." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/tr.js b/apps/oauth2/l10n/tr.js index e98bea4611..a0c56696e6 100644 --- a/apps/oauth2/l10n/tr.js +++ b/apps/oauth2/l10n/tr.js @@ -6,12 +6,15 @@ OC.L10N.register( "Allows OAuth2 compatible authentication from other web applications." : "Diğer web uygulamaları için OAuth2 uyumlu kimlik doğrulaması sağlar.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 uygulaması, yöneticilerin iç kimlik doğrulama iş akışını yapılandırabilmesini ve diğer web uygulamaları için OAuth2 uyumlu kimlik doğrulaması kullanılabilmesini sağlar.", "OAuth 2.0 clients" : "OAuth 2.0 istemcileri", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 dış hizmetlerin {instanceName} için erişim isteğinde bulunmasını sağlar.", "Name" : "Ad", "Redirection URI" : "Yönlendirme Adresi", "Client Identifier" : "İstemci Belirteci", "Secret" : "Parola", "Add client" : "İstemci Ekle", "Add" : "Ekle", + "Show client secret" : "İstemci parolasını görüntüle", + "Delete" : "Sil", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 dış hizmetlerin %s için erişim isteğinde bulunmasını sağlar." }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/oauth2/l10n/tr.json b/apps/oauth2/l10n/tr.json index 87ee37a647..244130bb75 100644 --- a/apps/oauth2/l10n/tr.json +++ b/apps/oauth2/l10n/tr.json @@ -4,12 +4,15 @@ "Allows OAuth2 compatible authentication from other web applications." : "Diğer web uygulamaları için OAuth2 uyumlu kimlik doğrulaması sağlar.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 uygulaması, yöneticilerin iç kimlik doğrulama iş akışını yapılandırabilmesini ve diğer web uygulamaları için OAuth2 uyumlu kimlik doğrulaması kullanılabilmesini sağlar.", "OAuth 2.0 clients" : "OAuth 2.0 istemcileri", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 dış hizmetlerin {instanceName} için erişim isteğinde bulunmasını sağlar.", "Name" : "Ad", "Redirection URI" : "Yönlendirme Adresi", "Client Identifier" : "İstemci Belirteci", "Secret" : "Parola", "Add client" : "İstemci Ekle", "Add" : "Ekle", + "Show client secret" : "İstemci parolasını görüntüle", + "Delete" : "Sil", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 dış hizmetlerin %s için erişim isteğinde bulunmasını sağlar." },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/ast.js b/apps/sharebymail/l10n/ast.js index 221b280f89..4dab2b28bb 100644 --- a/apps/sharebymail/l10n/ast.js +++ b/apps/sharebymail/l10n/ast.js @@ -26,7 +26,6 @@ OC.L10N.register( "Share by mail" : "Unviar per corréu", "Allows users to share a personalized link to a file or folder by putting in an email address." : "Permite a los usuarios compartir un enllaz personalizáu a un ficheru o carpeta poniendo una direición de corréu.", "Sharing %s failed, this item is already shared with %s" : "Falló la compartición de %s, esti elementu yá se compartió con %s", - "Failed to send share by E-mail" : "Fallu al unviar la compartición per corréu", "%s shared »%s« with you" : "%s compartió «%s» contigo", "%s shared »%s« with you." : "%s compartió «%s» contigo.", "%s via %s" : "%s per %s", diff --git a/apps/sharebymail/l10n/ast.json b/apps/sharebymail/l10n/ast.json index 1b632d078a..77ab282803 100644 --- a/apps/sharebymail/l10n/ast.json +++ b/apps/sharebymail/l10n/ast.json @@ -24,7 +24,6 @@ "Share by mail" : "Unviar per corréu", "Allows users to share a personalized link to a file or folder by putting in an email address." : "Permite a los usuarios compartir un enllaz personalizáu a un ficheru o carpeta poniendo una direición de corréu.", "Sharing %s failed, this item is already shared with %s" : "Falló la compartición de %s, esti elementu yá se compartió con %s", - "Failed to send share by E-mail" : "Fallu al unviar la compartición per corréu", "%s shared »%s« with you" : "%s compartió «%s» contigo", "%s shared »%s« with you." : "%s compartió «%s» contigo.", "%s via %s" : "%s per %s", diff --git a/apps/sharebymail/l10n/ca.js b/apps/sharebymail/l10n/ca.js index 72b2cadffa..a4b881ec63 100644 --- a/apps/sharebymail/l10n/ca.js +++ b/apps/sharebymail/l10n/ca.js @@ -27,15 +27,14 @@ OC.L10N.register( "Allows users to share a personalized link to a file or folder by putting in an email address." : "Permet als usuaris compartir un enllaç personalitzat a un fitxer o carpeta posant una adreça de correu electrònic.", "Send password by mail" : "Enviar contrasenya per correu", "Enforce password protection" : "Reforça la protecció amb contrasenya", - "Failed to send share by E-mail" : "No s'ha pogut enviar compartir per correu electrònic", "%s shared »%s« with you" : "%s ha compartit »%s« amb tu", "%s shared »%s« with you." : "%s compartit »%s« amb tu.", "%s via %s" : "%svia%s", - "Password to access »%s« shared to you by %s" : "Contrasenya d'accés »%s« compartida per vostè %s", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%scompartit »%s« amb tu. Heu d'haver rebut un correu independent amb un enllaç per accedir-hi.", + "Password to access »%s« shared to you by %s" : "Contrasenya d'accés »%s« compartida per vostè %s", "It is protected with the following password: %s" : "Està protegit amb la següent contrasenya: %s", - "Password to access »%s« shared with %s" : "Contrasenya d'accés »%s« compartit amb %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabeu de compartir »%s« amb %s. La part ja s'ha enviat al destinatari. A causa de les polítiques de seguretat definides per l'administrador de %scada acció, ha de ser protegit per contrasenya i no es permet enviar la contrasenya directament al destinatari. Per tant, heu de reenviar la contrasenya manualment al destinatari.", + "Password to access »%s« shared with %s" : "Contrasenya d'accés »%s« compartit amb %s", "This is the password: %s" : "Aquesta és la contrasenya:%s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/ca.json b/apps/sharebymail/l10n/ca.json index deb9126d59..864d8f6367 100644 --- a/apps/sharebymail/l10n/ca.json +++ b/apps/sharebymail/l10n/ca.json @@ -25,15 +25,14 @@ "Allows users to share a personalized link to a file or folder by putting in an email address." : "Permet als usuaris compartir un enllaç personalitzat a un fitxer o carpeta posant una adreça de correu electrònic.", "Send password by mail" : "Enviar contrasenya per correu", "Enforce password protection" : "Reforça la protecció amb contrasenya", - "Failed to send share by E-mail" : "No s'ha pogut enviar compartir per correu electrònic", "%s shared »%s« with you" : "%s ha compartit »%s« amb tu", "%s shared »%s« with you." : "%s compartit »%s« amb tu.", "%s via %s" : "%svia%s", - "Password to access »%s« shared to you by %s" : "Contrasenya d'accés »%s« compartida per vostè %s", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%scompartit »%s« amb tu. Heu d'haver rebut un correu independent amb un enllaç per accedir-hi.", + "Password to access »%s« shared to you by %s" : "Contrasenya d'accés »%s« compartida per vostè %s", "It is protected with the following password: %s" : "Està protegit amb la següent contrasenya: %s", - "Password to access »%s« shared with %s" : "Contrasenya d'accés »%s« compartit amb %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabeu de compartir »%s« amb %s. La part ja s'ha enviat al destinatari. A causa de les polítiques de seguretat definides per l'administrador de %scada acció, ha de ser protegit per contrasenya i no es permet enviar la contrasenya directament al destinatari. Per tant, heu de reenviar la contrasenya manualment al destinatari.", + "Password to access »%s« shared with %s" : "Contrasenya d'accés »%s« compartit amb %s", "This is the password: %s" : "Aquesta és la contrasenya:%s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/cs.js b/apps/sharebymail/l10n/cs.js index 3716cae3b1..41d3ae9c84 100644 --- a/apps/sharebymail/l10n/cs.js +++ b/apps/sharebymail/l10n/cs.js @@ -43,16 +43,15 @@ OC.L10N.register( "Send password by mail" : "Odeslat heslo e-mailem", "Enforce password protection" : "Vynutit ochranu heslem", "Sharing %s failed, this item is already shared with %s" : "Sdílení %s se nezdařilo, tato položka je s %s už sdílena", - "Failed to send share by E-mail" : "Odeslání sdílení e-mailem se nezdařilo", "%s shared »%s« with you" : "%s s vámi sdílel(a) »%s»", "%s shared »%s« with you." : "%s s vámi nasdílel(a) „%s“.", "%s via %s" : "%s přes %s", - "Password to access »%s« shared to you by %s" : "Heslo pro přístup k „%s“ (vám nasdílel(a) %s)", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s s vámi sdílel(a) „%s“. Už jste měli dostat e-mail s přístupovými údaji.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s s vámi sdílel(a) „%s“. Už jste měli dostat e-mail s přístupovými údaji.", + "Password to access »%s« shared to you by %s" : "Heslo pro přístup k „%s“ (vám nasdílel(a) %s)", "It is protected with the following password: %s" : "Je chráněn následujícím heslem: %s", - "Password to access »%s« shared with %s" : "Heslo pro přístup k „%s“ sdíleno s %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Právě jste s »%s» nasdílel(a) %s. Sdílení bylo již příjemci zasláno. Kvůli bezpečnostní politice nastavené administrátorem %s musí být každé sdílení chráněno heslem a toto heslo nemůže být příjemci zasláno přímo. Kvůli tomu ho budete muset manuálně přeposlat.", + "Password to access »%s« shared with %s" : "Heslo pro přístup k „%s“ sdíleno s %s", "This is the password: %s" : "Toto je heslo: %s" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/apps/sharebymail/l10n/cs.json b/apps/sharebymail/l10n/cs.json index 6808dcaf93..c1794e8044 100644 --- a/apps/sharebymail/l10n/cs.json +++ b/apps/sharebymail/l10n/cs.json @@ -41,16 +41,15 @@ "Send password by mail" : "Odeslat heslo e-mailem", "Enforce password protection" : "Vynutit ochranu heslem", "Sharing %s failed, this item is already shared with %s" : "Sdílení %s se nezdařilo, tato položka je s %s už sdílena", - "Failed to send share by E-mail" : "Odeslání sdílení e-mailem se nezdařilo", "%s shared »%s« with you" : "%s s vámi sdílel(a) »%s»", "%s shared »%s« with you." : "%s s vámi nasdílel(a) „%s“.", "%s via %s" : "%s přes %s", - "Password to access »%s« shared to you by %s" : "Heslo pro přístup k „%s“ (vám nasdílel(a) %s)", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s s vámi sdílel(a) „%s“. Už jste měli dostat e-mail s přístupovými údaji.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s s vámi sdílel(a) „%s“. Už jste měli dostat e-mail s přístupovými údaji.", + "Password to access »%s« shared to you by %s" : "Heslo pro přístup k „%s“ (vám nasdílel(a) %s)", "It is protected with the following password: %s" : "Je chráněn následujícím heslem: %s", - "Password to access »%s« shared with %s" : "Heslo pro přístup k „%s“ sdíleno s %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Právě jste s »%s» nasdílel(a) %s. Sdílení bylo již příjemci zasláno. Kvůli bezpečnostní politice nastavené administrátorem %s musí být každé sdílení chráněno heslem a toto heslo nemůže být příjemci zasláno přímo. Kvůli tomu ho budete muset manuálně přeposlat.", + "Password to access »%s« shared with %s" : "Heslo pro přístup k „%s“ sdíleno s %s", "This is the password: %s" : "Toto je heslo: %s" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/da.js b/apps/sharebymail/l10n/da.js index 4068fc7d4d..bc23dd502a 100644 --- a/apps/sharebymail/l10n/da.js +++ b/apps/sharebymail/l10n/da.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "Send kodeord på mail", "Enforce password protection" : "Tving kodeords beskyttelse", "Sharing %s failed, this item is already shared with %s" : "Deling %s fejlede, dette objekt er allerede delt med %s", - "Failed to send share by E-mail" : "Kunne ikke dele via e-mail", "%s shared »%s« with you" : "%s delt »%s« med dig", "%s shared »%s« with you." : "%s delte »%s« med dig.", "%s via %s" : "%s via %s", - "Password to access »%s« shared to you by %s" : "Kodeord for adgang til »%s« delt med dig af %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s delte »%s« med dig.\nDu burde allerede have modtaget en email med et link til at tilgå det.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s delte »%s« med dig.\nDu burde allerede have modtaget en email med et link til at tilgå det.", + "Password to access »%s« shared to you by %s" : "Kodeord for adgang til »%s« delt med dig af %s", "It is protected with the following password: %s" : "Det er beskyttet af følgende kodeord: %s", - "Password to access »%s« shared with %s" : "Password for adgang til »%s« delt med dig af %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Du har delt »%s« med %s. Delingen er allerede sendt til modtageren. Pga. sikkerhedsretninger der er lavet af administratoren af %s hver deling skal beskyttes af et password og det er ikke tilladt at sende passwordet direkte til modtageren. Derfor skal du give passwordet til modtageren manuelt.", + "Password to access »%s« shared with %s" : "Password for adgang til »%s« delt med dig af %s", "This is the password: %s" : "Dette password er: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/da.json b/apps/sharebymail/l10n/da.json index a96dcc42b3..0ccceb7727 100644 --- a/apps/sharebymail/l10n/da.json +++ b/apps/sharebymail/l10n/da.json @@ -26,16 +26,15 @@ "Send password by mail" : "Send kodeord på mail", "Enforce password protection" : "Tving kodeords beskyttelse", "Sharing %s failed, this item is already shared with %s" : "Deling %s fejlede, dette objekt er allerede delt med %s", - "Failed to send share by E-mail" : "Kunne ikke dele via e-mail", "%s shared »%s« with you" : "%s delt »%s« med dig", "%s shared »%s« with you." : "%s delte »%s« med dig.", "%s via %s" : "%s via %s", - "Password to access »%s« shared to you by %s" : "Kodeord for adgang til »%s« delt med dig af %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s delte »%s« med dig.\nDu burde allerede have modtaget en email med et link til at tilgå det.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s delte »%s« med dig.\nDu burde allerede have modtaget en email med et link til at tilgå det.", + "Password to access »%s« shared to you by %s" : "Kodeord for adgang til »%s« delt med dig af %s", "It is protected with the following password: %s" : "Det er beskyttet af følgende kodeord: %s", - "Password to access »%s« shared with %s" : "Password for adgang til »%s« delt med dig af %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Du har delt »%s« med %s. Delingen er allerede sendt til modtageren. Pga. sikkerhedsretninger der er lavet af administratoren af %s hver deling skal beskyttes af et password og det er ikke tilladt at sende passwordet direkte til modtageren. Derfor skal du give passwordet til modtageren manuelt.", + "Password to access »%s« shared with %s" : "Password for adgang til »%s« delt med dig af %s", "This is the password: %s" : "Dette password er: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/de.js b/apps/sharebymail/l10n/de.js index 6957e22052..af700f57f3 100644 --- a/apps/sharebymail/l10n/de.js +++ b/apps/sharebymail/l10n/de.js @@ -43,16 +43,15 @@ OC.L10N.register( "Send password by mail" : "Passwort per Mail senden", "Enforce password protection" : "Passwortschutz erzwingen", "Sharing %s failed, this item is already shared with %s" : "Freigabe von %s fehlgeschlagen, da dieses Objekt schon mit %s geteilt wird", - "Failed to send share by E-mail" : "Fehler beim Senden der Freigabe per E-Mail", "%s shared »%s« with you" : "%s hat „%s“ mit Dir geteilt", "%s shared »%s« with you." : "%s hat mit Dir »%s« geteilt.", "%s via %s" : "%s via %s", - "Password to access »%s« shared to you by %s" : "Das Passwort zum Zugriff auf %s wurde durch %s mit Dir geteilt.", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s hat »%s« mit Dir geteilt.\nDu solltest bereits eine weitere E-Mail mit einem Zugriffs-Link erhalten haben.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s hat »%s« mit Dir geteilt. Du solltest bereits eine weitere E-Mail mit einem Zugriffs-Link erhalten haben. ", + "Password to access »%s« shared to you by %s" : "Das Passwort zum Zugriff auf %s wurde durch %s mit Dir geteilt.", "It is protected with the following password: %s" : "Dies ist mit dem folgendem Passwort geschützt: %s", - "Password to access »%s« shared with %s" : "Passwort für den Zugriff auf %s, geteilt mit %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Du hast »%s« mit %s geteilt. Die Freigabe wurde an den Empfänger gesandt. Aufgrund der Sicherheits-Richtlinien, die der Administrator von %s vorgegeben hat, benötigt jede Freigabe einen Passwortschutz und es ist nicht zulässig, ein Passwort direkt an den Empfänger zu versenden. Aus diesem Grund musst Du das Passwort selbst an den Empfänger senden.", + "Password to access »%s« shared with %s" : "Passwort für den Zugriff auf %s, geteilt mit %s", "This is the password: %s" : "Das Passwort lautet: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/de.json b/apps/sharebymail/l10n/de.json index 89a4985ca2..bbafcc9914 100644 --- a/apps/sharebymail/l10n/de.json +++ b/apps/sharebymail/l10n/de.json @@ -41,16 +41,15 @@ "Send password by mail" : "Passwort per Mail senden", "Enforce password protection" : "Passwortschutz erzwingen", "Sharing %s failed, this item is already shared with %s" : "Freigabe von %s fehlgeschlagen, da dieses Objekt schon mit %s geteilt wird", - "Failed to send share by E-mail" : "Fehler beim Senden der Freigabe per E-Mail", "%s shared »%s« with you" : "%s hat „%s“ mit Dir geteilt", "%s shared »%s« with you." : "%s hat mit Dir »%s« geteilt.", "%s via %s" : "%s via %s", - "Password to access »%s« shared to you by %s" : "Das Passwort zum Zugriff auf %s wurde durch %s mit Dir geteilt.", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s hat »%s« mit Dir geteilt.\nDu solltest bereits eine weitere E-Mail mit einem Zugriffs-Link erhalten haben.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s hat »%s« mit Dir geteilt. Du solltest bereits eine weitere E-Mail mit einem Zugriffs-Link erhalten haben. ", + "Password to access »%s« shared to you by %s" : "Das Passwort zum Zugriff auf %s wurde durch %s mit Dir geteilt.", "It is protected with the following password: %s" : "Dies ist mit dem folgendem Passwort geschützt: %s", - "Password to access »%s« shared with %s" : "Passwort für den Zugriff auf %s, geteilt mit %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Du hast »%s« mit %s geteilt. Die Freigabe wurde an den Empfänger gesandt. Aufgrund der Sicherheits-Richtlinien, die der Administrator von %s vorgegeben hat, benötigt jede Freigabe einen Passwortschutz und es ist nicht zulässig, ein Passwort direkt an den Empfänger zu versenden. Aus diesem Grund musst Du das Passwort selbst an den Empfänger senden.", + "Password to access »%s« shared with %s" : "Passwort für den Zugriff auf %s, geteilt mit %s", "This is the password: %s" : "Das Passwort lautet: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/de_DE.js b/apps/sharebymail/l10n/de_DE.js index 4cf65ea1d0..7ae0dce29b 100644 --- a/apps/sharebymail/l10n/de_DE.js +++ b/apps/sharebymail/l10n/de_DE.js @@ -43,16 +43,15 @@ OC.L10N.register( "Send password by mail" : "Passwort per Mail senden", "Enforce password protection" : "Passwortschutz erzwingen", "Sharing %s failed, this item is already shared with %s" : "Teilen von %s fehlgeschlagen, da dieses Objekt schon mit %s geteilt wird", - "Failed to send share by E-mail" : "Fehler beim Senden der Freigabe per E-Mail", "%s shared »%s« with you" : "%s hat »%s« mit Ihnen geteilt", "%s shared »%s« with you." : "%s hat mit Ihnen »%s« geteilt.", "%s via %s" : "%s via %s", - "Password to access »%s« shared to you by %s" : "Das Passwort zum Zugriff auf %s wurde durch %s mit Ihnen geteilt.", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s hat »%s« mit Ihnen geteilt.\nSie sollten bereits eine weitere E-Mail mit einem Zugriffs-Link erhalten haben.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s hat »%s« mit Ihnen geteilt. Sie sollten bereits eine weitere E-Mail mit einem Zugriffs-Link erhalten haben.", + "Password to access »%s« shared to you by %s" : "Das Passwort zum Zugriff auf %s wurde durch %s mit Ihnen geteilt.", "It is protected with the following password: %s" : "Dies ist mit dem folgendem Passwort geschützt: %s", - "Password to access »%s« shared with %s" : "Passwort für den Zugriff auf %s, geteilt mit %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Sie haben »%s« mit %s geteilt. Die Freigabe wurde an den Empfänger gesandt. Aufgrund der Sicherheits-Richtlinien, die der Administrator von %s vorgegeben hat, benötigt jede Freigabe einen Passwortschutz und es ist nicht zulässig, ein Passwort direkt an den Empfänger zu versenden. Aus diesem Grund müssen Sie das Passwort selbst an den Empfänger senden.", + "Password to access »%s« shared with %s" : "Passwort für den Zugriff auf %s, geteilt mit %s", "This is the password: %s" : "Das Passwort lautet: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/de_DE.json b/apps/sharebymail/l10n/de_DE.json index 69c328e10d..b23e675ee3 100644 --- a/apps/sharebymail/l10n/de_DE.json +++ b/apps/sharebymail/l10n/de_DE.json @@ -41,16 +41,15 @@ "Send password by mail" : "Passwort per Mail senden", "Enforce password protection" : "Passwortschutz erzwingen", "Sharing %s failed, this item is already shared with %s" : "Teilen von %s fehlgeschlagen, da dieses Objekt schon mit %s geteilt wird", - "Failed to send share by E-mail" : "Fehler beim Senden der Freigabe per E-Mail", "%s shared »%s« with you" : "%s hat »%s« mit Ihnen geteilt", "%s shared »%s« with you." : "%s hat mit Ihnen »%s« geteilt.", "%s via %s" : "%s via %s", - "Password to access »%s« shared to you by %s" : "Das Passwort zum Zugriff auf %s wurde durch %s mit Ihnen geteilt.", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s hat »%s« mit Ihnen geteilt.\nSie sollten bereits eine weitere E-Mail mit einem Zugriffs-Link erhalten haben.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s hat »%s« mit Ihnen geteilt. Sie sollten bereits eine weitere E-Mail mit einem Zugriffs-Link erhalten haben.", + "Password to access »%s« shared to you by %s" : "Das Passwort zum Zugriff auf %s wurde durch %s mit Ihnen geteilt.", "It is protected with the following password: %s" : "Dies ist mit dem folgendem Passwort geschützt: %s", - "Password to access »%s« shared with %s" : "Passwort für den Zugriff auf %s, geteilt mit %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Sie haben »%s« mit %s geteilt. Die Freigabe wurde an den Empfänger gesandt. Aufgrund der Sicherheits-Richtlinien, die der Administrator von %s vorgegeben hat, benötigt jede Freigabe einen Passwortschutz und es ist nicht zulässig, ein Passwort direkt an den Empfänger zu versenden. Aus diesem Grund müssen Sie das Passwort selbst an den Empfänger senden.", + "Password to access »%s« shared with %s" : "Passwort für den Zugriff auf %s, geteilt mit %s", "This is the password: %s" : "Das Passwort lautet: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/el.js b/apps/sharebymail/l10n/el.js index 64361fda08..ef57f0629a 100644 --- a/apps/sharebymail/l10n/el.js +++ b/apps/sharebymail/l10n/el.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "Αποστολή συνθηματικου με ηλεκτρονική αλληλογραφία", "Enforce password protection" : "Επιβάλετε προστασία συνθηματικού", "Sharing %s failed, this item is already shared with %s" : "Διαμοιρασμός %s απέτυχε, αυτό το αντικείμενο είναι ήδη διαμοιρασμένο με %s", - "Failed to send share by E-mail" : "Αποτυχία αποστολής συνδέσμου διαμοιρασμού μέσω Ηλ.ταχυδρομείου", "%s shared »%s« with you" : "%s διαμοιρασμένα »%s« με σένα", "%s shared »%s« with you." : "%s διαμοιράστηκε »%s« με εσάς.", "%s via %s" : "%s μέσω %s", - "Password to access »%s« shared to you by %s" : "Συνθηματικό για πρόσβαση στο »%s« διαμοιράστηκε μαζί σας μέσω %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s διαμοιράστηκε »%s« με εσάς.\nΘα πρέπει να έχετε ήδη λάβει ένα ξεχωριστό mail με έναν σύνδεσμο με πρόσβαση σε αυτό.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s διαμοιράστηκε »%s« με εσάς. Θα πρέπει να έχετε ήδη λάβει ένα ξεχωριστό mail με έναν σύνδεσμο με πρόσβαση σε αυτό.", + "Password to access »%s« shared to you by %s" : "Συνθηματικό για πρόσβαση στο »%s« διαμοιράστηκε μαζί σας μέσω %s", "It is protected with the following password: %s" : "Είναι προστατευμένο με το ακόλουθο συνθηματικό: %s", - "Password to access »%s« shared with %s" : "Συνθηματικό για πρόσβαση στο »%s« διαμοιράστηκε με %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Έχετε μόλις διαμοιραστεί »%s« με %s. Ο διαμοιρασμός έχει ήδη σταλθεί στον παραλήπτη. Βάση των πολιτικών ασφαλείας που έχουν ορισθεί από τον διαχειριστή του %s ο κάθε διαμοιρασμός χρειάζεται να προστατεύεται από ένα συνθηματικό και δεν επιτρέπετε να σταλθεί το συνθηματικό απευθείας στον παραλήπτη. Επομένως χρειάζεται να προωθήσετε το συνθηματικό χειροκίνητα στον παραλήπτη.", + "Password to access »%s« shared with %s" : "Συνθηματικό για πρόσβαση στο »%s« διαμοιράστηκε με %s", "This is the password: %s" : "Αυτό είναι το συνθηματικό: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/el.json b/apps/sharebymail/l10n/el.json index c37e8c99f2..26801593c5 100644 --- a/apps/sharebymail/l10n/el.json +++ b/apps/sharebymail/l10n/el.json @@ -26,16 +26,15 @@ "Send password by mail" : "Αποστολή συνθηματικου με ηλεκτρονική αλληλογραφία", "Enforce password protection" : "Επιβάλετε προστασία συνθηματικού", "Sharing %s failed, this item is already shared with %s" : "Διαμοιρασμός %s απέτυχε, αυτό το αντικείμενο είναι ήδη διαμοιρασμένο με %s", - "Failed to send share by E-mail" : "Αποτυχία αποστολής συνδέσμου διαμοιρασμού μέσω Ηλ.ταχυδρομείου", "%s shared »%s« with you" : "%s διαμοιρασμένα »%s« με σένα", "%s shared »%s« with you." : "%s διαμοιράστηκε »%s« με εσάς.", "%s via %s" : "%s μέσω %s", - "Password to access »%s« shared to you by %s" : "Συνθηματικό για πρόσβαση στο »%s« διαμοιράστηκε μαζί σας μέσω %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s διαμοιράστηκε »%s« με εσάς.\nΘα πρέπει να έχετε ήδη λάβει ένα ξεχωριστό mail με έναν σύνδεσμο με πρόσβαση σε αυτό.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s διαμοιράστηκε »%s« με εσάς. Θα πρέπει να έχετε ήδη λάβει ένα ξεχωριστό mail με έναν σύνδεσμο με πρόσβαση σε αυτό.", + "Password to access »%s« shared to you by %s" : "Συνθηματικό για πρόσβαση στο »%s« διαμοιράστηκε μαζί σας μέσω %s", "It is protected with the following password: %s" : "Είναι προστατευμένο με το ακόλουθο συνθηματικό: %s", - "Password to access »%s« shared with %s" : "Συνθηματικό για πρόσβαση στο »%s« διαμοιράστηκε με %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Έχετε μόλις διαμοιραστεί »%s« με %s. Ο διαμοιρασμός έχει ήδη σταλθεί στον παραλήπτη. Βάση των πολιτικών ασφαλείας που έχουν ορισθεί από τον διαχειριστή του %s ο κάθε διαμοιρασμός χρειάζεται να προστατεύεται από ένα συνθηματικό και δεν επιτρέπετε να σταλθεί το συνθηματικό απευθείας στον παραλήπτη. Επομένως χρειάζεται να προωθήσετε το συνθηματικό χειροκίνητα στον παραλήπτη.", + "Password to access »%s« shared with %s" : "Συνθηματικό για πρόσβαση στο »%s« διαμοιράστηκε με %s", "This is the password: %s" : "Αυτό είναι το συνθηματικό: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/en_GB.js b/apps/sharebymail/l10n/en_GB.js index f8fc53f1a6..5c1336a808 100644 --- a/apps/sharebymail/l10n/en_GB.js +++ b/apps/sharebymail/l10n/en_GB.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "Send password by mail", "Enforce password protection" : "Enforce password protection", "Sharing %s failed, this item is already shared with %s" : "Sharing %s failed, this item is already shared with %s", - "Failed to send share by E-mail" : "Failed to send share by E-mail", "%s shared »%s« with you" : "%s shared »%s« with you", "%s shared »%s« with you." : "%s shared »%s« with you.", "%s via %s" : "%s via %s", - "Password to access »%s« shared to you by %s" : "Password to access »%s« shared to you by %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s shared »%s« with you. You should have already received a separate mail with a link to access it.", + "Password to access »%s« shared to you by %s" : "Password to access »%s« shared to you by %s", "It is protected with the following password: %s" : "It is protected with the following password: %s", - "Password to access »%s« shared with %s" : "Password to access »%s« shared with %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient.", + "Password to access »%s« shared with %s" : "Password to access »%s« shared with %s", "This is the password: %s" : "This is the password: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/en_GB.json b/apps/sharebymail/l10n/en_GB.json index 8a06cbfe8e..9d675f86cc 100644 --- a/apps/sharebymail/l10n/en_GB.json +++ b/apps/sharebymail/l10n/en_GB.json @@ -26,16 +26,15 @@ "Send password by mail" : "Send password by mail", "Enforce password protection" : "Enforce password protection", "Sharing %s failed, this item is already shared with %s" : "Sharing %s failed, this item is already shared with %s", - "Failed to send share by E-mail" : "Failed to send share by E-mail", "%s shared »%s« with you" : "%s shared »%s« with you", "%s shared »%s« with you." : "%s shared »%s« with you.", "%s via %s" : "%s via %s", - "Password to access »%s« shared to you by %s" : "Password to access »%s« shared to you by %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s shared »%s« with you. You should have already received a separate mail with a link to access it.", + "Password to access »%s« shared to you by %s" : "Password to access »%s« shared to you by %s", "It is protected with the following password: %s" : "It is protected with the following password: %s", - "Password to access »%s« shared with %s" : "Password to access »%s« shared with %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient.", + "Password to access »%s« shared with %s" : "Password to access »%s« shared with %s", "This is the password: %s" : "This is the password: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/es.js b/apps/sharebymail/l10n/es.js index 812709ca7c..a15f871bcc 100644 --- a/apps/sharebymail/l10n/es.js +++ b/apps/sharebymail/l10n/es.js @@ -43,16 +43,15 @@ OC.L10N.register( "Send password by mail" : "Enviar contraseñas por email", "Enforce password protection" : "Imponer la protección de contraseña", "Sharing %s failed, this item is already shared with %s" : "Fallo al compartir %s, ya que este elemento ya estaba compartido con %s", - "Failed to send share by E-mail" : "Fallo al enviar recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s compartió »%s« contigo", "%s shared »%s« with you." : "%s compartió »%s« contigo.", "%s via %s" : "%s por %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartida contigo por %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con un enlace para acceder.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« con usted. Debería haber recibido un mensaje de correo separado con un enlace para abrirlo.", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartida contigo por %s", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "Se ha compartido con %s una contraseña para acceder a »%s«", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El recurso compartido ya ha sido enviado al destinatario. Debido a las reglas de seguridad definidas por el administrador de %s cada recurso compartido necesita ser protegido con contraseña y no está permitido que mandes la contraseña directamente al destinatario. Por eso, necesitas mandar la contraseña al destinatario por tu cuenta.", + "Password to access »%s« shared with %s" : "Se ha compartido con %s una contraseña para acceder a »%s«", "This is the password: %s" : "Esta es la contraseña: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/es.json b/apps/sharebymail/l10n/es.json index 87aac5f47f..3bac10bc6c 100644 --- a/apps/sharebymail/l10n/es.json +++ b/apps/sharebymail/l10n/es.json @@ -41,16 +41,15 @@ "Send password by mail" : "Enviar contraseñas por email", "Enforce password protection" : "Imponer la protección de contraseña", "Sharing %s failed, this item is already shared with %s" : "Fallo al compartir %s, ya que este elemento ya estaba compartido con %s", - "Failed to send share by E-mail" : "Fallo al enviar recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s compartió »%s« contigo", "%s shared »%s« with you." : "%s compartió »%s« contigo.", "%s via %s" : "%s por %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartida contigo por %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con un enlace para acceder.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« con usted. Debería haber recibido un mensaje de correo separado con un enlace para abrirlo.", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartida contigo por %s", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "Se ha compartido con %s una contraseña para acceder a »%s«", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El recurso compartido ya ha sido enviado al destinatario. Debido a las reglas de seguridad definidas por el administrador de %s cada recurso compartido necesita ser protegido con contraseña y no está permitido que mandes la contraseña directamente al destinatario. Por eso, necesitas mandar la contraseña al destinatario por tu cuenta.", + "Password to access »%s« shared with %s" : "Se ha compartido con %s una contraseña para acceder a »%s«", "This is the password: %s" : "Esta es la contraseña: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/es_419.js b/apps/sharebymail/l10n/es_419.js index 37f808dc3f..abf6d0924b 100644 --- a/apps/sharebymail/l10n/es_419.js +++ b/apps/sharebymail/l10n/es_419.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/es_419.json b/apps/sharebymail/l10n/es_419.json index e99572c93b..3bb018ee01 100644 --- a/apps/sharebymail/l10n/es_419.json +++ b/apps/sharebymail/l10n/es_419.json @@ -26,16 +26,15 @@ "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/es_AR.js b/apps/sharebymail/l10n/es_AR.js index 4ffd0c8189..158f57a611 100644 --- a/apps/sharebymail/l10n/es_AR.js +++ b/apps/sharebymail/l10n/es_AR.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« con usted", "%s shared »%s« with you." : "%s ha compartido »%s« con usted.", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido con usted por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« con usted.\nDebería haber recibido ya un correo por separado con el link para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« con usted. Ya debería haber recibido un correo aparte con el link para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido con usted por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Usted compartió »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesita reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/es_AR.json b/apps/sharebymail/l10n/es_AR.json index 6faf4ae9aa..1d79b19fb0 100644 --- a/apps/sharebymail/l10n/es_AR.json +++ b/apps/sharebymail/l10n/es_AR.json @@ -26,16 +26,15 @@ "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« con usted", "%s shared »%s« with you." : "%s ha compartido »%s« con usted.", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido con usted por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« con usted.\nDebería haber recibido ya un correo por separado con el link para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« con usted. Ya debería haber recibido un correo aparte con el link para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido con usted por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Usted compartió »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesita reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/es_CL.js b/apps/sharebymail/l10n/es_CL.js index 37f808dc3f..abf6d0924b 100644 --- a/apps/sharebymail/l10n/es_CL.js +++ b/apps/sharebymail/l10n/es_CL.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/es_CL.json b/apps/sharebymail/l10n/es_CL.json index e99572c93b..3bb018ee01 100644 --- a/apps/sharebymail/l10n/es_CL.json +++ b/apps/sharebymail/l10n/es_CL.json @@ -26,16 +26,15 @@ "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/es_CO.js b/apps/sharebymail/l10n/es_CO.js index 37f808dc3f..abf6d0924b 100644 --- a/apps/sharebymail/l10n/es_CO.js +++ b/apps/sharebymail/l10n/es_CO.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/es_CO.json b/apps/sharebymail/l10n/es_CO.json index e99572c93b..3bb018ee01 100644 --- a/apps/sharebymail/l10n/es_CO.json +++ b/apps/sharebymail/l10n/es_CO.json @@ -26,16 +26,15 @@ "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/es_CR.js b/apps/sharebymail/l10n/es_CR.js index 37f808dc3f..abf6d0924b 100644 --- a/apps/sharebymail/l10n/es_CR.js +++ b/apps/sharebymail/l10n/es_CR.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/es_CR.json b/apps/sharebymail/l10n/es_CR.json index e99572c93b..3bb018ee01 100644 --- a/apps/sharebymail/l10n/es_CR.json +++ b/apps/sharebymail/l10n/es_CR.json @@ -26,16 +26,15 @@ "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/es_DO.js b/apps/sharebymail/l10n/es_DO.js index 37f808dc3f..abf6d0924b 100644 --- a/apps/sharebymail/l10n/es_DO.js +++ b/apps/sharebymail/l10n/es_DO.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/es_DO.json b/apps/sharebymail/l10n/es_DO.json index e99572c93b..3bb018ee01 100644 --- a/apps/sharebymail/l10n/es_DO.json +++ b/apps/sharebymail/l10n/es_DO.json @@ -26,16 +26,15 @@ "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/es_EC.js b/apps/sharebymail/l10n/es_EC.js index 37f808dc3f..abf6d0924b 100644 --- a/apps/sharebymail/l10n/es_EC.js +++ b/apps/sharebymail/l10n/es_EC.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/es_EC.json b/apps/sharebymail/l10n/es_EC.json index e99572c93b..3bb018ee01 100644 --- a/apps/sharebymail/l10n/es_EC.json +++ b/apps/sharebymail/l10n/es_EC.json @@ -26,16 +26,15 @@ "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/es_GT.js b/apps/sharebymail/l10n/es_GT.js index 37f808dc3f..abf6d0924b 100644 --- a/apps/sharebymail/l10n/es_GT.js +++ b/apps/sharebymail/l10n/es_GT.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/es_GT.json b/apps/sharebymail/l10n/es_GT.json index e99572c93b..3bb018ee01 100644 --- a/apps/sharebymail/l10n/es_GT.json +++ b/apps/sharebymail/l10n/es_GT.json @@ -26,16 +26,15 @@ "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/es_HN.js b/apps/sharebymail/l10n/es_HN.js index 37f808dc3f..abf6d0924b 100644 --- a/apps/sharebymail/l10n/es_HN.js +++ b/apps/sharebymail/l10n/es_HN.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/es_HN.json b/apps/sharebymail/l10n/es_HN.json index e99572c93b..3bb018ee01 100644 --- a/apps/sharebymail/l10n/es_HN.json +++ b/apps/sharebymail/l10n/es_HN.json @@ -26,16 +26,15 @@ "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/es_MX.js b/apps/sharebymail/l10n/es_MX.js index 37f808dc3f..abf6d0924b 100644 --- a/apps/sharebymail/l10n/es_MX.js +++ b/apps/sharebymail/l10n/es_MX.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/es_MX.json b/apps/sharebymail/l10n/es_MX.json index e99572c93b..3bb018ee01 100644 --- a/apps/sharebymail/l10n/es_MX.json +++ b/apps/sharebymail/l10n/es_MX.json @@ -26,16 +26,15 @@ "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/es_NI.js b/apps/sharebymail/l10n/es_NI.js index 37f808dc3f..abf6d0924b 100644 --- a/apps/sharebymail/l10n/es_NI.js +++ b/apps/sharebymail/l10n/es_NI.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/es_NI.json b/apps/sharebymail/l10n/es_NI.json index e99572c93b..3bb018ee01 100644 --- a/apps/sharebymail/l10n/es_NI.json +++ b/apps/sharebymail/l10n/es_NI.json @@ -26,16 +26,15 @@ "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/es_PA.js b/apps/sharebymail/l10n/es_PA.js index 37f808dc3f..abf6d0924b 100644 --- a/apps/sharebymail/l10n/es_PA.js +++ b/apps/sharebymail/l10n/es_PA.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/es_PA.json b/apps/sharebymail/l10n/es_PA.json index e99572c93b..3bb018ee01 100644 --- a/apps/sharebymail/l10n/es_PA.json +++ b/apps/sharebymail/l10n/es_PA.json @@ -26,16 +26,15 @@ "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/es_PE.js b/apps/sharebymail/l10n/es_PE.js index 37f808dc3f..abf6d0924b 100644 --- a/apps/sharebymail/l10n/es_PE.js +++ b/apps/sharebymail/l10n/es_PE.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/es_PE.json b/apps/sharebymail/l10n/es_PE.json index e99572c93b..3bb018ee01 100644 --- a/apps/sharebymail/l10n/es_PE.json +++ b/apps/sharebymail/l10n/es_PE.json @@ -26,16 +26,15 @@ "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/es_PR.js b/apps/sharebymail/l10n/es_PR.js index 37f808dc3f..abf6d0924b 100644 --- a/apps/sharebymail/l10n/es_PR.js +++ b/apps/sharebymail/l10n/es_PR.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/es_PR.json b/apps/sharebymail/l10n/es_PR.json index e99572c93b..3bb018ee01 100644 --- a/apps/sharebymail/l10n/es_PR.json +++ b/apps/sharebymail/l10n/es_PR.json @@ -26,16 +26,15 @@ "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/es_PY.js b/apps/sharebymail/l10n/es_PY.js index 37f808dc3f..abf6d0924b 100644 --- a/apps/sharebymail/l10n/es_PY.js +++ b/apps/sharebymail/l10n/es_PY.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/es_PY.json b/apps/sharebymail/l10n/es_PY.json index e99572c93b..3bb018ee01 100644 --- a/apps/sharebymail/l10n/es_PY.json +++ b/apps/sharebymail/l10n/es_PY.json @@ -26,16 +26,15 @@ "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/es_SV.js b/apps/sharebymail/l10n/es_SV.js index 37f808dc3f..abf6d0924b 100644 --- a/apps/sharebymail/l10n/es_SV.js +++ b/apps/sharebymail/l10n/es_SV.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/es_SV.json b/apps/sharebymail/l10n/es_SV.json index e99572c93b..3bb018ee01 100644 --- a/apps/sharebymail/l10n/es_SV.json +++ b/apps/sharebymail/l10n/es_SV.json @@ -26,16 +26,15 @@ "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/es_UY.js b/apps/sharebymail/l10n/es_UY.js index 37f808dc3f..abf6d0924b 100644 --- a/apps/sharebymail/l10n/es_UY.js +++ b/apps/sharebymail/l10n/es_UY.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/es_UY.json b/apps/sharebymail/l10n/es_UY.json index e99572c93b..3bb018ee01 100644 --- a/apps/sharebymail/l10n/es_UY.json +++ b/apps/sharebymail/l10n/es_UY.json @@ -26,16 +26,15 @@ "Send password by mail" : "La contraseña ha sido enviada por correo", "Enforce password protection" : "Forzar protección con contraseña", "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", - "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartió »%s« contigo.\nDeberías haber recibido ya un correo por separado con la liga para accederlo. \n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« contigo. Ya deberías haber recibido un correo aparte con la liga para accederlo. ", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido contigo por %s ", "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s", - "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Acabas de compartir »%s« con %s. El elemento compartido ya ha sido enviado al destinatario. Debido a las políticas de seguridad definidas por el administrador de %s cada elelento compartido debe ser protegido por una contraseña y no se permite enviar la contraseña directamente al destinatario. Por lo tanto necesitas reenviar la contaseña manualmente al destinatario. ", + "Password to access »%s« shared with %s" : "La contraseña para acceder »%s« ha sido compartida con %s", "This is the password: %s" : "Esta es la contraseña: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/et_EE.js b/apps/sharebymail/l10n/et_EE.js index 9ef28faf17..9d562a46fb 100644 --- a/apps/sharebymail/l10n/et_EE.js +++ b/apps/sharebymail/l10n/et_EE.js @@ -24,9 +24,9 @@ OC.L10N.register( "%s shared »%s« with you" : "%s jagas faili »%s« sinuga", "%s shared »%s« with you." : "%s jagas faili »%s« sinuga", "%s via %s" : "%s üle %s", - "Password to access »%s« shared to you by %s" : "Parool »%s« ligipääsuks jagati sinuga %s poolt", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s jagas sinuga »%s«.\n Sa oleks pidanud juba saama eraldi e-kirja lingiga, mille kaudu sellele ligi pääsed.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s jagas sinuga »%s«. Sa oleks pidanud juba saama eraldi e-kirja lingiga, mille kaudu sellele ligi pääsed.", + "Password to access »%s« shared to you by %s" : "Parool »%s« ligipääsuks jagati sinuga %s poolt", "It is protected with the following password: %s" : "See on kaitstud järgneva parooliga: %s", "This is the password: %s" : "Parooliks on: %s" }, diff --git a/apps/sharebymail/l10n/et_EE.json b/apps/sharebymail/l10n/et_EE.json index f4d219c9b1..55c2196781 100644 --- a/apps/sharebymail/l10n/et_EE.json +++ b/apps/sharebymail/l10n/et_EE.json @@ -22,9 +22,9 @@ "%s shared »%s« with you" : "%s jagas faili »%s« sinuga", "%s shared »%s« with you." : "%s jagas faili »%s« sinuga", "%s via %s" : "%s üle %s", - "Password to access »%s« shared to you by %s" : "Parool »%s« ligipääsuks jagati sinuga %s poolt", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s jagas sinuga »%s«.\n Sa oleks pidanud juba saama eraldi e-kirja lingiga, mille kaudu sellele ligi pääsed.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s jagas sinuga »%s«. Sa oleks pidanud juba saama eraldi e-kirja lingiga, mille kaudu sellele ligi pääsed.", + "Password to access »%s« shared to you by %s" : "Parool »%s« ligipääsuks jagati sinuga %s poolt", "It is protected with the following password: %s" : "See on kaitstud järgneva parooliga: %s", "This is the password: %s" : "Parooliks on: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/sharebymail/l10n/fi.js b/apps/sharebymail/l10n/fi.js index 50e7981ba2..4afbd8169d 100644 --- a/apps/sharebymail/l10n/fi.js +++ b/apps/sharebymail/l10n/fi.js @@ -22,7 +22,6 @@ OC.L10N.register( "Send password by mail" : "Lähetä salasana sähköpostitse", "Enforce password protection" : "Pakota salasanasuojaus", "Sharing %s failed, this item is already shared with %s" : "Kohteen %s jakaminen epäonnistui, koska se on jo jaettu käyttäjälle %s", - "Failed to send share by E-mail" : "Jaon lähettäminen sähköpostitse epäonnistui", "%s shared »%s« with you" : "%s jakoi kohteen »%s« kanssasi", "%s shared »%s« with you." : "%s jakoi kohteen »%s« kanssasi.", "%s via %s" : "%s (palvelun %s kautta)", diff --git a/apps/sharebymail/l10n/fi.json b/apps/sharebymail/l10n/fi.json index 7650701aa9..c653bdf439 100644 --- a/apps/sharebymail/l10n/fi.json +++ b/apps/sharebymail/l10n/fi.json @@ -20,7 +20,6 @@ "Send password by mail" : "Lähetä salasana sähköpostitse", "Enforce password protection" : "Pakota salasanasuojaus", "Sharing %s failed, this item is already shared with %s" : "Kohteen %s jakaminen epäonnistui, koska se on jo jaettu käyttäjälle %s", - "Failed to send share by E-mail" : "Jaon lähettäminen sähköpostitse epäonnistui", "%s shared »%s« with you" : "%s jakoi kohteen »%s« kanssasi", "%s shared »%s« with you." : "%s jakoi kohteen »%s« kanssasi.", "%s via %s" : "%s (palvelun %s kautta)", diff --git a/apps/sharebymail/l10n/fr.js b/apps/sharebymail/l10n/fr.js index f382efcf74..9eaa7862b7 100644 --- a/apps/sharebymail/l10n/fr.js +++ b/apps/sharebymail/l10n/fr.js @@ -43,16 +43,15 @@ OC.L10N.register( "Send password by mail" : "Envoyer le mot de passe par e-mail", "Enforce password protection" : "Imposer la protection par mot de passe", "Sharing %s failed, this item is already shared with %s" : "Le partage de %s a échoué, cet élément est déjà partagé avec %s", - "Failed to send share by E-mail" : "Échec lors de l'envoi du partage par e-mail", "%s shared »%s« with you" : "%s a partagé «%s» avec vous", "%s shared »%s« with you." : "%s a partagé «%s» avec vous.", "%s via %s" : "%s via %s", - "Password to access »%s« shared to you by %s" : "Mot de passe pour accéder à «%s» partagé avec vous par %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s a partagé «%s» avec vous.\nVous avez normalement déjà reçu un autre e-mail avec un lien pour y accéder.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s a partagé «%s» avec vous. Vous avez normalement déjà reçu un autre e-mail avec un lien pour y accéder.", + "Password to access »%s« shared to you by %s" : "Mot de passe pour accéder à «%s» partagé avec vous par %s", "It is protected with the following password: %s" : "Il est protégé avec le mot de passe suivant : %s", - "Password to access »%s« shared with %s" : "Mot de passe pour accèder à «%s» partagé avec %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Vous venez de partager «%s» avec %s. Le partage a déjà été envoyé au destinataire. En raison de la politique de sécurité définie par l'administrateur de %s, chaque partage a besoin d'être protégé par mot de passe et il n'est pas autorisé d'envoyer le mot de passe directement au destinataire. C'est pourquoi vous devez transmettre le mot de passe manuellement au destinataire.", + "Password to access »%s« shared with %s" : "Mot de passe pour accèder à «%s» partagé avec %s", "This is the password: %s" : "Voici le mot de passe : %s" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/sharebymail/l10n/fr.json b/apps/sharebymail/l10n/fr.json index be1f40469a..6a9b54b988 100644 --- a/apps/sharebymail/l10n/fr.json +++ b/apps/sharebymail/l10n/fr.json @@ -41,16 +41,15 @@ "Send password by mail" : "Envoyer le mot de passe par e-mail", "Enforce password protection" : "Imposer la protection par mot de passe", "Sharing %s failed, this item is already shared with %s" : "Le partage de %s a échoué, cet élément est déjà partagé avec %s", - "Failed to send share by E-mail" : "Échec lors de l'envoi du partage par e-mail", "%s shared »%s« with you" : "%s a partagé «%s» avec vous", "%s shared »%s« with you." : "%s a partagé «%s» avec vous.", "%s via %s" : "%s via %s", - "Password to access »%s« shared to you by %s" : "Mot de passe pour accéder à «%s» partagé avec vous par %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s a partagé «%s» avec vous.\nVous avez normalement déjà reçu un autre e-mail avec un lien pour y accéder.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s a partagé «%s» avec vous. Vous avez normalement déjà reçu un autre e-mail avec un lien pour y accéder.", + "Password to access »%s« shared to you by %s" : "Mot de passe pour accéder à «%s» partagé avec vous par %s", "It is protected with the following password: %s" : "Il est protégé avec le mot de passe suivant : %s", - "Password to access »%s« shared with %s" : "Mot de passe pour accèder à «%s» partagé avec %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Vous venez de partager «%s» avec %s. Le partage a déjà été envoyé au destinataire. En raison de la politique de sécurité définie par l'administrateur de %s, chaque partage a besoin d'être protégé par mot de passe et il n'est pas autorisé d'envoyer le mot de passe directement au destinataire. C'est pourquoi vous devez transmettre le mot de passe manuellement au destinataire.", + "Password to access »%s« shared with %s" : "Mot de passe pour accèder à «%s» partagé avec %s", "This is the password: %s" : "Voici le mot de passe : %s" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/gl.js b/apps/sharebymail/l10n/gl.js index e83562b336..8d39deca31 100644 --- a/apps/sharebymail/l10n/gl.js +++ b/apps/sharebymail/l10n/gl.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "Enviar contrasinal por correo", "Enforce password protection" : "Aplicar protección por contrasinal", "Sharing %s failed, this item is already shared with %s" : "Compartir %s fallou, este obxecto xa está compartido con %s", - "Failed to send share by E-mail" : "Fallou ó compartir por correo", "%s shared »%s« with you" : "%s compartiu »%s« contigo", "%s shared »%s« with you." : "%s compartiu »%s« contigo.", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contrasinal para acceder »%s« compartido contigo por %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartiu »%s« contigo.\nDebes ter recibido xa un correo por separado cun enlace para acceder a él.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartiu »%s« contigo. Debes ter recibido xa un correo por separado cun enlace para acceder a él.", + "Password to access »%s« shared to you by %s" : "Contrasinal para acceder »%s« compartido contigo por %s", "It is protected with the following password: %s" : "Está protexido co seguinte contrasinal: %s", - "Password to access »%s« shared with %s" : "Contrasinal para acceder a »%s« compartido con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Compartiu »%s« con %s. O recurso a compartir foi xa enviado ó destinatario. Debido ás políticas de seguridade definidas polo administrador de %s cada recurso a compartir precisa ser protexido por contrasinal e non está permitido enviar o contrasinal directamente ó destinatario. Polo tanto precisa reenviar o contrasinal ó destinatario manualmente.", + "Password to access »%s« shared with %s" : "Contrasinal para acceder a »%s« compartido con %s", "This is the password: %s" : "Este é o contrasinal: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/gl.json b/apps/sharebymail/l10n/gl.json index fdbe04f13c..3ed9f38a4a 100644 --- a/apps/sharebymail/l10n/gl.json +++ b/apps/sharebymail/l10n/gl.json @@ -26,16 +26,15 @@ "Send password by mail" : "Enviar contrasinal por correo", "Enforce password protection" : "Aplicar protección por contrasinal", "Sharing %s failed, this item is already shared with %s" : "Compartir %s fallou, este obxecto xa está compartido con %s", - "Failed to send share by E-mail" : "Fallou ó compartir por correo", "%s shared »%s« with you" : "%s compartiu »%s« contigo", "%s shared »%s« with you." : "%s compartiu »%s« contigo.", "%s via %s" : "%s vía %s", - "Password to access »%s« shared to you by %s" : "Contrasinal para acceder »%s« compartido contigo por %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartiu »%s« contigo.\nDebes ter recibido xa un correo por separado cun enlace para acceder a él.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartiu »%s« contigo. Debes ter recibido xa un correo por separado cun enlace para acceder a él.", + "Password to access »%s« shared to you by %s" : "Contrasinal para acceder »%s« compartido contigo por %s", "It is protected with the following password: %s" : "Está protexido co seguinte contrasinal: %s", - "Password to access »%s« shared with %s" : "Contrasinal para acceder a »%s« compartido con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Compartiu »%s« con %s. O recurso a compartir foi xa enviado ó destinatario. Debido ás políticas de seguridade definidas polo administrador de %s cada recurso a compartir precisa ser protexido por contrasinal e non está permitido enviar o contrasinal directamente ó destinatario. Polo tanto precisa reenviar o contrasinal ó destinatario manualmente.", + "Password to access »%s« shared with %s" : "Contrasinal para acceder a »%s« compartido con %s", "This is the password: %s" : "Este é o contrasinal: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/he.js b/apps/sharebymail/l10n/he.js index f25539e552..60a7acfd1e 100644 --- a/apps/sharebymail/l10n/he.js +++ b/apps/sharebymail/l10n/he.js @@ -28,7 +28,6 @@ OC.L10N.register( "Send password by mail" : "שליחת ססמה בדוא״ל", "Enforce password protection" : "אילוץ הגנה בססמה", "Sharing %s failed, this item is already shared with %s" : "השיתוף של %s נכשל, פריט זה כבר משותף עם %s", - "Failed to send share by E-mail" : "שליחת השיתוף בדוא״ל נכשלה", "%s via %s" : "%s דרך %s", "Password to access »%s« shared to you by %s" : "ססמת גישה אל „%s” שותפה אתך על ידי %s", "It is protected with the following password: %s" : "מוגן בססמה הבאה: %s", diff --git a/apps/sharebymail/l10n/he.json b/apps/sharebymail/l10n/he.json index 9f6a496b62..e31ba1d1f3 100644 --- a/apps/sharebymail/l10n/he.json +++ b/apps/sharebymail/l10n/he.json @@ -26,7 +26,6 @@ "Send password by mail" : "שליחת ססמה בדוא״ל", "Enforce password protection" : "אילוץ הגנה בססמה", "Sharing %s failed, this item is already shared with %s" : "השיתוף של %s נכשל, פריט זה כבר משותף עם %s", - "Failed to send share by E-mail" : "שליחת השיתוף בדוא״ל נכשלה", "%s via %s" : "%s דרך %s", "Password to access »%s« shared to you by %s" : "ססמת גישה אל „%s” שותפה אתך על ידי %s", "It is protected with the following password: %s" : "מוגן בססמה הבאה: %s", diff --git a/apps/sharebymail/l10n/hu.js b/apps/sharebymail/l10n/hu.js index ef357e96e6..3508c0ae0f 100644 --- a/apps/sharebymail/l10n/hu.js +++ b/apps/sharebymail/l10n/hu.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "Jelszó kiküldése e-mailben", "Enforce password protection" : "Jelszóvédelem kényszerítése", "Sharing %s failed, this item is already shared with %s" : "%s megosztás sikertelen, mert már meg van osztva vele: %s", - "Failed to send share by E-mail" : "Nem sikerült elküldeni a megosztó e-mailt!", "%s shared »%s« with you" : "%s megosztotta Önnel: »%s«.", "%s shared »%s« with you." : "%s megosztotta veled ezt: »%s«.", "%s via %s" : "%s ezen keresztül: %s", - "Password to access »%s« shared to you by %s" : "Jelszó ehhez: »%s« megosztva veled általa: %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s megosztotta ezt: »%s« veled.\nMár meg is kellett kapj egy e-mailt a hozzáférési linkkel.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%smegosztotta ezt: »%s« veled. Már meg is kellett kapj egy e-mailt a hozzáférési linkkel.", + "Password to access »%s« shared to you by %s" : "Jelszó ehhez: »%s« megosztva veled általa: %s", "It is protected with the following password: %s" : "A következő jelszóval védve: %s", - "Password to access »%s« shared with %s" : "Jelszó ehhez: »%s« megosztva vele: %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Épp megosztottad ezt: »%s« vele: %s. A megosztás már el is lett küldve a fogadónak. A%s rendszergazdája által meghatározott biztonsági szabályok miatt minden megosztást jelszóval kell védeni és a jelszót nem lehet közvetlenül elküldeni. Ezért a jelszót magadnak kell továbbítanod a fogadónak.", + "Password to access »%s« shared with %s" : "Jelszó ehhez: »%s« megosztva vele: %s", "This is the password: %s" : "Ez a jelszó: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/hu.json b/apps/sharebymail/l10n/hu.json index 6ce54cef34..88c85daad8 100644 --- a/apps/sharebymail/l10n/hu.json +++ b/apps/sharebymail/l10n/hu.json @@ -26,16 +26,15 @@ "Send password by mail" : "Jelszó kiküldése e-mailben", "Enforce password protection" : "Jelszóvédelem kényszerítése", "Sharing %s failed, this item is already shared with %s" : "%s megosztás sikertelen, mert már meg van osztva vele: %s", - "Failed to send share by E-mail" : "Nem sikerült elküldeni a megosztó e-mailt!", "%s shared »%s« with you" : "%s megosztotta Önnel: »%s«.", "%s shared »%s« with you." : "%s megosztotta veled ezt: »%s«.", "%s via %s" : "%s ezen keresztül: %s", - "Password to access »%s« shared to you by %s" : "Jelszó ehhez: »%s« megosztva veled általa: %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s megosztotta ezt: »%s« veled.\nMár meg is kellett kapj egy e-mailt a hozzáférési linkkel.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%smegosztotta ezt: »%s« veled. Már meg is kellett kapj egy e-mailt a hozzáférési linkkel.", + "Password to access »%s« shared to you by %s" : "Jelszó ehhez: »%s« megosztva veled általa: %s", "It is protected with the following password: %s" : "A következő jelszóval védve: %s", - "Password to access »%s« shared with %s" : "Jelszó ehhez: »%s« megosztva vele: %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Épp megosztottad ezt: »%s« vele: %s. A megosztás már el is lett küldve a fogadónak. A%s rendszergazdája által meghatározott biztonsági szabályok miatt minden megosztást jelszóval kell védeni és a jelszót nem lehet közvetlenül elküldeni. Ezért a jelszót magadnak kell továbbítanod a fogadónak.", + "Password to access »%s« shared with %s" : "Jelszó ehhez: »%s« megosztva vele: %s", "This is the password: %s" : "Ez a jelszó: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/is.js b/apps/sharebymail/l10n/is.js index ae48f11952..3f9c90e0c6 100644 --- a/apps/sharebymail/l10n/is.js +++ b/apps/sharebymail/l10n/is.js @@ -43,16 +43,15 @@ OC.L10N.register( "Send password by mail" : "Senda lykilorð með pósti", "Enforce password protection" : "Krefjast verndunar með aðgangsorði", "Sharing %s failed, this item is already shared with %s" : "Deiling %s mistókst, því þessu atriði er þegar deilt með %s", - "Failed to send share by E-mail" : "Gat ekki sent sameign með tölvupósti", "%s shared »%s« with you" : "%s deildi »%s« með þér", "%s shared »%s« with you." : "%s deildi »%s« með þér", "%s via %s" : "%s með %s", - "Password to access »%s« shared to you by %s" : "Lykilorð fyrir aðgang að »%s« deilt með þér af %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s deildi »%s« með þér.\nÞú ættir að hafa fengið sérstakan tölvupóst með tengli sem vísar á gögnin.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s deildi »%s« með þér.\nÞú ættir að hafa fengið sérstakan tölvupóst með tengli sem vísar á gögnin.", + "Password to access »%s« shared to you by %s" : "Lykilorð fyrir aðgang að »%s« deilt með þér af %s", "It is protected with the following password: %s" : "Það er varið með eftirfarandi lykilorði: %s", - "Password to access »%s« shared with %s" : "Lykilorð fyrir aðgang að »%s« deilt með %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Þú varst í þessu að deila »%s« með %s. Sameignin var þegar send til viðtakandans. Vegna öryggisskilmála sem skilgreindir hafa verið af kerfisstjóra %s þarf hver sameign að vera varin með lykilorði og að ekki er leyfilegt að senda það lykilorð beint til viðtakandans. Því er nauðsynlegt að þú homir lykilorðinu beint til sjálfs viðtakandans.", + "Password to access »%s« shared with %s" : "Lykilorð fyrir aðgang að »%s« deilt með %s", "This is the password: %s" : "Þetta er lykilorðið: %s" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/sharebymail/l10n/is.json b/apps/sharebymail/l10n/is.json index 638fee0e1b..da413ff45c 100644 --- a/apps/sharebymail/l10n/is.json +++ b/apps/sharebymail/l10n/is.json @@ -41,16 +41,15 @@ "Send password by mail" : "Senda lykilorð með pósti", "Enforce password protection" : "Krefjast verndunar með aðgangsorði", "Sharing %s failed, this item is already shared with %s" : "Deiling %s mistókst, því þessu atriði er þegar deilt með %s", - "Failed to send share by E-mail" : "Gat ekki sent sameign með tölvupósti", "%s shared »%s« with you" : "%s deildi »%s« með þér", "%s shared »%s« with you." : "%s deildi »%s« með þér", "%s via %s" : "%s með %s", - "Password to access »%s« shared to you by %s" : "Lykilorð fyrir aðgang að »%s« deilt með þér af %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s deildi »%s« með þér.\nÞú ættir að hafa fengið sérstakan tölvupóst með tengli sem vísar á gögnin.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s deildi »%s« með þér.\nÞú ættir að hafa fengið sérstakan tölvupóst með tengli sem vísar á gögnin.", + "Password to access »%s« shared to you by %s" : "Lykilorð fyrir aðgang að »%s« deilt með þér af %s", "It is protected with the following password: %s" : "Það er varið með eftirfarandi lykilorði: %s", - "Password to access »%s« shared with %s" : "Lykilorð fyrir aðgang að »%s« deilt með %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Þú varst í þessu að deila »%s« með %s. Sameignin var þegar send til viðtakandans. Vegna öryggisskilmála sem skilgreindir hafa verið af kerfisstjóra %s þarf hver sameign að vera varin með lykilorði og að ekki er leyfilegt að senda það lykilorð beint til viðtakandans. Því er nauðsynlegt að þú homir lykilorðinu beint til sjálfs viðtakandans.", + "Password to access »%s« shared with %s" : "Lykilorð fyrir aðgang að »%s« deilt með %s", "This is the password: %s" : "Þetta er lykilorðið: %s" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/it.js b/apps/sharebymail/l10n/it.js index cbab407869..f2d8e5ec7b 100644 --- a/apps/sharebymail/l10n/it.js +++ b/apps/sharebymail/l10n/it.js @@ -43,16 +43,15 @@ OC.L10N.register( "Send password by mail" : "Invia password tramite posta", "Enforce password protection" : "Imponi la protezione con password", "Sharing %s failed, this item is already shared with %s" : "Condivisione %s non riuscita, questo elemento è già condiviso con %s", - "Failed to send share by E-mail" : "Invio non riuscito della condivisione tramite email", "%s shared »%s« with you" : "%s ha condiviso »%s« con te", "%s shared »%s« with you." : "%s ha condiviso «%s» con te.", "%s via %s" : "%s tramite %s", - "Password to access »%s« shared to you by %s" : "Password per accedere a «%s» condivisa con te da %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s ha condiviso «%s» con te.\nDovresti aver ricevuto un messaggio separato con un collegamento per accedervi.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s ha condiviso «%s» con te. Dovresti aver ricevuto un messaggio separato con un collegamento per accedervi.", + "Password to access »%s« shared to you by %s" : "Password per accedere a «%s» condivisa con te da %s", "It is protected with the following password: %s" : "È protetta con la password seguente: %s", - "Password to access »%s« shared with %s" : "Password per accedere a «%s» condivisa con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Hai appena condiviso «%s» con %s. La condivisione è stata già inviata al destinatario. A causa dei criteri di sicurezza definiti dall'amministratore di %s, ogni condivisione deve essere protetta da password e non è consentito l'invio diretto della password al destinatario. Perciò, devi inoltrare manualmente la password al destinatario.", + "Password to access »%s« shared with %s" : "Password per accedere a «%s» condivisa con %s", "This is the password: %s" : "Questa è la password: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/it.json b/apps/sharebymail/l10n/it.json index d4c53bc154..4e5268e83a 100644 --- a/apps/sharebymail/l10n/it.json +++ b/apps/sharebymail/l10n/it.json @@ -41,16 +41,15 @@ "Send password by mail" : "Invia password tramite posta", "Enforce password protection" : "Imponi la protezione con password", "Sharing %s failed, this item is already shared with %s" : "Condivisione %s non riuscita, questo elemento è già condiviso con %s", - "Failed to send share by E-mail" : "Invio non riuscito della condivisione tramite email", "%s shared »%s« with you" : "%s ha condiviso »%s« con te", "%s shared »%s« with you." : "%s ha condiviso «%s» con te.", "%s via %s" : "%s tramite %s", - "Password to access »%s« shared to you by %s" : "Password per accedere a «%s» condivisa con te da %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s ha condiviso «%s» con te.\nDovresti aver ricevuto un messaggio separato con un collegamento per accedervi.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s ha condiviso «%s» con te. Dovresti aver ricevuto un messaggio separato con un collegamento per accedervi.", + "Password to access »%s« shared to you by %s" : "Password per accedere a «%s» condivisa con te da %s", "It is protected with the following password: %s" : "È protetta con la password seguente: %s", - "Password to access »%s« shared with %s" : "Password per accedere a «%s» condivisa con %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Hai appena condiviso «%s» con %s. La condivisione è stata già inviata al destinatario. A causa dei criteri di sicurezza definiti dall'amministratore di %s, ogni condivisione deve essere protetta da password e non è consentito l'invio diretto della password al destinatario. Perciò, devi inoltrare manualmente la password al destinatario.", + "Password to access »%s« shared with %s" : "Password per accedere a «%s» condivisa con %s", "This is the password: %s" : "Questa è la password: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/ja.js b/apps/sharebymail/l10n/ja.js index 6c6c46273c..247766d70a 100644 --- a/apps/sharebymail/l10n/ja.js +++ b/apps/sharebymail/l10n/ja.js @@ -33,16 +33,15 @@ OC.L10N.register( "Send password by mail" : "メールでパスワード送信", "Enforce password protection" : "常にパスワード保護を有効にする", "Sharing %s failed, this item is already shared with %s" : "%s の共有に失敗しました。 このアイテムはすでに %s と共有しています", - "Failed to send share by E-mail" : "メールで共有の送信に失敗しました", "%s shared »%s« with you" : "%s があなたと »%s« を共有しました", "%s shared »%s« with you." : "%sが あなたと »%s«を共有しました", "%s via %s" : "%s に %s から", - "Password to access »%s« shared to you by %s" : "%sへの共有アクセスのパスワードが %s から共有されました", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s により »%s« が共有されました\nアクセスするためのリンクは別途メールで受信してください。\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s により »%s« が共有されました。アクセスするためのリンクは別途メールで受信してください。", + "Password to access »%s« shared to you by %s" : "%sへの共有アクセスのパスワードが %s から共有されました", "It is protected with the following password: %s" : "次のパスワードで保護されています: %s", - "Password to access »%s« shared with %s" : "»%s« にアクセスするパスワードが %s から共有されました", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "%sを%sと共有しました。共有は受信者に送信されています。セキュリティポリシーにより%sの管理者が共有はパスワードで保護されるべきで、直接受信者に送信するべきではないと定めている場合、手動で受信者にメールを転送する必要があります。", + "Password to access »%s« shared with %s" : "»%s« にアクセスするパスワードが %s から共有されました", "This is the password: %s" : "パスワード: %s" }, "nplurals=1; plural=0;"); diff --git a/apps/sharebymail/l10n/ja.json b/apps/sharebymail/l10n/ja.json index ce37273d09..4a80d1575e 100644 --- a/apps/sharebymail/l10n/ja.json +++ b/apps/sharebymail/l10n/ja.json @@ -31,16 +31,15 @@ "Send password by mail" : "メールでパスワード送信", "Enforce password protection" : "常にパスワード保護を有効にする", "Sharing %s failed, this item is already shared with %s" : "%s の共有に失敗しました。 このアイテムはすでに %s と共有しています", - "Failed to send share by E-mail" : "メールで共有の送信に失敗しました", "%s shared »%s« with you" : "%s があなたと »%s« を共有しました", "%s shared »%s« with you." : "%sが あなたと »%s«を共有しました", "%s via %s" : "%s に %s から", - "Password to access »%s« shared to you by %s" : "%sへの共有アクセスのパスワードが %s から共有されました", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s により »%s« が共有されました\nアクセスするためのリンクは別途メールで受信してください。\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s により »%s« が共有されました。アクセスするためのリンクは別途メールで受信してください。", + "Password to access »%s« shared to you by %s" : "%sへの共有アクセスのパスワードが %s から共有されました", "It is protected with the following password: %s" : "次のパスワードで保護されています: %s", - "Password to access »%s« shared with %s" : "»%s« にアクセスするパスワードが %s から共有されました", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "%sを%sと共有しました。共有は受信者に送信されています。セキュリティポリシーにより%sの管理者が共有はパスワードで保護されるべきで、直接受信者に送信するべきではないと定めている場合、手動で受信者にメールを転送する必要があります。", + "Password to access »%s« shared with %s" : "»%s« にアクセスするパスワードが %s から共有されました", "This is the password: %s" : "パスワード: %s" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/ka_GE.js b/apps/sharebymail/l10n/ka_GE.js index 2485b406a7..64ebee6113 100644 --- a/apps/sharebymail/l10n/ka_GE.js +++ b/apps/sharebymail/l10n/ka_GE.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "პაროლის გაგზავნა ფოსტით", "Enforce password protection" : "პროლით დაცვის იძულება", "Sharing %s failed, this item is already shared with %s" : "%s ფაილის გაზიარება ვერ მოხერხდა, ის %s მომხმარებელთან უკვე გაზიარებულია", - "Failed to send share by E-mail" : "საოფსტო გაზიარების გაგზავნა ვერ მოხერხდა", "%s shared »%s« with you" : "თქვენთან %s მომხმარებლისგან გააზიარდა »%s«", "%s shared »%s« with you." : "თქვენთან %s მომხმარებლისგან გააზიარდა »%s«.", "%s via %s" : "%s %s-ით", - "Password to access »%s« shared to you by %s" : "%s მომხმარებელმა გაგიზიარათ პაროლი წვდომისთვის »%s«", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s მომხმარებელმა გაგიზიარათ »%s«.\nთქვენ მასზე წვდომის ბმულით, უკვე უნდა მოგსვლოდათ ცალკეული ელ-წერილი.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s მომხმარებელმა გაგიზიარათ »%s«. თქვენ მასზე წვდომის ბმულით, უკვე უნდა მოგსვლოდათ ცალკეული ელ-წერილი.", + "Password to access »%s« shared to you by %s" : "%s მომხმარებელმა გაგიზიარათ პაროლი წვდომისთვის »%s«", "It is protected with the following password: %s" : "ეს დაცულია შემდეგი პაროლით: %s", - "Password to access »%s« shared with %s" : "პაროლი »%s« წვდომაზე გაზიარდა მომხმარებელთან %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "თქვენ »%s« გააზიარეთ მომხმარებელთან %s. გაზიარება მიმღებთან უკვე გაიგზავნა. %s-ის ადმინისტრატორის მიერ დაწესებული თავდაცვის პოლიტიკის გამო, ყოველი გაზიარება საჭიროებს პაროლით დაცვას და არ გამოიყენება პირდაპირ პაროლის გასაგზავნად. ამისთვის პაროლი ხელით უნდა მიაწვდინოთ მიმღებს.", + "Password to access »%s« shared with %s" : "პაროლი »%s« წვდომაზე გაზიარდა მომხმარებელთან %s", "This is the password: %s" : "ეს პაროლია: %s" }, "nplurals=2; plural=(n!=1);"); diff --git a/apps/sharebymail/l10n/ka_GE.json b/apps/sharebymail/l10n/ka_GE.json index 8ffcf960ef..5415929f8c 100644 --- a/apps/sharebymail/l10n/ka_GE.json +++ b/apps/sharebymail/l10n/ka_GE.json @@ -26,16 +26,15 @@ "Send password by mail" : "პაროლის გაგზავნა ფოსტით", "Enforce password protection" : "პროლით დაცვის იძულება", "Sharing %s failed, this item is already shared with %s" : "%s ფაილის გაზიარება ვერ მოხერხდა, ის %s მომხმარებელთან უკვე გაზიარებულია", - "Failed to send share by E-mail" : "საოფსტო გაზიარების გაგზავნა ვერ მოხერხდა", "%s shared »%s« with you" : "თქვენთან %s მომხმარებლისგან გააზიარდა »%s«", "%s shared »%s« with you." : "თქვენთან %s მომხმარებლისგან გააზიარდა »%s«.", "%s via %s" : "%s %s-ით", - "Password to access »%s« shared to you by %s" : "%s მომხმარებელმა გაგიზიარათ პაროლი წვდომისთვის »%s«", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s მომხმარებელმა გაგიზიარათ »%s«.\nთქვენ მასზე წვდომის ბმულით, უკვე უნდა მოგსვლოდათ ცალკეული ელ-წერილი.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s მომხმარებელმა გაგიზიარათ »%s«. თქვენ მასზე წვდომის ბმულით, უკვე უნდა მოგსვლოდათ ცალკეული ელ-წერილი.", + "Password to access »%s« shared to you by %s" : "%s მომხმარებელმა გაგიზიარათ პაროლი წვდომისთვის »%s«", "It is protected with the following password: %s" : "ეს დაცულია შემდეგი პაროლით: %s", - "Password to access »%s« shared with %s" : "პაროლი »%s« წვდომაზე გაზიარდა მომხმარებელთან %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "თქვენ »%s« გააზიარეთ მომხმარებელთან %s. გაზიარება მიმღებთან უკვე გაიგზავნა. %s-ის ადმინისტრატორის მიერ დაწესებული თავდაცვის პოლიტიკის გამო, ყოველი გაზიარება საჭიროებს პაროლით დაცვას და არ გამოიყენება პირდაპირ პაროლის გასაგზავნად. ამისთვის პაროლი ხელით უნდა მიაწვდინოთ მიმღებს.", + "Password to access »%s« shared with %s" : "პაროლი »%s« წვდომაზე გაზიარდა მომხმარებელთან %s", "This is the password: %s" : "ეს პაროლია: %s" },"pluralForm" :"nplurals=2; plural=(n!=1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/ko.js b/apps/sharebymail/l10n/ko.js index b74df25644..f0c7f1694d 100644 --- a/apps/sharebymail/l10n/ko.js +++ b/apps/sharebymail/l10n/ko.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "이메일로 암호 보내기", "Enforce password protection" : "암호 보호 강제", "Sharing %s failed, this item is already shared with %s" : "%s을(를) 공유할 수 없음, 이 항목이 이미 %s 님과 공유됨", - "Failed to send share by E-mail" : "이메일로 공유를 보낼 수 없음", "%s shared »%s« with you" : "%s 님이 %s을(를) 공유함", "%s shared »%s« with you." : "%s 님이 %s을(를) 공유했습니다.", "%s via %s" : "%s(%s 경유)", - "Password to access »%s« shared to you by %s" : "%s에 접근할 수 있는 암호를 %s 님이 보냄", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s 님이 %s을(를) 공유했습니다.\n접근할 수 있는 링크가 포함된 별도의 이메일을 같이 전송했습니다.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s 님이 %s을(를) 공유했습니다. 접근할 수 있는 링크가 포함된 별도의 이메일을 같이 전송했습니다.", + "Password to access »%s« shared to you by %s" : "%s에 접근할 수 있는 암호를 %s 님이 보냄", "It is protected with the following password: %s" : "다음 암호로 보호되어 있습니다: %s", - "Password to access »%s« shared with %s" : "%s에 접근할 수 있는 암호를 %s 님과 공유함", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "%s을(를) %s 님과 공유했습니다. 공유 정보를 이메일로 전송했습니다. %s 관리자의 보안 정책에 의하여 각각 공유 항목은 암호로 보호되어야 하며, 해당 암호를 직접 이메일로 보낼 수 없습니다. 수신자에게 이 암호를 다른 방법으로 직접 전달하십시오.", + "Password to access »%s« shared with %s" : "%s에 접근할 수 있는 암호를 %s 님과 공유함", "This is the password: %s" : "다음은 암호입니다: %s" }, "nplurals=1; plural=0;"); diff --git a/apps/sharebymail/l10n/ko.json b/apps/sharebymail/l10n/ko.json index 231663c6e1..fb6654d2da 100644 --- a/apps/sharebymail/l10n/ko.json +++ b/apps/sharebymail/l10n/ko.json @@ -26,16 +26,15 @@ "Send password by mail" : "이메일로 암호 보내기", "Enforce password protection" : "암호 보호 강제", "Sharing %s failed, this item is already shared with %s" : "%s을(를) 공유할 수 없음, 이 항목이 이미 %s 님과 공유됨", - "Failed to send share by E-mail" : "이메일로 공유를 보낼 수 없음", "%s shared »%s« with you" : "%s 님이 %s을(를) 공유함", "%s shared »%s« with you." : "%s 님이 %s을(를) 공유했습니다.", "%s via %s" : "%s(%s 경유)", - "Password to access »%s« shared to you by %s" : "%s에 접근할 수 있는 암호를 %s 님이 보냄", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s 님이 %s을(를) 공유했습니다.\n접근할 수 있는 링크가 포함된 별도의 이메일을 같이 전송했습니다.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s 님이 %s을(를) 공유했습니다. 접근할 수 있는 링크가 포함된 별도의 이메일을 같이 전송했습니다.", + "Password to access »%s« shared to you by %s" : "%s에 접근할 수 있는 암호를 %s 님이 보냄", "It is protected with the following password: %s" : "다음 암호로 보호되어 있습니다: %s", - "Password to access »%s« shared with %s" : "%s에 접근할 수 있는 암호를 %s 님과 공유함", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "%s을(를) %s 님과 공유했습니다. 공유 정보를 이메일로 전송했습니다. %s 관리자의 보안 정책에 의하여 각각 공유 항목은 암호로 보호되어야 하며, 해당 암호를 직접 이메일로 보낼 수 없습니다. 수신자에게 이 암호를 다른 방법으로 직접 전달하십시오.", + "Password to access »%s« shared with %s" : "%s에 접근할 수 있는 암호를 %s 님과 공유함", "This is the password: %s" : "다음은 암호입니다: %s" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/lt_LT.js b/apps/sharebymail/l10n/lt_LT.js index a56da979af..d6513c6ab5 100644 --- a/apps/sharebymail/l10n/lt_LT.js +++ b/apps/sharebymail/l10n/lt_LT.js @@ -29,16 +29,15 @@ OC.L10N.register( "Send password by mail" : "Siųti slaptažodį elektroniniu paštu", "Enforce password protection" : "Apsaugoti slaptažodžiu", "Sharing %s failed, this item is already shared with %s" : "%s bendrinimas nepavyko, šis elementas jau yra bendrinamas su %s", - "Failed to send share by E-mail" : "Nepavyko išsiųsti bendrinimo el. paštu", "%s shared »%s« with you" : "%s pradėjo bendrinti su jumis »%s«", "%s shared »%s« with you." : "%s pasidalintas »%s«  su Jumis.", "%s via %s" : "%s per %s", - "Password to access »%s« shared to you by %s" : "Slaptažodis, skirtas prieigai prie »%s« pasidalintas su jumis per %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s pasidalintas »%s«  su Jumis.\nJūs turėjote gauti elektroninį laišką su prieigos nuoroda.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s pasidalintas »%s«  su Jumis. Jūs turėjote gauti elektroninį laišką su prieigos nuoroda.", + "Password to access »%s« shared to you by %s" : "Slaptažodis, skirtas prieigai prie »%s« pasidalintas su jumis per %s", "It is protected with the following password: %s" : "Apsaugotas slaptažodžiu: %s", - "Password to access »%s« shared with %s" : "Slaptažodis prieigai prie »%s« pasidalintas su %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Jūs ką tik pasidalinote »%s« su %s. Dalinimosi nuoroda buvo išsiųsta adresatui. Pagal saugumo taisykles, kurias nustatė %s administratorius, kiekvienas dalinimasis turi būti apsaugotas slaptažodžiu. Kadangi slaptažodžio negalima tiesiogiai siųsti adresatui, jūs turite jį perduoti gyvai.", + "Password to access »%s« shared with %s" : "Slaptažodis prieigai prie »%s« pasidalintas su %s", "This is the password: %s" : "Štai yra slaptažodis: %s" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/sharebymail/l10n/lt_LT.json b/apps/sharebymail/l10n/lt_LT.json index 071baf73e5..209ae09a7d 100644 --- a/apps/sharebymail/l10n/lt_LT.json +++ b/apps/sharebymail/l10n/lt_LT.json @@ -27,16 +27,15 @@ "Send password by mail" : "Siųti slaptažodį elektroniniu paštu", "Enforce password protection" : "Apsaugoti slaptažodžiu", "Sharing %s failed, this item is already shared with %s" : "%s bendrinimas nepavyko, šis elementas jau yra bendrinamas su %s", - "Failed to send share by E-mail" : "Nepavyko išsiųsti bendrinimo el. paštu", "%s shared »%s« with you" : "%s pradėjo bendrinti su jumis »%s«", "%s shared »%s« with you." : "%s pasidalintas »%s«  su Jumis.", "%s via %s" : "%s per %s", - "Password to access »%s« shared to you by %s" : "Slaptažodis, skirtas prieigai prie »%s« pasidalintas su jumis per %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s pasidalintas »%s«  su Jumis.\nJūs turėjote gauti elektroninį laišką su prieigos nuoroda.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s pasidalintas »%s«  su Jumis. Jūs turėjote gauti elektroninį laišką su prieigos nuoroda.", + "Password to access »%s« shared to you by %s" : "Slaptažodis, skirtas prieigai prie »%s« pasidalintas su jumis per %s", "It is protected with the following password: %s" : "Apsaugotas slaptažodžiu: %s", - "Password to access »%s« shared with %s" : "Slaptažodis prieigai prie »%s« pasidalintas su %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Jūs ką tik pasidalinote »%s« su %s. Dalinimosi nuoroda buvo išsiųsta adresatui. Pagal saugumo taisykles, kurias nustatė %s administratorius, kiekvienas dalinimasis turi būti apsaugotas slaptažodžiu. Kadangi slaptažodžio negalima tiesiogiai siųsti adresatui, jūs turite jį perduoti gyvai.", + "Password to access »%s« shared with %s" : "Slaptažodis prieigai prie »%s« pasidalintas su %s", "This is the password: %s" : "Štai yra slaptažodis: %s" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/nb.js b/apps/sharebymail/l10n/nb.js index d298e9d7df..8c839c65a1 100644 --- a/apps/sharebymail/l10n/nb.js +++ b/apps/sharebymail/l10n/nb.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "Send passord via e-post", "Enforce password protection" : "Krev passordbeskyttelse", "Sharing %s failed, this item is already shared with %s" : "Deling %s mislyktes, dette elementet er allerede delt med %s", - "Failed to send share by E-mail" : "Mislyktes i å sende delt ressurs per e-post", "%s shared »%s« with you" : "%s delte \"%s\" med deg", "%s shared »%s« with you." : "%s delte »%s« med deg.", "%s via %s" : "%s via %s", - "Password to access »%s« shared to you by %s" : "Passord for å benytte »%s« tildelt deg av %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s delte «%s» med deg.\nDu skal allerede ha mottatt en annen e-post med en lenke til innholdet.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s delte «%s» med deg. Du skal allerede ha mottatt en annen e-post med en lenke til innholdet.", + "Password to access »%s« shared to you by %s" : "Passord for å benytte »%s« tildelt deg av %s", "It is protected with the following password: %s" : "Den er beskyttet med følgende passord: %s", - "Password to access »%s« shared with %s" : "Passord for å benytte »%s« delt med %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Du delte akkurat »%s« med %s. Lageret har allerede blitt sendt til mottakeren. På grunn av sikkerhetspraksisen definert av administratoren for %s må hvert lager beskyttes med et passord, og det tillates ikke sendt direkte til mottakeren. Derfor trenger du å sende passordet manuelt til mottakeren.", + "Password to access »%s« shared with %s" : "Passord for å benytte »%s« delt med %s", "This is the password: %s" : "Dette er passordet: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/nb.json b/apps/sharebymail/l10n/nb.json index dc4d407bcf..69ab4508e9 100644 --- a/apps/sharebymail/l10n/nb.json +++ b/apps/sharebymail/l10n/nb.json @@ -26,16 +26,15 @@ "Send password by mail" : "Send passord via e-post", "Enforce password protection" : "Krev passordbeskyttelse", "Sharing %s failed, this item is already shared with %s" : "Deling %s mislyktes, dette elementet er allerede delt med %s", - "Failed to send share by E-mail" : "Mislyktes i å sende delt ressurs per e-post", "%s shared »%s« with you" : "%s delte \"%s\" med deg", "%s shared »%s« with you." : "%s delte »%s« med deg.", "%s via %s" : "%s via %s", - "Password to access »%s« shared to you by %s" : "Passord for å benytte »%s« tildelt deg av %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s delte «%s» med deg.\nDu skal allerede ha mottatt en annen e-post med en lenke til innholdet.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s delte «%s» med deg. Du skal allerede ha mottatt en annen e-post med en lenke til innholdet.", + "Password to access »%s« shared to you by %s" : "Passord for å benytte »%s« tildelt deg av %s", "It is protected with the following password: %s" : "Den er beskyttet med følgende passord: %s", - "Password to access »%s« shared with %s" : "Passord for å benytte »%s« delt med %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Du delte akkurat »%s« med %s. Lageret har allerede blitt sendt til mottakeren. På grunn av sikkerhetspraksisen definert av administratoren for %s må hvert lager beskyttes med et passord, og det tillates ikke sendt direkte til mottakeren. Derfor trenger du å sende passordet manuelt til mottakeren.", + "Password to access »%s« shared with %s" : "Passord for å benytte »%s« delt med %s", "This is the password: %s" : "Dette er passordet: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/nl.js b/apps/sharebymail/l10n/nl.js index e1464d4d35..83dbe3e4b3 100644 --- a/apps/sharebymail/l10n/nl.js +++ b/apps/sharebymail/l10n/nl.js @@ -43,16 +43,15 @@ OC.L10N.register( "Send password by mail" : "Wachtwoord per email verzenden", "Enforce password protection" : "Wachtwoordbeveiliging afdwingen", "Sharing %s failed, this item is already shared with %s" : "Delen van %s is mislukt, omdat dit al gedeeld wordt met %s", - "Failed to send share by E-mail" : "delen per email is mislukt", "%s shared »%s« with you" : "%s heeft \"%s\" met je gedeeld", "%s shared »%s« with you." : "%s heeft \"%s\" met je gedeeld.", "%s via %s" : "%s via %s", - "Password to access »%s« shared to you by %s" : "Toegangswachtwoord »%s« gedeeld met je door %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s heeft \"%s\" met je gedeeld.\nAls het goed is, heb je een aparte email ontvangen met een linkje voor toegang.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s heeft \"%s\" met je gedeeld. Je zou al een aparte email ontvangen moeten hebben met een link om er te komen.", + "Password to access »%s« shared to you by %s" : "Toegangswachtwoord »%s« gedeeld met je door %s", "It is protected with the following password: %s" : "Het is beveiligd met het volgende wachtwoord: %s", - "Password to access »%s« shared with %s" : "Wachtwoord voor toegang »%s« gedeeld met %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Je deelde »%s« met %s. De link is al gestuurd naar de geadresseerde. Vanwege de beveiligingsinstellingen, zoals ingesteld door de beheerder van %s, moet het delen worden beveiligd met een wachtwoord en is het niet toegestaan het wachtwoord rechtstreeks naar de ontvanger te versturen. Hierdoor moet je het wachtwoord zelf handmatig naar de ontvanger sturen.", + "Password to access »%s« shared with %s" : "Wachtwoord voor toegang »%s« gedeeld met %s", "This is the password: %s" : "Dit is het wachtwoord: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/nl.json b/apps/sharebymail/l10n/nl.json index 7e28778ef9..c01f0d670c 100644 --- a/apps/sharebymail/l10n/nl.json +++ b/apps/sharebymail/l10n/nl.json @@ -41,16 +41,15 @@ "Send password by mail" : "Wachtwoord per email verzenden", "Enforce password protection" : "Wachtwoordbeveiliging afdwingen", "Sharing %s failed, this item is already shared with %s" : "Delen van %s is mislukt, omdat dit al gedeeld wordt met %s", - "Failed to send share by E-mail" : "delen per email is mislukt", "%s shared »%s« with you" : "%s heeft \"%s\" met je gedeeld", "%s shared »%s« with you." : "%s heeft \"%s\" met je gedeeld.", "%s via %s" : "%s via %s", - "Password to access »%s« shared to you by %s" : "Toegangswachtwoord »%s« gedeeld met je door %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s heeft \"%s\" met je gedeeld.\nAls het goed is, heb je een aparte email ontvangen met een linkje voor toegang.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s heeft \"%s\" met je gedeeld. Je zou al een aparte email ontvangen moeten hebben met een link om er te komen.", + "Password to access »%s« shared to you by %s" : "Toegangswachtwoord »%s« gedeeld met je door %s", "It is protected with the following password: %s" : "Het is beveiligd met het volgende wachtwoord: %s", - "Password to access »%s« shared with %s" : "Wachtwoord voor toegang »%s« gedeeld met %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Je deelde »%s« met %s. De link is al gestuurd naar de geadresseerde. Vanwege de beveiligingsinstellingen, zoals ingesteld door de beheerder van %s, moet het delen worden beveiligd met een wachtwoord en is het niet toegestaan het wachtwoord rechtstreeks naar de ontvanger te versturen. Hierdoor moet je het wachtwoord zelf handmatig naar de ontvanger sturen.", + "Password to access »%s« shared with %s" : "Wachtwoord voor toegang »%s« gedeeld met %s", "This is the password: %s" : "Dit is het wachtwoord: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/pl.js b/apps/sharebymail/l10n/pl.js index 504a647172..2bb66ff83f 100644 --- a/apps/sharebymail/l10n/pl.js +++ b/apps/sharebymail/l10n/pl.js @@ -29,16 +29,15 @@ OC.L10N.register( "Send password by mail" : "Wyślij hasło e-mailem", "Enforce password protection" : "Wymuś zabezpieczenie hasłem", "Sharing %s failed, this item is already shared with %s" : "Współdzielenie %s nie udało się, ten obiekt już jest współdzielony z %s", - "Failed to send share by E-mail" : "Nie udało się wysłać współdzielenia przez e-mail", "%s shared »%s« with you" : "%s współdzieli »%s« z Tobą", "%s shared »%s« with you." : "%s współdzieli »%s« z Tobą.", "%s via %s" : "%s przez %s", - "Password to access »%s« shared to you by %s" : "Hasło dostępu do »%s« jest udostępnione Tobie przez %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s współdzieli z Tobą »%s«.\nPowinien już przyjść do Ciebie osobny e-mail zawierający link dostępowy.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s współdzieli »%s« z Tobą. Powinien już przyjść do Ciebie osobny e-mail z odnośnikiem dostępowym.", + "Password to access »%s« shared to you by %s" : "Hasło dostępu do »%s« jest udostępnione Tobie przez %s", "It is protected with the following password: %s" : "To jest chronione następującym hasłem: %s", - "Password to access »%s« shared with %s" : "Hasło dostępu do »%s« zostało udostępnione %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Właśnie udostępniono »%s« użytkownikowi %s. Udostępniony udział został już wysłany do odbiorcy, jednak zgodnie z polityką bezpieczeństwa ustanowioną przez administratora %s każdy udział musi zostać zabezpieczony hasłem. Wysyłanie hasła bezpośrednio do odbiorcy jest zabronione, dlatego też musisz mu je przekazać w klasyczny sposób.", + "Password to access »%s« shared with %s" : "Hasło dostępu do »%s« zostało udostępnione %s", "This is the password: %s" : "To jest hasło: %s" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/apps/sharebymail/l10n/pl.json b/apps/sharebymail/l10n/pl.json index 57eaa9045d..b6aea83566 100644 --- a/apps/sharebymail/l10n/pl.json +++ b/apps/sharebymail/l10n/pl.json @@ -27,16 +27,15 @@ "Send password by mail" : "Wyślij hasło e-mailem", "Enforce password protection" : "Wymuś zabezpieczenie hasłem", "Sharing %s failed, this item is already shared with %s" : "Współdzielenie %s nie udało się, ten obiekt już jest współdzielony z %s", - "Failed to send share by E-mail" : "Nie udało się wysłać współdzielenia przez e-mail", "%s shared »%s« with you" : "%s współdzieli »%s« z Tobą", "%s shared »%s« with you." : "%s współdzieli »%s« z Tobą.", "%s via %s" : "%s przez %s", - "Password to access »%s« shared to you by %s" : "Hasło dostępu do »%s« jest udostępnione Tobie przez %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s współdzieli z Tobą »%s«.\nPowinien już przyjść do Ciebie osobny e-mail zawierający link dostępowy.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s współdzieli »%s« z Tobą. Powinien już przyjść do Ciebie osobny e-mail z odnośnikiem dostępowym.", + "Password to access »%s« shared to you by %s" : "Hasło dostępu do »%s« jest udostępnione Tobie przez %s", "It is protected with the following password: %s" : "To jest chronione następującym hasłem: %s", - "Password to access »%s« shared with %s" : "Hasło dostępu do »%s« zostało udostępnione %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Właśnie udostępniono »%s« użytkownikowi %s. Udostępniony udział został już wysłany do odbiorcy, jednak zgodnie z polityką bezpieczeństwa ustanowioną przez administratora %s każdy udział musi zostać zabezpieczony hasłem. Wysyłanie hasła bezpośrednio do odbiorcy jest zabronione, dlatego też musisz mu je przekazać w klasyczny sposób.", + "Password to access »%s« shared with %s" : "Hasło dostępu do »%s« zostało udostępnione %s", "This is the password: %s" : "To jest hasło: %s" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/pt_BR.js b/apps/sharebymail/l10n/pt_BR.js index 411bf0f3a4..9c24cf8324 100644 --- a/apps/sharebymail/l10n/pt_BR.js +++ b/apps/sharebymail/l10n/pt_BR.js @@ -43,16 +43,15 @@ OC.L10N.register( "Send password by mail" : "Enviar senha por e-mail", "Enforce password protection" : "Reforce a proteção por senha", "Sharing %s failed, this item is already shared with %s" : "O compartilhamento %s falhou, pois este item já está compartilhado com %s", - "Failed to send share by E-mail" : "Falha ao enviar compartilhamento por e-mail", "%s shared »%s« with you" : "%s compartilhou »%s« com você", "%s shared »%s« with you." : "%s compartilhou »%s« com você.", "%s via %s" : "%s via %s", - "Password to access »%s« shared to you by %s" : "Senha para acessar %s compartilhado com você por %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartilhou »%s« com você.\nVocê já deve ter recebido um e-mail com um link para acessá-lo.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartilhou »%s« com você. Você já deve ter recebido um e-mail com um link para acessá-lo.", + "Password to access »%s« shared to you by %s" : "Senha para acessar %s compartilhado com você por %s", "It is protected with the following password: %s" : "Está protegido com a seguinte senha: %s", - "Password to access »%s« shared with %s" : "Senha para acessar »%s« compartilhado com %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Você compartilhou »%s« com %s. O compartilhamento já foi enviado ao destinatário. Devido às políticas de segurança definidas pelo administrador de %s, cada compartilhamento necessita ser protegido por senha e não é permitido enviar a senha diretamente ao destinatário. Portanto você necessita enviar a senha manualmente ao destinatário.", + "Password to access »%s« shared with %s" : "Senha para acessar »%s« compartilhado com %s", "This is the password: %s" : "Essa é a senha: %s" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/sharebymail/l10n/pt_BR.json b/apps/sharebymail/l10n/pt_BR.json index e7ec2d13e2..256119e0a0 100644 --- a/apps/sharebymail/l10n/pt_BR.json +++ b/apps/sharebymail/l10n/pt_BR.json @@ -41,16 +41,15 @@ "Send password by mail" : "Enviar senha por e-mail", "Enforce password protection" : "Reforce a proteção por senha", "Sharing %s failed, this item is already shared with %s" : "O compartilhamento %s falhou, pois este item já está compartilhado com %s", - "Failed to send share by E-mail" : "Falha ao enviar compartilhamento por e-mail", "%s shared »%s« with you" : "%s compartilhou »%s« com você", "%s shared »%s« with you." : "%s compartilhou »%s« com você.", "%s via %s" : "%s via %s", - "Password to access »%s« shared to you by %s" : "Senha para acessar %s compartilhado com você por %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartilhou »%s« com você.\nVocê já deve ter recebido um e-mail com um link para acessá-lo.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartilhou »%s« com você. Você já deve ter recebido um e-mail com um link para acessá-lo.", + "Password to access »%s« shared to you by %s" : "Senha para acessar %s compartilhado com você por %s", "It is protected with the following password: %s" : "Está protegido com a seguinte senha: %s", - "Password to access »%s« shared with %s" : "Senha para acessar »%s« compartilhado com %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Você compartilhou »%s« com %s. O compartilhamento já foi enviado ao destinatário. Devido às políticas de segurança definidas pelo administrador de %s, cada compartilhamento necessita ser protegido por senha e não é permitido enviar a senha diretamente ao destinatário. Portanto você necessita enviar a senha manualmente ao destinatário.", + "Password to access »%s« shared with %s" : "Senha para acessar »%s« compartilhado com %s", "This is the password: %s" : "Essa é a senha: %s" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/pt_PT.js b/apps/sharebymail/l10n/pt_PT.js index 3ab0c4cd8f..95aeed002d 100644 --- a/apps/sharebymail/l10n/pt_PT.js +++ b/apps/sharebymail/l10n/pt_PT.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "Enviar palavra-chave por e-mail", "Enforce password protection" : "Forçar proteção por palavra-passe", "Sharing %s failed, this item is already shared with %s" : "Partilha de %s falhou, este item já está partilhado com %s", - "Failed to send share by E-mail" : "Falhou o envio da partilha por email.", "%s shared »%s« with you" : "%s partilhou »%s« consigo", "%s shared »%s« with you." : "%s partilhou »%s« consigo.", "%s via %s" : "%s via %s", - "Password to access »%s« shared to you by %s" : "Palavra-chave para acesso a »%s« partilhada consigo por %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s partilhou »%s« consigo.\nJá deveria ter recebido um outro e-mail com uma hiperligação para o aceder.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s partilhou »%s« consigo. Já deveria ter recebido um outro e-mail com uma hiperligação para o aceder.", + "Password to access »%s« shared to you by %s" : "Palavra-chave para acesso a »%s« partilhada consigo por %s", "It is protected with the following password: %s" : "Está protegido com a seguinte palavra-chave: %s", - "Password to access »%s« shared with %s" : "Palavra-chave para aceder a »%s« partilhada com %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Partilhou »%s« com %s. A partilha já foi enviada ao destinatário. Devido à política de segurança definida pelo administrador de %s cada partilha deverá ser protegida por uma palavra-chave e não é permitido o envio da mesma directamente para o destinatário. Assim, necessita de enviar a palavra-chave manualmente para o respectivo destinatário.", + "Password to access »%s« shared with %s" : "Palavra-chave para aceder a »%s« partilhada com %s", "This is the password: %s" : "Esta é a palavra-chave: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/pt_PT.json b/apps/sharebymail/l10n/pt_PT.json index 415bb6d166..6e89c0247b 100644 --- a/apps/sharebymail/l10n/pt_PT.json +++ b/apps/sharebymail/l10n/pt_PT.json @@ -26,16 +26,15 @@ "Send password by mail" : "Enviar palavra-chave por e-mail", "Enforce password protection" : "Forçar proteção por palavra-passe", "Sharing %s failed, this item is already shared with %s" : "Partilha de %s falhou, este item já está partilhado com %s", - "Failed to send share by E-mail" : "Falhou o envio da partilha por email.", "%s shared »%s« with you" : "%s partilhou »%s« consigo", "%s shared »%s« with you." : "%s partilhou »%s« consigo.", "%s via %s" : "%s via %s", - "Password to access »%s« shared to you by %s" : "Palavra-chave para acesso a »%s« partilhada consigo por %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s partilhou »%s« consigo.\nJá deveria ter recebido um outro e-mail com uma hiperligação para o aceder.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s partilhou »%s« consigo. Já deveria ter recebido um outro e-mail com uma hiperligação para o aceder.", + "Password to access »%s« shared to you by %s" : "Palavra-chave para acesso a »%s« partilhada consigo por %s", "It is protected with the following password: %s" : "Está protegido com a seguinte palavra-chave: %s", - "Password to access »%s« shared with %s" : "Palavra-chave para aceder a »%s« partilhada com %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Partilhou »%s« com %s. A partilha já foi enviada ao destinatário. Devido à política de segurança definida pelo administrador de %s cada partilha deverá ser protegida por uma palavra-chave e não é permitido o envio da mesma directamente para o destinatário. Assim, necessita de enviar a palavra-chave manualmente para o respectivo destinatário.", + "Password to access »%s« shared with %s" : "Palavra-chave para aceder a »%s« partilhada com %s", "This is the password: %s" : "Esta é a palavra-chave: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/ru.js b/apps/sharebymail/l10n/ru.js index 84d0e84503..93dd3dcabf 100644 --- a/apps/sharebymail/l10n/ru.js +++ b/apps/sharebymail/l10n/ru.js @@ -43,16 +43,15 @@ OC.L10N.register( "Send password by mail" : "Отправлять пароль по электронной почте", "Enforce password protection" : "Требовать защиту паролем", "Sharing %s failed, this item is already shared with %s" : "Не удалось открыть общий доступ к «%s», общий доступ для %s уже предоставлен", - "Failed to send share by E-mail" : "Не удалось поделиться по e-mail", "%s shared »%s« with you" : "%s предоставил(а) Вам доступ к «%s»", "%s shared »%s« with you." : "%s предоставил(а) Вам доступ к «%s».", "%s via %s" : "%s через %s", - "Password to access »%s« shared to you by %s" : "Пароль для «%s», общий доступ к которому предоставлен Вам пользователем %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s предоставил(а) Вам общий доступ к «%s».\nВы, скорее всего, уже получили отдельное письмо, содержащую ссылку для получения доступа.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s предоставил(а) Вам доступ к «%s». Вы, скорее всего, уже получили отдельное письмо, содержащее ссылку для получения доступа.", + "Password to access »%s« shared to you by %s" : "Пароль для «%s», общий доступ к которому предоставлен Вам пользователем %s", "It is protected with the following password: %s" : "Доступ защищён следующим паролем: %s", - "Password to access »%s« shared with %s" : "Паролем для доступа к «%s» поделились с %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Вы только что предоставили общий доступ к «%s» пользователю %s. Уведомление о предоставлении доступа было отправлено получателю. В соответствии с политиками безопасности, заданными администратором %s, каждый общий ресурс должен быть защищён паролем, а так же не допускается непосредственное отправление пароля получателю, поэтому Вам потребуется самостоятельно перенаправить получателю пароль для доступа.", + "Password to access »%s« shared with %s" : "Паролем для доступа к «%s» поделились с %s", "This is the password: %s" : "Пароль: %s" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/sharebymail/l10n/ru.json b/apps/sharebymail/l10n/ru.json index 0b6c40ed36..af297c0ca6 100644 --- a/apps/sharebymail/l10n/ru.json +++ b/apps/sharebymail/l10n/ru.json @@ -41,16 +41,15 @@ "Send password by mail" : "Отправлять пароль по электронной почте", "Enforce password protection" : "Требовать защиту паролем", "Sharing %s failed, this item is already shared with %s" : "Не удалось открыть общий доступ к «%s», общий доступ для %s уже предоставлен", - "Failed to send share by E-mail" : "Не удалось поделиться по e-mail", "%s shared »%s« with you" : "%s предоставил(а) Вам доступ к «%s»", "%s shared »%s« with you." : "%s предоставил(а) Вам доступ к «%s».", "%s via %s" : "%s через %s", - "Password to access »%s« shared to you by %s" : "Пароль для «%s», общий доступ к которому предоставлен Вам пользователем %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s предоставил(а) Вам общий доступ к «%s».\nВы, скорее всего, уже получили отдельное письмо, содержащую ссылку для получения доступа.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s предоставил(а) Вам доступ к «%s». Вы, скорее всего, уже получили отдельное письмо, содержащее ссылку для получения доступа.", + "Password to access »%s« shared to you by %s" : "Пароль для «%s», общий доступ к которому предоставлен Вам пользователем %s", "It is protected with the following password: %s" : "Доступ защищён следующим паролем: %s", - "Password to access »%s« shared with %s" : "Паролем для доступа к «%s» поделились с %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Вы только что предоставили общий доступ к «%s» пользователю %s. Уведомление о предоставлении доступа было отправлено получателю. В соответствии с политиками безопасности, заданными администратором %s, каждый общий ресурс должен быть защищён паролем, а так же не допускается непосредственное отправление пароля получателю, поэтому Вам потребуется самостоятельно перенаправить получателю пароль для доступа.", + "Password to access »%s« shared with %s" : "Паролем для доступа к «%s» поделились с %s", "This is the password: %s" : "Пароль: %s" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/sk.js b/apps/sharebymail/l10n/sk.js index a01a457c6c..e5e5086c60 100644 --- a/apps/sharebymail/l10n/sk.js +++ b/apps/sharebymail/l10n/sk.js @@ -41,13 +41,12 @@ OC.L10N.register( "Send password by mail" : "Odoslať heslo e-mailom", "Enforce password protection" : "Vynútiť ochranu heslom", "Sharing %s failed, this item is already shared with %s" : "Sprístupnenie %s zlyhalo, táto položka je už používateľovi %s sprístupnená", - "Failed to send share by E-mail" : "Nebolo možné poslať sprístupnenie emailom", "%s shared »%s« with you" : "%s vám sprístupnil »%s«", "%s shared »%s« with you." : "%s Vám sprístupnil »%s«", "%s via %s" : "%s cez %s", - "Password to access »%s« shared to you by %s" : "Heslo pre prístup k »%s« Vám sprístupnil %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s Vám sprístupnil »%s«.\nSpráva s odkazom by Vám už mala byť doručená.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s Vám sprístupnil »%s«. Správa s odkazom by Vám už mala byť doručená.", + "Password to access »%s« shared to you by %s" : "Heslo pre prístup k »%s« Vám sprístupnil %s", "It is protected with the following password: %s" : "Je chránené nasledovným heslom: %s", "Password to access »%s« shared with %s" : "Heslo pre prístup k »%s« sprístupnené používateľovi %s", "This is the password: %s" : "Toto je heslo: %s" diff --git a/apps/sharebymail/l10n/sk.json b/apps/sharebymail/l10n/sk.json index b9b4fb8f69..5caf50815c 100644 --- a/apps/sharebymail/l10n/sk.json +++ b/apps/sharebymail/l10n/sk.json @@ -39,13 +39,12 @@ "Send password by mail" : "Odoslať heslo e-mailom", "Enforce password protection" : "Vynútiť ochranu heslom", "Sharing %s failed, this item is already shared with %s" : "Sprístupnenie %s zlyhalo, táto položka je už používateľovi %s sprístupnená", - "Failed to send share by E-mail" : "Nebolo možné poslať sprístupnenie emailom", "%s shared »%s« with you" : "%s vám sprístupnil »%s«", "%s shared »%s« with you." : "%s Vám sprístupnil »%s«", "%s via %s" : "%s cez %s", - "Password to access »%s« shared to you by %s" : "Heslo pre prístup k »%s« Vám sprístupnil %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s Vám sprístupnil »%s«.\nSpráva s odkazom by Vám už mala byť doručená.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s Vám sprístupnil »%s«. Správa s odkazom by Vám už mala byť doručená.", + "Password to access »%s« shared to you by %s" : "Heslo pre prístup k »%s« Vám sprístupnil %s", "It is protected with the following password: %s" : "Je chránené nasledovným heslom: %s", "Password to access »%s« shared with %s" : "Heslo pre prístup k »%s« sprístupnené používateľovi %s", "This is the password: %s" : "Toto je heslo: %s" diff --git a/apps/sharebymail/l10n/sq.js b/apps/sharebymail/l10n/sq.js index d36aba83b2..1927f51e59 100644 --- a/apps/sharebymail/l10n/sq.js +++ b/apps/sharebymail/l10n/sq.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "Dërgo fjalëkalimin me mail", "Enforce password protection" : "Forco mbrojtjen e fjalëkalimit", "Sharing %s failed, this item is already shared with %s" : "Shpërndarja %s dështoi, ky artikull është aktualisht i shpërndarë me %s", - "Failed to send share by E-mail" : "Dështoi në dërgimin e shpërndarjeve me anë të E-mail", "%s shared »%s« with you" : "%s ndarë »%s« me ju", "%s shared »%s« with you." : "%s ndarë »%s« me ju.", "%s via %s" : "%s përmes %s", - "Password to access »%s« shared to you by %s" : "Fjalëkalimi për të hyrë »%s« ndarë me ju nda %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%sndau »%s« me ju. \nJu duhet të keni marrë tashmë një mail të veçantë me një lidhje për të aksesuar atë.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s ndau »%s« me ju. Ju duhet të keni marrë tashmë një mail të veçantë me një lidhje për të aksesuar atë.", + "Password to access »%s« shared to you by %s" : "Fjalëkalimi për të hyrë »%s« ndarë me ju nda %s", "It is protected with the following password: %s" : "Është i mbrojtur me fjalëkalimin e mëposhtëm: %s", - "Password to access »%s« shared with %s" : "Fjalëkalimi për të hyrë »%s« ndarë me %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Ju sapo ndatë »« me %s%s. Pjesa ishte dërguar tashmë tek marrësi. Për shkak të politikave të sigurisë të përcaktuara nga administratori %s secila ndarje duhet të mbrohet me fjalëkalim dhe nuk lejohet të dërgojë fjalëkalimin drejtpërdrejt te marrësi. Prandaj ju duhet ta kaloni fjalëkalimin manualisht tek marrësi.", + "Password to access »%s« shared with %s" : "Fjalëkalimi për të hyrë »%s« ndarë me %s", "This is the password: %s" : "Ky është fjalëkalimi: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/sq.json b/apps/sharebymail/l10n/sq.json index a9b1a1cfdf..b4053b66fb 100644 --- a/apps/sharebymail/l10n/sq.json +++ b/apps/sharebymail/l10n/sq.json @@ -26,16 +26,15 @@ "Send password by mail" : "Dërgo fjalëkalimin me mail", "Enforce password protection" : "Forco mbrojtjen e fjalëkalimit", "Sharing %s failed, this item is already shared with %s" : "Shpërndarja %s dështoi, ky artikull është aktualisht i shpërndarë me %s", - "Failed to send share by E-mail" : "Dështoi në dërgimin e shpërndarjeve me anë të E-mail", "%s shared »%s« with you" : "%s ndarë »%s« me ju", "%s shared »%s« with you." : "%s ndarë »%s« me ju.", "%s via %s" : "%s përmes %s", - "Password to access »%s« shared to you by %s" : "Fjalëkalimi për të hyrë »%s« ndarë me ju nda %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%sndau »%s« me ju. \nJu duhet të keni marrë tashmë një mail të veçantë me një lidhje për të aksesuar atë.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s ndau »%s« me ju. Ju duhet të keni marrë tashmë një mail të veçantë me një lidhje për të aksesuar atë.", + "Password to access »%s« shared to you by %s" : "Fjalëkalimi për të hyrë »%s« ndarë me ju nda %s", "It is protected with the following password: %s" : "Është i mbrojtur me fjalëkalimin e mëposhtëm: %s", - "Password to access »%s« shared with %s" : "Fjalëkalimi për të hyrë »%s« ndarë me %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Ju sapo ndatë »« me %s%s. Pjesa ishte dërguar tashmë tek marrësi. Për shkak të politikave të sigurisë të përcaktuara nga administratori %s secila ndarje duhet të mbrohet me fjalëkalim dhe nuk lejohet të dërgojë fjalëkalimin drejtpërdrejt te marrësi. Prandaj ju duhet ta kaloni fjalëkalimin manualisht tek marrësi.", + "Password to access »%s« shared with %s" : "Fjalëkalimi për të hyrë »%s« ndarë me %s", "This is the password: %s" : "Ky është fjalëkalimi: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/sr.js b/apps/sharebymail/l10n/sr.js index 79004283fd..5bd72b6ccd 100644 --- a/apps/sharebymail/l10n/sr.js +++ b/apps/sharebymail/l10n/sr.js @@ -43,16 +43,15 @@ OC.L10N.register( "Send password by mail" : "Пошаљи лозинку е-поштом", "Enforce password protection" : "Захтевај заштиту лозинком", "Sharing %s failed, this item is already shared with %s" : "Дељење %s није успело, ова ставка је већ подељена са %s", - "Failed to send share by E-mail" : "Грешка у слању дељења е-поштом", "%s shared »%s« with you" : "%s је поделио „%s“ са Вама", "%s shared »%s« with you." : "%s је поделио „%s“ са Вама.", "%s via %s" : "%s преко %s", - "Password to access »%s« shared to you by %s" : "%s Вам је поделио лозинку за приступ „%s“", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s је поделио „%s“ са Вама.\nТреба да сте до сад добили посебни мејл са везом како да му приступите.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s је поделио „%s“ са Вама. Треба да сте до сад добили посебни мејл са везом како да му приступите.", + "Password to access »%s« shared to you by %s" : "%s Вам је поделио лозинку за приступ „%s“", "It is protected with the following password: %s" : "Заштићена је следећом лозинком: %s", - "Password to access »%s« shared with %s" : "Лозинка за приступ „%s“ подељена са корисником %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Управо сте поделили „%s“ са корисником %s. Дељење је већ послато примаоцу. Због безбедоносне политике коју је дефинисао администратор инстанце %s , свако дељење мора бити заштићено лозинком и није дозвољено да пошаљете лозинку директно кориснику. Због тога морате ручно послати лозинку примаоцу.", + "Password to access »%s« shared with %s" : "Лозинка за приступ „%s“ подељена са корисником %s", "This is the password: %s" : "Ово је лозинка: %s" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/sharebymail/l10n/sr.json b/apps/sharebymail/l10n/sr.json index ee313fab63..8a540bae76 100644 --- a/apps/sharebymail/l10n/sr.json +++ b/apps/sharebymail/l10n/sr.json @@ -41,16 +41,15 @@ "Send password by mail" : "Пошаљи лозинку е-поштом", "Enforce password protection" : "Захтевај заштиту лозинком", "Sharing %s failed, this item is already shared with %s" : "Дељење %s није успело, ова ставка је већ подељена са %s", - "Failed to send share by E-mail" : "Грешка у слању дељења е-поштом", "%s shared »%s« with you" : "%s је поделио „%s“ са Вама", "%s shared »%s« with you." : "%s је поделио „%s“ са Вама.", "%s via %s" : "%s преко %s", - "Password to access »%s« shared to you by %s" : "%s Вам је поделио лозинку за приступ „%s“", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s је поделио „%s“ са Вама.\nТреба да сте до сад добили посебни мејл са везом како да му приступите.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s је поделио „%s“ са Вама. Треба да сте до сад добили посебни мејл са везом како да му приступите.", + "Password to access »%s« shared to you by %s" : "%s Вам је поделио лозинку за приступ „%s“", "It is protected with the following password: %s" : "Заштићена је следећом лозинком: %s", - "Password to access »%s« shared with %s" : "Лозинка за приступ „%s“ подељена са корисником %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Управо сте поделили „%s“ са корисником %s. Дељење је већ послато примаоцу. Због безбедоносне политике коју је дефинисао администратор инстанце %s , свако дељење мора бити заштићено лозинком и није дозвољено да пошаљете лозинку директно кориснику. Због тога морате ручно послати лозинку примаоцу.", + "Password to access »%s« shared with %s" : "Лозинка за приступ „%s“ подељена са корисником %s", "This is the password: %s" : "Ово је лозинка: %s" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/sv.js b/apps/sharebymail/l10n/sv.js index cafa392e74..a239d10aca 100644 --- a/apps/sharebymail/l10n/sv.js +++ b/apps/sharebymail/l10n/sv.js @@ -42,16 +42,15 @@ OC.L10N.register( "Send password by mail" : "Skicka lösenord via e-post", "Enforce password protection" : "Tvinga lösenordsskydd", "Sharing %s failed, this item is already shared with %s" : "Delning av %s misslyckades, det är redan delat med %s", - "Failed to send share by E-mail" : "Misslyckades att dela via e-post", "%s shared »%s« with you" : "%s delade »%s« med dig", "%s shared »%s« with you." : "%s delade »%s« med dig.", "%s via %s" : "%s via %s", - "Password to access »%s« shared to you by %s" : "Lösenord för att få tillgång till »%s« delat med dig av %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s delade »%s« med dig.\nDu ska redan ha fått ett separat mail med en länk för att komma åt det.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s delade »%s« med dig. Du ska redan ha fått ett separat mail med en länk för att komma åt det.", + "Password to access »%s« shared to you by %s" : "Lösenord för att få tillgång till »%s« delat med dig av %s", "It is protected with the following password: %s" : "Den är skyddad med följande lösenord: %s", - "Password to access »%s« shared with %s" : "Lösenord för att få tillgång till »%s« delade med %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Du delade precis »%s« med %s. Delningen var redan skickat till mottagaren. På grund av säkerhetspolicyn definierad av administratören av %s måste varje delning vara lösenordsskyddad och det är inte tillåtet att skicka lösenordet direkt till mottagaren. Därför behöver du vidarebefordra lösenordet manuellt till mottagaren.", + "Password to access »%s« shared with %s" : "Lösenord för att få tillgång till »%s« delade med %s", "This is the password: %s" : "Detta är lösenordet: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/sv.json b/apps/sharebymail/l10n/sv.json index 3fb9b04478..4916472da5 100644 --- a/apps/sharebymail/l10n/sv.json +++ b/apps/sharebymail/l10n/sv.json @@ -40,16 +40,15 @@ "Send password by mail" : "Skicka lösenord via e-post", "Enforce password protection" : "Tvinga lösenordsskydd", "Sharing %s failed, this item is already shared with %s" : "Delning av %s misslyckades, det är redan delat med %s", - "Failed to send share by E-mail" : "Misslyckades att dela via e-post", "%s shared »%s« with you" : "%s delade »%s« med dig", "%s shared »%s« with you." : "%s delade »%s« med dig.", "%s via %s" : "%s via %s", - "Password to access »%s« shared to you by %s" : "Lösenord för att få tillgång till »%s« delat med dig av %s", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s delade »%s« med dig.\nDu ska redan ha fått ett separat mail med en länk för att komma åt det.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s delade »%s« med dig. Du ska redan ha fått ett separat mail med en länk för att komma åt det.", + "Password to access »%s« shared to you by %s" : "Lösenord för att få tillgång till »%s« delat med dig av %s", "It is protected with the following password: %s" : "Den är skyddad med följande lösenord: %s", - "Password to access »%s« shared with %s" : "Lösenord för att få tillgång till »%s« delade med %s", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Du delade precis »%s« med %s. Delningen var redan skickat till mottagaren. På grund av säkerhetspolicyn definierad av administratören av %s måste varje delning vara lösenordsskyddad och det är inte tillåtet att skicka lösenordet direkt till mottagaren. Därför behöver du vidarebefordra lösenordet manuellt till mottagaren.", + "Password to access »%s« shared with %s" : "Lösenord för att få tillgång till »%s« delade med %s", "This is the password: %s" : "Detta är lösenordet: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/tr.js b/apps/sharebymail/l10n/tr.js index a49a83e86e..5102ebede4 100644 --- a/apps/sharebymail/l10n/tr.js +++ b/apps/sharebymail/l10n/tr.js @@ -43,16 +43,15 @@ OC.L10N.register( "Send password by mail" : "Parolayı e-posta ile gönder", "Enforce password protection" : "Parola koruması dayatılsın", "Sharing %s failed, this item is already shared with %s" : "%s paylaşılamadı, bu öge zaten %s ile paylaşılmış", - "Failed to send share by E-mail" : "Paylaşım e-postası gönderilemedi", "%s shared »%s« with you" : "%s sizinle »%s« ögesini paylaştı", "%s shared »%s« with you." : "%s sizinle »%s« ögesini paylaştı.", "%s via %s" : "%s, %s aracılığıyla", - "Password to access »%s« shared to you by %s" : "»%s« için sizin tarafınızdan %s üzerinden paylaşılan erişim parolası", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s sizinle »%s« ögesini paylaştı.\nErişim bağlantısını içeren başka bir e-posta daha almış olmalısınız.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s sizinle »%s« ögesini paylaştı. Erişim bağlantısını içeren başka bir e-posta daha almış olmalısınız.", + "Password to access »%s« shared to you by %s" : "»%s« için sizin tarafınızdan %s üzerinden paylaşılan erişim parolası", "It is protected with the following password: %s" : "Öge şu parola ile korunuyor: %s", - "Password to access »%s« shared with %s" : "»%s« için %s üzerinden paylaşılan erişim parolası", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "»%s« ögesini %s ile paylaştınız. Paylaşım alıcıya gönderildi. %s yöneticisi tarafından belirlenmiş güvenlik ilkelerine göre her bir paylaşım için bir parola belirtilmesi ve bu parolanın alıcıya doğrudan gönderilmemesi gerekiyor. Bu nedenle parolayı alıcıya el ile siz iletmelisiniz.", + "Password to access »%s« shared with %s" : "»%s« için %s üzerinden paylaşılan erişim parolası", "This is the password: %s" : "İleteceğiniz parola: %s" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/sharebymail/l10n/tr.json b/apps/sharebymail/l10n/tr.json index 23080bbd73..74afc6c1cd 100644 --- a/apps/sharebymail/l10n/tr.json +++ b/apps/sharebymail/l10n/tr.json @@ -41,16 +41,15 @@ "Send password by mail" : "Parolayı e-posta ile gönder", "Enforce password protection" : "Parola koruması dayatılsın", "Sharing %s failed, this item is already shared with %s" : "%s paylaşılamadı, bu öge zaten %s ile paylaşılmış", - "Failed to send share by E-mail" : "Paylaşım e-postası gönderilemedi", "%s shared »%s« with you" : "%s sizinle »%s« ögesini paylaştı", "%s shared »%s« with you." : "%s sizinle »%s« ögesini paylaştı.", "%s via %s" : "%s, %s aracılığıyla", - "Password to access »%s« shared to you by %s" : "»%s« için sizin tarafınızdan %s üzerinden paylaşılan erişim parolası", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s sizinle »%s« ögesini paylaştı.\nErişim bağlantısını içeren başka bir e-posta daha almış olmalısınız.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s sizinle »%s« ögesini paylaştı. Erişim bağlantısını içeren başka bir e-posta daha almış olmalısınız.", + "Password to access »%s« shared to you by %s" : "»%s« için sizin tarafınızdan %s üzerinden paylaşılan erişim parolası", "It is protected with the following password: %s" : "Öge şu parola ile korunuyor: %s", - "Password to access »%s« shared with %s" : "»%s« için %s üzerinden paylaşılan erişim parolası", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "»%s« ögesini %s ile paylaştınız. Paylaşım alıcıya gönderildi. %s yöneticisi tarafından belirlenmiş güvenlik ilkelerine göre her bir paylaşım için bir parola belirtilmesi ve bu parolanın alıcıya doğrudan gönderilmemesi gerekiyor. Bu nedenle parolayı alıcıya el ile siz iletmelisiniz.", + "Password to access »%s« shared with %s" : "»%s« için %s üzerinden paylaşılan erişim parolası", "This is the password: %s" : "İleteceğiniz parola: %s" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/sharebymail/l10n/zh_CN.js b/apps/sharebymail/l10n/zh_CN.js index 208e636668..e1e11387c3 100644 --- a/apps/sharebymail/l10n/zh_CN.js +++ b/apps/sharebymail/l10n/zh_CN.js @@ -28,16 +28,15 @@ OC.L10N.register( "Send password by mail" : "通过电子邮件发送密码", "Enforce password protection" : "强制密码保护", "Sharing %s failed, this item is already shared with %s" : "共享 %s 失败, 该项目已经共享于 %s", - "Failed to send share by E-mail" : "通过电子邮件发送共享失败", "%s shared »%s« with you" : "%s 共享 »%s« 与你", "%s shared »%s« with you." : "%s 与你共享共享 »%s« ", "%s via %s" : "%s通过%s", - "Password to access »%s« shared to you by %s" : "使用密码访问»%s«由%s共享", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s与您共享了%s\n访问链接已另外以邮件方式发送到您的邮箱\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s与您共享了%s。访问链接已另外以邮件方式发送到您的邮箱。", + "Password to access »%s« shared to you by %s" : "使用密码访问»%s«由%s共享", "It is protected with the following password: %s" : "已被已下密码保护:%s", - "Password to access »%s« shared with %s" : "使用密码访问»%s«与%s共享", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "您与%s共享»%s«已发送给收件人。由于%s管理员定义的安全策略, 每个共享都需要受密码保护, 并且不允许直接向收件人发送密码。因此, 您需要将密码手动转发给收件人。", + "Password to access »%s« shared with %s" : "使用密码访问»%s«与%s共享", "This is the password: %s" : "这是密码: %s" }, "nplurals=1; plural=0;"); diff --git a/apps/sharebymail/l10n/zh_CN.json b/apps/sharebymail/l10n/zh_CN.json index edbff68877..8e66614857 100644 --- a/apps/sharebymail/l10n/zh_CN.json +++ b/apps/sharebymail/l10n/zh_CN.json @@ -26,16 +26,15 @@ "Send password by mail" : "通过电子邮件发送密码", "Enforce password protection" : "强制密码保护", "Sharing %s failed, this item is already shared with %s" : "共享 %s 失败, 该项目已经共享于 %s", - "Failed to send share by E-mail" : "通过电子邮件发送共享失败", "%s shared »%s« with you" : "%s 共享 »%s« 与你", "%s shared »%s« with you." : "%s 与你共享共享 »%s« ", "%s via %s" : "%s通过%s", - "Password to access »%s« shared to you by %s" : "使用密码访问»%s«由%s共享", "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s与您共享了%s\n访问链接已另外以邮件方式发送到您的邮箱\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s与您共享了%s。访问链接已另外以邮件方式发送到您的邮箱。", + "Password to access »%s« shared to you by %s" : "使用密码访问»%s«由%s共享", "It is protected with the following password: %s" : "已被已下密码保护:%s", - "Password to access »%s« shared with %s" : "使用密码访问»%s«与%s共享", "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "您与%s共享»%s«已发送给收件人。由于%s管理员定义的安全策略, 每个共享都需要受密码保护, 并且不允许直接向收件人发送密码。因此, 您需要将密码手动转发给收件人。", + "Password to access »%s« shared with %s" : "使用密码访问»%s«与%s共享", "This is the password: %s" : "这是密码: %s" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/theming/l10n/af.js b/apps/theming/l10n/af.js index bdac2625c5..2ba07e03c5 100644 --- a/apps/theming/l10n/af.js +++ b/apps/theming/l10n/af.js @@ -24,11 +24,9 @@ OC.L10N.register( "Login image" : "Aantekenbeeld", "Upload new login background" : "Laai nuwe aantekenagtergrond op", "Remove background image" : "Verwyder agtergrondbeeld", - "You are already using a custom theme" : "U gebruik reeds ’n pasgemaakte tema", - "reset to default" : "herstel na verstek", - "Web address" : "Webadres", - "Web address https://…" : "Webadres https://…", "There is no error, the file uploaded with success" : "Geen fout is teëgekom nie, die lêer is met suksesvol opgelaai", - "The uploaded file was only partially uploaded" : "Die opgelaaide lêer is slegs gedeeltelik opgelaai" + "The uploaded file was only partially uploaded" : "Die opgelaaide lêer is slegs gedeeltelik opgelaai", + "You are already using a custom theme" : "U gebruik reeds ’n pasgemaakte tema", + "Web address https://…" : "Webadres https://…" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/af.json b/apps/theming/l10n/af.json index 8bb6cbd6ae..d886075682 100644 --- a/apps/theming/l10n/af.json +++ b/apps/theming/l10n/af.json @@ -22,11 +22,9 @@ "Login image" : "Aantekenbeeld", "Upload new login background" : "Laai nuwe aantekenagtergrond op", "Remove background image" : "Verwyder agtergrondbeeld", - "You are already using a custom theme" : "U gebruik reeds ’n pasgemaakte tema", - "reset to default" : "herstel na verstek", - "Web address" : "Webadres", - "Web address https://…" : "Webadres https://…", "There is no error, the file uploaded with success" : "Geen fout is teëgekom nie, die lêer is met suksesvol opgelaai", - "The uploaded file was only partially uploaded" : "Die opgelaaide lêer is slegs gedeeltelik opgelaai" + "The uploaded file was only partially uploaded" : "Die opgelaaide lêer is slegs gedeeltelik opgelaai", + "You are already using a custom theme" : "U gebruik reeds ’n pasgemaakte tema", + "Web address https://…" : "Webadres https://…" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/ar.js b/apps/theming/l10n/ar.js index ebd8140e2c..78bce59e87 100644 --- a/apps/theming/l10n/ar.js +++ b/apps/theming/l10n/ar.js @@ -24,10 +24,8 @@ OC.L10N.register( "Login image" : "صورة الدخول", "Upload new login background" : "تحميل خلفية جديدة للدخول", "Remove background image" : "إزالة صورة الخلفية", + "Failed to write file to disk." : "خطأ في الكتابة على القرص الصلب.", "You are already using a custom theme" : "انت تستعمل قالب مخصص", - "reset to default" : "إلغاء كل التغييرات", - "Web address" : "عنوان صفحة أنترنت", - "Web address https://…" : "عنوان صفحة أنترنت https://", - "Failed to write file to disk." : "خطأ في الكتابة على القرص الصلب." + "Web address https://…" : "عنوان صفحة أنترنت https://" }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/apps/theming/l10n/ar.json b/apps/theming/l10n/ar.json index a76fee1765..9dee771718 100644 --- a/apps/theming/l10n/ar.json +++ b/apps/theming/l10n/ar.json @@ -22,10 +22,8 @@ "Login image" : "صورة الدخول", "Upload new login background" : "تحميل خلفية جديدة للدخول", "Remove background image" : "إزالة صورة الخلفية", + "Failed to write file to disk." : "خطأ في الكتابة على القرص الصلب.", "You are already using a custom theme" : "انت تستعمل قالب مخصص", - "reset to default" : "إلغاء كل التغييرات", - "Web address" : "عنوان صفحة أنترنت", - "Web address https://…" : "عنوان صفحة أنترنت https://", - "Failed to write file to disk." : "خطأ في الكتابة على القرص الصلب." + "Web address https://…" : "عنوان صفحة أنترنت https://" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" } \ No newline at end of file diff --git a/apps/theming/l10n/ca.js b/apps/theming/l10n/ca.js index fb3147108b..5b0c65dad5 100644 --- a/apps/theming/l10n/ca.js +++ b/apps/theming/l10n/ca.js @@ -28,8 +28,6 @@ OC.L10N.register( "Upload new header logo" : "Pujar un nou logo de capçalera", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instal·la l'extensió Imagemagick per al PHP i es generarà automàticament un favicon a partir del logo i del color del tema.", "You are already using a custom theme" : "Ja esteu utilitzant un tema personalitzat", - "reset to default" : "restablir a configuració predeterminada", - "Web address" : "Adreça web", "Web address https://…" : "Adreça del servidor https://…" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/ca.json b/apps/theming/l10n/ca.json index 88af2eafb6..124256bc4a 100644 --- a/apps/theming/l10n/ca.json +++ b/apps/theming/l10n/ca.json @@ -26,8 +26,6 @@ "Upload new header logo" : "Pujar un nou logo de capçalera", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instal·la l'extensió Imagemagick per al PHP i es generarà automàticament un favicon a partir del logo i del color del tema.", "You are already using a custom theme" : "Ja esteu utilitzant un tema personalitzat", - "reset to default" : "restablir a configuració predeterminada", - "Web address" : "Adreça web", "Web address https://…" : "Adreça del servidor https://…" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/cs.js b/apps/theming/l10n/cs.js index 7f1b7803e8..8b246156b4 100644 --- a/apps/theming/l10n/cs.js +++ b/apps/theming/l10n/cs.js @@ -47,13 +47,11 @@ OC.L10N.register( "Favicon" : "Favicon", "Upload new favicon" : "Nahrát novou ikonu webu", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Nainstalujte rozšíření Imagemagick PHP s podporou obrázků SVG, které automaticky generuje favicony na základě nahraného loga a barvy.", - "You are already using a custom theme" : "Již používáte vlastní motiv", - "reset to default" : "obnovit výchozí", - "Web address" : "Webová adresa", - "Web address https://…" : "Webová adresa https://", "There is no error, the file uploaded with success" : "Nenastala žádná chyba, soubor byl úspěšně nahrán", "The uploaded file was only partially uploaded" : "Soubor byl nahrán pouze částečně", "Failed to write file to disk." : "Zápis na disk se nezdařil.", - "A PHP extension stopped the file upload." : "Rozšíření PHP zastavilo nahrávání souboru." + "A PHP extension stopped the file upload." : "Rozšíření PHP zastavilo nahrávání souboru.", + "You are already using a custom theme" : "Již používáte vlastní motiv", + "Web address https://…" : "Webová adresa https://" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/apps/theming/l10n/cs.json b/apps/theming/l10n/cs.json index 90c4641df4..ff90c22ecf 100644 --- a/apps/theming/l10n/cs.json +++ b/apps/theming/l10n/cs.json @@ -45,13 +45,11 @@ "Favicon" : "Favicon", "Upload new favicon" : "Nahrát novou ikonu webu", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Nainstalujte rozšíření Imagemagick PHP s podporou obrázků SVG, které automaticky generuje favicony na základě nahraného loga a barvy.", - "You are already using a custom theme" : "Již používáte vlastní motiv", - "reset to default" : "obnovit výchozí", - "Web address" : "Webová adresa", - "Web address https://…" : "Webová adresa https://", "There is no error, the file uploaded with success" : "Nenastala žádná chyba, soubor byl úspěšně nahrán", "The uploaded file was only partially uploaded" : "Soubor byl nahrán pouze částečně", "Failed to write file to disk." : "Zápis na disk se nezdařil.", - "A PHP extension stopped the file upload." : "Rozšíření PHP zastavilo nahrávání souboru." + "A PHP extension stopped the file upload." : "Rozšíření PHP zastavilo nahrávání souboru.", + "You are already using a custom theme" : "Již používáte vlastní motiv", + "Web address https://…" : "Webová adresa https://" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file diff --git a/apps/theming/l10n/da.js b/apps/theming/l10n/da.js index ddf2c1c2fc..39981ab752 100644 --- a/apps/theming/l10n/da.js +++ b/apps/theming/l10n/da.js @@ -27,13 +27,11 @@ OC.L10N.register( "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.", - "You are already using a custom theme" : "Du bruger allerede et brugerdefineret tema", - "reset to default" : "nulstil til standardindstillinger ", - "Web address" : "Web adresse", - "Web address https://…" : "Web adresse http://...", "There is no error, the file uploaded with success" : "Der skete ingen fejl, filen blev succesfuldt uploadet", "The uploaded file was only partially uploaded" : "Filen blev kun delvist uploadet.", "Failed to write file to disk." : "Fejl ved skrivning af fil til disk.", - "A PHP extension stopped the file upload." : "En PHP-udvidelse stoppede file uploaden." + "A PHP extension stopped the file upload." : "En PHP-udvidelse stoppede file uploaden.", + "You are already using a custom theme" : "Du bruger allerede et brugerdefineret tema", + "Web address https://…" : "Web adresse http://..." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/da.json b/apps/theming/l10n/da.json index ad2d187693..9ae616b81c 100644 --- a/apps/theming/l10n/da.json +++ b/apps/theming/l10n/da.json @@ -25,13 +25,11 @@ "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.", - "You are already using a custom theme" : "Du bruger allerede et brugerdefineret tema", - "reset to default" : "nulstil til standardindstillinger ", - "Web address" : "Web adresse", - "Web address https://…" : "Web adresse http://...", "There is no error, the file uploaded with success" : "Der skete ingen fejl, filen blev succesfuldt uploadet", "The uploaded file was only partially uploaded" : "Filen blev kun delvist uploadet.", "Failed to write file to disk." : "Fejl ved skrivning af fil til disk.", - "A PHP extension stopped the file upload." : "En PHP-udvidelse stoppede file uploaden." + "A PHP extension stopped the file upload." : "En PHP-udvidelse stoppede file uploaden.", + "You are already using a custom theme" : "Du bruger allerede et brugerdefineret tema", + "Web address https://…" : "Web adresse http://..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/de.js b/apps/theming/l10n/de.js index 21715d03cb..2775289dda 100644 --- a/apps/theming/l10n/de.js +++ b/apps/theming/l10n/de.js @@ -47,13 +47,11 @@ OC.L10N.register( "Favicon" : "Favicon", "Upload new favicon" : "Neues Favicon hochladen", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installiere die Imagemagick PHP-Erweiterung mit Unterstützung für SVG-Bilder, um automatisch Favoriten-Icons auf Basis des hochgeladenen Icons und der Farbe zu erstellen.", - "You are already using a custom theme" : "Du benutzt bereits ein eigenes Thema", - "reset to default" : "Auf Standard zurücksetzen", - "Web address" : "Internetadresse", - "Web address https://…" : "Internetadresse https://…", "There is no error, the file uploaded with success" : "Es ist kein Fehler aufgetreten. Die Datei wurde erfolgreich hochgeladen.", "The uploaded file was only partially uploaded" : "Die Datei konnte nur teilweise übertragen werden", "Failed to write file to disk." : "Fehler beim Schreiben der Datei auf die Festplatte.", - "A PHP extension stopped the file upload." : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt." + "A PHP extension stopped the file upload." : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt.", + "You are already using a custom theme" : "Du benutzt bereits ein eigenes Thema", + "Web address https://…" : "Internetadresse https://…" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/de.json b/apps/theming/l10n/de.json index a6a3d0ec7c..daf3492fdc 100644 --- a/apps/theming/l10n/de.json +++ b/apps/theming/l10n/de.json @@ -45,13 +45,11 @@ "Favicon" : "Favicon", "Upload new favicon" : "Neues Favicon hochladen", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installiere die Imagemagick PHP-Erweiterung mit Unterstützung für SVG-Bilder, um automatisch Favoriten-Icons auf Basis des hochgeladenen Icons und der Farbe zu erstellen.", - "You are already using a custom theme" : "Du benutzt bereits ein eigenes Thema", - "reset to default" : "Auf Standard zurücksetzen", - "Web address" : "Internetadresse", - "Web address https://…" : "Internetadresse https://…", "There is no error, the file uploaded with success" : "Es ist kein Fehler aufgetreten. Die Datei wurde erfolgreich hochgeladen.", "The uploaded file was only partially uploaded" : "Die Datei konnte nur teilweise übertragen werden", "Failed to write file to disk." : "Fehler beim Schreiben der Datei auf die Festplatte.", - "A PHP extension stopped the file upload." : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt." + "A PHP extension stopped the file upload." : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt.", + "You are already using a custom theme" : "Du benutzt bereits ein eigenes Thema", + "Web address https://…" : "Internetadresse https://…" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/de_DE.js b/apps/theming/l10n/de_DE.js index e46f40210f..18bdbfc9c5 100644 --- a/apps/theming/l10n/de_DE.js +++ b/apps/theming/l10n/de_DE.js @@ -47,13 +47,11 @@ OC.L10N.register( "Favicon" : "Favicon", "Upload new favicon" : "Neues Favicon hochladen", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installieren Sie die Imagemagick PHP-Erweiterung mit Unterstützung für SVG-Bilder, um automatisch Favoriten-Icons auf Basis des hochgeladenen Icons und der Farbe zu erstellen.", - "You are already using a custom theme" : "Sie benutzen bereits ein eigenes Thema", - "reset to default" : "Auf Standard zurücksetzen", - "Web address" : "Internetadresse", - "Web address https://…" : "Internetadresse https://…", "There is no error, the file uploaded with success" : "Es ist kein Fehler aufgetreten. Die Datei wurde erfolgreich hochgeladen.", "The uploaded file was only partially uploaded" : "Die Datei konnte nur teilweise übertragen werden", "Failed to write file to disk." : "Fehler beim Schreiben der Datei auf die Festplatte.", - "A PHP extension stopped the file upload." : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt." + "A PHP extension stopped the file upload." : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt.", + "You are already using a custom theme" : "Sie benutzen bereits ein eigenes Thema", + "Web address https://…" : "Internetadresse https://…" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/de_DE.json b/apps/theming/l10n/de_DE.json index 53777972f7..a99c388a9c 100644 --- a/apps/theming/l10n/de_DE.json +++ b/apps/theming/l10n/de_DE.json @@ -45,13 +45,11 @@ "Favicon" : "Favicon", "Upload new favicon" : "Neues Favicon hochladen", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installieren Sie die Imagemagick PHP-Erweiterung mit Unterstützung für SVG-Bilder, um automatisch Favoriten-Icons auf Basis des hochgeladenen Icons und der Farbe zu erstellen.", - "You are already using a custom theme" : "Sie benutzen bereits ein eigenes Thema", - "reset to default" : "Auf Standard zurücksetzen", - "Web address" : "Internetadresse", - "Web address https://…" : "Internetadresse https://…", "There is no error, the file uploaded with success" : "Es ist kein Fehler aufgetreten. Die Datei wurde erfolgreich hochgeladen.", "The uploaded file was only partially uploaded" : "Die Datei konnte nur teilweise übertragen werden", "Failed to write file to disk." : "Fehler beim Schreiben der Datei auf die Festplatte.", - "A PHP extension stopped the file upload." : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt." + "A PHP extension stopped the file upload." : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt.", + "You are already using a custom theme" : "Sie benutzen bereits ein eigenes Thema", + "Web address https://…" : "Internetadresse https://…" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/el.js b/apps/theming/l10n/el.js index c58af38402..449650f715 100644 --- a/apps/theming/l10n/el.js +++ b/apps/theming/l10n/el.js @@ -36,13 +36,11 @@ OC.L10N.register( "Remove background image" : "Αφαίρεση εικόνας παρασκηνίου", "Advanced options" : "Επιλογές για προχωρημένους", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Εγκαταστήστε την επέκταση PHP Imagemagick με υποστήριξη SVG εικόνων, για να γίνει αυτόματη δημιουργία favicon βασισμένο πάνω στο μεταφορτωμένο λογότυπο και χρώμα.", - "You are already using a custom theme" : "Χρησιμοποιείτε ήδη προσαρμοσμένο θέμα", - "reset to default" : "επαναφορά στα προεπιλεγμένα", - "Web address" : "Διεύθυση ιστοσελίδας", - "Web address https://…" : "Διεύθυνση ιστοσελίδας https://...", "There is no error, the file uploaded with success" : "Δεν υπάρχει σφάλμα, το αρχείο μεταφορτώθηκε με επιτυχία", "The uploaded file was only partially uploaded" : "Το μεταφορτωμένο αρχείο μεταφορτώθηκε εν μέρει", "Failed to write file to disk." : "Αποτυχία εγγραφής αρχείου στο δίσκο.", - "A PHP extension stopped the file upload." : "Μία επέκταση PHP διέκοψε τη μεταφόρτωση του αρχείου." + "A PHP extension stopped the file upload." : "Μία επέκταση PHP διέκοψε τη μεταφόρτωση του αρχείου.", + "You are already using a custom theme" : "Χρησιμοποιείτε ήδη προσαρμοσμένο θέμα", + "Web address https://…" : "Διεύθυνση ιστοσελίδας https://..." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/el.json b/apps/theming/l10n/el.json index c499664e3f..95e53f6cdf 100644 --- a/apps/theming/l10n/el.json +++ b/apps/theming/l10n/el.json @@ -34,13 +34,11 @@ "Remove background image" : "Αφαίρεση εικόνας παρασκηνίου", "Advanced options" : "Επιλογές για προχωρημένους", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Εγκαταστήστε την επέκταση PHP Imagemagick με υποστήριξη SVG εικόνων, για να γίνει αυτόματη δημιουργία favicon βασισμένο πάνω στο μεταφορτωμένο λογότυπο και χρώμα.", - "You are already using a custom theme" : "Χρησιμοποιείτε ήδη προσαρμοσμένο θέμα", - "reset to default" : "επαναφορά στα προεπιλεγμένα", - "Web address" : "Διεύθυση ιστοσελίδας", - "Web address https://…" : "Διεύθυνση ιστοσελίδας https://...", "There is no error, the file uploaded with success" : "Δεν υπάρχει σφάλμα, το αρχείο μεταφορτώθηκε με επιτυχία", "The uploaded file was only partially uploaded" : "Το μεταφορτωμένο αρχείο μεταφορτώθηκε εν μέρει", "Failed to write file to disk." : "Αποτυχία εγγραφής αρχείου στο δίσκο.", - "A PHP extension stopped the file upload." : "Μία επέκταση PHP διέκοψε τη μεταφόρτωση του αρχείου." + "A PHP extension stopped the file upload." : "Μία επέκταση PHP διέκοψε τη μεταφόρτωση του αρχείου.", + "You are already using a custom theme" : "Χρησιμοποιείτε ήδη προσαρμοσμένο θέμα", + "Web address https://…" : "Διεύθυνση ιστοσελίδας https://..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/en_GB.js b/apps/theming/l10n/en_GB.js index 8bdab2cba9..9776bafa1c 100644 --- a/apps/theming/l10n/en_GB.js +++ b/apps/theming/l10n/en_GB.js @@ -47,13 +47,11 @@ OC.L10N.register( "Favicon" : "Favicon", "Upload new favicon" : "Upload new favicon", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color.", - "You are already using a custom theme" : "You are already using a custom theme", - "reset to default" : "reset to default", - "Web address" : "Web address", - "Web address https://…" : "Web address https://…", "There is no error, the file uploaded with success" : "There is no error, the file uploaded with success", "The uploaded file was only partially uploaded" : "The uploaded file was only partially uploaded", "Failed to write file to disk." : "Failed to write file to disk.", - "A PHP extension stopped the file upload." : "A PHP extension stopped the file upload." + "A PHP extension stopped the file upload." : "A PHP extension stopped the file upload.", + "You are already using a custom theme" : "You are already using a custom theme", + "Web address https://…" : "Web address https://…" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/en_GB.json b/apps/theming/l10n/en_GB.json index e4cc654d15..4998dd5e74 100644 --- a/apps/theming/l10n/en_GB.json +++ b/apps/theming/l10n/en_GB.json @@ -45,13 +45,11 @@ "Favicon" : "Favicon", "Upload new favicon" : "Upload new favicon", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color.", - "You are already using a custom theme" : "You are already using a custom theme", - "reset to default" : "reset to default", - "Web address" : "Web address", - "Web address https://…" : "Web address https://…", "There is no error, the file uploaded with success" : "There is no error, the file uploaded with success", "The uploaded file was only partially uploaded" : "The uploaded file was only partially uploaded", "Failed to write file to disk." : "Failed to write file to disk.", - "A PHP extension stopped the file upload." : "A PHP extension stopped the file upload." + "A PHP extension stopped the file upload." : "A PHP extension stopped the file upload.", + "You are already using a custom theme" : "You are already using a custom theme", + "Web address https://…" : "Web address https://…" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/es.js b/apps/theming/l10n/es.js index f340061037..a5b160861c 100644 --- a/apps/theming/l10n/es.js +++ b/apps/theming/l10n/es.js @@ -47,13 +47,11 @@ OC.L10N.register( "Favicon" : "Favicon", "Upload new favicon" : "Subir nuevo favicon", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión de PHP Imagemagick con soporte para imágenes SVG para generar automáticamente faviconos basados en el logo y color subidos.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a configuración inicial", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://", "There is no error, the file uploaded with success" : "No ha habido errores, el archivo ha subido satisfactoriamente", "The uploaded file was only partially uploaded" : "El archivo para subir ha sido solo parcialmente subido", "Failed to write file to disk." : "Fallo al escribir el archivo al disco.", - "A PHP extension stopped the file upload." : "Una extensión de PHP ha detenido la subida del archivo." + "A PHP extension stopped the file upload." : "Una extensión de PHP ha detenido la subida del archivo.", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/es.json b/apps/theming/l10n/es.json index df93a10411..7cc3210ccb 100644 --- a/apps/theming/l10n/es.json +++ b/apps/theming/l10n/es.json @@ -45,13 +45,11 @@ "Favicon" : "Favicon", "Upload new favicon" : "Subir nuevo favicon", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión de PHP Imagemagick con soporte para imágenes SVG para generar automáticamente faviconos basados en el logo y color subidos.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a configuración inicial", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://", "There is no error, the file uploaded with success" : "No ha habido errores, el archivo ha subido satisfactoriamente", "The uploaded file was only partially uploaded" : "El archivo para subir ha sido solo parcialmente subido", "Failed to write file to disk." : "Fallo al escribir el archivo al disco.", - "A PHP extension stopped the file upload." : "Una extensión de PHP ha detenido la subida del archivo." + "A PHP extension stopped the file upload." : "Una extensión de PHP ha detenido la subida del archivo.", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/es_419.js b/apps/theming/l10n/es_419.js index 0a0aba96e9..e959b7885b 100644 --- a/apps/theming/l10n/es_419.js +++ b/apps/theming/l10n/es_419.js @@ -27,13 +27,11 @@ OC.L10N.register( "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión", "Remove background image" : "Eliminar imagen de fondo", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/es_419.json b/apps/theming/l10n/es_419.json index 46e1f477bd..a370dccaff 100644 --- a/apps/theming/l10n/es_419.json +++ b/apps/theming/l10n/es_419.json @@ -25,13 +25,11 @@ "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión", "Remove background image" : "Eliminar imagen de fondo", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/es_CL.js b/apps/theming/l10n/es_CL.js index 869dd66510..768c788ae9 100644 --- a/apps/theming/l10n/es_CL.js +++ b/apps/theming/l10n/es_CL.js @@ -43,13 +43,11 @@ OC.L10N.register( "Favicon" : "Favicon", "Upload new favicon" : "Cargar un nuevo favicon", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/es_CL.json b/apps/theming/l10n/es_CL.json index 6010e0d881..9e2c8c520d 100644 --- a/apps/theming/l10n/es_CL.json +++ b/apps/theming/l10n/es_CL.json @@ -41,13 +41,11 @@ "Favicon" : "Favicon", "Upload new favicon" : "Cargar un nuevo favicon", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/es_CO.js b/apps/theming/l10n/es_CO.js index 869dd66510..768c788ae9 100644 --- a/apps/theming/l10n/es_CO.js +++ b/apps/theming/l10n/es_CO.js @@ -43,13 +43,11 @@ OC.L10N.register( "Favicon" : "Favicon", "Upload new favicon" : "Cargar un nuevo favicon", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/es_CO.json b/apps/theming/l10n/es_CO.json index 6010e0d881..9e2c8c520d 100644 --- a/apps/theming/l10n/es_CO.json +++ b/apps/theming/l10n/es_CO.json @@ -41,13 +41,11 @@ "Favicon" : "Favicon", "Upload new favicon" : "Cargar un nuevo favicon", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/es_CR.js b/apps/theming/l10n/es_CR.js index 869dd66510..768c788ae9 100644 --- a/apps/theming/l10n/es_CR.js +++ b/apps/theming/l10n/es_CR.js @@ -43,13 +43,11 @@ OC.L10N.register( "Favicon" : "Favicon", "Upload new favicon" : "Cargar un nuevo favicon", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/es_CR.json b/apps/theming/l10n/es_CR.json index 6010e0d881..9e2c8c520d 100644 --- a/apps/theming/l10n/es_CR.json +++ b/apps/theming/l10n/es_CR.json @@ -41,13 +41,11 @@ "Favicon" : "Favicon", "Upload new favicon" : "Cargar un nuevo favicon", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/es_DO.js b/apps/theming/l10n/es_DO.js index 869dd66510..768c788ae9 100644 --- a/apps/theming/l10n/es_DO.js +++ b/apps/theming/l10n/es_DO.js @@ -43,13 +43,11 @@ OC.L10N.register( "Favicon" : "Favicon", "Upload new favicon" : "Cargar un nuevo favicon", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/es_DO.json b/apps/theming/l10n/es_DO.json index 6010e0d881..9e2c8c520d 100644 --- a/apps/theming/l10n/es_DO.json +++ b/apps/theming/l10n/es_DO.json @@ -41,13 +41,11 @@ "Favicon" : "Favicon", "Upload new favicon" : "Cargar un nuevo favicon", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/es_EC.js b/apps/theming/l10n/es_EC.js index 869dd66510..768c788ae9 100644 --- a/apps/theming/l10n/es_EC.js +++ b/apps/theming/l10n/es_EC.js @@ -43,13 +43,11 @@ OC.L10N.register( "Favicon" : "Favicon", "Upload new favicon" : "Cargar un nuevo favicon", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/es_EC.json b/apps/theming/l10n/es_EC.json index 6010e0d881..9e2c8c520d 100644 --- a/apps/theming/l10n/es_EC.json +++ b/apps/theming/l10n/es_EC.json @@ -41,13 +41,11 @@ "Favicon" : "Favicon", "Upload new favicon" : "Cargar un nuevo favicon", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/es_GT.js b/apps/theming/l10n/es_GT.js index 869dd66510..768c788ae9 100644 --- a/apps/theming/l10n/es_GT.js +++ b/apps/theming/l10n/es_GT.js @@ -43,13 +43,11 @@ OC.L10N.register( "Favicon" : "Favicon", "Upload new favicon" : "Cargar un nuevo favicon", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/es_GT.json b/apps/theming/l10n/es_GT.json index 6010e0d881..9e2c8c520d 100644 --- a/apps/theming/l10n/es_GT.json +++ b/apps/theming/l10n/es_GT.json @@ -41,13 +41,11 @@ "Favicon" : "Favicon", "Upload new favicon" : "Cargar un nuevo favicon", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/es_HN.js b/apps/theming/l10n/es_HN.js index 0a0aba96e9..e959b7885b 100644 --- a/apps/theming/l10n/es_HN.js +++ b/apps/theming/l10n/es_HN.js @@ -27,13 +27,11 @@ OC.L10N.register( "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión", "Remove background image" : "Eliminar imagen de fondo", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/es_HN.json b/apps/theming/l10n/es_HN.json index 46e1f477bd..a370dccaff 100644 --- a/apps/theming/l10n/es_HN.json +++ b/apps/theming/l10n/es_HN.json @@ -25,13 +25,11 @@ "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión", "Remove background image" : "Eliminar imagen de fondo", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/es_MX.js b/apps/theming/l10n/es_MX.js index 0d6d342d51..cbedf3eeef 100644 --- a/apps/theming/l10n/es_MX.js +++ b/apps/theming/l10n/es_MX.js @@ -47,13 +47,11 @@ OC.L10N.register( "Favicon" : "Favicon", "Upload new favicon" : "Cargar un nuevo favicon", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/es_MX.json b/apps/theming/l10n/es_MX.json index 54c810e74b..f8f2c35653 100644 --- a/apps/theming/l10n/es_MX.json +++ b/apps/theming/l10n/es_MX.json @@ -45,13 +45,11 @@ "Favicon" : "Favicon", "Upload new favicon" : "Cargar un nuevo favicon", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/es_NI.js b/apps/theming/l10n/es_NI.js index 0a0aba96e9..e959b7885b 100644 --- a/apps/theming/l10n/es_NI.js +++ b/apps/theming/l10n/es_NI.js @@ -27,13 +27,11 @@ OC.L10N.register( "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión", "Remove background image" : "Eliminar imagen de fondo", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/es_NI.json b/apps/theming/l10n/es_NI.json index 46e1f477bd..a370dccaff 100644 --- a/apps/theming/l10n/es_NI.json +++ b/apps/theming/l10n/es_NI.json @@ -25,13 +25,11 @@ "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión", "Remove background image" : "Eliminar imagen de fondo", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/es_PA.js b/apps/theming/l10n/es_PA.js index 0a0aba96e9..e959b7885b 100644 --- a/apps/theming/l10n/es_PA.js +++ b/apps/theming/l10n/es_PA.js @@ -27,13 +27,11 @@ OC.L10N.register( "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión", "Remove background image" : "Eliminar imagen de fondo", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/es_PA.json b/apps/theming/l10n/es_PA.json index 46e1f477bd..a370dccaff 100644 --- a/apps/theming/l10n/es_PA.json +++ b/apps/theming/l10n/es_PA.json @@ -25,13 +25,11 @@ "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión", "Remove background image" : "Eliminar imagen de fondo", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/es_PE.js b/apps/theming/l10n/es_PE.js index 0a0aba96e9..e959b7885b 100644 --- a/apps/theming/l10n/es_PE.js +++ b/apps/theming/l10n/es_PE.js @@ -27,13 +27,11 @@ OC.L10N.register( "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión", "Remove background image" : "Eliminar imagen de fondo", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/es_PE.json b/apps/theming/l10n/es_PE.json index 46e1f477bd..a370dccaff 100644 --- a/apps/theming/l10n/es_PE.json +++ b/apps/theming/l10n/es_PE.json @@ -25,13 +25,11 @@ "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión", "Remove background image" : "Eliminar imagen de fondo", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/es_PR.js b/apps/theming/l10n/es_PR.js index 0a0aba96e9..e959b7885b 100644 --- a/apps/theming/l10n/es_PR.js +++ b/apps/theming/l10n/es_PR.js @@ -27,13 +27,11 @@ OC.L10N.register( "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión", "Remove background image" : "Eliminar imagen de fondo", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/es_PR.json b/apps/theming/l10n/es_PR.json index 46e1f477bd..a370dccaff 100644 --- a/apps/theming/l10n/es_PR.json +++ b/apps/theming/l10n/es_PR.json @@ -25,13 +25,11 @@ "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión", "Remove background image" : "Eliminar imagen de fondo", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/es_PY.js b/apps/theming/l10n/es_PY.js index 0a0aba96e9..e959b7885b 100644 --- a/apps/theming/l10n/es_PY.js +++ b/apps/theming/l10n/es_PY.js @@ -27,13 +27,11 @@ OC.L10N.register( "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión", "Remove background image" : "Eliminar imagen de fondo", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/es_PY.json b/apps/theming/l10n/es_PY.json index 46e1f477bd..a370dccaff 100644 --- a/apps/theming/l10n/es_PY.json +++ b/apps/theming/l10n/es_PY.json @@ -25,13 +25,11 @@ "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión", "Remove background image" : "Eliminar imagen de fondo", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/es_SV.js b/apps/theming/l10n/es_SV.js index 869dd66510..768c788ae9 100644 --- a/apps/theming/l10n/es_SV.js +++ b/apps/theming/l10n/es_SV.js @@ -43,13 +43,11 @@ OC.L10N.register( "Favicon" : "Favicon", "Upload new favicon" : "Cargar un nuevo favicon", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/es_SV.json b/apps/theming/l10n/es_SV.json index 6010e0d881..9e2c8c520d 100644 --- a/apps/theming/l10n/es_SV.json +++ b/apps/theming/l10n/es_SV.json @@ -41,13 +41,11 @@ "Favicon" : "Favicon", "Upload new favicon" : "Cargar un nuevo favicon", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/es_UY.js b/apps/theming/l10n/es_UY.js index 0a0aba96e9..e959b7885b 100644 --- a/apps/theming/l10n/es_UY.js +++ b/apps/theming/l10n/es_UY.js @@ -27,13 +27,11 @@ OC.L10N.register( "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión", "Remove background image" : "Eliminar imagen de fondo", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/es_UY.json b/apps/theming/l10n/es_UY.json index 46e1f477bd..a370dccaff 100644 --- a/apps/theming/l10n/es_UY.json +++ b/apps/theming/l10n/es_UY.json @@ -25,13 +25,11 @@ "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión", "Remove background image" : "Eliminar imagen de fondo", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión Imagemagick de PHP con soporte a imagenes SVG para generar los favicons en automático con base en el logotipo cargado y el color.", - "You are already using a custom theme" : "Ya estás usando un tema personalizado", - "reset to default" : "restaurar a predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "There is no error, the file uploaded with success" : "No hay errores, el archivo se cargó exitosamente", "The uploaded file was only partially uploaded" : "La carga del archivo solo se realizó parcialmente", "Failed to write file to disk." : "Se presentó una falla al escribir el archivo en el disco. ", - "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. " + "A PHP extension stopped the file upload." : "Una extensión de PHP detuvo la carga del archivo. ", + "You are already using a custom theme" : "Ya estás usando un tema personalizado", + "Web address https://…" : "Dirección web https://..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/et_EE.js b/apps/theming/l10n/et_EE.js index eb36d1e788..be14ca56a4 100644 --- a/apps/theming/l10n/et_EE.js +++ b/apps/theming/l10n/et_EE.js @@ -27,13 +27,11 @@ OC.L10N.register( "Upload new login background" : "Lae üles uus avalehe taustapilt", "Remove background image" : "Eemalda taustapilt", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Paigalda Imagemagick PHP laiendus SVG piltide toega, et üleslaetud logo ja värvi põhjal automaatselt faviconid genereerida. ", - "You are already using a custom theme" : "Kohandatud teema on juba kasutusel", - "reset to default" : "taasta vaikeseaded", - "Web address" : "Veebiaadress", - "Web address https://…" : "Veebiaadress https://...", "There is no error, the file uploaded with success" : "Vigu pole, fail laetu edukalt üles", "The uploaded file was only partially uploaded" : "Üleslatud fail laeti üles ainult osaliselt", "Failed to write file to disk." : "Faili kettale kirjutamine ebaõnnestus.", - "A PHP extension stopped the file upload." : "PHP laiendus seiskas faili üleslaadimise." + "A PHP extension stopped the file upload." : "PHP laiendus seiskas faili üleslaadimise.", + "You are already using a custom theme" : "Kohandatud teema on juba kasutusel", + "Web address https://…" : "Veebiaadress https://..." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/et_EE.json b/apps/theming/l10n/et_EE.json index 93d5192891..e38293ace0 100644 --- a/apps/theming/l10n/et_EE.json +++ b/apps/theming/l10n/et_EE.json @@ -25,13 +25,11 @@ "Upload new login background" : "Lae üles uus avalehe taustapilt", "Remove background image" : "Eemalda taustapilt", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Paigalda Imagemagick PHP laiendus SVG piltide toega, et üleslaetud logo ja värvi põhjal automaatselt faviconid genereerida. ", - "You are already using a custom theme" : "Kohandatud teema on juba kasutusel", - "reset to default" : "taasta vaikeseaded", - "Web address" : "Veebiaadress", - "Web address https://…" : "Veebiaadress https://...", "There is no error, the file uploaded with success" : "Vigu pole, fail laetu edukalt üles", "The uploaded file was only partially uploaded" : "Üleslatud fail laeti üles ainult osaliselt", "Failed to write file to disk." : "Faili kettale kirjutamine ebaõnnestus.", - "A PHP extension stopped the file upload." : "PHP laiendus seiskas faili üleslaadimise." + "A PHP extension stopped the file upload." : "PHP laiendus seiskas faili üleslaadimise.", + "You are already using a custom theme" : "Kohandatud teema on juba kasutusel", + "Web address https://…" : "Veebiaadress https://..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/fi.js b/apps/theming/l10n/fi.js index 280d0f31fe..d4effe402e 100644 --- a/apps/theming/l10n/fi.js +++ b/apps/theming/l10n/fi.js @@ -44,13 +44,11 @@ OC.L10N.register( "Upload new header logo" : "Lähetä uusi otsakelogo", "Favicon" : "Favicon", "Upload new favicon" : "Lähetä uusi favicon", - "You are already using a custom theme" : "Käytät jo kustomoitua ulkoasua", - "reset to default" : "palauta oletukseksi", - "Web address" : "Verkko-osoite", - "Web address https://…" : "Verkko-osoite https://…", "There is no error, the file uploaded with success" : "Ei virhettä, tiedosto lähetettiin onnistuneesti", "The uploaded file was only partially uploaded" : "Lähetetty tiedosto lähetettiin vain osittain", "Failed to write file to disk." : "Levylle kirjoittaminen epäonnistui.", - "A PHP extension stopped the file upload." : "PHP-laajennus pysäytti tiedoston lähetyksen." + "A PHP extension stopped the file upload." : "PHP-laajennus pysäytti tiedoston lähetyksen.", + "You are already using a custom theme" : "Käytät jo kustomoitua ulkoasua", + "Web address https://…" : "Verkko-osoite https://…" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/fi.json b/apps/theming/l10n/fi.json index e1b7f18011..cfe162ec19 100644 --- a/apps/theming/l10n/fi.json +++ b/apps/theming/l10n/fi.json @@ -42,13 +42,11 @@ "Upload new header logo" : "Lähetä uusi otsakelogo", "Favicon" : "Favicon", "Upload new favicon" : "Lähetä uusi favicon", - "You are already using a custom theme" : "Käytät jo kustomoitua ulkoasua", - "reset to default" : "palauta oletukseksi", - "Web address" : "Verkko-osoite", - "Web address https://…" : "Verkko-osoite https://…", "There is no error, the file uploaded with success" : "Ei virhettä, tiedosto lähetettiin onnistuneesti", "The uploaded file was only partially uploaded" : "Lähetetty tiedosto lähetettiin vain osittain", "Failed to write file to disk." : "Levylle kirjoittaminen epäonnistui.", - "A PHP extension stopped the file upload." : "PHP-laajennus pysäytti tiedoston lähetyksen." + "A PHP extension stopped the file upload." : "PHP-laajennus pysäytti tiedoston lähetyksen.", + "You are already using a custom theme" : "Käytät jo kustomoitua ulkoasua", + "Web address https://…" : "Verkko-osoite https://…" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/fr.js b/apps/theming/l10n/fr.js index 0527c42106..5d1dfea6c8 100644 --- a/apps/theming/l10n/fr.js +++ b/apps/theming/l10n/fr.js @@ -47,13 +47,11 @@ OC.L10N.register( "Favicon" : "Favicon", "Upload new favicon" : "Téléverser un nouveau favicon", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installez l'extension PHP Imagemagick avec le support pour les images SVG afin de générer automatiquement les favicons sur base du logo téléversé et de la couleur.", - "You are already using a custom theme" : "Vous utilisez déjà un thème personnalisé", - "reset to default" : "Restaurer les valeurs par défaut", - "Web address" : "Adresse web", - "Web address https://…" : "Adresse du serveur https://…", "There is no error, the file uploaded with success" : "Aucune erreur, le fichier a été téléversé avec succès", "The uploaded file was only partially uploaded" : "Le fichier n'a été que partiellement téléversé", "Failed to write file to disk." : "Erreur d'écriture du fichier sur le disque.", - "A PHP extension stopped the file upload." : "Une extension PHP a arrêté le téléversement du fichier." + "A PHP extension stopped the file upload." : "Une extension PHP a arrêté le téléversement du fichier.", + "You are already using a custom theme" : "Vous utilisez déjà un thème personnalisé", + "Web address https://…" : "Adresse du serveur https://…" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/theming/l10n/fr.json b/apps/theming/l10n/fr.json index c47487f9e4..ec273cc019 100644 --- a/apps/theming/l10n/fr.json +++ b/apps/theming/l10n/fr.json @@ -45,13 +45,11 @@ "Favicon" : "Favicon", "Upload new favicon" : "Téléverser un nouveau favicon", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installez l'extension PHP Imagemagick avec le support pour les images SVG afin de générer automatiquement les favicons sur base du logo téléversé et de la couleur.", - "You are already using a custom theme" : "Vous utilisez déjà un thème personnalisé", - "reset to default" : "Restaurer les valeurs par défaut", - "Web address" : "Adresse web", - "Web address https://…" : "Adresse du serveur https://…", "There is no error, the file uploaded with success" : "Aucune erreur, le fichier a été téléversé avec succès", "The uploaded file was only partially uploaded" : "Le fichier n'a été que partiellement téléversé", "Failed to write file to disk." : "Erreur d'écriture du fichier sur le disque.", - "A PHP extension stopped the file upload." : "Une extension PHP a arrêté le téléversement du fichier." + "A PHP extension stopped the file upload." : "Une extension PHP a arrêté le téléversement du fichier.", + "You are already using a custom theme" : "Vous utilisez déjà un thème personnalisé", + "Web address https://…" : "Adresse du serveur https://…" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/he.js b/apps/theming/l10n/he.js index 2c5c5bc272..a53fc44adc 100644 --- a/apps/theming/l10n/he.js +++ b/apps/theming/l10n/he.js @@ -47,13 +47,11 @@ OC.L10N.register( "Favicon" : "סמל כותרת", "Upload new favicon" : "העלאת סמל כותרת חדש", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "יש להתקין את הרחבת ה־PHP של Imagemagick עם תמיכה בתמונות SVG כדי לייצר תמונות מועדפים אוטומטיות על בסיס הלוגו שהועלה והצבע.", - "You are already using a custom theme" : "כבר החלת ערכת עיצוב בהתאמה אישית", - "reset to default" : "איפוס לבררת מחדל", - "Web address" : "כתובת", - "Web address https://…" : "כתובת https://…‎", "There is no error, the file uploaded with success" : "אין אף תקלה, הקובץ הועלה בהצלחה", "The uploaded file was only partially uploaded" : "הקובץ הועלה באופן חלקי בלבד", "Failed to write file to disk." : "הכתיבה לכונן נכשלה.", - "A PHP extension stopped the file upload." : "הרחבת PHP עצרה את העלאת הקובץ." + "A PHP extension stopped the file upload." : "הרחבת PHP עצרה את העלאת הקובץ.", + "You are already using a custom theme" : "כבר החלת ערכת עיצוב בהתאמה אישית", + "Web address https://…" : "כתובת https://…‎" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); diff --git a/apps/theming/l10n/he.json b/apps/theming/l10n/he.json index 6585fee9a0..0f6b058a50 100644 --- a/apps/theming/l10n/he.json +++ b/apps/theming/l10n/he.json @@ -45,13 +45,11 @@ "Favicon" : "סמל כותרת", "Upload new favicon" : "העלאת סמל כותרת חדש", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "יש להתקין את הרחבת ה־PHP של Imagemagick עם תמיכה בתמונות SVG כדי לייצר תמונות מועדפים אוטומטיות על בסיס הלוגו שהועלה והצבע.", - "You are already using a custom theme" : "כבר החלת ערכת עיצוב בהתאמה אישית", - "reset to default" : "איפוס לבררת מחדל", - "Web address" : "כתובת", - "Web address https://…" : "כתובת https://…‎", "There is no error, the file uploaded with success" : "אין אף תקלה, הקובץ הועלה בהצלחה", "The uploaded file was only partially uploaded" : "הקובץ הועלה באופן חלקי בלבד", "Failed to write file to disk." : "הכתיבה לכונן נכשלה.", - "A PHP extension stopped the file upload." : "הרחבת PHP עצרה את העלאת הקובץ." + "A PHP extension stopped the file upload." : "הרחבת PHP עצרה את העלאת הקובץ.", + "You are already using a custom theme" : "כבר החלת ערכת עיצוב בהתאמה אישית", + "Web address https://…" : "כתובת https://…‎" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" } \ No newline at end of file diff --git a/apps/theming/l10n/hu.js b/apps/theming/l10n/hu.js index ae6f1cee41..255022e8d2 100644 --- a/apps/theming/l10n/hu.js +++ b/apps/theming/l10n/hu.js @@ -30,13 +30,11 @@ OC.L10N.register( "Remove background image" : "Háttérkép eltávolítása", "Advanced options" : "Haladó beállítások", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Telepítsd az Imagemagick PHP kiterjesztést SVG kép támogatással a feltöltött logóból és színből való automatikus favikon generáláshoz.", - "You are already using a custom theme" : "Már egyedi témát használ", - "reset to default" : "Visszaállítás alapértelmezettre", - "Web address" : "Webcím", - "Web address https://…" : "Webcím https://...", "There is no error, the file uploaded with success" : "Nincs hiba, a feltöltés sikeres", "The uploaded file was only partially uploaded" : "Csak részben került feltöltésre a fájl", "Failed to write file to disk." : "Lemezre írás sikertelen.", - "A PHP extension stopped the file upload." : "Egy PHP kiterjesztés megakadályozta a feltöltést." + "A PHP extension stopped the file upload." : "Egy PHP kiterjesztés megakadályozta a feltöltést.", + "You are already using a custom theme" : "Már egyedi témát használ", + "Web address https://…" : "Webcím https://..." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/hu.json b/apps/theming/l10n/hu.json index 86c3acf582..74a5b91bda 100644 --- a/apps/theming/l10n/hu.json +++ b/apps/theming/l10n/hu.json @@ -28,13 +28,11 @@ "Remove background image" : "Háttérkép eltávolítása", "Advanced options" : "Haladó beállítások", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Telepítsd az Imagemagick PHP kiterjesztést SVG kép támogatással a feltöltött logóból és színből való automatikus favikon generáláshoz.", - "You are already using a custom theme" : "Már egyedi témát használ", - "reset to default" : "Visszaállítás alapértelmezettre", - "Web address" : "Webcím", - "Web address https://…" : "Webcím https://...", "There is no error, the file uploaded with success" : "Nincs hiba, a feltöltés sikeres", "The uploaded file was only partially uploaded" : "Csak részben került feltöltésre a fájl", "Failed to write file to disk." : "Lemezre írás sikertelen.", - "A PHP extension stopped the file upload." : "Egy PHP kiterjesztés megakadályozta a feltöltést." + "A PHP extension stopped the file upload." : "Egy PHP kiterjesztés megakadályozta a feltöltést.", + "You are already using a custom theme" : "Már egyedi témát használ", + "Web address https://…" : "Webcím https://..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/is.js b/apps/theming/l10n/is.js index 622ef02d14..1d223e917d 100644 --- a/apps/theming/l10n/is.js +++ b/apps/theming/l10n/is.js @@ -47,13 +47,11 @@ OC.L10N.register( "Favicon" : "Veftákn", "Upload new favicon" : "Senda inn nýja táknmynd", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Settu inn Imagemagick PHP forritsviðaukann með stuðningi við SVG-myndir til að útbúa sjálfvirkt veftáknmyndir byggðar á innsendu táknmerki og lit.", - "You are already using a custom theme" : "Þú ert nú þegar að nota sérsniðið þema", - "reset to default" : "endurstilla á sjálfgefið", - "Web address" : "Veffang", - "Web address https://…" : "Veffang https://…", "There is no error, the file uploaded with success" : "Engin villa, innsending heppnaðist", "The uploaded file was only partially uploaded" : "Einungis hluti af innsendri skrá skilaði sér", "Failed to write file to disk." : "Tókst ekki að skrifa skrá á disk.", - "A PHP extension stopped the file upload." : "PHP-viðbót stöðvaði innsendingu skráar." + "A PHP extension stopped the file upload." : "PHP-viðbót stöðvaði innsendingu skráar.", + "You are already using a custom theme" : "Þú ert nú þegar að nota sérsniðið þema", + "Web address https://…" : "Veffang https://…" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/theming/l10n/is.json b/apps/theming/l10n/is.json index bdb4b5ee1f..acec9e011d 100644 --- a/apps/theming/l10n/is.json +++ b/apps/theming/l10n/is.json @@ -45,13 +45,11 @@ "Favicon" : "Veftákn", "Upload new favicon" : "Senda inn nýja táknmynd", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Settu inn Imagemagick PHP forritsviðaukann með stuðningi við SVG-myndir til að útbúa sjálfvirkt veftáknmyndir byggðar á innsendu táknmerki og lit.", - "You are already using a custom theme" : "Þú ert nú þegar að nota sérsniðið þema", - "reset to default" : "endurstilla á sjálfgefið", - "Web address" : "Veffang", - "Web address https://…" : "Veffang https://…", "There is no error, the file uploaded with success" : "Engin villa, innsending heppnaðist", "The uploaded file was only partially uploaded" : "Einungis hluti af innsendri skrá skilaði sér", "Failed to write file to disk." : "Tókst ekki að skrifa skrá á disk.", - "A PHP extension stopped the file upload." : "PHP-viðbót stöðvaði innsendingu skráar." + "A PHP extension stopped the file upload." : "PHP-viðbót stöðvaði innsendingu skráar.", + "You are already using a custom theme" : "Þú ert nú þegar að nota sérsniðið þema", + "Web address https://…" : "Veffang https://…" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" } \ No newline at end of file diff --git a/apps/theming/l10n/it.js b/apps/theming/l10n/it.js index 3f4a6a772b..e5f672a82c 100644 --- a/apps/theming/l10n/it.js +++ b/apps/theming/l10n/it.js @@ -47,13 +47,11 @@ OC.L10N.register( "Favicon" : "Favicon", "Upload new favicon" : "Carica nuova favicon", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installa l'estensione Imagemacick di PHP con supporto per le immagini SVG per generare automaticamente favicon basate sul logo caricato e sul colore.", - "You are already using a custom theme" : "Stai già usando un tema personalizzato", - "reset to default" : "ripristina valori predefiniti", - "Web address" : "Indirizzo web", - "Web address https://…" : "Indirizzo web https://…", "There is no error, the file uploaded with success" : "Non ci sono errori, il file è stato caricato correttamente", "The uploaded file was only partially uploaded" : "Il file è stato caricato solo parzialmente", "Failed to write file to disk." : "Scrittura su disco non riuscita", - "A PHP extension stopped the file upload." : "Un'estensione PHP ha fermato il caricamento del file." + "A PHP extension stopped the file upload." : "Un'estensione PHP ha fermato il caricamento del file.", + "You are already using a custom theme" : "Stai già usando un tema personalizzato", + "Web address https://…" : "Indirizzo web https://…" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/it.json b/apps/theming/l10n/it.json index b38b3f3989..01b6fda64c 100644 --- a/apps/theming/l10n/it.json +++ b/apps/theming/l10n/it.json @@ -45,13 +45,11 @@ "Favicon" : "Favicon", "Upload new favicon" : "Carica nuova favicon", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installa l'estensione Imagemacick di PHP con supporto per le immagini SVG per generare automaticamente favicon basate sul logo caricato e sul colore.", - "You are already using a custom theme" : "Stai già usando un tema personalizzato", - "reset to default" : "ripristina valori predefiniti", - "Web address" : "Indirizzo web", - "Web address https://…" : "Indirizzo web https://…", "There is no error, the file uploaded with success" : "Non ci sono errori, il file è stato caricato correttamente", "The uploaded file was only partially uploaded" : "Il file è stato caricato solo parzialmente", "Failed to write file to disk." : "Scrittura su disco non riuscita", - "A PHP extension stopped the file upload." : "Un'estensione PHP ha fermato il caricamento del file." + "A PHP extension stopped the file upload." : "Un'estensione PHP ha fermato il caricamento del file.", + "You are already using a custom theme" : "Stai già usando un tema personalizzato", + "Web address https://…" : "Indirizzo web https://…" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/ja.js b/apps/theming/l10n/ja.js index 893341723a..3202326296 100644 --- a/apps/theming/l10n/ja.js +++ b/apps/theming/l10n/ja.js @@ -47,13 +47,11 @@ OC.L10N.register( "Favicon" : "Favicon", "Upload new favicon" : "新しいfaviconをアップロード", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "アップロードしたロゴと色に基づいてfaviconを自動的に生成するには、SVG画像をサポートしているimagemagick PHP拡張をインストールしてください。", - "You are already using a custom theme" : "すでにカスタムテーマを利用しています", - "reset to default" : "デフォルトに戻す", - "Web address" : "Webアドレス", - "Web address https://…" : "Webアドレス https://...", "There is no error, the file uploaded with success" : "ファイルはエラーなくアップロードされました", "The uploaded file was only partially uploaded" : "アップロードファイルは一部分だけアップロードされました", "Failed to write file to disk." : "ファイルをディスクに書き込めませんでした", - "A PHP extension stopped the file upload." : "PHP拡張でファイルのアップロードが停止されています" + "A PHP extension stopped the file upload." : "PHP拡張でファイルのアップロードが停止されています", + "You are already using a custom theme" : "すでにカスタムテーマを利用しています", + "Web address https://…" : "Webアドレス https://..." }, "nplurals=1; plural=0;"); diff --git a/apps/theming/l10n/ja.json b/apps/theming/l10n/ja.json index d705b9dcb0..c0b5c3a0e3 100644 --- a/apps/theming/l10n/ja.json +++ b/apps/theming/l10n/ja.json @@ -45,13 +45,11 @@ "Favicon" : "Favicon", "Upload new favicon" : "新しいfaviconをアップロード", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "アップロードしたロゴと色に基づいてfaviconを自動的に生成するには、SVG画像をサポートしているimagemagick PHP拡張をインストールしてください。", - "You are already using a custom theme" : "すでにカスタムテーマを利用しています", - "reset to default" : "デフォルトに戻す", - "Web address" : "Webアドレス", - "Web address https://…" : "Webアドレス https://...", "There is no error, the file uploaded with success" : "ファイルはエラーなくアップロードされました", "The uploaded file was only partially uploaded" : "アップロードファイルは一部分だけアップロードされました", "Failed to write file to disk." : "ファイルをディスクに書き込めませんでした", - "A PHP extension stopped the file upload." : "PHP拡張でファイルのアップロードが停止されています" + "A PHP extension stopped the file upload." : "PHP拡張でファイルのアップロードが停止されています", + "You are already using a custom theme" : "すでにカスタムテーマを利用しています", + "Web address https://…" : "Webアドレス https://..." },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/theming/l10n/ka_GE.js b/apps/theming/l10n/ka_GE.js index ca4efb68d5..e1c67d0d2c 100644 --- a/apps/theming/l10n/ka_GE.js +++ b/apps/theming/l10n/ka_GE.js @@ -28,13 +28,11 @@ OC.L10N.register( "Upload new login background" : "ლოგინის ახალი ფონის ატვირთვა", "Remove background image" : "ფონური სურათის მოშორება", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "SVG სურთების მხარდაჭერის მქონე Imagemagick PHP გაფართოების დაყენება ფავიკონებს ატვირთული ლოგოსა და ფერის მიხევით დააგენერირებს ავტომატურად.", - "You are already using a custom theme" : "თქვენ პერზონალიზირებულ ვიზუალურ თემას უკვე იყენებთ", - "reset to default" : "დაბრუნება საწყისზე", - "Web address" : "ვებ-მისამართი", - "Web address https://…" : "ვებ მისამართ https://…", "There is no error, the file uploaded with success" : "ეს არაა შეცდომა, ფაილი წარმატებით აიტვირთა", "The uploaded file was only partially uploaded" : "ფაილი აიტვირთა მხოლოდ ნაწილობრივ", "Failed to write file to disk." : "ფაილი დისკზე ვერ ჩაიწერა.", - "A PHP extension stopped the file upload." : "PHP გაფართოებამ შეაჩერა ფაილის ატვირთვა." + "A PHP extension stopped the file upload." : "PHP გაფართოებამ შეაჩერა ფაილის ატვირთვა.", + "You are already using a custom theme" : "თქვენ პერზონალიზირებულ ვიზუალურ თემას უკვე იყენებთ", + "Web address https://…" : "ვებ მისამართ https://…" }, "nplurals=2; plural=(n!=1);"); diff --git a/apps/theming/l10n/ka_GE.json b/apps/theming/l10n/ka_GE.json index db72c8d792..94d8277724 100644 --- a/apps/theming/l10n/ka_GE.json +++ b/apps/theming/l10n/ka_GE.json @@ -26,13 +26,11 @@ "Upload new login background" : "ლოგინის ახალი ფონის ატვირთვა", "Remove background image" : "ფონური სურათის მოშორება", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "SVG სურთების მხარდაჭერის მქონე Imagemagick PHP გაფართოების დაყენება ფავიკონებს ატვირთული ლოგოსა და ფერის მიხევით დააგენერირებს ავტომატურად.", - "You are already using a custom theme" : "თქვენ პერზონალიზირებულ ვიზუალურ თემას უკვე იყენებთ", - "reset to default" : "დაბრუნება საწყისზე", - "Web address" : "ვებ-მისამართი", - "Web address https://…" : "ვებ მისამართ https://…", "There is no error, the file uploaded with success" : "ეს არაა შეცდომა, ფაილი წარმატებით აიტვირთა", "The uploaded file was only partially uploaded" : "ფაილი აიტვირთა მხოლოდ ნაწილობრივ", "Failed to write file to disk." : "ფაილი დისკზე ვერ ჩაიწერა.", - "A PHP extension stopped the file upload." : "PHP გაფართოებამ შეაჩერა ფაილის ატვირთვა." + "A PHP extension stopped the file upload." : "PHP გაფართოებამ შეაჩერა ფაილის ატვირთვა.", + "You are already using a custom theme" : "თქვენ პერზონალიზირებულ ვიზუალურ თემას უკვე იყენებთ", + "Web address https://…" : "ვებ მისამართ https://…" },"pluralForm" :"nplurals=2; plural=(n!=1);" } \ No newline at end of file diff --git a/apps/theming/l10n/ko.js b/apps/theming/l10n/ko.js index 3ffd05f4b2..7351213b71 100644 --- a/apps/theming/l10n/ko.js +++ b/apps/theming/l10n/ko.js @@ -27,13 +27,11 @@ OC.L10N.register( "Upload new login background" : "새 로그인 배경 업로드", "Remove background image" : "배경 그림 삭제", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "업로드한 로고와 색으로부터 자동으로 파비콘을 생성하려면 PHP Imagemagick 확장 기능 및 SVG 형식 그림 지원을 설치하십시오.", - "You are already using a custom theme" : "이미 사용자 정의 테마 사용 중", - "reset to default" : "기본값으로 초기화", - "Web address" : "웹 주소", - "Web address https://…" : "웹 주소 https://…", "There is no error, the file uploaded with success" : "오류 없음, 파일 업로드 성공", "The uploaded file was only partially uploaded" : "파일이 일부분만 업로드됨", "Failed to write file to disk." : "디스크에 파일을 기록할 수 없습니다.", - "A PHP extension stopped the file upload." : "PHP 확장 기능에서 파일 업로드를 차단했습니다." + "A PHP extension stopped the file upload." : "PHP 확장 기능에서 파일 업로드를 차단했습니다.", + "You are already using a custom theme" : "이미 사용자 정의 테마 사용 중", + "Web address https://…" : "웹 주소 https://…" }, "nplurals=1; plural=0;"); diff --git a/apps/theming/l10n/ko.json b/apps/theming/l10n/ko.json index 012ca75699..bb67b3f467 100644 --- a/apps/theming/l10n/ko.json +++ b/apps/theming/l10n/ko.json @@ -25,13 +25,11 @@ "Upload new login background" : "새 로그인 배경 업로드", "Remove background image" : "배경 그림 삭제", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "업로드한 로고와 색으로부터 자동으로 파비콘을 생성하려면 PHP Imagemagick 확장 기능 및 SVG 형식 그림 지원을 설치하십시오.", - "You are already using a custom theme" : "이미 사용자 정의 테마 사용 중", - "reset to default" : "기본값으로 초기화", - "Web address" : "웹 주소", - "Web address https://…" : "웹 주소 https://…", "There is no error, the file uploaded with success" : "오류 없음, 파일 업로드 성공", "The uploaded file was only partially uploaded" : "파일이 일부분만 업로드됨", "Failed to write file to disk." : "디스크에 파일을 기록할 수 없습니다.", - "A PHP extension stopped the file upload." : "PHP 확장 기능에서 파일 업로드를 차단했습니다." + "A PHP extension stopped the file upload." : "PHP 확장 기능에서 파일 업로드를 차단했습니다.", + "You are already using a custom theme" : "이미 사용자 정의 테마 사용 중", + "Web address https://…" : "웹 주소 https://…" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/theming/l10n/lt_LT.js b/apps/theming/l10n/lt_LT.js index 93a982940c..0aac90d06f 100644 --- a/apps/theming/l10n/lt_LT.js +++ b/apps/theming/l10n/lt_LT.js @@ -47,13 +47,11 @@ OC.L10N.register( "Favicon" : "Svetainės piktograma", "Upload new favicon" : "Įkelti naują svetainės piktogramą", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Norėdami automatiškai generuoti svetainės piktogramą remiantis įkeltu logotipu ir spalva, įdiekite Imagemagick PHP plėtinį su SVG paveikslų palaikymu.", - "You are already using a custom theme" : "Jūs jau naudojate tinkintą temą", - "reset to default" : "atstatyta į numatytąją", - "Web address" : "Saityno adresas", - "Web address https://…" : "Saityno adresas https://…", "There is no error, the file uploaded with success" : "Klaidų nėra, failas buvo sėkmingai įkeltas", "The uploaded file was only partially uploaded" : "Įkeliamas failas buvo tik dalinai įkeltas", "Failed to write file to disk." : "Nepavyko įrašyti failą į diską.", - "A PHP extension stopped the file upload." : "PHP plėtinys sustabdė failo įkėlimą." + "A PHP extension stopped the file upload." : "PHP plėtinys sustabdė failo įkėlimą.", + "You are already using a custom theme" : "Jūs jau naudojate tinkintą temą", + "Web address https://…" : "Saityno adresas https://…" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/theming/l10n/lt_LT.json b/apps/theming/l10n/lt_LT.json index 5443bef8dc..9c1648c3c7 100644 --- a/apps/theming/l10n/lt_LT.json +++ b/apps/theming/l10n/lt_LT.json @@ -45,13 +45,11 @@ "Favicon" : "Svetainės piktograma", "Upload new favicon" : "Įkelti naują svetainės piktogramą", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Norėdami automatiškai generuoti svetainės piktogramą remiantis įkeltu logotipu ir spalva, įdiekite Imagemagick PHP plėtinį su SVG paveikslų palaikymu.", - "You are already using a custom theme" : "Jūs jau naudojate tinkintą temą", - "reset to default" : "atstatyta į numatytąją", - "Web address" : "Saityno adresas", - "Web address https://…" : "Saityno adresas https://…", "There is no error, the file uploaded with success" : "Klaidų nėra, failas buvo sėkmingai įkeltas", "The uploaded file was only partially uploaded" : "Įkeliamas failas buvo tik dalinai įkeltas", "Failed to write file to disk." : "Nepavyko įrašyti failą į diską.", - "A PHP extension stopped the file upload." : "PHP plėtinys sustabdė failo įkėlimą." + "A PHP extension stopped the file upload." : "PHP plėtinys sustabdė failo įkėlimą.", + "You are already using a custom theme" : "Jūs jau naudojate tinkintą temą", + "Web address https://…" : "Saityno adresas https://…" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/apps/theming/l10n/nb.js b/apps/theming/l10n/nb.js index 4b949c94d6..41185a6552 100644 --- a/apps/theming/l10n/nb.js +++ b/apps/theming/l10n/nb.js @@ -38,13 +38,11 @@ OC.L10N.register( "Header logo" : "Header logo", "Upload new header logo" : "Last opp ny header logo", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installer PHP-utvidelsen Imagemagick med støtte for SVG-bilder for å opprette favikoner automatisk basert på opplastet logo og farge.", - "You are already using a custom theme" : "Du bruker allerede en egendefinert drakt", - "reset to default" : "tilbakestill til standard", - "Web address" : "Nettadresse", - "Web address https://…" : "Nettadresse https://…", "There is no error, the file uploaded with success" : "Det er ingen feil, filen ble lastet opp", "The uploaded file was only partially uploaded" : "Filen ble bare delvis lastet opp", "Failed to write file to disk." : "Skriving til disk mislyktes", - "A PHP extension stopped the file upload." : "En PHP-utvidelse stoppet filopplastingen." + "A PHP extension stopped the file upload." : "En PHP-utvidelse stoppet filopplastingen.", + "You are already using a custom theme" : "Du bruker allerede en egendefinert drakt", + "Web address https://…" : "Nettadresse https://…" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/nb.json b/apps/theming/l10n/nb.json index 0a5cd5d7bc..07bde23411 100644 --- a/apps/theming/l10n/nb.json +++ b/apps/theming/l10n/nb.json @@ -36,13 +36,11 @@ "Header logo" : "Header logo", "Upload new header logo" : "Last opp ny header logo", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installer PHP-utvidelsen Imagemagick med støtte for SVG-bilder for å opprette favikoner automatisk basert på opplastet logo og farge.", - "You are already using a custom theme" : "Du bruker allerede en egendefinert drakt", - "reset to default" : "tilbakestill til standard", - "Web address" : "Nettadresse", - "Web address https://…" : "Nettadresse https://…", "There is no error, the file uploaded with success" : "Det er ingen feil, filen ble lastet opp", "The uploaded file was only partially uploaded" : "Filen ble bare delvis lastet opp", "Failed to write file to disk." : "Skriving til disk mislyktes", - "A PHP extension stopped the file upload." : "En PHP-utvidelse stoppet filopplastingen." + "A PHP extension stopped the file upload." : "En PHP-utvidelse stoppet filopplastingen.", + "You are already using a custom theme" : "Du bruker allerede en egendefinert drakt", + "Web address https://…" : "Nettadresse https://…" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/nl.js b/apps/theming/l10n/nl.js index eaf268cf40..fabf34a1e5 100644 --- a/apps/theming/l10n/nl.js +++ b/apps/theming/l10n/nl.js @@ -47,13 +47,11 @@ OC.L10N.register( "Favicon" : "Favorieten icoon", "Upload new favicon" : "Upload een nieuwe favorieten icoon", "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.", - "You are already using a custom theme" : "Je gebruikt al een maatwerkthema", - "reset to default" : "herstellen naar standaard", - "Web address" : "Webadres", - "Web address https://…" : "Webadres https://…", "There is no error, the file uploaded with success" : "Er trad geen fout op, het bestand is succesvol geüpload", "The uploaded file was only partially uploaded" : "Het bestand is slechts gedeeltelijk geüpload", "Failed to write file to disk." : "Schrijven van het bestand naar schijf mislukte.", - "A PHP extension stopped the file upload." : "Een PHP extensie heeft de upload gestopt." + "A PHP extension stopped the file upload." : "Een PHP extensie heeft de upload gestopt.", + "You are already using a custom theme" : "Je gebruikt al een maatwerkthema", + "Web address https://…" : "Webadres https://…" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/nl.json b/apps/theming/l10n/nl.json index 4e8306a8b1..488d6c5640 100644 --- a/apps/theming/l10n/nl.json +++ b/apps/theming/l10n/nl.json @@ -45,13 +45,11 @@ "Favicon" : "Favorieten icoon", "Upload new favicon" : "Upload een nieuwe favorieten icoon", "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.", - "You are already using a custom theme" : "Je gebruikt al een maatwerkthema", - "reset to default" : "herstellen naar standaard", - "Web address" : "Webadres", - "Web address https://…" : "Webadres https://…", "There is no error, the file uploaded with success" : "Er trad geen fout op, het bestand is succesvol geüpload", "The uploaded file was only partially uploaded" : "Het bestand is slechts gedeeltelijk geüpload", "Failed to write file to disk." : "Schrijven van het bestand naar schijf mislukte.", - "A PHP extension stopped the file upload." : "Een PHP extensie heeft de upload gestopt." + "A PHP extension stopped the file upload." : "Een PHP extensie heeft de upload gestopt.", + "You are already using a custom theme" : "Je gebruikt al een maatwerkthema", + "Web address https://…" : "Webadres https://…" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/pl.js b/apps/theming/l10n/pl.js index 67e75cfa98..1f19be890a 100644 --- a/apps/theming/l10n/pl.js +++ b/apps/theming/l10n/pl.js @@ -47,13 +47,11 @@ OC.L10N.register( "Favicon" : "Favicon", "Upload new favicon" : "Wyślij nową fav ikonę", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Aby wygenerować favicon oparte o wysłane logo i kolor, zainstaluj rozszerzenie PHP Imagemagick z obsługą SVG.", - "You are already using a custom theme" : "Używasz już motywu niestandarowego", - "reset to default" : "przywróć domyślne", - "Web address" : "adres internetowy", - "Web address https://…" : "adres internetowy https://…", "There is no error, the file uploaded with success" : "Brak błędów, plik wysłano poprawnie.", "The uploaded file was only partially uploaded" : "Załadowany plik został wysłany tylko częściowo.", "Failed to write file to disk." : "Błąd zapisu na dysk.", - "A PHP extension stopped the file upload." : "Rozszerzenie PHP zatrzymało wysyłanie pliku." + "A PHP extension stopped the file upload." : "Rozszerzenie PHP zatrzymało wysyłanie pliku.", + "You are already using a custom theme" : "Używasz już motywu niestandarowego", + "Web address https://…" : "adres internetowy https://…" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/apps/theming/l10n/pl.json b/apps/theming/l10n/pl.json index 3b18acf44a..6eb25e3790 100644 --- a/apps/theming/l10n/pl.json +++ b/apps/theming/l10n/pl.json @@ -45,13 +45,11 @@ "Favicon" : "Favicon", "Upload new favicon" : "Wyślij nową fav ikonę", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Aby wygenerować favicon oparte o wysłane logo i kolor, zainstaluj rozszerzenie PHP Imagemagick z obsługą SVG.", - "You are already using a custom theme" : "Używasz już motywu niestandarowego", - "reset to default" : "przywróć domyślne", - "Web address" : "adres internetowy", - "Web address https://…" : "adres internetowy https://…", "There is no error, the file uploaded with success" : "Brak błędów, plik wysłano poprawnie.", "The uploaded file was only partially uploaded" : "Załadowany plik został wysłany tylko częściowo.", "Failed to write file to disk." : "Błąd zapisu na dysk.", - "A PHP extension stopped the file upload." : "Rozszerzenie PHP zatrzymało wysyłanie pliku." + "A PHP extension stopped the file upload." : "Rozszerzenie PHP zatrzymało wysyłanie pliku.", + "You are already using a custom theme" : "Używasz już motywu niestandarowego", + "Web address https://…" : "adres internetowy https://…" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/apps/theming/l10n/pt_BR.js b/apps/theming/l10n/pt_BR.js index 60972c185c..76ff11c1d0 100644 --- a/apps/theming/l10n/pt_BR.js +++ b/apps/theming/l10n/pt_BR.js @@ -47,13 +47,11 @@ OC.L10N.register( "Favicon" : "Ícone de favoritos", "Upload new favicon" : "Enviar novo ícone de favorito", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instale a extensão PHP Imagemagick com suporte a imagens SVG para gerar favicons automaticamente, com base no logotipo e na cor enviados.", - "You are already using a custom theme" : "Você já está usando um tema personalizado", - "reset to default" : "restaurar ao padrão", - "Web address" : "Endereço web", - "Web address https://…" : "Endereço web https://...", "There is no error, the file uploaded with success" : "Sem erros. Arquivo enviado com sucesso", "The uploaded file was only partially uploaded" : "O arquivo foi enviado parcialmente", "Failed to write file to disk." : "Falha ao escrever no disco.", - "A PHP extension stopped the file upload." : "Uma extensão PHP parou o envio do arquivo." + "A PHP extension stopped the file upload." : "Uma extensão PHP parou o envio do arquivo.", + "You are already using a custom theme" : "Você já está usando um tema personalizado", + "Web address https://…" : "Endereço web https://..." }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/theming/l10n/pt_BR.json b/apps/theming/l10n/pt_BR.json index dfa76d229c..14bb449e34 100644 --- a/apps/theming/l10n/pt_BR.json +++ b/apps/theming/l10n/pt_BR.json @@ -45,13 +45,11 @@ "Favicon" : "Ícone de favoritos", "Upload new favicon" : "Enviar novo ícone de favorito", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instale a extensão PHP Imagemagick com suporte a imagens SVG para gerar favicons automaticamente, com base no logotipo e na cor enviados.", - "You are already using a custom theme" : "Você já está usando um tema personalizado", - "reset to default" : "restaurar ao padrão", - "Web address" : "Endereço web", - "Web address https://…" : "Endereço web https://...", "There is no error, the file uploaded with success" : "Sem erros. Arquivo enviado com sucesso", "The uploaded file was only partially uploaded" : "O arquivo foi enviado parcialmente", "Failed to write file to disk." : "Falha ao escrever no disco.", - "A PHP extension stopped the file upload." : "Uma extensão PHP parou o envio do arquivo." + "A PHP extension stopped the file upload." : "Uma extensão PHP parou o envio do arquivo.", + "You are already using a custom theme" : "Você já está usando um tema personalizado", + "Web address https://…" : "Endereço web https://..." },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/pt_PT.js b/apps/theming/l10n/pt_PT.js index 0f318721f8..a2e7d23cef 100644 --- a/apps/theming/l10n/pt_PT.js +++ b/apps/theming/l10n/pt_PT.js @@ -28,13 +28,11 @@ OC.L10N.register( "Upload new login background" : "Carregar imagem de segundo plano de Login", "Remove background image" : "Remover imagem de segundo plano", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instale a extensão PHP Imagemagick com suporte para imagens SVG para gerar automaticamente favicons com base na cor e no logotipo carregado.", - "You are already using a custom theme" : "Já está a usar um tema personalizado", - "reset to default" : "restaurar valor padrão", - "Web address" : "Endereço Web", - "Web address https://…" : "Endereço Web https::// ...", "There is no error, the file uploaded with success" : "Não ocorreu nenhum erro, o ficheiro foi carregado com sucesso", "The uploaded file was only partially uploaded" : "O ficheiro escolhido foi apenas parcialmente carregado", "Failed to write file to disk." : "Falhou a escrever o ficheiro no disco.", - "A PHP extension stopped the file upload." : "Uma extensão PHP parou o carregamento do ficheiro." + "A PHP extension stopped the file upload." : "Uma extensão PHP parou o carregamento do ficheiro.", + "You are already using a custom theme" : "Já está a usar um tema personalizado", + "Web address https://…" : "Endereço Web https::// ..." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/pt_PT.json b/apps/theming/l10n/pt_PT.json index 014b2f02ed..e0f626544a 100644 --- a/apps/theming/l10n/pt_PT.json +++ b/apps/theming/l10n/pt_PT.json @@ -26,13 +26,11 @@ "Upload new login background" : "Carregar imagem de segundo plano de Login", "Remove background image" : "Remover imagem de segundo plano", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instale a extensão PHP Imagemagick com suporte para imagens SVG para gerar automaticamente favicons com base na cor e no logotipo carregado.", - "You are already using a custom theme" : "Já está a usar um tema personalizado", - "reset to default" : "restaurar valor padrão", - "Web address" : "Endereço Web", - "Web address https://…" : "Endereço Web https::// ...", "There is no error, the file uploaded with success" : "Não ocorreu nenhum erro, o ficheiro foi carregado com sucesso", "The uploaded file was only partially uploaded" : "O ficheiro escolhido foi apenas parcialmente carregado", "Failed to write file to disk." : "Falhou a escrever o ficheiro no disco.", - "A PHP extension stopped the file upload." : "Uma extensão PHP parou o carregamento do ficheiro." + "A PHP extension stopped the file upload." : "Uma extensão PHP parou o carregamento do ficheiro.", + "You are already using a custom theme" : "Já está a usar um tema personalizado", + "Web address https://…" : "Endereço Web https::// ..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/ru.js b/apps/theming/l10n/ru.js index 4246e144d1..2be9b4c660 100644 --- a/apps/theming/l10n/ru.js +++ b/apps/theming/l10n/ru.js @@ -47,13 +47,11 @@ OC.L10N.register( "Favicon" : "Favicon (значок сайта)", "Upload new favicon" : "Загрузить значок сайта", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Для автоматической генерации favicon на основе загруженного логотипа и цвета нужно установить PHP расширение Imagemagick с поддержкой изображений SVG ", - "You are already using a custom theme" : "Вы уже используете настраиваемую тему", - "reset to default" : "сброс до настроек по-умолчанию", - "Web address" : "Веб адрес", - "Web address https://…" : "Веб адрес https://…", "There is no error, the file uploaded with success" : "Файл загружен успешно. Ошибок нет.", "The uploaded file was only partially uploaded" : "Файл загружен лишь частично", "Failed to write file to disk." : "Ошибка записи на диск.", - "A PHP extension stopped the file upload." : "PHP прервало загрузку файла." + "A PHP extension stopped the file upload." : "PHP прервало загрузку файла.", + "You are already using a custom theme" : "Вы уже используете настраиваемую тему", + "Web address https://…" : "Веб адрес https://…" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/theming/l10n/ru.json b/apps/theming/l10n/ru.json index a11e351c89..d2827e4260 100644 --- a/apps/theming/l10n/ru.json +++ b/apps/theming/l10n/ru.json @@ -45,13 +45,11 @@ "Favicon" : "Favicon (значок сайта)", "Upload new favicon" : "Загрузить значок сайта", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Для автоматической генерации favicon на основе загруженного логотипа и цвета нужно установить PHP расширение Imagemagick с поддержкой изображений SVG ", - "You are already using a custom theme" : "Вы уже используете настраиваемую тему", - "reset to default" : "сброс до настроек по-умолчанию", - "Web address" : "Веб адрес", - "Web address https://…" : "Веб адрес https://…", "There is no error, the file uploaded with success" : "Файл загружен успешно. Ошибок нет.", "The uploaded file was only partially uploaded" : "Файл загружен лишь частично", "Failed to write file to disk." : "Ошибка записи на диск.", - "A PHP extension stopped the file upload." : "PHP прервало загрузку файла." + "A PHP extension stopped the file upload." : "PHP прервало загрузку файла.", + "You are already using a custom theme" : "Вы уже используете настраиваемую тему", + "Web address https://…" : "Веб адрес https://…" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" } \ No newline at end of file diff --git a/apps/theming/l10n/sk.js b/apps/theming/l10n/sk.js index 2e89556756..40a4491fc6 100644 --- a/apps/theming/l10n/sk.js +++ b/apps/theming/l10n/sk.js @@ -32,13 +32,11 @@ OC.L10N.register( "Upload new login background" : "Nahrať nové prihlasovacie pozadie", "Remove background image" : "Odstrániť obrázok pozadia", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Ak chcete automaticky generovať favikony na základe nahraného loga a farby, nainštalujte rozšírenie Imagemagick PHP s podporou pre SVG obrázky.", - "You are already using a custom theme" : "Už používate upravený vzhľad", - "reset to default" : "nastaviť predvolené", - "Web address" : "Web adresa", - "Web address https://…" : "Webová adresa https://...", "There is no error, the file uploaded with success" : "Nenastala žiadna chyba, súbor bol úspešne nahraný", "The uploaded file was only partially uploaded" : "Ukladaný súbor sa nahral len čiastočne", "Failed to write file to disk." : "Nepodarilo sa zapísať súbor na disk.", - "A PHP extension stopped the file upload." : "rozšírenie PHP zastavilo nahrávanie súboru." + "A PHP extension stopped the file upload." : "rozšírenie PHP zastavilo nahrávanie súboru.", + "You are already using a custom theme" : "Už používate upravený vzhľad", + "Web address https://…" : "Webová adresa https://..." }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/theming/l10n/sk.json b/apps/theming/l10n/sk.json index 210a3a3e9b..37f3e1449a 100644 --- a/apps/theming/l10n/sk.json +++ b/apps/theming/l10n/sk.json @@ -30,13 +30,11 @@ "Upload new login background" : "Nahrať nové prihlasovacie pozadie", "Remove background image" : "Odstrániť obrázok pozadia", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Ak chcete automaticky generovať favikony na základe nahraného loga a farby, nainštalujte rozšírenie Imagemagick PHP s podporou pre SVG obrázky.", - "You are already using a custom theme" : "Už používate upravený vzhľad", - "reset to default" : "nastaviť predvolené", - "Web address" : "Web adresa", - "Web address https://…" : "Webová adresa https://...", "There is no error, the file uploaded with success" : "Nenastala žiadna chyba, súbor bol úspešne nahraný", "The uploaded file was only partially uploaded" : "Ukladaný súbor sa nahral len čiastočne", "Failed to write file to disk." : "Nepodarilo sa zapísať súbor na disk.", - "A PHP extension stopped the file upload." : "rozšírenie PHP zastavilo nahrávanie súboru." + "A PHP extension stopped the file upload." : "rozšírenie PHP zastavilo nahrávanie súboru.", + "You are already using a custom theme" : "Už používate upravený vzhľad", + "Web address https://…" : "Webová adresa https://..." },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/apps/theming/l10n/sr.js b/apps/theming/l10n/sr.js index 9dbc22d76b..844ffc93e5 100644 --- a/apps/theming/l10n/sr.js +++ b/apps/theming/l10n/sr.js @@ -47,13 +47,11 @@ OC.L10N.register( "Favicon" : "Favicon", "Upload new favicon" : "Отпремите нову favicon иконицу", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Инсталирајте Imagemagick PHP екстензију која подржава SVG слике, да аутоматски направи иконе од отпремљеног логоа и боје.", - "You are already using a custom theme" : "Већ користите прилагођену тему", - "reset to default" : "ресетуј на подразумевано", - "Web address" : "Веб адреса", - "Web address https://…" : "Веб адреса https://…", "There is no error, the file uploaded with success" : "Нема грешке, фајл је отпремљен успешно", "The uploaded file was only partially uploaded" : "Отпремани фајл је само делимично отпремљен", "Failed to write file to disk." : "Не могу да пишем фајл на диск", - "A PHP extension stopped the file upload." : "PHP екстензија је зауставила отпремање фајла." + "A PHP extension stopped the file upload." : "PHP екстензија је зауставила отпремање фајла.", + "You are already using a custom theme" : "Већ користите прилагођену тему", + "Web address https://…" : "Веб адреса https://…" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/theming/l10n/sr.json b/apps/theming/l10n/sr.json index 2860def155..bd0aaebb39 100644 --- a/apps/theming/l10n/sr.json +++ b/apps/theming/l10n/sr.json @@ -45,13 +45,11 @@ "Favicon" : "Favicon", "Upload new favicon" : "Отпремите нову favicon иконицу", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Инсталирајте Imagemagick PHP екстензију која подржава SVG слике, да аутоматски направи иконе од отпремљеног логоа и боје.", - "You are already using a custom theme" : "Већ користите прилагођену тему", - "reset to default" : "ресетуј на подразумевано", - "Web address" : "Веб адреса", - "Web address https://…" : "Веб адреса https://…", "There is no error, the file uploaded with success" : "Нема грешке, фајл је отпремљен успешно", "The uploaded file was only partially uploaded" : "Отпремани фајл је само делимично отпремљен", "Failed to write file to disk." : "Не могу да пишем фајл на диск", - "A PHP extension stopped the file upload." : "PHP екстензија је зауставила отпремање фајла." + "A PHP extension stopped the file upload." : "PHP екстензија је зауставила отпремање фајла.", + "You are already using a custom theme" : "Већ користите прилагођену тему", + "Web address https://…" : "Веб адреса https://…" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" } \ No newline at end of file diff --git a/apps/theming/l10n/sv.js b/apps/theming/l10n/sv.js index 4868eb14a2..63a96831cc 100644 --- a/apps/theming/l10n/sv.js +++ b/apps/theming/l10n/sv.js @@ -34,13 +34,11 @@ OC.L10N.register( "Legal notice link" : "Länk rättsligt meddelande", "Privacy policy link" : "Länk integritetspolicy", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installera Imagemagick PHP-tillägget med stöd för SVG-bilder för att automatiskt generera faviconer baserat på den uppladdade logotypen och färgen.", - "You are already using a custom theme" : "Du använder redan ett annat tema", - "reset to default" : "Återställ till standard", - "Web address" : "Webbadress", - "Web address https://…" : "Webbadress https://...", "There is no error, the file uploaded with success" : "Det finns inga fel, uppladdning av filen lyckades ", "The uploaded file was only partially uploaded" : "Den uppladdade filen laddades bara upp delvis", "Failed to write file to disk." : "Misslyckades att skriva till disk", - "A PHP extension stopped the file upload." : "Ett PHP-tillägg stoppade uppladdningen av filen." + "A PHP extension stopped the file upload." : "Ett PHP-tillägg stoppade uppladdningen av filen.", + "You are already using a custom theme" : "Du använder redan ett annat tema", + "Web address https://…" : "Webbadress https://..." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/sv.json b/apps/theming/l10n/sv.json index 5f44fe07ff..a712f0859b 100644 --- a/apps/theming/l10n/sv.json +++ b/apps/theming/l10n/sv.json @@ -32,13 +32,11 @@ "Legal notice link" : "Länk rättsligt meddelande", "Privacy policy link" : "Länk integritetspolicy", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installera Imagemagick PHP-tillägget med stöd för SVG-bilder för att automatiskt generera faviconer baserat på den uppladdade logotypen och färgen.", - "You are already using a custom theme" : "Du använder redan ett annat tema", - "reset to default" : "Återställ till standard", - "Web address" : "Webbadress", - "Web address https://…" : "Webbadress https://...", "There is no error, the file uploaded with success" : "Det finns inga fel, uppladdning av filen lyckades ", "The uploaded file was only partially uploaded" : "Den uppladdade filen laddades bara upp delvis", "Failed to write file to disk." : "Misslyckades att skriva till disk", - "A PHP extension stopped the file upload." : "Ett PHP-tillägg stoppade uppladdningen av filen." + "A PHP extension stopped the file upload." : "Ett PHP-tillägg stoppade uppladdningen av filen.", + "You are already using a custom theme" : "Du använder redan ett annat tema", + "Web address https://…" : "Webbadress https://..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/tr.js b/apps/theming/l10n/tr.js index 793db2fa3e..47da0a4d19 100644 --- a/apps/theming/l10n/tr.js +++ b/apps/theming/l10n/tr.js @@ -47,13 +47,11 @@ OC.L10N.register( "Favicon" : "Favicon", "Upload new favicon" : "Yeni favicon yükle", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Yüklenen logo ve renge göre otomatik olarak favicon üretilmesi için Imagemagick PHP eklentisini SVG desteği ile kurun.", - "You are already using a custom theme" : "Zaten özel bir tema kullanıyorsunuz", - "reset to default" : "varsayılana dön", - "Web address" : "Web adresi", - "Web address https://…" : "Web adresi https://...", "There is no error, the file uploaded with success" : "Herhangi bir sorun yok, dosya yüklendi", "The uploaded file was only partially uploaded" : "Dosyanın yalnızca bir bölümü yüklenebildi", "Failed to write file to disk." : "Dosya diske yazılamadı.", - "A PHP extension stopped the file upload." : "Bir PHP eklentisi dosyanın yüklenmesini engelledi." + "A PHP extension stopped the file upload." : "Bir PHP eklentisi dosyanın yüklenmesini engelledi.", + "You are already using a custom theme" : "Zaten özel bir tema kullanıyorsunuz", + "Web address https://…" : "Web adresi https://..." }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/theming/l10n/tr.json b/apps/theming/l10n/tr.json index ac5baa6ed7..4d8b27dbad 100644 --- a/apps/theming/l10n/tr.json +++ b/apps/theming/l10n/tr.json @@ -45,13 +45,11 @@ "Favicon" : "Favicon", "Upload new favicon" : "Yeni favicon yükle", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Yüklenen logo ve renge göre otomatik olarak favicon üretilmesi için Imagemagick PHP eklentisini SVG desteği ile kurun.", - "You are already using a custom theme" : "Zaten özel bir tema kullanıyorsunuz", - "reset to default" : "varsayılana dön", - "Web address" : "Web adresi", - "Web address https://…" : "Web adresi https://...", "There is no error, the file uploaded with success" : "Herhangi bir sorun yok, dosya yüklendi", "The uploaded file was only partially uploaded" : "Dosyanın yalnızca bir bölümü yüklenebildi", "Failed to write file to disk." : "Dosya diske yazılamadı.", - "A PHP extension stopped the file upload." : "Bir PHP eklentisi dosyanın yüklenmesini engelledi." + "A PHP extension stopped the file upload." : "Bir PHP eklentisi dosyanın yüklenmesini engelledi.", + "You are already using a custom theme" : "Zaten özel bir tema kullanıyorsunuz", + "Web address https://…" : "Web adresi https://..." },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/theming/l10n/zh_CN.js b/apps/theming/l10n/zh_CN.js index 4903998839..125808b54b 100644 --- a/apps/theming/l10n/zh_CN.js +++ b/apps/theming/l10n/zh_CN.js @@ -28,13 +28,11 @@ OC.L10N.register( "Upload new login background" : "上传新登录背景", "Remove background image" : "删除背景图片", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "安装支持SVG图像的PHP扩展Imagemagick,根据上传的logo和颜色自动生成收藏图标。", - "You are already using a custom theme" : "你已经在使用自定义主题", - "reset to default" : "重置默认", - "Web address" : "网址", - "Web address https://…" : "网址 https://...", "There is no error, the file uploaded with success" : "没有错误,文件已上传成功", "The uploaded file was only partially uploaded" : "上传的文件只有部分已上传", "Failed to write file to disk." : "文件写入磁盘失败。", - "A PHP extension stopped the file upload." : "PHP扩展停止了文件上传。" + "A PHP extension stopped the file upload." : "PHP扩展停止了文件上传。", + "You are already using a custom theme" : "你已经在使用自定义主题", + "Web address https://…" : "网址 https://..." }, "nplurals=1; plural=0;"); diff --git a/apps/theming/l10n/zh_CN.json b/apps/theming/l10n/zh_CN.json index fc892c60ea..0b4667717f 100644 --- a/apps/theming/l10n/zh_CN.json +++ b/apps/theming/l10n/zh_CN.json @@ -26,13 +26,11 @@ "Upload new login background" : "上传新登录背景", "Remove background image" : "删除背景图片", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "安装支持SVG图像的PHP扩展Imagemagick,根据上传的logo和颜色自动生成收藏图标。", - "You are already using a custom theme" : "你已经在使用自定义主题", - "reset to default" : "重置默认", - "Web address" : "网址", - "Web address https://…" : "网址 https://...", "There is no error, the file uploaded with success" : "没有错误,文件已上传成功", "The uploaded file was only partially uploaded" : "上传的文件只有部分已上传", "Failed to write file to disk." : "文件写入磁盘失败。", - "A PHP extension stopped the file upload." : "PHP扩展停止了文件上传。" + "A PHP extension stopped the file upload." : "PHP扩展停止了文件上传。", + "You are already using a custom theme" : "你已经在使用自定义主题", + "Web address https://…" : "网址 https://..." },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/ast.js b/apps/user_ldap/l10n/ast.js index 8b5b8f8611..4fca5aa217 100644 --- a/apps/user_ldap/l10n/ast.js +++ b/apps/user_ldap/l10n/ast.js @@ -157,9 +157,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Llimpiar l'asignación de los Nomes d'usuariu de los usuarios LDAP", "Clear Groupname-LDAP Group Mapping" : "Llimpiar l'asignación de los Nomes de grupu de los grupos de LDAP", " entries available within the provided Base DN" : "entraes disponibles dientro la Base DN proporcionada", - "1. Server" : "1. Sirvidor", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Avisu: Les apps user_ldap y user_webdavauth son incompatibles. Pues esperimentar un comportamientu inesperáu. Entruga al to alministrador de sistemes pa desactivar una d'elles.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los nomes d'usuariu usense p'atroxar (meta) datos. En cuenta d'identificar y reconocer usuarios, cada usuariu de LDAP tendrá'l so nome d'usuariu internu polo que rique un mapéu dende'l so nome d'usuariu al usuariu de LDAP. El nome d'usuariu creáu mapeáse al UUID del usuariu de LDAP. Amás cacheamos tamién la DN p'amenorgar la intecractividá de LDAP, pero ensin usala pa la identificación. Si la DN camuda, atoparanse los cambios. L'usu internu del nome d'usuariu ye perdayures. " }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/ast.json b/apps/user_ldap/l10n/ast.json index cfca7f11b1..fbeef5f2d5 100644 --- a/apps/user_ldap/l10n/ast.json +++ b/apps/user_ldap/l10n/ast.json @@ -155,9 +155,6 @@ "Clear Username-LDAP User Mapping" : "Llimpiar l'asignación de los Nomes d'usuariu de los usuarios LDAP", "Clear Groupname-LDAP Group Mapping" : "Llimpiar l'asignación de los Nomes de grupu de los grupos de LDAP", " entries available within the provided Base DN" : "entraes disponibles dientro la Base DN proporcionada", - "1. Server" : "1. Sirvidor", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Avisu: Les apps user_ldap y user_webdavauth son incompatibles. Pues esperimentar un comportamientu inesperáu. Entruga al to alministrador de sistemes pa desactivar una d'elles.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los nomes d'usuariu usense p'atroxar (meta) datos. En cuenta d'identificar y reconocer usuarios, cada usuariu de LDAP tendrá'l so nome d'usuariu internu polo que rique un mapéu dende'l so nome d'usuariu al usuariu de LDAP. El nome d'usuariu creáu mapeáse al UUID del usuariu de LDAP. Amás cacheamos tamién la DN p'amenorgar la intecractividá de LDAP, pero ensin usala pa la identificación. Si la DN camuda, atoparanse los cambios. L'usu internu del nome d'usuariu ye perdayures. " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/bg.js b/apps/user_ldap/l10n/bg.js index 3b13e9e8fd..ee29d2a3f3 100644 --- a/apps/user_ldap/l10n/bg.js +++ b/apps/user_ldap/l10n/bg.js @@ -104,10 +104,6 @@ OC.L10N.register( "Override UUID detection" : "Промени UUID откриването", "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Обикновено UUID атрибутът ще бъде намерен автоматично. UUID атрибута се използва, за да се идентифицират еднозначно LDAP потребители и групи. Освен това ще бъде генерирано вътрешното име базирано на UUID-то, ако такова не е посочено по-горе. Можете да промените настройката и да използвате атрибут по свой избор. Наложително е атрибутът да бъде уникален както за потребителите така и за групите. Промените ще се отразят само за новодобавени (map-нати) LDAP потребители.", "UUID Attribute for Users:" : "UUID атрибут за потребителите:", - "UUID Attribute for Groups:" : "UUID атрибут за групите:", - "1. Server" : "1. Сървър", - "Wrong password. Reset it?" : "Грешна парола. Възстановяване?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Предупреждение: Приложенията user_ldap и user_webdavauth са несъвместими. Моля, помолете системния администратор да изключи едно от приложенията." + "UUID Attribute for Groups:" : "UUID атрибут за групите:" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/bg.json b/apps/user_ldap/l10n/bg.json index b6b5fb2ced..8d3ae000d2 100644 --- a/apps/user_ldap/l10n/bg.json +++ b/apps/user_ldap/l10n/bg.json @@ -102,10 +102,6 @@ "Override UUID detection" : "Промени UUID откриването", "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Обикновено UUID атрибутът ще бъде намерен автоматично. UUID атрибута се използва, за да се идентифицират еднозначно LDAP потребители и групи. Освен това ще бъде генерирано вътрешното име базирано на UUID-то, ако такова не е посочено по-горе. Можете да промените настройката и да използвате атрибут по свой избор. Наложително е атрибутът да бъде уникален както за потребителите така и за групите. Промените ще се отразят само за новодобавени (map-нати) LDAP потребители.", "UUID Attribute for Users:" : "UUID атрибут за потребителите:", - "UUID Attribute for Groups:" : "UUID атрибут за групите:", - "1. Server" : "1. Сървър", - "Wrong password. Reset it?" : "Грешна парола. Възстановяване?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Предупреждение: Приложенията user_ldap и user_webdavauth са несъвместими. Моля, помолете системния администратор да изключи едно от приложенията." + "UUID Attribute for Groups:" : "UUID атрибут за групите:" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/ca.js b/apps/user_ldap/l10n/ca.js index 3bdd55d6dc..50e2fd47e6 100644 --- a/apps/user_ldap/l10n/ca.js +++ b/apps/user_ldap/l10n/ca.js @@ -142,9 +142,6 @@ OC.L10N.register( "Username-LDAP User Mapping" : "Mapatge d'usuari Nom d'usuari-LDAP", "Clear Username-LDAP User Mapping" : "Elimina el mapatge d'usuari Nom d'usuari-LDAP", "Clear Groupname-LDAP Group Mapping" : "Elimina el mapatge de grup Nom de grup-LDAP", - " entries available within the provided Base DN" : "les entrades disponibles a la Base DN proporcionada", - "1. Server" : "1. Servidor", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Avís: Les aplicacions user_ldap i user_webdavauth són incompatibles. Podeu experimentar comportaments inesperats. Demaneu a l'administrador del sistema que en desactivi una." + " entries available within the provided Base DN" : "les entrades disponibles a la Base DN proporcionada" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/ca.json b/apps/user_ldap/l10n/ca.json index b38a66b64e..12fcac48a5 100644 --- a/apps/user_ldap/l10n/ca.json +++ b/apps/user_ldap/l10n/ca.json @@ -140,9 +140,6 @@ "Username-LDAP User Mapping" : "Mapatge d'usuari Nom d'usuari-LDAP", "Clear Username-LDAP User Mapping" : "Elimina el mapatge d'usuari Nom d'usuari-LDAP", "Clear Groupname-LDAP Group Mapping" : "Elimina el mapatge de grup Nom de grup-LDAP", - " entries available within the provided Base DN" : "les entrades disponibles a la Base DN proporcionada", - "1. Server" : "1. Servidor", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Avís: Les aplicacions user_ldap i user_webdavauth són incompatibles. Podeu experimentar comportaments inesperats. Demaneu a l'administrador del sistema que en desactivi una." + " entries available within the provided Base DN" : "les entrades disponibles a la Base DN proporcionada" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/cs.js b/apps/user_ldap/l10n/cs.js index bfa4f6a765..54b5adf7ab 100644 --- a/apps/user_ldap/l10n/cs.js +++ b/apps/user_ldap/l10n/cs.js @@ -188,10 +188,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Zrušit mapování uživatelských jmen LDAPu", "Clear Groupname-LDAP Group Mapping" : "Zrušit mapování názvů skupin LDAPu", " entries available within the provided Base DN" : "záznamů dostupných v zadané Base DN", - "1. Server" : "1. Server", - "Wrong password. Reset it?" : "Chybné heslo. Resetovat?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Varování: Aplikace user_ldap a user_webdavauth jsou vzájemně nekompatibilní. Můžete zaznamenat neočekávané chování. Požádejte svého správce systému o zakázání jedné z nich.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Uživatelská jména jsou používána pro uchovávání a přiřazování (meta)dat. Pro správnou identifikaci a rozpoznání uživatelů bude mít každý LDAP uživatel interní uživatelské jméno. To vyžaduje mapování uživatelských jmen na uživatele LDAP. Vytvořené uživatelské jméno je mapováno na UUID uživatele v LDAP. DN informace je navíc udržována v paměti pro snížení interakce s LDAP, ale není používána pro identifikaci. Pokud se DN změní, bude to správně rozpoznáno. Interní uživatelské jméno se používá celé. Vyčištění mapování zanechá zbytky všude. Vyčištění navíc není specifické pro každou konfiguraci, bude mít vliv na všechny LDAP konfigurace! Nikdy nečistěte mapování v produkčním prostředí, ale pouze v testovací nebo experimentální fázi." }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/apps/user_ldap/l10n/cs.json b/apps/user_ldap/l10n/cs.json index 7c1417f5e0..eaced20cfb 100644 --- a/apps/user_ldap/l10n/cs.json +++ b/apps/user_ldap/l10n/cs.json @@ -186,10 +186,6 @@ "Clear Username-LDAP User Mapping" : "Zrušit mapování uživatelských jmen LDAPu", "Clear Groupname-LDAP Group Mapping" : "Zrušit mapování názvů skupin LDAPu", " entries available within the provided Base DN" : "záznamů dostupných v zadané Base DN", - "1. Server" : "1. Server", - "Wrong password. Reset it?" : "Chybné heslo. Resetovat?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Varování: Aplikace user_ldap a user_webdavauth jsou vzájemně nekompatibilní. Můžete zaznamenat neočekávané chování. Požádejte svého správce systému o zakázání jedné z nich.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Uživatelská jména jsou používána pro uchovávání a přiřazování (meta)dat. Pro správnou identifikaci a rozpoznání uživatelů bude mít každý LDAP uživatel interní uživatelské jméno. To vyžaduje mapování uživatelských jmen na uživatele LDAP. Vytvořené uživatelské jméno je mapováno na UUID uživatele v LDAP. DN informace je navíc udržována v paměti pro snížení interakce s LDAP, ale není používána pro identifikaci. Pokud se DN změní, bude to správně rozpoznáno. Interní uživatelské jméno se používá celé. Vyčištění mapování zanechá zbytky všude. Vyčištění navíc není specifické pro každou konfiguraci, bude mít vliv na všechny LDAP konfigurace! Nikdy nečistěte mapování v produkčním prostředí, ale pouze v testovací nebo experimentální fázi." },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/da.js b/apps/user_ldap/l10n/da.js index af3605e1e5..701abc866b 100644 --- a/apps/user_ldap/l10n/da.js +++ b/apps/user_ldap/l10n/da.js @@ -184,10 +184,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Ryd kortlægning mellem brugernavn og LDAP-bruger", "Clear Groupname-LDAP Group Mapping" : "Ryd kortlægning mellem gruppenavn og LDAP-gruppe", " entries available within the provided Base DN" : "poster tilgængelige inden for det angivne Base DN.", - "1. Server" : "1. server", - "Wrong password. Reset it?" : "Forkert password.\nSkal det nulstilles?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advarsel: Apps'ene user_ldap og user_webdavauth er ikke kompatible. Du kan opleve uventet adfærd. Spørg venligst din systemadministrator om at slå én af dem fra.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Brugernavne bruges til at lagre og tildele (meta)data. For at kunne identificere og genkende brugere præcist, så vil hver LDAP-bruger have et internt brugernavn. Det oprettede brugernavn kortlægges til UUID'et for LDAP-brugeren. I tillæg mellemlagres DN'et for at mindske LDAP-interaktioner, men det benyttes ikke til identifikation. Hvis DN'et ændres, så vil ændringerne blive registreret. Det interne brugernavn anvendes overalt. Hvis kortlægningerne ryddes, så vil der være rester overalt. Rydning af kortlægningerne er ikke konfigurationssensitivt - det påvirker alle LDAP-konfigurationer! Ryd aldrig kortlægningerne i et produktionsmiljø, kun i et teststadie eller eksperimentelt stadie." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/da.json b/apps/user_ldap/l10n/da.json index ceebc49695..c7ca3b6b1c 100644 --- a/apps/user_ldap/l10n/da.json +++ b/apps/user_ldap/l10n/da.json @@ -182,10 +182,6 @@ "Clear Username-LDAP User Mapping" : "Ryd kortlægning mellem brugernavn og LDAP-bruger", "Clear Groupname-LDAP Group Mapping" : "Ryd kortlægning mellem gruppenavn og LDAP-gruppe", " entries available within the provided Base DN" : "poster tilgængelige inden for det angivne Base DN.", - "1. Server" : "1. server", - "Wrong password. Reset it?" : "Forkert password.\nSkal det nulstilles?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advarsel: Apps'ene user_ldap og user_webdavauth er ikke kompatible. Du kan opleve uventet adfærd. Spørg venligst din systemadministrator om at slå én af dem fra.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Brugernavne bruges til at lagre og tildele (meta)data. For at kunne identificere og genkende brugere præcist, så vil hver LDAP-bruger have et internt brugernavn. Det oprettede brugernavn kortlægges til UUID'et for LDAP-brugeren. I tillæg mellemlagres DN'et for at mindske LDAP-interaktioner, men det benyttes ikke til identifikation. Hvis DN'et ændres, så vil ændringerne blive registreret. Det interne brugernavn anvendes overalt. Hvis kortlægningerne ryddes, så vil der være rester overalt. Rydning af kortlægningerne er ikke konfigurationssensitivt - det påvirker alle LDAP-konfigurationer! Ryd aldrig kortlægningerne i et produktionsmiljø, kun i et teststadie eller eksperimentelt stadie." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/de.js b/apps/user_ldap/l10n/de.js index 737ab9d601..19b42de142 100644 --- a/apps/user_ldap/l10n/de.js +++ b/apps/user_ldap/l10n/de.js @@ -188,10 +188,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "LDAP-Benutzernamenzuordnung löschen", "Clear Groupname-LDAP Group Mapping" : "LDAP-Gruppennamenzuordnung löschen", " entries available within the provided Base DN" : "Einträge in der Vorgesehenen Base DN verfügbar", - "1. Server" : "1. Server", - "Wrong password. Reset it?" : "Falsches Passwort. Soll es zurückgesetzt werden?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Warnung: Die Anwendungen user_ldap und user_webdavauth sind inkompatibel. Es kann deshalb zu unerwartetem Systemverhalten kommen. Bitte kontaktiere deinen Systemadministator und bitte ihn um die Deaktivierung einer der beiden Anwendungen.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Die Benutzernamen werden genutzt, um (Meta-)Daten zuzuordnen und zu speichern. Um Benutzer eindeutig und präzise zu identifizieren, hat jeder LDAP-Benutzer einen internen Benutzernamen. Dies erfordert eine Zuordnung (mappen) von Benutzernamen zum LDAP-Benutzer. Der erstellte Benutzername wird der UUID des LDAP-Benutzernamens zugeordnet. Zusätzlich wird der DN zwischengespeichert, um die Interaktion mit dem LDAP zu minimieren, was aber nicht der Identifikation dient. Ändert sich der DN, werden die Änderungen durch gefunden. Der interne Benutzername, wird in überall verwendet. Werden die Zuordnungen gelöscht, bleiben überall Reste zurück. Die Löschung der Zuordnungen kann nicht in der Konfiguration vorgenommen werden, beeinflusst aber die LDAP-Konfiguration! Lösche niemals die Zuordnungen in einer produktiven Umgebung. Lösche die Zuordnungen nur in einer Test- oder Experimentierumgebung." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/de.json b/apps/user_ldap/l10n/de.json index 211e2552d0..c2ea498220 100644 --- a/apps/user_ldap/l10n/de.json +++ b/apps/user_ldap/l10n/de.json @@ -186,10 +186,6 @@ "Clear Username-LDAP User Mapping" : "LDAP-Benutzernamenzuordnung löschen", "Clear Groupname-LDAP Group Mapping" : "LDAP-Gruppennamenzuordnung löschen", " entries available within the provided Base DN" : "Einträge in der Vorgesehenen Base DN verfügbar", - "1. Server" : "1. Server", - "Wrong password. Reset it?" : "Falsches Passwort. Soll es zurückgesetzt werden?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Warnung: Die Anwendungen user_ldap und user_webdavauth sind inkompatibel. Es kann deshalb zu unerwartetem Systemverhalten kommen. Bitte kontaktiere deinen Systemadministator und bitte ihn um die Deaktivierung einer der beiden Anwendungen.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Die Benutzernamen werden genutzt, um (Meta-)Daten zuzuordnen und zu speichern. Um Benutzer eindeutig und präzise zu identifizieren, hat jeder LDAP-Benutzer einen internen Benutzernamen. Dies erfordert eine Zuordnung (mappen) von Benutzernamen zum LDAP-Benutzer. Der erstellte Benutzername wird der UUID des LDAP-Benutzernamens zugeordnet. Zusätzlich wird der DN zwischengespeichert, um die Interaktion mit dem LDAP zu minimieren, was aber nicht der Identifikation dient. Ändert sich der DN, werden die Änderungen durch gefunden. Der interne Benutzername, wird in überall verwendet. Werden die Zuordnungen gelöscht, bleiben überall Reste zurück. Die Löschung der Zuordnungen kann nicht in der Konfiguration vorgenommen werden, beeinflusst aber die LDAP-Konfiguration! Lösche niemals die Zuordnungen in einer produktiven Umgebung. Lösche die Zuordnungen nur in einer Test- oder Experimentierumgebung." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/de_DE.js b/apps/user_ldap/l10n/de_DE.js index c23942f5ca..f96b22624f 100644 --- a/apps/user_ldap/l10n/de_DE.js +++ b/apps/user_ldap/l10n/de_DE.js @@ -188,10 +188,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Lösche LDAP-Benutzernamenzuordnung", "Clear Groupname-LDAP Group Mapping" : "Lösche LDAP-Gruppennamenzuordnung", " entries available within the provided Base DN" : "Einträge in der angegebenen Base DN verfügbar", - "1. Server" : "1. Server", - "Wrong password. Reset it?" : "Falsches Passwort. Soll es zurückgesetzt werden?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Warnung: Die Anwendungen user_ldap und user_webdavauth sind inkompatibel. Es kann deshalb zu unerwartetem Systemverhalten kommen. Bitte kontaktieren Sie Ihren Systemadministator und bitten Sie um die Deaktivierung einer der beiden Anwendungen.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Benutzernamen dienen zum Speichern und Zuweisen von (Meta-)Daten. Um Benutzer eindeutig zu identifizieren und zu erkennen, besitzt jeder LDAP-Benutzer einen internen Benutzernamen. Dies erfordert eine Zuordnung des jeweiligen Benutzernamens zum LDAP-Benutzer. Der erstellte Benutzername wird der UUID des LDAP-Benutzers zugeordnet. Darüber hinaus wird der DN auch zwischengespeichert, um die Interaktion über LDAP zu reduzieren, was aber nicht zur Identifikation dient. Ändert sich der DN, werden die Änderungen gefunden. Der interne Benutzername wird durchgängig verwendet. Ein Löschen der Zuordnungen führt zum systemweiten Verbleib von Restdaten. Es bleibt nicht auf eine einzelne Konfiguration beschränkt, sondern wirkt sich auf alle LDAP-Konfigurationen aus! Löschen Sie die Zuordnungen nie innerhalb einer Produktivumgebung, sondern nur in einer Test- oder Experimentierumgebung." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/de_DE.json b/apps/user_ldap/l10n/de_DE.json index ad7c0a7c3f..bb3ec07a88 100644 --- a/apps/user_ldap/l10n/de_DE.json +++ b/apps/user_ldap/l10n/de_DE.json @@ -186,10 +186,6 @@ "Clear Username-LDAP User Mapping" : "Lösche LDAP-Benutzernamenzuordnung", "Clear Groupname-LDAP Group Mapping" : "Lösche LDAP-Gruppennamenzuordnung", " entries available within the provided Base DN" : "Einträge in der angegebenen Base DN verfügbar", - "1. Server" : "1. Server", - "Wrong password. Reset it?" : "Falsches Passwort. Soll es zurückgesetzt werden?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Warnung: Die Anwendungen user_ldap und user_webdavauth sind inkompatibel. Es kann deshalb zu unerwartetem Systemverhalten kommen. Bitte kontaktieren Sie Ihren Systemadministator und bitten Sie um die Deaktivierung einer der beiden Anwendungen.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Benutzernamen dienen zum Speichern und Zuweisen von (Meta-)Daten. Um Benutzer eindeutig zu identifizieren und zu erkennen, besitzt jeder LDAP-Benutzer einen internen Benutzernamen. Dies erfordert eine Zuordnung des jeweiligen Benutzernamens zum LDAP-Benutzer. Der erstellte Benutzername wird der UUID des LDAP-Benutzers zugeordnet. Darüber hinaus wird der DN auch zwischengespeichert, um die Interaktion über LDAP zu reduzieren, was aber nicht zur Identifikation dient. Ändert sich der DN, werden die Änderungen gefunden. Der interne Benutzername wird durchgängig verwendet. Ein Löschen der Zuordnungen führt zum systemweiten Verbleib von Restdaten. Es bleibt nicht auf eine einzelne Konfiguration beschränkt, sondern wirkt sich auf alle LDAP-Konfigurationen aus! Löschen Sie die Zuordnungen nie innerhalb einer Produktivumgebung, sondern nur in einer Test- oder Experimentierumgebung." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/el.js b/apps/user_ldap/l10n/el.js index 6522a044c0..c7f905cd1b 100644 --- a/apps/user_ldap/l10n/el.js +++ b/apps/user_ldap/l10n/el.js @@ -162,10 +162,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Διαγραφή αντιστοίχησης Ονόματος Χρήστη LDAP-Χρήστη", "Clear Groupname-LDAP Group Mapping" : "Διαγραφή αντιστοίχησης Ονόματος Ομάδας-LDAP Ομάδας", " entries available within the provided Base DN" : "διαθέσιμες καταχωρήσεις εντός του δηλωθέντος ", - "1. Server" : "1. Διακομιστής", - "Wrong password. Reset it?" : "Λάθος συνθηματικο. Επαναφορά;", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Προσοχή: Οι εφαρμογές user_ldap και user_webdavauth είναι ασύμβατες. Μπορεί να αντιμετωπίσετε απρόβλεπτη συμπεριφορά. Παρακαλώ ζητήστε από τον διαχειριστή συστήματος να απενεργοποιήσει μία από αυτές.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Τα ονόματα χρηστών χρησιμοποιούνται για την αποθήκευση και τον προσδιορισμό των (μετα) δεδομένων. Προκειμένου να προσδιοριστούν με ακρίβεια και να αναγνωριστούν οι χρήστες, κάθε χρήστης LDAP θα έχει ένα εσωτερικό όνομα. Αυτό απαιτεί μια αντιστοίχιση του ονόματος χρήστη με το χρήστη LDAP. Το όνομα χρήστη που δημιουργήθηκαν αντιστοιχίζεται στην UUID του χρήστη LDAP. Επιπροσθέτως, το DN αποθηκεύεται προσωρινά (cache) ώστε να μειωθεί η αλληλεπίδραση LDAP, αλλά δεν χρησιμοποιείται για την ταυτοποίηση. Αν το DN αλλάξει, οι αλλαγές θα εντοπιστούν. Το εσωτερικό όνομα χρήστη χρησιμοποιείται παντού. Η εκκαθάριση των αντιστοιχίσεων θα αφήσει υπολείμματα παντού. Η εκκαθάριση των αντιστοιχίσεων δεν επηρεάζεται από τη διαμόρφωση, επηρεάζει όλες τις διαμορφώσεις LDAP! Μην διαγράψετε ποτέ τις αντιστοιχίσεις σε ένα λειτουργικό περιβάλλον παρά μόνο σε δοκιμές ή σε πειραματικό στάδιο." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/el.json b/apps/user_ldap/l10n/el.json index 77cd9ae44e..56d04abb37 100644 --- a/apps/user_ldap/l10n/el.json +++ b/apps/user_ldap/l10n/el.json @@ -160,10 +160,6 @@ "Clear Username-LDAP User Mapping" : "Διαγραφή αντιστοίχησης Ονόματος Χρήστη LDAP-Χρήστη", "Clear Groupname-LDAP Group Mapping" : "Διαγραφή αντιστοίχησης Ονόματος Ομάδας-LDAP Ομάδας", " entries available within the provided Base DN" : "διαθέσιμες καταχωρήσεις εντός του δηλωθέντος ", - "1. Server" : "1. Διακομιστής", - "Wrong password. Reset it?" : "Λάθος συνθηματικο. Επαναφορά;", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Προσοχή: Οι εφαρμογές user_ldap και user_webdavauth είναι ασύμβατες. Μπορεί να αντιμετωπίσετε απρόβλεπτη συμπεριφορά. Παρακαλώ ζητήστε από τον διαχειριστή συστήματος να απενεργοποιήσει μία από αυτές.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Τα ονόματα χρηστών χρησιμοποιούνται για την αποθήκευση και τον προσδιορισμό των (μετα) δεδομένων. Προκειμένου να προσδιοριστούν με ακρίβεια και να αναγνωριστούν οι χρήστες, κάθε χρήστης LDAP θα έχει ένα εσωτερικό όνομα. Αυτό απαιτεί μια αντιστοίχιση του ονόματος χρήστη με το χρήστη LDAP. Το όνομα χρήστη που δημιουργήθηκαν αντιστοιχίζεται στην UUID του χρήστη LDAP. Επιπροσθέτως, το DN αποθηκεύεται προσωρινά (cache) ώστε να μειωθεί η αλληλεπίδραση LDAP, αλλά δεν χρησιμοποιείται για την ταυτοποίηση. Αν το DN αλλάξει, οι αλλαγές θα εντοπιστούν. Το εσωτερικό όνομα χρήστη χρησιμοποιείται παντού. Η εκκαθάριση των αντιστοιχίσεων θα αφήσει υπολείμματα παντού. Η εκκαθάριση των αντιστοιχίσεων δεν επηρεάζεται από τη διαμόρφωση, επηρεάζει όλες τις διαμορφώσεις LDAP! Μην διαγράψετε ποτέ τις αντιστοιχίσεις σε ένα λειτουργικό περιβάλλον παρά μόνο σε δοκιμές ή σε πειραματικό στάδιο." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/en_GB.js b/apps/user_ldap/l10n/en_GB.js index a5755a6fc4..83176ccc71 100644 --- a/apps/user_ldap/l10n/en_GB.js +++ b/apps/user_ldap/l10n/en_GB.js @@ -186,10 +186,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Clear Username-LDAP User Mapping", "Clear Groupname-LDAP Group Mapping" : "Clear Groupname-LDAP Group Mapping", " entries available within the provided Base DN" : " entries available within the provided Base DN", - "1. Server" : "1. Server", - "Wrong password. Reset it?" : "Wrong password. Reset it?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Usernames are used to store and assign (meta) data. In order to precisely identify and recognise users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/en_GB.json b/apps/user_ldap/l10n/en_GB.json index d22bb63a23..4c3cbf341d 100644 --- a/apps/user_ldap/l10n/en_GB.json +++ b/apps/user_ldap/l10n/en_GB.json @@ -184,10 +184,6 @@ "Clear Username-LDAP User Mapping" : "Clear Username-LDAP User Mapping", "Clear Groupname-LDAP Group Mapping" : "Clear Groupname-LDAP Group Mapping", " entries available within the provided Base DN" : " entries available within the provided Base DN", - "1. Server" : "1. Server", - "Wrong password. Reset it?" : "Wrong password. Reset it?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Usernames are used to store and assign (meta) data. In order to precisely identify and recognise users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/es.js b/apps/user_ldap/l10n/es.js index e92c728587..08180d0068 100644 --- a/apps/user_ldap/l10n/es.js +++ b/apps/user_ldap/l10n/es.js @@ -188,10 +188,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Borrar la asignación de los Nombres de usuario de los usuarios LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar la asignación de los Nombres de grupo de los grupos de LDAP", " entries available within the provided Base DN" : "entradas disponibles dentro de la BaseDN provista", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña errónea. ¿Resetearla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las apps user_ldap y user_webdavauth son incompatibles. Puede que experimente un comportamiento inesperado. Pídale a su administrador del sistema que desactive uno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuarios son usados para almacenar y asignar (meta) datos. Con el fin de identificar de forma precisa y reconocer usuarios, cada usuario de LDAP tendrá un nombre de usuario interno. Esto requiere un mapeo entre el nombre de usuario y el usuario del LDAP. El nombre de usuario creado es mapeado respecto al UUID del usuario en el LDAP. De forma adicional, el DN es cacheado para reducir la interacción entre el LDAP, pero no es usado para identificar. Si el DN cambia, los cambios serán aplicados. El nombre de usuario interno es usado por encima de todo. Limpiar los mapeos dejará restos por todas partes, no es sensible a configuración, ¡afecta a todas las configuraciones del LDAP! Nunca limpies los mapeos en un entorno de producción, únicamente en una fase de desarrollo o experimental." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/es.json b/apps/user_ldap/l10n/es.json index bdc4798db8..23bf32254c 100644 --- a/apps/user_ldap/l10n/es.json +++ b/apps/user_ldap/l10n/es.json @@ -186,10 +186,6 @@ "Clear Username-LDAP User Mapping" : "Borrar la asignación de los Nombres de usuario de los usuarios LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar la asignación de los Nombres de grupo de los grupos de LDAP", " entries available within the provided Base DN" : "entradas disponibles dentro de la BaseDN provista", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña errónea. ¿Resetearla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las apps user_ldap y user_webdavauth son incompatibles. Puede que experimente un comportamiento inesperado. Pídale a su administrador del sistema que desactive uno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuarios son usados para almacenar y asignar (meta) datos. Con el fin de identificar de forma precisa y reconocer usuarios, cada usuario de LDAP tendrá un nombre de usuario interno. Esto requiere un mapeo entre el nombre de usuario y el usuario del LDAP. El nombre de usuario creado es mapeado respecto al UUID del usuario en el LDAP. De forma adicional, el DN es cacheado para reducir la interacción entre el LDAP, pero no es usado para identificar. Si el DN cambia, los cambios serán aplicados. El nombre de usuario interno es usado por encima de todo. Limpiar los mapeos dejará restos por todas partes, no es sensible a configuración, ¡afecta a todas las configuraciones del LDAP! Nunca limpies los mapeos en un entorno de producción, únicamente en una fase de desarrollo o experimental." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/es_419.js b/apps/user_ldap/l10n/es_419.js index 8bbb7d3b67..b482670352 100644 --- a/apps/user_ldap/l10n/es_419.js +++ b/apps/user_ldap/l10n/es_419.js @@ -184,10 +184,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/es_419.json b/apps/user_ldap/l10n/es_419.json index 1a1fb0b753..763d97c98c 100644 --- a/apps/user_ldap/l10n/es_419.json +++ b/apps/user_ldap/l10n/es_419.json @@ -182,10 +182,6 @@ "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/es_AR.js b/apps/user_ldap/l10n/es_AR.js index 17a88def33..4480e70e47 100644 --- a/apps/user_ldap/l10n/es_AR.js +++ b/apps/user_ldap/l10n/es_AR.js @@ -172,10 +172,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Nombres de usuario a los Usuarios LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos de LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Desea restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Usted puede expermientar comportamientos inesperados. Favor de solicitar a su administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los nombres de usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Nombre de usuario interno. Esto requiere un mapeo del Nombre de usuario al usuario LDAP. El nombre de usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Nombre del usuario interno se usa en todos lados. Limpiar los mapeos dejará sobras en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borre las configuraciones en el ambiente de producción, sólo hágalo en los ambientes de pruebas o de experimentación. " }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/es_AR.json b/apps/user_ldap/l10n/es_AR.json index 0e6299f307..13586a55b2 100644 --- a/apps/user_ldap/l10n/es_AR.json +++ b/apps/user_ldap/l10n/es_AR.json @@ -170,10 +170,6 @@ "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Nombres de usuario a los Usuarios LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos de LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Desea restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Usted puede expermientar comportamientos inesperados. Favor de solicitar a su administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los nombres de usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Nombre de usuario interno. Esto requiere un mapeo del Nombre de usuario al usuario LDAP. El nombre de usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Nombre del usuario interno se usa en todos lados. Limpiar los mapeos dejará sobras en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borre las configuraciones en el ambiente de producción, sólo hágalo en los ambientes de pruebas o de experimentación. " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/es_CL.js b/apps/user_ldap/l10n/es_CL.js index 4534ccd82f..294596c6c5 100644 --- a/apps/user_ldap/l10n/es_CL.js +++ b/apps/user_ldap/l10n/es_CL.js @@ -186,10 +186,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/es_CL.json b/apps/user_ldap/l10n/es_CL.json index 92a90ad6ea..2507b889c4 100644 --- a/apps/user_ldap/l10n/es_CL.json +++ b/apps/user_ldap/l10n/es_CL.json @@ -184,10 +184,6 @@ "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/es_CO.js b/apps/user_ldap/l10n/es_CO.js index 4534ccd82f..294596c6c5 100644 --- a/apps/user_ldap/l10n/es_CO.js +++ b/apps/user_ldap/l10n/es_CO.js @@ -186,10 +186,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/es_CO.json b/apps/user_ldap/l10n/es_CO.json index 92a90ad6ea..2507b889c4 100644 --- a/apps/user_ldap/l10n/es_CO.json +++ b/apps/user_ldap/l10n/es_CO.json @@ -184,10 +184,6 @@ "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/es_CR.js b/apps/user_ldap/l10n/es_CR.js index 4534ccd82f..294596c6c5 100644 --- a/apps/user_ldap/l10n/es_CR.js +++ b/apps/user_ldap/l10n/es_CR.js @@ -186,10 +186,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/es_CR.json b/apps/user_ldap/l10n/es_CR.json index 92a90ad6ea..2507b889c4 100644 --- a/apps/user_ldap/l10n/es_CR.json +++ b/apps/user_ldap/l10n/es_CR.json @@ -184,10 +184,6 @@ "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/es_DO.js b/apps/user_ldap/l10n/es_DO.js index 4534ccd82f..294596c6c5 100644 --- a/apps/user_ldap/l10n/es_DO.js +++ b/apps/user_ldap/l10n/es_DO.js @@ -186,10 +186,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/es_DO.json b/apps/user_ldap/l10n/es_DO.json index 92a90ad6ea..2507b889c4 100644 --- a/apps/user_ldap/l10n/es_DO.json +++ b/apps/user_ldap/l10n/es_DO.json @@ -184,10 +184,6 @@ "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/es_EC.js b/apps/user_ldap/l10n/es_EC.js index 4534ccd82f..294596c6c5 100644 --- a/apps/user_ldap/l10n/es_EC.js +++ b/apps/user_ldap/l10n/es_EC.js @@ -186,10 +186,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/es_EC.json b/apps/user_ldap/l10n/es_EC.json index 92a90ad6ea..2507b889c4 100644 --- a/apps/user_ldap/l10n/es_EC.json +++ b/apps/user_ldap/l10n/es_EC.json @@ -184,10 +184,6 @@ "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/es_GT.js b/apps/user_ldap/l10n/es_GT.js index 4534ccd82f..294596c6c5 100644 --- a/apps/user_ldap/l10n/es_GT.js +++ b/apps/user_ldap/l10n/es_GT.js @@ -186,10 +186,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/es_GT.json b/apps/user_ldap/l10n/es_GT.json index 92a90ad6ea..2507b889c4 100644 --- a/apps/user_ldap/l10n/es_GT.json +++ b/apps/user_ldap/l10n/es_GT.json @@ -184,10 +184,6 @@ "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/es_HN.js b/apps/user_ldap/l10n/es_HN.js index 8b919f8dd7..db0d5b26c0 100644 --- a/apps/user_ldap/l10n/es_HN.js +++ b/apps/user_ldap/l10n/es_HN.js @@ -184,10 +184,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/es_HN.json b/apps/user_ldap/l10n/es_HN.json index 3f711feabf..42d62fbfa4 100644 --- a/apps/user_ldap/l10n/es_HN.json +++ b/apps/user_ldap/l10n/es_HN.json @@ -182,10 +182,6 @@ "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/es_MX.js b/apps/user_ldap/l10n/es_MX.js index 4534ccd82f..294596c6c5 100644 --- a/apps/user_ldap/l10n/es_MX.js +++ b/apps/user_ldap/l10n/es_MX.js @@ -186,10 +186,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/es_MX.json b/apps/user_ldap/l10n/es_MX.json index 92a90ad6ea..2507b889c4 100644 --- a/apps/user_ldap/l10n/es_MX.json +++ b/apps/user_ldap/l10n/es_MX.json @@ -184,10 +184,6 @@ "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/es_NI.js b/apps/user_ldap/l10n/es_NI.js index 8b919f8dd7..db0d5b26c0 100644 --- a/apps/user_ldap/l10n/es_NI.js +++ b/apps/user_ldap/l10n/es_NI.js @@ -184,10 +184,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/es_NI.json b/apps/user_ldap/l10n/es_NI.json index 3f711feabf..42d62fbfa4 100644 --- a/apps/user_ldap/l10n/es_NI.json +++ b/apps/user_ldap/l10n/es_NI.json @@ -182,10 +182,6 @@ "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/es_PA.js b/apps/user_ldap/l10n/es_PA.js index 8b919f8dd7..db0d5b26c0 100644 --- a/apps/user_ldap/l10n/es_PA.js +++ b/apps/user_ldap/l10n/es_PA.js @@ -184,10 +184,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/es_PA.json b/apps/user_ldap/l10n/es_PA.json index 3f711feabf..42d62fbfa4 100644 --- a/apps/user_ldap/l10n/es_PA.json +++ b/apps/user_ldap/l10n/es_PA.json @@ -182,10 +182,6 @@ "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/es_PE.js b/apps/user_ldap/l10n/es_PE.js index 8b919f8dd7..db0d5b26c0 100644 --- a/apps/user_ldap/l10n/es_PE.js +++ b/apps/user_ldap/l10n/es_PE.js @@ -184,10 +184,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/es_PE.json b/apps/user_ldap/l10n/es_PE.json index 3f711feabf..42d62fbfa4 100644 --- a/apps/user_ldap/l10n/es_PE.json +++ b/apps/user_ldap/l10n/es_PE.json @@ -182,10 +182,6 @@ "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/es_PR.js b/apps/user_ldap/l10n/es_PR.js index 8b919f8dd7..db0d5b26c0 100644 --- a/apps/user_ldap/l10n/es_PR.js +++ b/apps/user_ldap/l10n/es_PR.js @@ -184,10 +184,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/es_PR.json b/apps/user_ldap/l10n/es_PR.json index 3f711feabf..42d62fbfa4 100644 --- a/apps/user_ldap/l10n/es_PR.json +++ b/apps/user_ldap/l10n/es_PR.json @@ -182,10 +182,6 @@ "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/es_PY.js b/apps/user_ldap/l10n/es_PY.js index 8b919f8dd7..db0d5b26c0 100644 --- a/apps/user_ldap/l10n/es_PY.js +++ b/apps/user_ldap/l10n/es_PY.js @@ -184,10 +184,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/es_PY.json b/apps/user_ldap/l10n/es_PY.json index 3f711feabf..42d62fbfa4 100644 --- a/apps/user_ldap/l10n/es_PY.json +++ b/apps/user_ldap/l10n/es_PY.json @@ -182,10 +182,6 @@ "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/es_SV.js b/apps/user_ldap/l10n/es_SV.js index 4534ccd82f..294596c6c5 100644 --- a/apps/user_ldap/l10n/es_SV.js +++ b/apps/user_ldap/l10n/es_SV.js @@ -186,10 +186,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/es_SV.json b/apps/user_ldap/l10n/es_SV.json index 92a90ad6ea..2507b889c4 100644 --- a/apps/user_ldap/l10n/es_SV.json +++ b/apps/user_ldap/l10n/es_SV.json @@ -184,10 +184,6 @@ "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/es_UY.js b/apps/user_ldap/l10n/es_UY.js index 8b919f8dd7..db0d5b26c0 100644 --- a/apps/user_ldap/l10n/es_UY.js +++ b/apps/user_ldap/l10n/es_UY.js @@ -184,10 +184,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/es_UY.json b/apps/user_ldap/l10n/es_UY.json index 3f711feabf..42d62fbfa4 100644 --- a/apps/user_ldap/l10n/es_UY.json +++ b/apps/user_ldap/l10n/es_UY.json @@ -182,10 +182,6 @@ "Clear Username-LDAP User Mapping" : "Borrar el mapeo de los Usuarios a los Usuarios-LDAP", "Clear Groupname-LDAP Group Mapping" : "Borrar el mapeo de los Nombres de grupo a los grupos-LDAP", " entries available within the provided Base DN" : "elementos disponibles dentro del DN Base proporcionado", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Deseas restablecerla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las aplicaciones user_ldap y user_webdavauth son incompatibles. Puedes expermientar comportamientos inesperados. Por favor solicita a tu administrador del sistema deshabilitar alguno de ellos.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Usuario interno. Esto requiere un mapeo del Usuario al usuario-LDAP. El Usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Usuario interno se usa en todos lados. Limpiar los mapeos dejará rastros en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca borres las configuraciones en el ambiente de producción, sólo házlo en los ambientes de pruebas o de experimentación. " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/et_EE.js b/apps/user_ldap/l10n/et_EE.js index cd110d3a9e..4ee00b2e28 100644 --- a/apps/user_ldap/l10n/et_EE.js +++ b/apps/user_ldap/l10n/et_EE.js @@ -145,9 +145,6 @@ OC.L10N.register( "Username-LDAP User Mapping" : "LDAP-Kasutajatunnus Kasutaja Vastendus", "Clear Username-LDAP User Mapping" : "Puhasta LDAP-Kasutajatunnus Kasutaja Vastendus", "Clear Groupname-LDAP Group Mapping" : "Puhasta LDAP-Grupinimi Grupp Vastendus", - " entries available within the provided Base DN" : "kirjet saadaval ette enatud BaasDN-is.", - "1. Server" : "1. Server", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Hoiatus: rakendused user_ldap ja user_webdavauht ei ole ühilduvad. Töös võib esineda ootamatuid tõrkeid.\nPalu oma süsteemihalduril üks neist rakendustest kasutusest eemaldada." + " entries available within the provided Base DN" : "kirjet saadaval ette enatud BaasDN-is." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/et_EE.json b/apps/user_ldap/l10n/et_EE.json index 1e131437ff..0b3ee026eb 100644 --- a/apps/user_ldap/l10n/et_EE.json +++ b/apps/user_ldap/l10n/et_EE.json @@ -143,9 +143,6 @@ "Username-LDAP User Mapping" : "LDAP-Kasutajatunnus Kasutaja Vastendus", "Clear Username-LDAP User Mapping" : "Puhasta LDAP-Kasutajatunnus Kasutaja Vastendus", "Clear Groupname-LDAP Group Mapping" : "Puhasta LDAP-Grupinimi Grupp Vastendus", - " entries available within the provided Base DN" : "kirjet saadaval ette enatud BaasDN-is.", - "1. Server" : "1. Server", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Hoiatus: rakendused user_ldap ja user_webdavauht ei ole ühilduvad. Töös võib esineda ootamatuid tõrkeid.\nPalu oma süsteemihalduril üks neist rakendustest kasutusest eemaldada." + " entries available within the provided Base DN" : "kirjet saadaval ette enatud BaasDN-is." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/eu.js b/apps/user_ldap/l10n/eu.js index 8a02596791..b2164aaf94 100644 --- a/apps/user_ldap/l10n/eu.js +++ b/apps/user_ldap/l10n/eu.js @@ -115,9 +115,6 @@ OC.L10N.register( "Username-LDAP User Mapping" : "LDAP-erabiltzaile-izena erabiltzailearen mapeatzea", "Clear Username-LDAP User Mapping" : "Garbitu LDAP-erabiltzaile-izenaren erabiltzaile mapaketa", "Clear Groupname-LDAP Group Mapping" : "Garbitu LDAP-talde-izenaren talde mapaketa", - " entries available within the provided Base DN" : "sarrera eskuragarri emandako Oinarrizko DNarekin", - "1. Server" : "1. Zerbitzaria", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Abisua: user_ldap eta user_webdavauth aplikazioak bateraezinak dira. Portaera berezia izan dezakezu. Mesedez eskatu zure sistema kudeatzaileari bietako bat desgaitzeko." + " entries available within the provided Base DN" : "sarrera eskuragarri emandako Oinarrizko DNarekin" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/eu.json b/apps/user_ldap/l10n/eu.json index 2c80807351..836e7a6dd1 100644 --- a/apps/user_ldap/l10n/eu.json +++ b/apps/user_ldap/l10n/eu.json @@ -113,9 +113,6 @@ "Username-LDAP User Mapping" : "LDAP-erabiltzaile-izena erabiltzailearen mapeatzea", "Clear Username-LDAP User Mapping" : "Garbitu LDAP-erabiltzaile-izenaren erabiltzaile mapaketa", "Clear Groupname-LDAP Group Mapping" : "Garbitu LDAP-talde-izenaren talde mapaketa", - " entries available within the provided Base DN" : "sarrera eskuragarri emandako Oinarrizko DNarekin", - "1. Server" : "1. Zerbitzaria", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Abisua: user_ldap eta user_webdavauth aplikazioak bateraezinak dira. Portaera berezia izan dezakezu. Mesedez eskatu zure sistema kudeatzaileari bietako bat desgaitzeko." + " entries available within the provided Base DN" : "sarrera eskuragarri emandako Oinarrizko DNarekin" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/fr.js b/apps/user_ldap/l10n/fr.js index 3d2e8f3783..3016e0f728 100644 --- a/apps/user_ldap/l10n/fr.js +++ b/apps/user_ldap/l10n/fr.js @@ -188,10 +188,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Supprimer l'association utilisateur interne-utilisateur LDAP", "Clear Groupname-LDAP Group Mapping" : "Supprimer l'association nom de groupe-groupe LDAP", " entries available within the provided Base DN" : "entrées disponibles dans le DN de base spécifié", - "1. Server" : "1. Serveur", - "Wrong password. Reset it?" : "Mot de passe incorrect. Réinitialiser ?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Avertissement : Les applications user_ldap et user_webdavauth sont incompatibles. Des dysfonctionnements peuvent survenir. Contactez votre administrateur système pour qu'il en désactive une.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Les noms d'utilisateurs sont utilisés pour le stockage et l'assignation de (meta) données. Pour identifier et reconnaître précisément les utilisateurs, chaque utilisateur LDAP aura un nom interne spécifique. Cela requiert l'association d'un nom d'utilisateur ownCloud à un nom d'utilisateur LDAP. Le nom d'utilisateur créé est associé à l'attribut UUID de l'utilisateur LDAP. Par ailleurs, le DN est mémorisé en cache pour limiter les interactions LDAP mais il n'est pas utilisé pour l'identification. Si le DN est modifié, ces modifications seront retrouvées. Seul le nom interne à ownCloud est utilisé au sein du produit. Supprimer les associations créera des orphelins et l'action affectera toutes les configurations LDAP. NE JAMAIS SUPPRIMER LES ASSOCIATIONS EN ENVIRONNEMENT DE PRODUCTION, mais uniquement sur des environnements de tests et d'expérimentations." }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/user_ldap/l10n/fr.json b/apps/user_ldap/l10n/fr.json index 482aea9628..f80004c296 100644 --- a/apps/user_ldap/l10n/fr.json +++ b/apps/user_ldap/l10n/fr.json @@ -186,10 +186,6 @@ "Clear Username-LDAP User Mapping" : "Supprimer l'association utilisateur interne-utilisateur LDAP", "Clear Groupname-LDAP Group Mapping" : "Supprimer l'association nom de groupe-groupe LDAP", " entries available within the provided Base DN" : "entrées disponibles dans le DN de base spécifié", - "1. Server" : "1. Serveur", - "Wrong password. Reset it?" : "Mot de passe incorrect. Réinitialiser ?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Avertissement : Les applications user_ldap et user_webdavauth sont incompatibles. Des dysfonctionnements peuvent survenir. Contactez votre administrateur système pour qu'il en désactive une.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Les noms d'utilisateurs sont utilisés pour le stockage et l'assignation de (meta) données. Pour identifier et reconnaître précisément les utilisateurs, chaque utilisateur LDAP aura un nom interne spécifique. Cela requiert l'association d'un nom d'utilisateur ownCloud à un nom d'utilisateur LDAP. Le nom d'utilisateur créé est associé à l'attribut UUID de l'utilisateur LDAP. Par ailleurs, le DN est mémorisé en cache pour limiter les interactions LDAP mais il n'est pas utilisé pour l'identification. Si le DN est modifié, ces modifications seront retrouvées. Seul le nom interne à ownCloud est utilisé au sein du produit. Supprimer les associations créera des orphelins et l'action affectera toutes les configurations LDAP. NE JAMAIS SUPPRIMER LES ASSOCIATIONS EN ENVIRONNEMENT DE PRODUCTION, mais uniquement sur des environnements de tests et d'expérimentations." },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/he.js b/apps/user_ldap/l10n/he.js index 59931bfc71..ba4535bc54 100644 --- a/apps/user_ldap/l10n/he.js +++ b/apps/user_ldap/l10n/he.js @@ -163,10 +163,6 @@ OC.L10N.register( "Username-LDAP User Mapping" : "מיפוי שם משתמש LDAP:", "Clear Username-LDAP User Mapping" : "ניקוי מיפוי שם משתמש LDAP:", "Clear Groupname-LDAP Group Mapping" : "ניקוי מיפוי שם משתמש קבוצה LDAP:", - " entries available within the provided Base DN" : " קיימות רשומות מתוך בסיס ה- DN שסופק", - "1. Server" : "1. שרת", - "Wrong password. Reset it?" : "ססמה שגויה. לאפס אותה?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "אזהרה: יישומים user_ldap ו- user_webdavauth אינם תואמים. תופעות לא מוסברות עלולות להתקיים. כדאי לפנות למנהל המערכת כדי שינטרל אחד מהם." + " entries available within the provided Base DN" : " קיימות רשומות מתוך בסיס ה- DN שסופק" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); diff --git a/apps/user_ldap/l10n/he.json b/apps/user_ldap/l10n/he.json index 184a2f67ed..d7adfaa22b 100644 --- a/apps/user_ldap/l10n/he.json +++ b/apps/user_ldap/l10n/he.json @@ -161,10 +161,6 @@ "Username-LDAP User Mapping" : "מיפוי שם משתמש LDAP:", "Clear Username-LDAP User Mapping" : "ניקוי מיפוי שם משתמש LDAP:", "Clear Groupname-LDAP Group Mapping" : "ניקוי מיפוי שם משתמש קבוצה LDAP:", - " entries available within the provided Base DN" : " קיימות רשומות מתוך בסיס ה- DN שסופק", - "1. Server" : "1. שרת", - "Wrong password. Reset it?" : "ססמה שגויה. לאפס אותה?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "אזהרה: יישומים user_ldap ו- user_webdavauth אינם תואמים. תופעות לא מוסברות עלולות להתקיים. כדאי לפנות למנהל המערכת כדי שינטרל אחד מהם." + " entries available within the provided Base DN" : " קיימות רשומות מתוך בסיס ה- DN שסופק" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/hu.js b/apps/user_ldap/l10n/hu.js index a81ba8a2ed..4e27cf5fc9 100644 --- a/apps/user_ldap/l10n/hu.js +++ b/apps/user_ldap/l10n/hu.js @@ -185,10 +185,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "A felhasználó - LDAP felhasználó hozzárendelés törlése", "Clear Groupname-LDAP Group Mapping" : "A csoport - LDAP csoport hozzárendelés törlése", " entries available within the provided Base DN" : "a megadott címtár gyökér alatt elérhető bejegyzések", - "1. Server" : "1. Szerver", - "Wrong password. Reset it?" : "Hibás jelszó. Visszaállítja?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Figyelem: a user_ldap és user_webdavauth alkalmazások nem kompatibilisek. Együttes használatuk váratlan eredményekhez vezethet. Kérje meg a rendszergazdát, hogy a kettő közül kapcsolja ki az egyiket.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "A felhasználónevek adattárolásra és hozzárendelésre (meta) szolgálnak. A felhasználók pontos felismerésére és azonosítására, minden LDAP felhasználóhoz hozzárendelünk egy belső felhaszhálónevet. Ez a felhasználónév LDAP felhasználóhoz rendelését igényli. A létrehozott felhasználónév az LDAP UUID-hez kötődik. Egyben a DN tárolásra kerül az LDAP interakció csökkentésére, de nem használjuk az azonosítás során. Ha a DN változik, a változást megtaláljuk. A belső felhasználónevek újrahasznosításra kerülnek. A leképezés kitörlése mindenfelé maradványokat eredményez. A leképezések törlése nem konfiguráció érzékeny, minden LDAP konfigurációt érint! Soha ne töröld a leképezéseket éles rendszeren, csak tesztelési vagy kísérleti állapotban." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/hu.json b/apps/user_ldap/l10n/hu.json index 8bd314d958..8614ac6b3e 100644 --- a/apps/user_ldap/l10n/hu.json +++ b/apps/user_ldap/l10n/hu.json @@ -183,10 +183,6 @@ "Clear Username-LDAP User Mapping" : "A felhasználó - LDAP felhasználó hozzárendelés törlése", "Clear Groupname-LDAP Group Mapping" : "A csoport - LDAP csoport hozzárendelés törlése", " entries available within the provided Base DN" : "a megadott címtár gyökér alatt elérhető bejegyzések", - "1. Server" : "1. Szerver", - "Wrong password. Reset it?" : "Hibás jelszó. Visszaállítja?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Figyelem: a user_ldap és user_webdavauth alkalmazások nem kompatibilisek. Együttes használatuk váratlan eredményekhez vezethet. Kérje meg a rendszergazdát, hogy a kettő közül kapcsolja ki az egyiket.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "A felhasználónevek adattárolásra és hozzárendelésre (meta) szolgálnak. A felhasználók pontos felismerésére és azonosítására, minden LDAP felhasználóhoz hozzárendelünk egy belső felhaszhálónevet. Ez a felhasználónév LDAP felhasználóhoz rendelését igényli. A létrehozott felhasználónév az LDAP UUID-hez kötődik. Egyben a DN tárolásra kerül az LDAP interakció csökkentésére, de nem használjuk az azonosítás során. Ha a DN változik, a változást megtaláljuk. A belső felhasználónevek újrahasznosításra kerülnek. A leképezés kitörlése mindenfelé maradványokat eredményez. A leképezések törlése nem konfiguráció érzékeny, minden LDAP konfigurációt érint! Soha ne töröld a leképezéseket éles rendszeren, csak tesztelési vagy kísérleti állapotban." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/id.js b/apps/user_ldap/l10n/id.js index 2ac564b5bb..3d1e1ebd56 100644 --- a/apps/user_ldap/l10n/id.js +++ b/apps/user_ldap/l10n/id.js @@ -143,9 +143,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Bersihkan Pemetaan Pengguna LDAP-Nama pengguna", "Clear Groupname-LDAP Group Mapping" : "Bersihkan Pemetaan Grup LDAP-Nama grup", " entries available within the provided Base DN" : "entri tersedia didalam Base DN yang diberikan", - "1. Server" : "1. Server", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Peringatan: Aplikasi user_ldap dan user_webdavauth tidak kompatibel. Anda mungkin akan mengalami perilaku yang tidak terduga. Silakan minta administrator Anda untuk menonaktifkan salah satunya.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Nama pengguna digunakan untuk menyimpan dan menetapkan (meta) data. Dalam rangka untuk mengidentifikasi dan mengenali pengguna secara tepat, setiap pengguna LDAP akan memiliki nama pengguna internal. Hal ini memerlukan sebuah pemetaan dari nama pengguna ke pengguna LDAP. Nama pengguna yang dibuat akan dipetakan pada UUID pengguna LDAP. Selain itu, DN akan di cache untuk mengurangi interaksi LDAP, tetapi tidak digunakan untuk identifikasi. Jika DN berubah, perubahan akan ditemukan. Nama pengguna internal digunakan secara menyeluruh. Membersihkan pemetaan akan mempengaruhi semua konfigurasi LDAP! JANGAN PERNAH MENGHAPUS PEMETAAN PADA LINGKUNGAN PRODUKSI, hanya gunakan dalam tahap uji coba dan pengujian." }, "nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/id.json b/apps/user_ldap/l10n/id.json index 2fb17aee26..4e25d49914 100644 --- a/apps/user_ldap/l10n/id.json +++ b/apps/user_ldap/l10n/id.json @@ -141,9 +141,6 @@ "Clear Username-LDAP User Mapping" : "Bersihkan Pemetaan Pengguna LDAP-Nama pengguna", "Clear Groupname-LDAP Group Mapping" : "Bersihkan Pemetaan Grup LDAP-Nama grup", " entries available within the provided Base DN" : "entri tersedia didalam Base DN yang diberikan", - "1. Server" : "1. Server", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Peringatan: Aplikasi user_ldap dan user_webdavauth tidak kompatibel. Anda mungkin akan mengalami perilaku yang tidak terduga. Silakan minta administrator Anda untuk menonaktifkan salah satunya.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Nama pengguna digunakan untuk menyimpan dan menetapkan (meta) data. Dalam rangka untuk mengidentifikasi dan mengenali pengguna secara tepat, setiap pengguna LDAP akan memiliki nama pengguna internal. Hal ini memerlukan sebuah pemetaan dari nama pengguna ke pengguna LDAP. Nama pengguna yang dibuat akan dipetakan pada UUID pengguna LDAP. Selain itu, DN akan di cache untuk mengurangi interaksi LDAP, tetapi tidak digunakan untuk identifikasi. Jika DN berubah, perubahan akan ditemukan. Nama pengguna internal digunakan secara menyeluruh. Membersihkan pemetaan akan mempengaruhi semua konfigurasi LDAP! JANGAN PERNAH MENGHAPUS PEMETAAN PADA LINGKUNGAN PRODUKSI, hanya gunakan dalam tahap uji coba dan pengujian." },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/is.js b/apps/user_ldap/l10n/is.js index 5d6d3dfe83..18cdf97e74 100644 --- a/apps/user_ldap/l10n/is.js +++ b/apps/user_ldap/l10n/is.js @@ -97,9 +97,6 @@ OC.L10N.register( "Quota Field" : "Gagnasvið fyrir kvóta", "Quota Default" : "Sjálfgefinn kvóti", "Email Field" : "Gagnasvið fyrir netfang", - "Internal Username" : "Innra notandanafn", - "1. Server" : "1. Þjónn", - "Wrong password. Reset it?" : "Rangt lykilorð. Endursetja?", - "LDAP" : "LDAP" + "Internal Username" : "Innra notandanafn" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/user_ldap/l10n/is.json b/apps/user_ldap/l10n/is.json index 10269f29e2..7493d0bddb 100644 --- a/apps/user_ldap/l10n/is.json +++ b/apps/user_ldap/l10n/is.json @@ -95,9 +95,6 @@ "Quota Field" : "Gagnasvið fyrir kvóta", "Quota Default" : "Sjálfgefinn kvóti", "Email Field" : "Gagnasvið fyrir netfang", - "Internal Username" : "Innra notandanafn", - "1. Server" : "1. Þjónn", - "Wrong password. Reset it?" : "Rangt lykilorð. Endursetja?", - "LDAP" : "LDAP" + "Internal Username" : "Innra notandanafn" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/it.js b/apps/user_ldap/l10n/it.js index f928537443..9316f46473 100644 --- a/apps/user_ldap/l10n/it.js +++ b/apps/user_ldap/l10n/it.js @@ -188,10 +188,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Cancella associazione Nome utente-Utente LDAP", "Clear Groupname-LDAP Group Mapping" : "Cancella associazione Nome gruppo-Gruppo LDAP", " entries available within the provided Base DN" : "voci disponibili all'interno del DN base", - "1. Server" : "1. server", - "Wrong password. Reset it?" : "Password errata. Vuoi reimpostarla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Avviso: le applicazioni user_ldap e user_webdavauth sono incompatibili. Potresti riscontrare un comportamento inatteso. Chiedi al tuo amministratore di sistema di disabilitarne una.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "I nomi utente sono utilizzati per archiviare e assegnare i (meta) dati. Per identificare con precisione e riconoscere gli utenti, ogni utente LDAP avrà un nome utente interno. Ciò richiede un'associazione tra il nome utente e l'utente LDAP. In aggiunta, il DN viene mantenuto in cache per ridurre l'interazione con LDAP, ma non è utilizzato per l'identificazione. Se il DN cambia, le modifiche saranno rilevate. Il nome utente interno è utilizzato dappertutto. La cancellazione delle associazioni lascerà tracce residue ovunque e interesserà tutta la configurazione LDAP. Non cancellare mai le associazioni in un ambiente di produzione, ma solo in una fase sperimentale o di test." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/it.json b/apps/user_ldap/l10n/it.json index 2118f253e1..d716051fbe 100644 --- a/apps/user_ldap/l10n/it.json +++ b/apps/user_ldap/l10n/it.json @@ -186,10 +186,6 @@ "Clear Username-LDAP User Mapping" : "Cancella associazione Nome utente-Utente LDAP", "Clear Groupname-LDAP Group Mapping" : "Cancella associazione Nome gruppo-Gruppo LDAP", " entries available within the provided Base DN" : "voci disponibili all'interno del DN base", - "1. Server" : "1. server", - "Wrong password. Reset it?" : "Password errata. Vuoi reimpostarla?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Avviso: le applicazioni user_ldap e user_webdavauth sono incompatibili. Potresti riscontrare un comportamento inatteso. Chiedi al tuo amministratore di sistema di disabilitarne una.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "I nomi utente sono utilizzati per archiviare e assegnare i (meta) dati. Per identificare con precisione e riconoscere gli utenti, ogni utente LDAP avrà un nome utente interno. Ciò richiede un'associazione tra il nome utente e l'utente LDAP. In aggiunta, il DN viene mantenuto in cache per ridurre l'interazione con LDAP, ma non è utilizzato per l'identificazione. Se il DN cambia, le modifiche saranno rilevate. Il nome utente interno è utilizzato dappertutto. La cancellazione delle associazioni lascerà tracce residue ovunque e interesserà tutta la configurazione LDAP. Non cancellare mai le associazioni in un ambiente di produzione, ma solo in una fase sperimentale o di test." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/ja.js b/apps/user_ldap/l10n/ja.js index be324b6c70..275e04b548 100644 --- a/apps/user_ldap/l10n/ja.js +++ b/apps/user_ldap/l10n/ja.js @@ -184,10 +184,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "ユーザー名とLDAPユーザーのマッピングをクリアする", "Clear Groupname-LDAP Group Mapping" : "グループ名とLDAPグループのマッピングをクリアする", " entries available within the provided Base DN" : "入力されたベースDNでエントリーが利用可能", - "1. Server" : "1. Server", - "Wrong password. Reset it?" : "パスワードが間違っています。リセットしますか?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "警告: user_ldap と user_webdavauth のアプリには互換性がありません。予期せぬ動作をする可能性があります。システム管理者にどちらかを無効にするよう問い合わせてください。", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "ユーザー名は(メタ)データの保存と割り当てに使用されます。ユーザーを正確に識別して認識するために、個々のLDAPユーザーは内部ユーザー名を持っています。これは、ユーザー名からLDAPユーザーへのマッピングが必要であることを意味しています。この生成されたユーザ名は、LDAPユーザーのUUIDにマッピングされます。加えて、DNがLDAPとのインタラクションを削減するためにキャッシュされますが、識別には利用されません。DNが変わった場合は、変更が検出されます。内部ユーザー名は全体に亘って利用されます。マッピングをクリアすると、いたるところに使われないままの物が残るでしょう。マッピングのクリアは設定に敏感ではありませんが、すべてのLDAPの設定に影響を与えます!本番の環境では決してマッピングをクリアしないでください。テストまたは実験の段階でのみマッピングのクリアを行なってください。" }, "nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/ja.json b/apps/user_ldap/l10n/ja.json index 15b7bad443..0c1a00a9bc 100644 --- a/apps/user_ldap/l10n/ja.json +++ b/apps/user_ldap/l10n/ja.json @@ -182,10 +182,6 @@ "Clear Username-LDAP User Mapping" : "ユーザー名とLDAPユーザーのマッピングをクリアする", "Clear Groupname-LDAP Group Mapping" : "グループ名とLDAPグループのマッピングをクリアする", " entries available within the provided Base DN" : "入力されたベースDNでエントリーが利用可能", - "1. Server" : "1. Server", - "Wrong password. Reset it?" : "パスワードが間違っています。リセットしますか?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "警告: user_ldap と user_webdavauth のアプリには互換性がありません。予期せぬ動作をする可能性があります。システム管理者にどちらかを無効にするよう問い合わせてください。", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "ユーザー名は(メタ)データの保存と割り当てに使用されます。ユーザーを正確に識別して認識するために、個々のLDAPユーザーは内部ユーザー名を持っています。これは、ユーザー名からLDAPユーザーへのマッピングが必要であることを意味しています。この生成されたユーザ名は、LDAPユーザーのUUIDにマッピングされます。加えて、DNがLDAPとのインタラクションを削減するためにキャッシュされますが、識別には利用されません。DNが変わった場合は、変更が検出されます。内部ユーザー名は全体に亘って利用されます。マッピングをクリアすると、いたるところに使われないままの物が残るでしょう。マッピングのクリアは設定に敏感ではありませんが、すべてのLDAPの設定に影響を与えます!本番の環境では決してマッピングをクリアしないでください。テストまたは実験の段階でのみマッピングのクリアを行なってください。" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/ka_GE.js b/apps/user_ldap/l10n/ka_GE.js index 491289738e..cb13be72a7 100644 --- a/apps/user_ldap/l10n/ka_GE.js +++ b/apps/user_ldap/l10n/ka_GE.js @@ -184,10 +184,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Username-LDAP მომხმარებლის ბმების გასუფთავება", "Clear Groupname-LDAP Group Mapping" : "Groupname-LDAP ჯგუფის ბმების გასუფთავება", " entries available within the provided Base DN" : "მითითებულ საბაზისო DN-ში შენატანები ხელმისაწვდომია", - "1. Server" : "1. სერვერი", - "Wrong password. Reset it?" : "არასწორი პაროლი. აღვადგინოთ?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "გაფრთხილება: აპლიკაციები user_ldap და user_webdavauth არაა თავსებადი. შესაძლოა შეგვხდეთ მოულოდნელი ქმედება. გთხოვთ სთხოვოთ თქვენი სისტემის ადმინისტრატორს ერთ-ერთის გათიშვა.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "მომხმარებლების სახელები გამოიყენება (მეტა) მონაცემების შესანახად და დასანიშნად. ზუსტი იდენტიფიკაციისა და ამოზნობისთვის, ყოველ LDAP-ის მომხმარებელს ექნება შიდა მომხმარებელი. ეს საჭიროებს ბმას მომხმარებელსა და LDAP-ის სახელს შორის. შექმნილი მომხმარებელი ებმება LDAP-ის მომხმარებელის UUID-ს. LDAP-თან ინტერაქციის შესამცირებლად, დამატებითად კეშირდება DN, მაგრამ არ ხდება მისი მოხმარება იდენტიფიკაციისთვის. ბმების გასუფთავება ბევრ ადგილას დატოვებს კვალს. ბმების გასუფთავება არაა კონფიგურაციასთან მგრძნობიარე, ის მოქმედებს ყველა LDAP-ის კონფიგურაციაზე! არასდროს გაასუფთავოთ ბმები საწარმოო გარემოში, მოიხმარეთ ეს მხოლოდ შემოწმების ან ექსპერიმენტისთვის." }, "nplurals=2; plural=(n!=1);"); diff --git a/apps/user_ldap/l10n/ka_GE.json b/apps/user_ldap/l10n/ka_GE.json index 95aaef880d..2677e3a286 100644 --- a/apps/user_ldap/l10n/ka_GE.json +++ b/apps/user_ldap/l10n/ka_GE.json @@ -182,10 +182,6 @@ "Clear Username-LDAP User Mapping" : "Username-LDAP მომხმარებლის ბმების გასუფთავება", "Clear Groupname-LDAP Group Mapping" : "Groupname-LDAP ჯგუფის ბმების გასუფთავება", " entries available within the provided Base DN" : "მითითებულ საბაზისო DN-ში შენატანები ხელმისაწვდომია", - "1. Server" : "1. სერვერი", - "Wrong password. Reset it?" : "არასწორი პაროლი. აღვადგინოთ?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "გაფრთხილება: აპლიკაციები user_ldap და user_webdavauth არაა თავსებადი. შესაძლოა შეგვხდეთ მოულოდნელი ქმედება. გთხოვთ სთხოვოთ თქვენი სისტემის ადმინისტრატორს ერთ-ერთის გათიშვა.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "მომხმარებლების სახელები გამოიყენება (მეტა) მონაცემების შესანახად და დასანიშნად. ზუსტი იდენტიფიკაციისა და ამოზნობისთვის, ყოველ LDAP-ის მომხმარებელს ექნება შიდა მომხმარებელი. ეს საჭიროებს ბმას მომხმარებელსა და LDAP-ის სახელს შორის. შექმნილი მომხმარებელი ებმება LDAP-ის მომხმარებელის UUID-ს. LDAP-თან ინტერაქციის შესამცირებლად, დამატებითად კეშირდება DN, მაგრამ არ ხდება მისი მოხმარება იდენტიფიკაციისთვის. ბმების გასუფთავება ბევრ ადგილას დატოვებს კვალს. ბმების გასუფთავება არაა კონფიგურაციასთან მგრძნობიარე, ის მოქმედებს ყველა LDAP-ის კონფიგურაციაზე! არასდროს გაასუფთავოთ ბმები საწარმოო გარემოში, მოიხმარეთ ეს მხოლოდ შემოწმების ან ექსპერიმენტისთვის." },"pluralForm" :"nplurals=2; plural=(n!=1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/ko.js b/apps/user_ldap/l10n/ko.js index 1e0c16da14..974e3a6c51 100644 --- a/apps/user_ldap/l10n/ko.js +++ b/apps/user_ldap/l10n/ko.js @@ -184,10 +184,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "사용자 이름-LDAP 사용자 매핑 비우기", "Clear Groupname-LDAP Group Mapping" : "그룹 이름-LDAP 그룹 매핑 비우기", " entries available within the provided Base DN" : "개(지정한 DN의 기본 항목 수)", - "1. Server" : "1. 서버", - "Wrong password. Reset it?" : "암호가 잘못되었습니다. 초기화하시겠습니까?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "경고: user_ldap, user_webdavauth 앱은 서로 호환되지 않습니다. 예상하지 못한 행동을 할 수도 있습니다. 시스템 관리자에게 연락하여 둘 중 하나의 앱의 사용을 중단하십시오.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "사용자 이름은 (메타)데이터를 저장하고 할당하는 데 사용됩니다. 사용자를 정확히 식별하기 위해서 모든 LDAP 사용자는 내부 사용자 이름을 갖고 있습니다. 이 정보에 접근하려면 사용자 이름과 LDAP 사용자 사이의 연결을 알아야 합니다. 생성된 사용자 이름은 LDAP 사용자의 UUID에 연결됩니다. LDAP에 연결하는 횟수를 줄이기 위하여 DN을 캐시에 저장하지만, 식별에는 사용하지 않습니다. DN이 변경되었을 때 변경 사항이 적용됩니다. 내부 사용자 이름은 항상 사용됩니다. 매핑을 비우면 과거 매핑의 흔적이 남습니다. 매핑을 비우는 것은 설정에 관계 없이 적용되므로 모든 LDAP 설정에 영향을 줍니다! 테스트 및 실험 단계에서만 매핑을 비우고, 상용 환경에서는 매핑을 비우지 마십시오." }, "nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/ko.json b/apps/user_ldap/l10n/ko.json index c7b0068d5e..ef3a9d1136 100644 --- a/apps/user_ldap/l10n/ko.json +++ b/apps/user_ldap/l10n/ko.json @@ -182,10 +182,6 @@ "Clear Username-LDAP User Mapping" : "사용자 이름-LDAP 사용자 매핑 비우기", "Clear Groupname-LDAP Group Mapping" : "그룹 이름-LDAP 그룹 매핑 비우기", " entries available within the provided Base DN" : "개(지정한 DN의 기본 항목 수)", - "1. Server" : "1. 서버", - "Wrong password. Reset it?" : "암호가 잘못되었습니다. 초기화하시겠습니까?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "경고: user_ldap, user_webdavauth 앱은 서로 호환되지 않습니다. 예상하지 못한 행동을 할 수도 있습니다. 시스템 관리자에게 연락하여 둘 중 하나의 앱의 사용을 중단하십시오.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "사용자 이름은 (메타)데이터를 저장하고 할당하는 데 사용됩니다. 사용자를 정확히 식별하기 위해서 모든 LDAP 사용자는 내부 사용자 이름을 갖고 있습니다. 이 정보에 접근하려면 사용자 이름과 LDAP 사용자 사이의 연결을 알아야 합니다. 생성된 사용자 이름은 LDAP 사용자의 UUID에 연결됩니다. LDAP에 연결하는 횟수를 줄이기 위하여 DN을 캐시에 저장하지만, 식별에는 사용하지 않습니다. DN이 변경되었을 때 변경 사항이 적용됩니다. 내부 사용자 이름은 항상 사용됩니다. 매핑을 비우면 과거 매핑의 흔적이 남습니다. 매핑을 비우는 것은 설정에 관계 없이 적용되므로 모든 LDAP 설정에 영향을 줍니다! 테스트 및 실험 단계에서만 매핑을 비우고, 상용 환경에서는 매핑을 비우지 마십시오." },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/lt_LT.js b/apps/user_ldap/l10n/lt_LT.js index 5ed12979bb..98b211bc28 100644 --- a/apps/user_ldap/l10n/lt_LT.js +++ b/apps/user_ldap/l10n/lt_LT.js @@ -174,10 +174,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Išvalyti naudotojo vardo - LDAP naudotojo sąsają", "Clear Groupname-LDAP Group Mapping" : "Išvalyti grupės pavadinimo - LDAP naudotojo sąsają", " entries available within the provided Base DN" : "pasiekiami įrašai pateiktoje DN šakoje", - "1. Server" : "1. Serveris", - "Wrong password. Reset it?" : "Neteisingas slaptažodis. Atstatyti jį?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Įspėjimas: Programėlės user_ldap ir user_webdavauth yra nesuderinami. Tai gali sukelti nepageidaujamą veikimą. Paprašykite, kad sistemos administratorius vieną jų išjungtų.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Naudotojų vardai yra naudojami saugoti ir priskirti (meta) duomenis. Siekiant identifikuoti ir atpažinti naudotojus,kiekvienas LDAP naudotojas turės vidinį naudotojo vardą. Tam reikia susieti naudotojo vardą su LDAP naudotoju. Sukurtas naudotojo vardas yra susiejamas su LDAP naudotojo UUID. Papildomai DN talpinamas, kad sumažintų LDAP sąveiką, bet nenaudojamas identifikacijoje. Visur yra naudojamas vidinis naudotojo vardas. Susiejimų pašalinimas visur paliks \"pėdsaką\" ir įtakos visas LDAP konfigūracijas! Niekada susiejimų nešalinkite produkciniame serveryje." }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/user_ldap/l10n/lt_LT.json b/apps/user_ldap/l10n/lt_LT.json index 272b822a2f..3ad192f4be 100644 --- a/apps/user_ldap/l10n/lt_LT.json +++ b/apps/user_ldap/l10n/lt_LT.json @@ -172,10 +172,6 @@ "Clear Username-LDAP User Mapping" : "Išvalyti naudotojo vardo - LDAP naudotojo sąsają", "Clear Groupname-LDAP Group Mapping" : "Išvalyti grupės pavadinimo - LDAP naudotojo sąsają", " entries available within the provided Base DN" : "pasiekiami įrašai pateiktoje DN šakoje", - "1. Server" : "1. Serveris", - "Wrong password. Reset it?" : "Neteisingas slaptažodis. Atstatyti jį?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Įspėjimas: Programėlės user_ldap ir user_webdavauth yra nesuderinami. Tai gali sukelti nepageidaujamą veikimą. Paprašykite, kad sistemos administratorius vieną jų išjungtų.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Naudotojų vardai yra naudojami saugoti ir priskirti (meta) duomenis. Siekiant identifikuoti ir atpažinti naudotojus,kiekvienas LDAP naudotojas turės vidinį naudotojo vardą. Tam reikia susieti naudotojo vardą su LDAP naudotoju. Sukurtas naudotojo vardas yra susiejamas su LDAP naudotojo UUID. Papildomai DN talpinamas, kad sumažintų LDAP sąveiką, bet nenaudojamas identifikacijoje. Visur yra naudojamas vidinis naudotojo vardas. Susiejimų pašalinimas visur paliks \"pėdsaką\" ir įtakos visas LDAP konfigūracijas! Niekada susiejimų nešalinkite produkciniame serveryje." },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/lv.js b/apps/user_ldap/l10n/lv.js index 03800d677e..71e4c25595 100644 --- a/apps/user_ldap/l10n/lv.js +++ b/apps/user_ldap/l10n/lv.js @@ -103,8 +103,6 @@ OC.L10N.register( "Override UUID detection" : "Ignorēt UUID noteikšanu", "UUID Attribute for Users:" : "UUID atribūti lietotājiem:", "UUID Attribute for Groups:" : "UUID atribūti grupām:", - " entries available within the provided Base DN" : "ieraksti pieejami ar nosacījumu DN bāzē", - "1. Server" : "1. Serveris", - "LDAP" : "LDAP" + " entries available within the provided Base DN" : "ieraksti pieejami ar nosacījumu DN bāzē" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/apps/user_ldap/l10n/lv.json b/apps/user_ldap/l10n/lv.json index 365cc6e421..fb8dc84262 100644 --- a/apps/user_ldap/l10n/lv.json +++ b/apps/user_ldap/l10n/lv.json @@ -101,8 +101,6 @@ "Override UUID detection" : "Ignorēt UUID noteikšanu", "UUID Attribute for Users:" : "UUID atribūti lietotājiem:", "UUID Attribute for Groups:" : "UUID atribūti grupām:", - " entries available within the provided Base DN" : "ieraksti pieejami ar nosacījumu DN bāzē", - "1. Server" : "1. Serveris", - "LDAP" : "LDAP" + " entries available within the provided Base DN" : "ieraksti pieejami ar nosacījumu DN bāzē" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/nb.js b/apps/user_ldap/l10n/nb.js index 102953adb3..27033f1b0b 100644 --- a/apps/user_ldap/l10n/nb.js +++ b/apps/user_ldap/l10n/nb.js @@ -184,10 +184,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Nullstill tilknytning av brukernavn til LDAP-bruker", "Clear Groupname-LDAP Group Mapping" : "Nullstill tilknytning av gruppenavn til LDAP-gruppe", " entries available within the provided Base DN" : "oppføringer tilgjengelig innenfor angitt base-DN", - "1. Server" : "1. Tjener", - "Wrong password. Reset it?" : "Feilpassord. Tilbakestill?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advarsel: Programmene user_ldap og user_webdavauth er ikke kompatible med hverandre. Uventet oppførsel kan forekomme. Be systemadministratoren om å deaktivere én av dem.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Brukernavn brukes til å lagre og tilordne (meta)data. For at brukere skal identifiseres og gjenkjennes presist, vil hver LDAP-bruker ha et internt brukernavn. Dette krever en tilknytning fra brukernavn til LDAP-bruker. Brukernavn som opprettes blir knyttet til LDAP-brukerens UUID. I tillegg hurtiglagres DN for å redusere LDAP-kommunikasjon, men det brukes ikke til identifisering. Hvis DN endres vil endringene bli oppdaget. Det interne brukernavnet brukes alle steder. Nullstilling av tilknytningene vil etterlate seg rester overalt. Nullstilling av tilknytningene skjer ikke pr. oppsett, det påvirker alle LDAP-oppsett! Nullstill aldri tilknytningene i et produksjonsmiljø, kun ved testing eller eksperimentering." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/nb.json b/apps/user_ldap/l10n/nb.json index 427f4366fa..1f58ca9689 100644 --- a/apps/user_ldap/l10n/nb.json +++ b/apps/user_ldap/l10n/nb.json @@ -182,10 +182,6 @@ "Clear Username-LDAP User Mapping" : "Nullstill tilknytning av brukernavn til LDAP-bruker", "Clear Groupname-LDAP Group Mapping" : "Nullstill tilknytning av gruppenavn til LDAP-gruppe", " entries available within the provided Base DN" : "oppføringer tilgjengelig innenfor angitt base-DN", - "1. Server" : "1. Tjener", - "Wrong password. Reset it?" : "Feilpassord. Tilbakestill?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advarsel: Programmene user_ldap og user_webdavauth er ikke kompatible med hverandre. Uventet oppførsel kan forekomme. Be systemadministratoren om å deaktivere én av dem.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Brukernavn brukes til å lagre og tilordne (meta)data. For at brukere skal identifiseres og gjenkjennes presist, vil hver LDAP-bruker ha et internt brukernavn. Dette krever en tilknytning fra brukernavn til LDAP-bruker. Brukernavn som opprettes blir knyttet til LDAP-brukerens UUID. I tillegg hurtiglagres DN for å redusere LDAP-kommunikasjon, men det brukes ikke til identifisering. Hvis DN endres vil endringene bli oppdaget. Det interne brukernavnet brukes alle steder. Nullstilling av tilknytningene vil etterlate seg rester overalt. Nullstilling av tilknytningene skjer ikke pr. oppsett, det påvirker alle LDAP-oppsett! Nullstill aldri tilknytningene i et produksjonsmiljø, kun ved testing eller eksperimentering." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/nl.js b/apps/user_ldap/l10n/nl.js index ac0fa66bd6..b7a4423718 100644 --- a/apps/user_ldap/l10n/nl.js +++ b/apps/user_ldap/l10n/nl.js @@ -188,10 +188,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Leegmaken Gebruikersnaam-LDAP gebruikers vertaling", "Clear Groupname-LDAP Group Mapping" : "Leegmaken Groepsnaam-LDAP groep vertaling", " entries available within the provided Base DN" : "accounts beschikbaar binnen de provider Basis DN", - "1. Server" : "1. Server", - "Wrong password. Reset it?" : "Onjuist wachtwoord. Resetten?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Waarschuwing: De Apps user_ldap en user_webdavauth zijn incompatibel. Je kunt onverwacht gedrag ervaren. Vraag je beheerder om een van beide apps de deactiveren.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Gebruikersnamen worden gebruikt om (meta) data op te slaan en toe te wijzen. Om gebruikers uniek te identificeren, krijgt elke LDAP-gebruiker ook een interne gebruikersnaam. Dit vereist een koppeling van de gebruikersnaam naar een ​​LDAP-gebruiker. De gecreëerde gebruikersnaam is gekoppeld aan de UUID van de LDAP-gebruiker. Aanvullend wordt ook de 'DN' gecached om het aantal LDAP-interacties te verminderen, maar dit wordt niet gebruikt voor identificatie. Als de DN verandert, zullen de veranderingen worden gevonden. De interne gebruikersnaam wordt overal gebruikt. Het wissen van de koppeling zal overal resten achterlaten. Het wissen van koppelingen is niet configuratiegevoelig, maar het raakt wel alle LDAP instellingen! Zorg ervoor dat deze koppelingen nooit in een productieomgeving gewist worden. Maak ze alleen leeg in een test- of ontwikkelomgeving." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/nl.json b/apps/user_ldap/l10n/nl.json index c798073794..fea1d1e8b4 100644 --- a/apps/user_ldap/l10n/nl.json +++ b/apps/user_ldap/l10n/nl.json @@ -186,10 +186,6 @@ "Clear Username-LDAP User Mapping" : "Leegmaken Gebruikersnaam-LDAP gebruikers vertaling", "Clear Groupname-LDAP Group Mapping" : "Leegmaken Groepsnaam-LDAP groep vertaling", " entries available within the provided Base DN" : "accounts beschikbaar binnen de provider Basis DN", - "1. Server" : "1. Server", - "Wrong password. Reset it?" : "Onjuist wachtwoord. Resetten?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Waarschuwing: De Apps user_ldap en user_webdavauth zijn incompatibel. Je kunt onverwacht gedrag ervaren. Vraag je beheerder om een van beide apps de deactiveren.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Gebruikersnamen worden gebruikt om (meta) data op te slaan en toe te wijzen. Om gebruikers uniek te identificeren, krijgt elke LDAP-gebruiker ook een interne gebruikersnaam. Dit vereist een koppeling van de gebruikersnaam naar een ​​LDAP-gebruiker. De gecreëerde gebruikersnaam is gekoppeld aan de UUID van de LDAP-gebruiker. Aanvullend wordt ook de 'DN' gecached om het aantal LDAP-interacties te verminderen, maar dit wordt niet gebruikt voor identificatie. Als de DN verandert, zullen de veranderingen worden gevonden. De interne gebruikersnaam wordt overal gebruikt. Het wissen van de koppeling zal overal resten achterlaten. Het wissen van koppelingen is niet configuratiegevoelig, maar het raakt wel alle LDAP instellingen! Zorg ervoor dat deze koppelingen nooit in een productieomgeving gewist worden. Maak ze alleen leeg in een test- of ontwikkelomgeving." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/pl.js b/apps/user_ldap/l10n/pl.js index 55a4f0ba49..aa4497d2d1 100644 --- a/apps/user_ldap/l10n/pl.js +++ b/apps/user_ldap/l10n/pl.js @@ -184,10 +184,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Czyść Mapowanie użytkownika LDAP", "Clear Groupname-LDAP Group Mapping" : "Czyść Mapowanie nazwy grupy LDAP", " entries available within the provided Base DN" : "wpisów dostępnych w podanym Base DN ", - "1. Server" : "1. Serwer", - "Wrong password. Reset it?" : "Nieprawidłowe hasło. Czy chcesz je zresetować?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Ostrzeżenie: Aplikacje user_ldap i user_webdavauth nie są kompatybilne. Mogą powodować nieoczekiwane zachowanie. Poproś administratora o wyłączenie jednej z nich.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Nazwy użytkowników służą do przechowywania i przypisywania (meta) danych. W celu dokładnego określenia i rozpoznawania użytkowników, każdy użytkownik LDAP ma przypisaną wewnętrzną nazwę użytkownika. Wymaga to mapowania nazwy użytkownika do użytkownika LDAP. Utworzona nazwa użytkownika jest odwzorowywana na UUID użytkownika LDAP. Dodatkowo DN są buforowane, także w celu zmniejszenia oddziaływania LDAP, ale nie są stosowane do identyfikacji. Po zmianie DN, będzie można znaleźć zmiany. Wewnętrzna nazwa jest używana wszędzie. Usuwanie mapowania będzie miało wpływ wszędzie. Usuwanie mapowania nie jest wrażliwe na konfiguracje, dotyczy to wszystkich konfiguracji LDAP! Nigdy nie usuwaj mapowania w środowisku produkcyjnym, jest to dopuszczalne tylko w fazie eksperymentalnej, testowej." }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/apps/user_ldap/l10n/pl.json b/apps/user_ldap/l10n/pl.json index c350f39947..160f7d86aa 100644 --- a/apps/user_ldap/l10n/pl.json +++ b/apps/user_ldap/l10n/pl.json @@ -182,10 +182,6 @@ "Clear Username-LDAP User Mapping" : "Czyść Mapowanie użytkownika LDAP", "Clear Groupname-LDAP Group Mapping" : "Czyść Mapowanie nazwy grupy LDAP", " entries available within the provided Base DN" : "wpisów dostępnych w podanym Base DN ", - "1. Server" : "1. Serwer", - "Wrong password. Reset it?" : "Nieprawidłowe hasło. Czy chcesz je zresetować?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Ostrzeżenie: Aplikacje user_ldap i user_webdavauth nie są kompatybilne. Mogą powodować nieoczekiwane zachowanie. Poproś administratora o wyłączenie jednej z nich.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Nazwy użytkowników służą do przechowywania i przypisywania (meta) danych. W celu dokładnego określenia i rozpoznawania użytkowników, każdy użytkownik LDAP ma przypisaną wewnętrzną nazwę użytkownika. Wymaga to mapowania nazwy użytkownika do użytkownika LDAP. Utworzona nazwa użytkownika jest odwzorowywana na UUID użytkownika LDAP. Dodatkowo DN są buforowane, także w celu zmniejszenia oddziaływania LDAP, ale nie są stosowane do identyfikacji. Po zmianie DN, będzie można znaleźć zmiany. Wewnętrzna nazwa jest używana wszędzie. Usuwanie mapowania będzie miało wpływ wszędzie. Usuwanie mapowania nie jest wrażliwe na konfiguracje, dotyczy to wszystkich konfiguracji LDAP! Nigdy nie usuwaj mapowania w środowisku produkcyjnym, jest to dopuszczalne tylko w fazie eksperymentalnej, testowej." },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/pt_BR.js b/apps/user_ldap/l10n/pt_BR.js index b1d73043d2..7f35ac42e6 100644 --- a/apps/user_ldap/l10n/pt_BR.js +++ b/apps/user_ldap/l10n/pt_BR.js @@ -188,10 +188,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Limpar Mapeamento de Usuário username-LDAP", "Clear Groupname-LDAP Group Mapping" : "Limpar Mapeamento do Grupo groupname-LDAP", " entries available within the provided Base DN" : "entradas disponíveis na Base DN fornecida", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Senha incorreta. Redefini-la?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Aviso: Os aplicativos user_ldap e user_webdavauth são incompatíveis e pode haver um comportamento inesperado. Por favor, peça ao administrador do sistema para desabilitar um deles.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Nomes de usuários são usados para armazenar e atribuir dados (meta). A fim de identificar e reconhecer precisamente os usuários, cada usuário LDAP terá um nome de usuário interno. Isso requer um mapeamento do nome de usuário para o usuário LDAP. O nome de usuário criado é mapeado para o UUID do usuário LDAP. Além disso, o DN é armazenado em cache para reduzir a interação LDAP mas não é usado para identificação. Se o DN mudar, as mudanças serão encontradas. O nome de usuário interno é usado por toda parte. Limpando os mapeamentos terá sobras em todos os lugares. A limpeza dos mapeamentos não é case sensitive e afeta todas as configurações LDAP! Nunca limpe os mapeamentos em um ambiente de produção, somente em um teste ou estágio experimental." }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/user_ldap/l10n/pt_BR.json b/apps/user_ldap/l10n/pt_BR.json index 8734ab4f39..037be74ac1 100644 --- a/apps/user_ldap/l10n/pt_BR.json +++ b/apps/user_ldap/l10n/pt_BR.json @@ -186,10 +186,6 @@ "Clear Username-LDAP User Mapping" : "Limpar Mapeamento de Usuário username-LDAP", "Clear Groupname-LDAP Group Mapping" : "Limpar Mapeamento do Grupo groupname-LDAP", " entries available within the provided Base DN" : "entradas disponíveis na Base DN fornecida", - "1. Server" : "1. Servidor", - "Wrong password. Reset it?" : "Senha incorreta. Redefini-la?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Aviso: Os aplicativos user_ldap e user_webdavauth são incompatíveis e pode haver um comportamento inesperado. Por favor, peça ao administrador do sistema para desabilitar um deles.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Nomes de usuários são usados para armazenar e atribuir dados (meta). A fim de identificar e reconhecer precisamente os usuários, cada usuário LDAP terá um nome de usuário interno. Isso requer um mapeamento do nome de usuário para o usuário LDAP. O nome de usuário criado é mapeado para o UUID do usuário LDAP. Além disso, o DN é armazenado em cache para reduzir a interação LDAP mas não é usado para identificação. Se o DN mudar, as mudanças serão encontradas. O nome de usuário interno é usado por toda parte. Limpando os mapeamentos terá sobras em todos os lugares. A limpeza dos mapeamentos não é case sensitive e afeta todas as configurações LDAP! Nunca limpe os mapeamentos em um ambiente de produção, somente em um teste ou estágio experimental." },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/pt_PT.js b/apps/user_ldap/l10n/pt_PT.js index a58aa8d479..7b7886d4aa 100644 --- a/apps/user_ldap/l10n/pt_PT.js +++ b/apps/user_ldap/l10n/pt_PT.js @@ -137,9 +137,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Limpar mapeamento do utilizador-LDAP", "Clear Groupname-LDAP Group Mapping" : "Limpar o mapeamento do nome de grupo LDAP", " entries available within the provided Base DN" : "entradas disponíveis no ND de base fornecido", - "1. Server" : "1. Servidor", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Aviso: A aplicação user_ldap e user_webdavauth são incompativeis. A aplicação pode tornar-se instável. Por favor, peça ao seu administrador para desactivar uma das aplicações.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "O ownCloud usa nomes de utilizadores para guardar e atribuir (meta) dados. Para identificar com precisão os utilizadores, cada utilizador de LDAP tem um nome de utilizador interno. Isto requer um mapeamento entre o utilizador LDAP e o utilizador ownCloud. Adicionalmente, o DN é colocado em cache para reduzir a interação com LDAP, porém não é usado para identificação. Se o DN muda, essas alterações serão vistas pelo ownCloud. O nome interno do ownCloud é usado em todo o lado, no ownCloud. Limpar os mapeamentos deixará vestígios em todo o lado. A limpeza dos mapeamentos não é sensível à configuração, pois afeta todas as configurações de LDAP! Nunca limpe os mapeamentos num ambiente de produção, apenas o faça numa fase de testes ou experimental." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/pt_PT.json b/apps/user_ldap/l10n/pt_PT.json index 7c1cb562c6..a55d58d38d 100644 --- a/apps/user_ldap/l10n/pt_PT.json +++ b/apps/user_ldap/l10n/pt_PT.json @@ -135,9 +135,6 @@ "Clear Username-LDAP User Mapping" : "Limpar mapeamento do utilizador-LDAP", "Clear Groupname-LDAP Group Mapping" : "Limpar o mapeamento do nome de grupo LDAP", " entries available within the provided Base DN" : "entradas disponíveis no ND de base fornecido", - "1. Server" : "1. Servidor", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Aviso: A aplicação user_ldap e user_webdavauth são incompativeis. A aplicação pode tornar-se instável. Por favor, peça ao seu administrador para desactivar uma das aplicações.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "O ownCloud usa nomes de utilizadores para guardar e atribuir (meta) dados. Para identificar com precisão os utilizadores, cada utilizador de LDAP tem um nome de utilizador interno. Isto requer um mapeamento entre o utilizador LDAP e o utilizador ownCloud. Adicionalmente, o DN é colocado em cache para reduzir a interação com LDAP, porém não é usado para identificação. Se o DN muda, essas alterações serão vistas pelo ownCloud. O nome interno do ownCloud é usado em todo o lado, no ownCloud. Limpar os mapeamentos deixará vestígios em todo o lado. A limpeza dos mapeamentos não é sensível à configuração, pois afeta todas as configurações de LDAP! Nunca limpe os mapeamentos num ambiente de produção, apenas o faça numa fase de testes ou experimental." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/ru.js b/apps/user_ldap/l10n/ru.js index 5d64497f55..837a693f6f 100644 --- a/apps/user_ldap/l10n/ru.js +++ b/apps/user_ldap/l10n/ru.js @@ -188,10 +188,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Очистить соответствия Имя-Пользователь LDAP", "Clear Groupname-LDAP Group Mapping" : "Очистить соответствия Группа-Группа LDAP", " entries available within the provided Base DN" : "элементов доступно в предоставленном базовом DN", - "1. Server" : "Сервер 1.", - "Wrong password. Reset it?" : "Неправильный пароль. Сбросить его?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Предупреждение: Приложения user_ldap и user_webdavauth несовместимы. Вы можете наблюдать некорректное поведение. Пожалуйста, попросите вашего системного администратора отключить одно из них.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "ownCloud использует имена пользователей для хранения и назначения метаданных. Для точной идентификации и распознавания пользователей, каждый пользователь LDAP будет иметь свое внутреннее имя пользователя. Это требует привязки имени пользователя ownCloud к пользователю LDAP. При создании имя пользователя назначается идентификатору UUID пользователя LDAP. Помимо этого кешируется DN для уменьшения числа обращений к LDAP, однако он не используется для идентификации. Если DN был изменён, то изменения будут найдены. Внутреннее имя ownCloud используется повсеместно в ownCloud. После сброса привязок в базе могут сохраниться остатки старой информации. Сброс привязок не привязан к конфигурации, он повлияет на все LDAP подключения! Ни в коем случае не рекомендуется сбрасывать привязки если система уже находится в эксплуатации, только на этапе тестирования." }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/user_ldap/l10n/ru.json b/apps/user_ldap/l10n/ru.json index 7253ead977..f078a86635 100644 --- a/apps/user_ldap/l10n/ru.json +++ b/apps/user_ldap/l10n/ru.json @@ -186,10 +186,6 @@ "Clear Username-LDAP User Mapping" : "Очистить соответствия Имя-Пользователь LDAP", "Clear Groupname-LDAP Group Mapping" : "Очистить соответствия Группа-Группа LDAP", " entries available within the provided Base DN" : "элементов доступно в предоставленном базовом DN", - "1. Server" : "Сервер 1.", - "Wrong password. Reset it?" : "Неправильный пароль. Сбросить его?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Предупреждение: Приложения user_ldap и user_webdavauth несовместимы. Вы можете наблюдать некорректное поведение. Пожалуйста, попросите вашего системного администратора отключить одно из них.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "ownCloud использует имена пользователей для хранения и назначения метаданных. Для точной идентификации и распознавания пользователей, каждый пользователь LDAP будет иметь свое внутреннее имя пользователя. Это требует привязки имени пользователя ownCloud к пользователю LDAP. При создании имя пользователя назначается идентификатору UUID пользователя LDAP. Помимо этого кешируется DN для уменьшения числа обращений к LDAP, однако он не используется для идентификации. Если DN был изменён, то изменения будут найдены. Внутреннее имя ownCloud используется повсеместно в ownCloud. После сброса привязок в базе могут сохраниться остатки старой информации. Сброс привязок не привязан к конфигурации, он повлияет на все LDAP подключения! Ни в коем случае не рекомендуется сбрасывать привязки если система уже находится в эксплуатации, только на этапе тестирования." },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/sk.js b/apps/user_ldap/l10n/sk.js index 4a23e64ef9..c39b593edb 100644 --- a/apps/user_ldap/l10n/sk.js +++ b/apps/user_ldap/l10n/sk.js @@ -151,10 +151,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Zrušiť mapovanie LDAP používateľských mien", "Clear Groupname-LDAP Group Mapping" : "Zrušiť mapovanie názvov LDAP skupín", " entries available within the provided Base DN" : "dostupných záznamov v zadanej základnej DN", - "1. Server" : "1. Server", - "Wrong password. Reset it?" : "Chybné heslo. Chcete ho obnoviť?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Upozornenie: Aplikácie user_ldap a user_webdavauth sú navzájom nekompatibilné. Môžete zaznamenať neočakávané správanie. Požiadajte prosím vášho systémového administrátora pre zakázanie jedného z nich.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Používateľské mená sa používajú na uchovávanie a priraďovanie (meta)dát. Každý používateľ v LDAP bude mať interné používateľské meno, aby bolo možné správne identifikovať a rozpoznávať používateľov. To je vyžaduje vytvorenie mapovania používateľských mien na používateľov v LDAPe. Vytvorené používateľské meno sa namapuje na UUID používateľa v LDAPe. Naviac je sa vo vyrovnávacej pamäti udržiava DN, aby sa obmedzila nadmerná interakcia s LDAPom, ale to sa nepoužíva na identifikáciu. Ak sa DN zmení, zmena bude správne rozpoznaná. Interné používateľské meno sa používa všade. Vyčistenie mapovaní vymaže zvyšky všade. Vyčistenie mapovaní naviac nie je špecifické pre určitú konfiguráciu; bude mať vplyv na všetky konfigurácie LDAPu! Nikdy nečistite mapovanie v produkčnom prostredí, len v testovacej alebo experimentálnej fáze." }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/user_ldap/l10n/sk.json b/apps/user_ldap/l10n/sk.json index 8e89b60107..8c2790244f 100644 --- a/apps/user_ldap/l10n/sk.json +++ b/apps/user_ldap/l10n/sk.json @@ -149,10 +149,6 @@ "Clear Username-LDAP User Mapping" : "Zrušiť mapovanie LDAP používateľských mien", "Clear Groupname-LDAP Group Mapping" : "Zrušiť mapovanie názvov LDAP skupín", " entries available within the provided Base DN" : "dostupných záznamov v zadanej základnej DN", - "1. Server" : "1. Server", - "Wrong password. Reset it?" : "Chybné heslo. Chcete ho obnoviť?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Upozornenie: Aplikácie user_ldap a user_webdavauth sú navzájom nekompatibilné. Môžete zaznamenať neočakávané správanie. Požiadajte prosím vášho systémového administrátora pre zakázanie jedného z nich.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Používateľské mená sa používajú na uchovávanie a priraďovanie (meta)dát. Každý používateľ v LDAP bude mať interné používateľské meno, aby bolo možné správne identifikovať a rozpoznávať používateľov. To je vyžaduje vytvorenie mapovania používateľských mien na používateľov v LDAPe. Vytvorené používateľské meno sa namapuje na UUID používateľa v LDAPe. Naviac je sa vo vyrovnávacej pamäti udržiava DN, aby sa obmedzila nadmerná interakcia s LDAPom, ale to sa nepoužíva na identifikáciu. Ak sa DN zmení, zmena bude správne rozpoznaná. Interné používateľské meno sa používa všade. Vyčistenie mapovaní vymaže zvyšky všade. Vyčistenie mapovaní naviac nie je špecifické pre určitú konfiguráciu; bude mať vplyv na všetky konfigurácie LDAPu! Nikdy nečistite mapovanie v produkčnom prostredí, len v testovacej alebo experimentálnej fáze." },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/sl.js b/apps/user_ldap/l10n/sl.js index 5f048d5906..a1b6f70b92 100644 --- a/apps/user_ldap/l10n/sl.js +++ b/apps/user_ldap/l10n/sl.js @@ -136,9 +136,6 @@ OC.L10N.register( "Username-LDAP User Mapping" : "Uporabniška preslikava uporabniškega imena na LDAP", "Clear Username-LDAP User Mapping" : "Izbriši preslikavo uporabniškega imena na LDAP", "Clear Groupname-LDAP Group Mapping" : "Izbriši preslikavo skupine na LDAP", - " entries available within the provided Base DN" : "vnosi, ki so na voljo znotraj razpoložljivega osnovnega enoznačnega imena (Base DN)", - "1. Server" : "1. strežnik", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Opozorilo: določili user_ldap in user_webdavauth sta neskladni, kar lahko vpliva na delovanje sistema. O napaki pošljite poročilo skrbniku sistema in opozorite, da je treba eno izmed možnosti onemogočiti." + " entries available within the provided Base DN" : "vnosi, ki so na voljo znotraj razpoložljivega osnovnega enoznačnega imena (Base DN)" }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/user_ldap/l10n/sl.json b/apps/user_ldap/l10n/sl.json index eff5aee082..8bb98273e1 100644 --- a/apps/user_ldap/l10n/sl.json +++ b/apps/user_ldap/l10n/sl.json @@ -134,9 +134,6 @@ "Username-LDAP User Mapping" : "Uporabniška preslikava uporabniškega imena na LDAP", "Clear Username-LDAP User Mapping" : "Izbriši preslikavo uporabniškega imena na LDAP", "Clear Groupname-LDAP Group Mapping" : "Izbriši preslikavo skupine na LDAP", - " entries available within the provided Base DN" : "vnosi, ki so na voljo znotraj razpoložljivega osnovnega enoznačnega imena (Base DN)", - "1. Server" : "1. strežnik", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Opozorilo: določili user_ldap in user_webdavauth sta neskladni, kar lahko vpliva na delovanje sistema. O napaki pošljite poročilo skrbniku sistema in opozorite, da je treba eno izmed možnosti onemogočiti." + " entries available within the provided Base DN" : "vnosi, ki so na voljo znotraj razpoložljivega osnovnega enoznačnega imena (Base DN)" },"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/apps/user_ldap/l10n/sq.js b/apps/user_ldap/l10n/sq.js index f82787b239..683a0d7457 100644 --- a/apps/user_ldap/l10n/sq.js +++ b/apps/user_ldap/l10n/sq.js @@ -180,10 +180,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Pastro Përshoqërimin Emër përdoruesi-Përdorues LDAP", "Clear Groupname-LDAP Group Mapping" : "Pastro Përshoqërimin Emër grupi-Grup LDAP", " entries available within the provided Base DN" : " zëra të gatshëm brenda DN-së Bazë të dhënë", - "1. Server" : "1. Shërbyes", - "Wrong password. Reset it?" : "Fjalëkalim i gabuar. Do ta rivendosësh?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Kujdes: user_ldap dhe user_webdavauth të aplikacionit janë të papërputhshëm. Mund t’ju ndodhin sjellje të papritura. Ju lutemi, kërkojini përgjegjësit të sistemit tuaj të çaktivizojë një prej tyre.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Emrat e përdoruesve përdoren për të depozituar dhe shpërndarë (tej) të dhëna. Që të mund të identifikohen dhe pranohen saktësisht përdoruesit, çdo përdorues LDAP do të ketë një emër të brendshëm përdoruesi. Kjo kërkon përshoqërim nga emër përdoruesi te përdorues LDAP. Emri i përdoruesit i krijuar i përshoqërohet UUID-së së përdoruesit LDAP. Tej kësaj, edhe DN-ja ruhet në fshehtinë, për të zvogëluar ndërveprim LDAP, por s’përdoret për identifikim. Nëse ndryshon DN-ja, ndryshimet do të gjenden. Emri i brendshëm i përdoruesi përdoret gjithandej. Heqja e përshoqërimeve do të lërë thërrime ngado. Heqja e përshoqërimeve nuk preket nga formësimi, prek krejt formësimet për LDAP-në! Mos i hiqni kurrë përshoqërimet në një mjedis prodhimi, vetëm në një faqë testimi ose eksperimetale." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/sq.json b/apps/user_ldap/l10n/sq.json index 3d4d1e9d7f..87fe098b0f 100644 --- a/apps/user_ldap/l10n/sq.json +++ b/apps/user_ldap/l10n/sq.json @@ -178,10 +178,6 @@ "Clear Username-LDAP User Mapping" : "Pastro Përshoqërimin Emër përdoruesi-Përdorues LDAP", "Clear Groupname-LDAP Group Mapping" : "Pastro Përshoqërimin Emër grupi-Grup LDAP", " entries available within the provided Base DN" : " zëra të gatshëm brenda DN-së Bazë të dhënë", - "1. Server" : "1. Shërbyes", - "Wrong password. Reset it?" : "Fjalëkalim i gabuar. Do ta rivendosësh?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Kujdes: user_ldap dhe user_webdavauth të aplikacionit janë të papërputhshëm. Mund t’ju ndodhin sjellje të papritura. Ju lutemi, kërkojini përgjegjësit të sistemit tuaj të çaktivizojë një prej tyre.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Emrat e përdoruesve përdoren për të depozituar dhe shpërndarë (tej) të dhëna. Që të mund të identifikohen dhe pranohen saktësisht përdoruesit, çdo përdorues LDAP do të ketë një emër të brendshëm përdoruesi. Kjo kërkon përshoqërim nga emër përdoruesi te përdorues LDAP. Emri i përdoruesit i krijuar i përshoqërohet UUID-së së përdoruesit LDAP. Tej kësaj, edhe DN-ja ruhet në fshehtinë, për të zvogëluar ndërveprim LDAP, por s’përdoret për identifikim. Nëse ndryshon DN-ja, ndryshimet do të gjenden. Emri i brendshëm i përdoruesi përdoret gjithandej. Heqja e përshoqërimeve do të lërë thërrime ngado. Heqja e përshoqërimeve nuk preket nga formësimi, prek krejt formësimet për LDAP-në! Mos i hiqni kurrë përshoqërimet në një mjedis prodhimi, vetëm në një faqë testimi ose eksperimetale." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/sr.js b/apps/user_ldap/l10n/sr.js index 00788cb441..1e004741d7 100644 --- a/apps/user_ldap/l10n/sr.js +++ b/apps/user_ldap/l10n/sr.js @@ -188,10 +188,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Очисти Username-LDAP мапирање корисника", "Clear Groupname-LDAP Group Mapping" : "Очисти Groupname-LDAP мапирање група", " entries available within the provided Base DN" : "уноса доступно за дати базни ДН", - "1. Server" : "1. сервер", - "Wrong password. Reset it?" : "Погрешна лозинка. Желите ли да је ресетујете?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Упозорење: Апликације user_ldap и user_webdavauth нису компатибилне. Можете имати проблема. Питајте систем администратора да искључи једну од њих.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Корисничка имена се користи за чување и додељивање (мета) података. Да би се прецизно идентификовали и препознавали кориснике, сваки LDAP корисник ће имати локално корисничко име. Ово захтева мапирање од корисничког имена до LDAP корисника. Креирано корисничко име се мапира у UUID LDAP корисника. Поред тога, DN се кешира да смањи LDAP интеракцију, али се не користи за идентификацију. Ако се DN мења, промене се могу наћи. Локално корисничко име се користи свуда. Чишћење мапирања оставља свуда остатке. Чишћење мапирања није осетљиво на конфигурацију, оно утиче на све LDAP конфигурације! Никада не користит чишћење мапирања у радном окружењу, већ само у тестирању или експерименталној фази." }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/user_ldap/l10n/sr.json b/apps/user_ldap/l10n/sr.json index ead774aec2..267d862f80 100644 --- a/apps/user_ldap/l10n/sr.json +++ b/apps/user_ldap/l10n/sr.json @@ -186,10 +186,6 @@ "Clear Username-LDAP User Mapping" : "Очисти Username-LDAP мапирање корисника", "Clear Groupname-LDAP Group Mapping" : "Очисти Groupname-LDAP мапирање група", " entries available within the provided Base DN" : "уноса доступно за дати базни ДН", - "1. Server" : "1. сервер", - "Wrong password. Reset it?" : "Погрешна лозинка. Желите ли да је ресетујете?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Упозорење: Апликације user_ldap и user_webdavauth нису компатибилне. Можете имати проблема. Питајте систем администратора да искључи једну од њих.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Корисничка имена се користи за чување и додељивање (мета) података. Да би се прецизно идентификовали и препознавали кориснике, сваки LDAP корисник ће имати локално корисничко име. Ово захтева мапирање од корисничког имена до LDAP корисника. Креирано корисничко име се мапира у UUID LDAP корисника. Поред тога, DN се кешира да смањи LDAP интеракцију, али се не користи за идентификацију. Ако се DN мења, промене се могу наћи. Локално корисничко име се користи свуда. Чишћење мапирања оставља свуда остатке. Чишћење мапирања није осетљиво на конфигурацију, оно утиче на све LDAP конфигурације! Никада не користит чишћење мапирања у радном окружењу, већ само у тестирању или експерименталној фази." },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/sv.js b/apps/user_ldap/l10n/sv.js index 7168700783..f289d95fe3 100644 --- a/apps/user_ldap/l10n/sv.js +++ b/apps/user_ldap/l10n/sv.js @@ -184,10 +184,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Rensa användarnamn-LDAP användarmappning", "Clear Groupname-LDAP Group Mapping" : "Rensa gruppnamn-LDAP gruppmappning", " entries available within the provided Base DN" : "Poster tillgängliga inom angivet Base DN", - "1. Server" : "1. Server", - "Wrong password. Reset it?" : "Fel lösenord. Återställa det?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Varning: Apps user_ldap och user_webdavauth är inkompatibla. Oväntade problem kan uppstå. Be din systemadministratör att inaktivera en av dem.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Användarnamn används för att lagra och tilldela (meta) data. För att exakt identifiera och känna igen användare, kommer varje LDAP-användare att ha ett internt användarnamn. Detta kräver en mappning från användarnamn till LDAP-användare. Det skapade användarnamnet mappas till UUID't för LDAP-användaren. Dessutom är DN't cachat också för att minska LDAP-interaktion, men används inte för identifiering. Om DN't ändras, kommer ändringar att hittas. Det interna användarnamnet används överallt. Rensning av mappningarna kommer att ha kvarlevor överallt. Rensning av mappningarna är inte konfigurationskänsliga, de påverka alla LDAP-konfigurationer! Rensa aldrig mappningarna i en produktionsmiljö, bara i test- eller experimentläge." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/sv.json b/apps/user_ldap/l10n/sv.json index 032002bc94..a3b8b60b90 100644 --- a/apps/user_ldap/l10n/sv.json +++ b/apps/user_ldap/l10n/sv.json @@ -182,10 +182,6 @@ "Clear Username-LDAP User Mapping" : "Rensa användarnamn-LDAP användarmappning", "Clear Groupname-LDAP Group Mapping" : "Rensa gruppnamn-LDAP gruppmappning", " entries available within the provided Base DN" : "Poster tillgängliga inom angivet Base DN", - "1. Server" : "1. Server", - "Wrong password. Reset it?" : "Fel lösenord. Återställa det?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Varning: Apps user_ldap och user_webdavauth är inkompatibla. Oväntade problem kan uppstå. Be din systemadministratör att inaktivera en av dem.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Användarnamn används för att lagra och tilldela (meta) data. För att exakt identifiera och känna igen användare, kommer varje LDAP-användare att ha ett internt användarnamn. Detta kräver en mappning från användarnamn till LDAP-användare. Det skapade användarnamnet mappas till UUID't för LDAP-användaren. Dessutom är DN't cachat också för att minska LDAP-interaktion, men används inte för identifiering. Om DN't ändras, kommer ändringar att hittas. Det interna användarnamnet används överallt. Rensning av mappningarna kommer att ha kvarlevor överallt. Rensning av mappningarna är inte konfigurationskänsliga, de påverka alla LDAP-konfigurationer! Rensa aldrig mappningarna i en produktionsmiljö, bara i test- eller experimentläge." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/th.js b/apps/user_ldap/l10n/th.js index 89060018f1..ce1e225537 100644 --- a/apps/user_ldap/l10n/th.js +++ b/apps/user_ldap/l10n/th.js @@ -134,9 +134,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "ล้าง Username-LDAP ผู้ใช้ Mapping", "Clear Groupname-LDAP Group Mapping" : "ล้าง Groupname-LDAP กลุ่ม Mapping", " entries available within the provided Base DN" : "รายการที่มีอยู่ใน Base DN", - "1. Server" : "1. เซิร์ฟเวอร์", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "คำเตือน: แอพฯ user_ldap และ user_webdavauth เข้ากันไม่ได้ คุณอาจจะพบเหตุการณ์ที่ไม่คาดคิด กรุณาขอให้ผู้ดูแลระบบของคุณปิดการใช้งานบางอย่างของพวกเขา", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "ชื่อผู้ใช้จะใช้ในการจัดเก็บและกำหนดข้อมูล (เมตา) เพื่อรู้จักกับผู้ใช้และสามารถระบุได้อย่างแม่นยำ แต่ละ LDAP จะมีชื่อผู้ใช้ภายใน จึงต้องทำ Mapping ให้กับผู้ใช้ LDAP ชื่อผู้ใช้ที่ถูกสร้างขึ้นจะถูกแมปเข้ากับ UUID ของผู้ใช้ LDAP นอกจากนี้ DN ก็จะถูกแคชเช่นกันเพื่อลดการทำงานร่วมกันของ LDAP แต่มันก็ไม่ได้ใช้เพื่อระบุตัวตน หากมีการเปลี่ยนแปลง DN การเปลี่ยนแปลงจะถูกพบในทันที ชื่อผู้ใช้ภายในจะถูกใช้กับทั้งหมด การล้างแมปไม่มีผลต่อการกำหนดค่า LDAP ทั้งหมด! \nและจะเกิดขึ้นเฉพาะในการทดสอบหรือขั้นตอนการทดลอง" }, "nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/th.json b/apps/user_ldap/l10n/th.json index fbefe45ce4..cfee6c4858 100644 --- a/apps/user_ldap/l10n/th.json +++ b/apps/user_ldap/l10n/th.json @@ -132,9 +132,6 @@ "Clear Username-LDAP User Mapping" : "ล้าง Username-LDAP ผู้ใช้ Mapping", "Clear Groupname-LDAP Group Mapping" : "ล้าง Groupname-LDAP กลุ่ม Mapping", " entries available within the provided Base DN" : "รายการที่มีอยู่ใน Base DN", - "1. Server" : "1. เซิร์ฟเวอร์", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "คำเตือน: แอพฯ user_ldap และ user_webdavauth เข้ากันไม่ได้ คุณอาจจะพบเหตุการณ์ที่ไม่คาดคิด กรุณาขอให้ผู้ดูแลระบบของคุณปิดการใช้งานบางอย่างของพวกเขา", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "ชื่อผู้ใช้จะใช้ในการจัดเก็บและกำหนดข้อมูล (เมตา) เพื่อรู้จักกับผู้ใช้และสามารถระบุได้อย่างแม่นยำ แต่ละ LDAP จะมีชื่อผู้ใช้ภายใน จึงต้องทำ Mapping ให้กับผู้ใช้ LDAP ชื่อผู้ใช้ที่ถูกสร้างขึ้นจะถูกแมปเข้ากับ UUID ของผู้ใช้ LDAP นอกจากนี้ DN ก็จะถูกแคชเช่นกันเพื่อลดการทำงานร่วมกันของ LDAP แต่มันก็ไม่ได้ใช้เพื่อระบุตัวตน หากมีการเปลี่ยนแปลง DN การเปลี่ยนแปลงจะถูกพบในทันที ชื่อผู้ใช้ภายในจะถูกใช้กับทั้งหมด การล้างแมปไม่มีผลต่อการกำหนดค่า LDAP ทั้งหมด! \nและจะเกิดขึ้นเฉพาะในการทดสอบหรือขั้นตอนการทดลอง" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/tr.js b/apps/user_ldap/l10n/tr.js index dd6baca746..3060bbc3ab 100644 --- a/apps/user_ldap/l10n/tr.js +++ b/apps/user_ldap/l10n/tr.js @@ -188,10 +188,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "Kullanıcı Adı-LDAP Kullanıcısı Eşleştirmesini Kaldır", "Clear Groupname-LDAP Group Mapping" : "Grup Adı-LDAP Grubu Eşleştirmesini Kaldır", " entries available within the provided Base DN" : "kayıt belirtilen Base DN üzerinde var", - "1. Server" : "1. Sunucu", - "Wrong password. Reset it?" : "Parola yanlış. Sıfırlamak ister misiniz?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Uyarı: user_ldap ve user_webdavauth uygulamaları uyumlu değil. Beklenmedik bir davranışla karşılaşabilirsiniz. Lütfen ikisinden birini devre dışı bırakmak için sistem yöneticinizle görüşün.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Kullanıcı adları, (üst) veri depolaması ve ataması için kullanılır. Kullanıcıları kesin olarak belirlemek ve algılamak için, her LDAP kullanıcısına bir iç kullanıcı verilir. Bu kullanıcı adı ile LDAP kullanıcısının eşleştirilmesi gerekir. Oluşturulan kullanıcı adı LDAP kullanıcısının UUID değeri ile eşleştirilir. Bunun yanında LDAP etkileşimini azaltmak için DN ön belleğe alınır ancak bu işlem kimlik belirleme için kullanılmaz. DN üzerinde yapılan değişiklikler aktarılır. İç kullanıcı her yerde kullanıldığından, bir eşleştirmeyi kaldırmak pek çok yerde kalıntılar bırakır. Eşleştirmeleri kaldırmak yalnız yapılandırmaya bağlı değildir, tüm LDAP yapılandırmalarını etkiler! Üretim ortamında eşleştirmeleri asla kaldırmayın, yalnız sınama ya da deney aşamalarında kullanın." }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/user_ldap/l10n/tr.json b/apps/user_ldap/l10n/tr.json index 5e26c9c7a6..603e11cb38 100644 --- a/apps/user_ldap/l10n/tr.json +++ b/apps/user_ldap/l10n/tr.json @@ -186,10 +186,6 @@ "Clear Username-LDAP User Mapping" : "Kullanıcı Adı-LDAP Kullanıcısı Eşleştirmesini Kaldır", "Clear Groupname-LDAP Group Mapping" : "Grup Adı-LDAP Grubu Eşleştirmesini Kaldır", " entries available within the provided Base DN" : "kayıt belirtilen Base DN üzerinde var", - "1. Server" : "1. Sunucu", - "Wrong password. Reset it?" : "Parola yanlış. Sıfırlamak ister misiniz?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Uyarı: user_ldap ve user_webdavauth uygulamaları uyumlu değil. Beklenmedik bir davranışla karşılaşabilirsiniz. Lütfen ikisinden birini devre dışı bırakmak için sistem yöneticinizle görüşün.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Kullanıcı adları, (üst) veri depolaması ve ataması için kullanılır. Kullanıcıları kesin olarak belirlemek ve algılamak için, her LDAP kullanıcısına bir iç kullanıcı verilir. Bu kullanıcı adı ile LDAP kullanıcısının eşleştirilmesi gerekir. Oluşturulan kullanıcı adı LDAP kullanıcısının UUID değeri ile eşleştirilir. Bunun yanında LDAP etkileşimini azaltmak için DN ön belleğe alınır ancak bu işlem kimlik belirleme için kullanılmaz. DN üzerinde yapılan değişiklikler aktarılır. İç kullanıcı her yerde kullanıldığından, bir eşleştirmeyi kaldırmak pek çok yerde kalıntılar bırakır. Eşleştirmeleri kaldırmak yalnız yapılandırmaya bağlı değildir, tüm LDAP yapılandırmalarını etkiler! Üretim ortamında eşleştirmeleri asla kaldırmayın, yalnız sınama ya da deney aşamalarında kullanın." },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/uk.js b/apps/user_ldap/l10n/uk.js index 3b856f262d..f0f0fd5297 100644 --- a/apps/user_ldap/l10n/uk.js +++ b/apps/user_ldap/l10n/uk.js @@ -102,9 +102,6 @@ OC.L10N.register( "Username-LDAP User Mapping" : "Картографія Імен користувачів-LDAP ", "Clear Username-LDAP User Mapping" : "Очистити картографію Імен користувачів-LDAP", "Clear Groupname-LDAP Group Mapping" : "Очистити картографію Імен груп-LDAP", - "1. Server" : "1. Сервер", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Попередження: Застосунки user_ldap та user_webdavauth не сумісні. Ви можете зіткнутися з несподіваною поведінкою. Будь ласка, зверніться до системного адміністратора, щоб відключити одну з них.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "ownCloud використовує імена користувачів для зберігання та призначення метаданих. Для точної ідентифікації та розпізнавання користувачів, кожен користувач LDAP буде мати своє внутрішнє ім'я користувача. Це вимагає прив'язки імені користувача ownCloud до користувача LDAP. При створенні ім'я користувача призначається ідентифікатором UUID користувача LDAP. Крім цього кешируєтся доменне ім'я (DN) для зменшення числа звернень до LDAP, однак воно не використовується для ідентифікації. Якщо доменне ім'я було змінено, про це стане відомо ownCloud. Внутрішнє ім'я ownCloud використовується повсюдно в ownCloud. Після скидання прив'язок в базі можуть зберегтися залишки старої інформації. Скидання прив'язок не прив'язане до конфігурації, воно вплине на всі LDAP підключення! Ні в якому разі не рекомендується скидати прив'язки якщо система вже знаходиться в експлуатації, тільки на етапі тестування." }, "nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); diff --git a/apps/user_ldap/l10n/uk.json b/apps/user_ldap/l10n/uk.json index 5959d78197..f663aaa3ee 100644 --- a/apps/user_ldap/l10n/uk.json +++ b/apps/user_ldap/l10n/uk.json @@ -100,9 +100,6 @@ "Username-LDAP User Mapping" : "Картографія Імен користувачів-LDAP ", "Clear Username-LDAP User Mapping" : "Очистити картографію Імен користувачів-LDAP", "Clear Groupname-LDAP Group Mapping" : "Очистити картографію Імен груп-LDAP", - "1. Server" : "1. Сервер", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Попередження: Застосунки user_ldap та user_webdavauth не сумісні. Ви можете зіткнутися з несподіваною поведінкою. Будь ласка, зверніться до системного адміністратора, щоб відключити одну з них.", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "ownCloud використовує імена користувачів для зберігання та призначення метаданих. Для точної ідентифікації та розпізнавання користувачів, кожен користувач LDAP буде мати своє внутрішнє ім'я користувача. Це вимагає прив'язки імені користувача ownCloud до користувача LDAP. При створенні ім'я користувача призначається ідентифікатором UUID користувача LDAP. Крім цього кешируєтся доменне ім'я (DN) для зменшення числа звернень до LDAP, однак воно не використовується для ідентифікації. Якщо доменне ім'я було змінено, про це стане відомо ownCloud. Внутрішнє ім'я ownCloud використовується повсюдно в ownCloud. Після скидання прив'язок в базі можуть зберегтися залишки старої інформації. Скидання прив'язок не прив'язане до конфігурації, воно вплине на всі LDAP підключення! Ні в якому разі не рекомендується скидати прив'язки якщо система вже знаходиться в експлуатації, тільки на етапі тестування." },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/zh_CN.js b/apps/user_ldap/l10n/zh_CN.js index af1ac87373..ebbf86d2ae 100644 --- a/apps/user_ldap/l10n/zh_CN.js +++ b/apps/user_ldap/l10n/zh_CN.js @@ -186,10 +186,6 @@ OC.L10N.register( "Clear Username-LDAP User Mapping" : "清除用户-LDAP用户映射", "Clear Groupname-LDAP Group Mapping" : "清除组用户-LDAP级映射", " entries available within the provided Base DN" : "基础DN中的可用条目", - "1. Server" : "1.服务器", - "Wrong password. Reset it?" : "密码错误。是否重置?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "警告: 应用 user_ldap 和 user_webdavauth 之间不兼容。您可能遭遇未预料的行为。请让系统管理员禁用其中一个。", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "用户名用于存储和分配数据 (元)。为了准确地识别和确认用户,每个用户都有一个内部用户名。这需要一个 ownCloud 用户名到 LDAP 用户的映射。创建的用户名被映射到 LDAP 用户的 UUID。此外,DN 也会被缓存,以减少 LDAP 连接,但它不用于识别。DN 的变化会被监视到。内部用户名会被用于所有地方。清除映射将导致一片混乱。清除映射不是常用的设置,它会影响到所有的 LDAP 配置!千万不要在正式环境中清除映射,只有在测试或试验时才这样做。" }, "nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/zh_CN.json b/apps/user_ldap/l10n/zh_CN.json index 7a6f79a721..1ffe73b641 100644 --- a/apps/user_ldap/l10n/zh_CN.json +++ b/apps/user_ldap/l10n/zh_CN.json @@ -184,10 +184,6 @@ "Clear Username-LDAP User Mapping" : "清除用户-LDAP用户映射", "Clear Groupname-LDAP Group Mapping" : "清除组用户-LDAP级映射", " entries available within the provided Base DN" : "基础DN中的可用条目", - "1. Server" : "1.服务器", - "Wrong password. Reset it?" : "密码错误。是否重置?", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "警告: 应用 user_ldap 和 user_webdavauth 之间不兼容。您可能遭遇未预料的行为。请让系统管理员禁用其中一个。", "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "用户名用于存储和分配数据 (元)。为了准确地识别和确认用户,每个用户都有一个内部用户名。这需要一个 ownCloud 用户名到 LDAP 用户的映射。创建的用户名被映射到 LDAP 用户的 UUID。此外,DN 也会被缓存,以减少 LDAP 连接,但它不用于识别。DN 的变化会被监视到。内部用户名会被用于所有地方。清除映射将导致一片混乱。清除映射不是常用的设置,它会影响到所有的 LDAP 配置!千万不要在正式环境中清除映射,只有在测试或试验时才这样做。" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/user_ldap/l10n/zh_TW.js b/apps/user_ldap/l10n/zh_TW.js index 28cb0502f6..0b211a0998 100644 --- a/apps/user_ldap/l10n/zh_TW.js +++ b/apps/user_ldap/l10n/zh_TW.js @@ -115,9 +115,6 @@ OC.L10N.register( "Internal Username Attribute:" : "內部使用者名稱屬性:", "Override UUID detection" : "偵測覆寫UUID", "UUID Attribute for Users:" : "使用者的UUID值:", - "UUID Attribute for Groups:" : "群組的UUID值:", - "1. Server" : "1. 伺服器", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "警告: 應用程式user_ldap和user_webdavauth互不相容。可能會造成無法預期的結果。請要求您的系統管理員將兩者其中之一停用。" + "UUID Attribute for Groups:" : "群組的UUID值:" }, "nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/zh_TW.json b/apps/user_ldap/l10n/zh_TW.json index d6408ae549..26b2673e27 100644 --- a/apps/user_ldap/l10n/zh_TW.json +++ b/apps/user_ldap/l10n/zh_TW.json @@ -113,9 +113,6 @@ "Internal Username Attribute:" : "內部使用者名稱屬性:", "Override UUID detection" : "偵測覆寫UUID", "UUID Attribute for Users:" : "使用者的UUID值:", - "UUID Attribute for Groups:" : "群組的UUID值:", - "1. Server" : "1. 伺服器", - "LDAP" : "LDAP", - "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "警告: 應用程式user_ldap和user_webdavauth互不相容。可能會造成無法預期的結果。請要求您的系統管理員將兩者其中之一停用。" + "UUID Attribute for Groups:" : "群組的UUID值:" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/core/l10n/af.js b/core/l10n/af.js index 9b0a0b16c1..da8a62cbe4 100644 --- a/core/l10n/af.js +++ b/core/l10n/af.js @@ -236,7 +236,6 @@ OC.L10N.register( "%s (3rdparty)" : "%s (3departy)", "There was an error loading your contacts" : "Fout terwyl u kontakte gelaai word", "There were problems with the code integrity check. More information…" : "Daar was probleme met die nagaan van die kode integriteit. Meer inligting…", - "Shared with {recipients}" : "Gedeel met {recipients}", "Error setting expiration date" : "Fout terwyl vervaldatum stel", "The public link will expire no later than {days} days after it is created" : "Die publieke skakel sal presies {days} na dit geskep is verval", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} gedeel via skakel", @@ -246,21 +245,13 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Deel met ander deur 'n gebruiker, groep of e-posadres in te vul. ", "The specified document has not been found on the server." : "Die gekose dokument was nie op die bediener gevind nie.", "You can click here to return to %s." : "U kan hier klik om terug te keer na %s", - "The server encountered an internal error and was unable to complete your request." : "Die bediener het 'n interne fout ondervind en was nie in staat om u versoek voltooi nie.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Kontak asseblief die bediener administrateur indien die fout herhaaldelik voorkom. Sluit die volgende tegniese besonderhede by u verslag aan.", - "For information how to properly configure your server, please see the documentation." : "Vir inligting oor hoe om u bediener behoorlik in te stelr, sien asseblief die dokumentasie.", - "This action requires you to confirm your password:" : "Die aksie vereis die bevestiging van u wagwoord:", - "Wrong password. Reset it?" : "Verkeerde wagwoord. Herstel dit?", "Stay logged in" : "Bly aangemeld", + "Back to log in" : "Terug na aanmelding", "Alternative Logins" : "Alternatiewe aanmeldings", - "You are about to grant \"%s\" access to your %s account." : "U is op die punt om \"%s\" toegang tot u %s rekening te verleen", "Alternative login using app token" : "Alternatiewe aanmelding met die toep-tekseenheid", - "You are accessing the server from an untrusted domain." : "U besoek die bediener vanaf 'n domein wat nie vertrou word nie.", + "Depending on your configuration, this button could also work to trust the domain:" : "Afhangende van u konfigurasie, kan die knoppie ook gebruik word om die domein te vertrou:", "Add \"%s\" as trusted domain" : "Voeg \"%s\" as 'n vertroude domein by", "%s will be updated to version %s" : "%s sal na %s bygewerk word", - "For help, see the documentation." : "Vir hulp, sien die dokumentasie.", - "Thank you for your patience." : "Dankie vir u geduld.", - "Back to log in" : "Terug na aanmelding", - "Depending on your configuration, this button could also work to trust the domain:" : "Afhangende van u konfigurasie, kan die knoppie ook gebruik word om die domein te vertrou:" + "Thank you for your patience." : "Dankie vir u geduld." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/af.json b/core/l10n/af.json index f6a3c477f7..86245691fd 100644 --- a/core/l10n/af.json +++ b/core/l10n/af.json @@ -234,7 +234,6 @@ "%s (3rdparty)" : "%s (3departy)", "There was an error loading your contacts" : "Fout terwyl u kontakte gelaai word", "There were problems with the code integrity check. More information…" : "Daar was probleme met die nagaan van die kode integriteit. Meer inligting…", - "Shared with {recipients}" : "Gedeel met {recipients}", "Error setting expiration date" : "Fout terwyl vervaldatum stel", "The public link will expire no later than {days} days after it is created" : "Die publieke skakel sal presies {days} na dit geskep is verval", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} gedeel via skakel", @@ -244,21 +243,13 @@ "Share with other people by entering a user or group or an email address." : "Deel met ander deur 'n gebruiker, groep of e-posadres in te vul. ", "The specified document has not been found on the server." : "Die gekose dokument was nie op die bediener gevind nie.", "You can click here to return to %s." : "U kan hier klik om terug te keer na %s", - "The server encountered an internal error and was unable to complete your request." : "Die bediener het 'n interne fout ondervind en was nie in staat om u versoek voltooi nie.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Kontak asseblief die bediener administrateur indien die fout herhaaldelik voorkom. Sluit die volgende tegniese besonderhede by u verslag aan.", - "For information how to properly configure your server, please see the documentation." : "Vir inligting oor hoe om u bediener behoorlik in te stelr, sien asseblief die dokumentasie.", - "This action requires you to confirm your password:" : "Die aksie vereis die bevestiging van u wagwoord:", - "Wrong password. Reset it?" : "Verkeerde wagwoord. Herstel dit?", "Stay logged in" : "Bly aangemeld", + "Back to log in" : "Terug na aanmelding", "Alternative Logins" : "Alternatiewe aanmeldings", - "You are about to grant \"%s\" access to your %s account." : "U is op die punt om \"%s\" toegang tot u %s rekening te verleen", "Alternative login using app token" : "Alternatiewe aanmelding met die toep-tekseenheid", - "You are accessing the server from an untrusted domain." : "U besoek die bediener vanaf 'n domein wat nie vertrou word nie.", + "Depending on your configuration, this button could also work to trust the domain:" : "Afhangende van u konfigurasie, kan die knoppie ook gebruik word om die domein te vertrou:", "Add \"%s\" as trusted domain" : "Voeg \"%s\" as 'n vertroude domein by", "%s will be updated to version %s" : "%s sal na %s bygewerk word", - "For help, see the documentation." : "Vir hulp, sien die dokumentasie.", - "Thank you for your patience." : "Dankie vir u geduld.", - "Back to log in" : "Terug na aanmelding", - "Depending on your configuration, this button could also work to trust the domain:" : "Afhangende van u konfigurasie, kan die knoppie ook gebruik word om die domein te vertrou:" + "Thank you for your patience." : "Dankie vir u geduld." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/ar.js b/core/l10n/ar.js index 5600ffaada..8ca166275f 100644 --- a/core/l10n/ar.js +++ b/core/l10n/ar.js @@ -204,17 +204,13 @@ OC.L10N.register( "Update needed" : "التحديث مطلوب", "For help, see the documentation." : "للمساعدة يُرجى الإطلاع على الدليل.", "There was an error loading your contacts" : "حدث خطأ أثناء تحميل قائمة مراسليك", - "Shared with {recipients}" : "تمت مشاركته مع {recipients}", "Error setting expiration date" : "حصل خطأ عند عملية تعيين تاريخ إنتهاء الصلاحية", "{sharee} (group)" : "{sharee} (group)", "{sharee} (remote)" : "{sharee} (remote)", "{sharee} (email)" : "{sharee} (email)", - "This action requires you to confirm your password:" : "يتطلب منك هذا الإجراء تأكيد كلمة المرور :", - "Wrong password. Reset it?" : "كلمة السر خاطئة. هل تريد إعادة تعيينها ؟", + "Back to log in" : "العودة إلى تسجيل الدخول", "Alternative Logins" : "اسماء دخول بديلة", "Add \"%s\" as trusted domain" : "إضافة \"%s\" كنطاق موثوق فيه", - "For help, see the documentation." : "للمساعدة يُرجى الإطلاع على الدليل.", - "Thank you for your patience." : "شكرا لك على صبرك.", - "Back to log in" : "العودة إلى تسجيل الدخول" + "Thank you for your patience." : "شكرا لك على صبرك." }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/core/l10n/ar.json b/core/l10n/ar.json index 64eacb3ade..68a75e1c5a 100644 --- a/core/l10n/ar.json +++ b/core/l10n/ar.json @@ -202,17 +202,13 @@ "Update needed" : "التحديث مطلوب", "For help, see the documentation." : "للمساعدة يُرجى الإطلاع على الدليل.", "There was an error loading your contacts" : "حدث خطأ أثناء تحميل قائمة مراسليك", - "Shared with {recipients}" : "تمت مشاركته مع {recipients}", "Error setting expiration date" : "حصل خطأ عند عملية تعيين تاريخ إنتهاء الصلاحية", "{sharee} (group)" : "{sharee} (group)", "{sharee} (remote)" : "{sharee} (remote)", "{sharee} (email)" : "{sharee} (email)", - "This action requires you to confirm your password:" : "يتطلب منك هذا الإجراء تأكيد كلمة المرور :", - "Wrong password. Reset it?" : "كلمة السر خاطئة. هل تريد إعادة تعيينها ؟", + "Back to log in" : "العودة إلى تسجيل الدخول", "Alternative Logins" : "اسماء دخول بديلة", "Add \"%s\" as trusted domain" : "إضافة \"%s\" كنطاق موثوق فيه", - "For help, see the documentation." : "للمساعدة يُرجى الإطلاع على الدليل.", - "Thank you for your patience." : "شكرا لك على صبرك.", - "Back to log in" : "العودة إلى تسجيل الدخول" + "Thank you for your patience." : "شكرا لك على صبرك." },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" } \ No newline at end of file diff --git a/core/l10n/ast.js b/core/l10n/ast.js index d29ffce3fa..c1d2b989e6 100644 --- a/core/l10n/ast.js +++ b/core/l10n/ast.js @@ -237,11 +237,11 @@ OC.L10N.register( "You can click here to return to %s." : "Pues primir equí pa volver a %s.", "Stay logged in" : "Caltener sesión", "Alternative Logins" : "Anicios de sesión alternativos", + "You are about to grant %s access to your %s account." : "Tas a pìques de conceder a %s l'accesu a la to cuenta %s.", "Alternative login using app token" : "Aniciu de sesión alternativu usando pase d'aplicación", "Add \"%s\" as trusted domain" : "Amestáu \"%s\" como dominiu de confianza", "%s will be updated to version %s" : "%s anovaráse a la versión %s", "This page will refresh itself when the %s instance is available again." : "Esta páxina refrescaráse sola cuando la instancia %s vuelva tar disponible.", - "Thank you for your patience." : "Gracies pola to paciencia.", - "You are about to grant %s access to your %s account." : "Tas a pìques de conceder a %s l'accesu a la to cuenta %s." + "Thank you for your patience." : "Gracies pola to paciencia." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/ast.json b/core/l10n/ast.json index 3638fa3578..cf73424cf8 100644 --- a/core/l10n/ast.json +++ b/core/l10n/ast.json @@ -235,11 +235,11 @@ "You can click here to return to %s." : "Pues primir equí pa volver a %s.", "Stay logged in" : "Caltener sesión", "Alternative Logins" : "Anicios de sesión alternativos", + "You are about to grant %s access to your %s account." : "Tas a pìques de conceder a %s l'accesu a la to cuenta %s.", "Alternative login using app token" : "Aniciu de sesión alternativu usando pase d'aplicación", "Add \"%s\" as trusted domain" : "Amestáu \"%s\" como dominiu de confianza", "%s will be updated to version %s" : "%s anovaráse a la versión %s", "This page will refresh itself when the %s instance is available again." : "Esta páxina refrescaráse sola cuando la instancia %s vuelva tar disponible.", - "Thank you for your patience." : "Gracies pola to paciencia.", - "You are about to grant %s access to your %s account." : "Tas a pìques de conceder a %s l'accesu a la to cuenta %s." + "Thank you for your patience." : "Gracies pola to paciencia." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/bg.js b/core/l10n/bg.js index dc17ee4851..c7817d6319 100644 --- a/core/l10n/bg.js +++ b/core/l10n/bg.js @@ -269,7 +269,6 @@ OC.L10N.register( "Updated \"%s\" to %s" : "Актуализирана \"%s\" до %s", "There was an error loading your contacts" : "Възникна грешка при зареждането на контактите.", "There were problems with the code integrity check. More information…" : "Проблем с инсталацията. Допълнителна информация…", - "Shared with {recipients}" : "Споделено с {recipients}", "Error setting expiration date" : "Грешка при задаване на срок на валидност", "The public link will expire no later than {days} days after it is created" : "Общодостъпната връзка ще изтече не по-късно от {days} дни след създаването ѝ.", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} споделен с връзка", @@ -278,23 +277,15 @@ OC.L10N.register( "{sharee} (email)" : "{sharee} (имейл)", "The specified document has not been found on the server." : "Избраният документ не е намерен на сървъра.", "You can click here to return to %s." : "Можете да натиснете тук, за да се върнете на %s.", - "The server encountered an internal error and was unable to complete your request." : "Поради вътрешно сървърна грешка, сървърът не можа да изпълни заявката ви.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Ако грешката се повтори, моля изпратете техническите данни на администратора.", - "For information how to properly configure your server, please see the documentation." : "Информация, как да настроите сървъра коректно, ще намерите в документацията.", - "This action requires you to confirm your password:" : "Необходимо е да потвърдите паролата си:", - "Wrong password. Reset it?" : "Грешна парола. Възстановяване?", "Stay logged in" : "Остани вписан", "Alternative Logins" : "Алтернативни методи за вписване", - "You are about to grant \"%s\" access to your %s account." : "Ще разрешите на \"%s\" да ползва профила %s.", + "You are about to grant %s access to your %s account." : "Ще разрешите на %s да ползва профила %s.", "Alternative login using app token" : "Алтернативен метод за вписване с token за приложение", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Повишената сигурност е активирана за профила ви. Моля удостоверете използвайки втори фактор.", - "You are accessing the server from an untrusted domain." : "Постъпвате сървъра от домейн, който не е маркиран като сигурен.", "Add \"%s\" as trusted domain" : "Добави \"%s\" към списъка със сигурни домейни", "%s will be updated to version %s" : "%s ще бъде актуализирана до версия %s", - "For help, see the documentation." : "За помощ, прегледайте документацията.", "This page will refresh itself when the %s instance is available again." : "Страницата ще се зареди автоматично, когато %s е отново на линия.", "Thank you for your patience." : "Благодарим ви за търпението.", - "You are about to grant %s access to your %s account." : "Ще разрешите на %s да ползва профила %s.", "Enable" : "Включена", "{sharee} (conversation)" : "{sharee} (разговор)", "Please log in before granting %s access to your %s account." : "Необходимо е да се впишете, преди да дадете достъп на %s до вашия %s профил." diff --git a/core/l10n/bg.json b/core/l10n/bg.json index b95d9a18cf..7ab56a916c 100644 --- a/core/l10n/bg.json +++ b/core/l10n/bg.json @@ -267,7 +267,6 @@ "Updated \"%s\" to %s" : "Актуализирана \"%s\" до %s", "There was an error loading your contacts" : "Възникна грешка при зареждането на контактите.", "There were problems with the code integrity check. More information…" : "Проблем с инсталацията. Допълнителна информация…", - "Shared with {recipients}" : "Споделено с {recipients}", "Error setting expiration date" : "Грешка при задаване на срок на валидност", "The public link will expire no later than {days} days after it is created" : "Общодостъпната връзка ще изтече не по-късно от {days} дни след създаването ѝ.", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} споделен с връзка", @@ -276,23 +275,15 @@ "{sharee} (email)" : "{sharee} (имейл)", "The specified document has not been found on the server." : "Избраният документ не е намерен на сървъра.", "You can click here to return to %s." : "Можете да натиснете тук, за да се върнете на %s.", - "The server encountered an internal error and was unable to complete your request." : "Поради вътрешно сървърна грешка, сървърът не можа да изпълни заявката ви.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Ако грешката се повтори, моля изпратете техническите данни на администратора.", - "For information how to properly configure your server, please see the documentation." : "Информация, как да настроите сървъра коректно, ще намерите в документацията.", - "This action requires you to confirm your password:" : "Необходимо е да потвърдите паролата си:", - "Wrong password. Reset it?" : "Грешна парола. Възстановяване?", "Stay logged in" : "Остани вписан", "Alternative Logins" : "Алтернативни методи за вписване", - "You are about to grant \"%s\" access to your %s account." : "Ще разрешите на \"%s\" да ползва профила %s.", + "You are about to grant %s access to your %s account." : "Ще разрешите на %s да ползва профила %s.", "Alternative login using app token" : "Алтернативен метод за вписване с token за приложение", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Повишената сигурност е активирана за профила ви. Моля удостоверете използвайки втори фактор.", - "You are accessing the server from an untrusted domain." : "Постъпвате сървъра от домейн, който не е маркиран като сигурен.", "Add \"%s\" as trusted domain" : "Добави \"%s\" към списъка със сигурни домейни", "%s will be updated to version %s" : "%s ще бъде актуализирана до версия %s", - "For help, see the documentation." : "За помощ, прегледайте документацията.", "This page will refresh itself when the %s instance is available again." : "Страницата ще се зареди автоматично, когато %s е отново на линия.", "Thank you for your patience." : "Благодарим ви за търпението.", - "You are about to grant %s access to your %s account." : "Ще разрешите на %s да ползва профила %s.", "Enable" : "Включена", "{sharee} (conversation)" : "{sharee} (разговор)", "Please log in before granting %s access to your %s account." : "Необходимо е да се впишете, преди да дадете достъп на %s до вашия %s профил." diff --git a/core/l10n/ca.js b/core/l10n/ca.js index 15e1f313de..1e4297337e 100644 --- a/core/l10n/ca.js +++ b/core/l10n/ca.js @@ -357,22 +357,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (de tercers)", "There was an error loading your contacts" : "Hi ha hagut un error al carregar els teus contactes", "There were problems with the code integrity check. More information…" : "Hi ha hagut problemes amb la comprovació d'integritat del codi. Més informació…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "El servidor web no està configurat correctament per permetre la sincronització de fitxers perquè la interfície WebDAV sembla no funcionar correctament.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "El teu servidor web no està configurat correctament per resoldre \"{url}\". Trobareu més informació a la nostra documentació.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Aquest servidor no té cap connexió a Internet operativa: múltiples punts finals no es van poder contactar. Això significa que algunes de les funcions com muntatge d'emmagatzematge extern, notificacions sobre actualitzacions o instal·lació d'apps de terceres parts no funcionaran. L’accés remot a arxius i l’enviament d'e-mail de notificació podrien no funcionar tampoc. Suggerim habilitar la connexió a Internet per a aquest servidor si voleu tenir tota la funcionalitat.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "No s’ha configurat cap memòria cau. Per millorar el seu rendiment configureu un memcache si està disponible. Trobareu més informació a la nostra documentació.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom no és llegible per PHP que no és gens recomenable per motius de seguretat. Trobareu més informació a la nostra documentació.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Actualment esteu executant PHP {version}. Us animem a actualitzar la versió de PHP que feu servir per tenir avantatge d’actualitzacions de rendiment i seguretat proporcionats pel PHP Group tan aviat com ho suporti la vostra distribució.", - "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 documentation." : "La configuració de les capçaleres del proxy invers és incorrecta o estàs accedint a Nextcloud des d'un proxy de confiança. Si no estàs accedint a Nextcloud des d'un proxy de confiança, això és un risc de seguretat i pot permetre a un atacant suplantar l’adreça IP que veu Nextcloud. Trobareu més informació a la nostra documentació.", - "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 memcached wiki about both modules." : "Memcached està configurat com a memoria cau distribuïda, però s’ha instal·lat el mòdul erroni de PHP \"memcache\". \\OC\\Memcache\\Memcached només dóna suport a “memcached\" i no \"memcache\". Mireu la wiki de memcached sobre ambdós mòduls.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Alguns fitxers no han passat la comprovació d'integritat. Trobareu més informació sobre com resoldre aquest tema a la nostra documentació. (Llista de fitxers no vàlids... / Tornar a escanejar...)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "La OPcache de PHP no està configurada correctament. Per millor rendiment recomanem utilitzar-la seguint la configuració en el php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La funció PHP \"set_time_limit\" no està disponible. Això podria resultar en scripts que s’aturin a mitga execució, trencant la instal·lació. Us recomanem activar aquesta funció.", - "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." : "El teu directori de dades i fitxers són probablement accessibles des d'Internet. L'arxiu .htaccess no està funcionant. Es recomana que configureu el servidor web de manera que el directori de dades no estigui accessible o moure el directori de dades fora de l'arrel de documents del servidor 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." : "La capçalera HTTP “{header}” no està configurada per ser igual a “{expected}”. Aquest és un potencial risc de seguretat o privacitat, i es recomana ajustar aquesta configuració.", - "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 security tips." : "La capçalera HTTP “Strict-Transport-Security” no està configurada a un mínim de “{seconds}” segons. Per a millor seguretat recomanem permetre HSTS com es descriu en els nostres consells de seguretat.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Esteu accedint aquesta web a través de HTTP. Us recomanem que configureu el servidor per requerir HTTPS tal i com es descriu als consells de seguretat.", - "Shared with {recipients}" : "Compartit amb {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom no és llegible per PHP que no és gens recomanable per motius de seguretat. Trobareu més informació a la nostra documentació.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "El seu PHP no té suport per FreeType, el que resulta en un trencament de les fotos de perfil i la interfície de configuració.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "La capçalera HTTP \"Estricte-Transport-seguretat\" no està establert com a mínim \"{segons}\" segons. Per a més seguretat, es recomana activar HSTS com es descriu en els consells de seguretat.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "S'està accedint de manera no segura mitjançant HTTP. Es recomana utilitzar HTTPS, tal i com detallen els consells de seguretat.", "Error setting expiration date" : "Error en establir la data de venciment", "The public link will expire no later than {days} days after it is created" : "L'enllaç públic tindrà venciment abans de {days} dies després de crear-lo", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartit per enllaç", @@ -384,31 +372,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Compartir amb altres persones introduint un usuari o grup o una adreça d’email.", "The specified document has not been found on the server." : "El document especificat no s'ha trobat al servidor.", "You can click here to return to %s." : "Pots clicar aquí per tornar a %s.", - "The server encountered an internal error and was unable to complete your request." : "El servidor ha trobat un error intern i no pot finalitzar la seva petició.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Per favor, posi's en contacte amb l'administrador del servidor si aquest error torna a aparèixer diverses vegades, per favor inclogui els detalls tècnics a sota en el seu informe.", - "For information how to properly configure your server, please see the documentation." : "Per a informació sobre com configurar correctament el servidor, podeu consultar la documentació.", - "This action requires you to confirm your password:" : "Aquesta acció necessita que confirmis la teva contrasenya:", - "Wrong password. Reset it?" : "Contrasenya incorrecta. Voleu restablir-la?", "Stay logged in" : "Mantén la sessió connectada", + "Back to log in" : "Torna a l'accés", "Alternative Logins" : "Acreditacions alternatives", - "You are about to grant \"%s\" access to your %s account." : "Estàs a punt de concedir a “%s” accés al teu compte %s.", + "You are about to grant %s access to your %s account." : "Estàs a punt d'autoritzar a %s a accedir al teu compte %s.", "Alternative login using app token" : "Acreditació alternativa utilitzat testimoni d'aplicació", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguretat millorada està habilitada per al vostre compte. Si us plau autentica’t amb un segon factor.", - "You are accessing the server from an untrusted domain." : "Esteu accedint al servidor des d'un domini no fiable.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Contacteu amb l'administrador. Si ets un administrador d'aquesta instància, configurar la opció \"trusted_domains\" en config/config.php. config/config.sample.php ofereix una configuració d'exemple.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Segons la configuració, com a administrador potser també es pot utilitzar el botó de sota per confiar en aquest domini.", + "Depending on your configuration, this button could also work to trust the domain:" : "Depenent de la teva configuració, aquest botó també podria funcionar per confiar en el domini:", "Add \"%s\" as trusted domain" : "Afegeix \"%s\" com a domini de confiança", "%s will be updated to version %s" : "%s s'actualitzarà a la versió %s", - "For help, see the documentation." : "Per obtenir ajuda, vegeu la documentació.", "This page will refresh itself when the %s instance is available again." : "Aquesta pàgina s'actualitzarà automàticament quan la instància %s estigui disponible de nou.", "Thank you for your patience." : "Gràcies per la paciència.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom no és llegible per PHP que no és gens recomanable per motius de seguretat. Trobareu més informació a la nostra documentació.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "El seu PHP no té suport per FreeType, el que resulta en un trencament de les fotos de perfil i la interfície de configuració.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "La capçalera HTTP \"Estricte-Transport-seguretat\" no està establert com a mínim \"{segons}\" segons. Per a més seguretat, es recomana activar HSTS com es descriu en els consells de seguretat.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "S'està accedint de manera no segura mitjançant HTTP. Es recomana utilitzar HTTPS, tal i com detallen els consells de seguretat.", - "Back to log in" : "Torna a l'accés", - "You are about to grant %s access to your %s account." : "Estàs a punt d'autoritzar a %s a accedir al teu compte %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Depenent de la teva configuració, aquest botó també podria funcionar per confiar en el domini:", "Copy URL" : "Copiar URL", "Enable" : "Habilitar", "{sharee} (conversation)" : "{sharee} (conversation)", diff --git a/core/l10n/ca.json b/core/l10n/ca.json index 7e5a458cfa..087d3fbabf 100644 --- a/core/l10n/ca.json +++ b/core/l10n/ca.json @@ -355,22 +355,10 @@ "%s (3rdparty)" : "%s (de tercers)", "There was an error loading your contacts" : "Hi ha hagut un error al carregar els teus contactes", "There were problems with the code integrity check. More information…" : "Hi ha hagut problemes amb la comprovació d'integritat del codi. Més informació…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "El servidor web no està configurat correctament per permetre la sincronització de fitxers perquè la interfície WebDAV sembla no funcionar correctament.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "El teu servidor web no està configurat correctament per resoldre \"{url}\". Trobareu més informació a la nostra documentació.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Aquest servidor no té cap connexió a Internet operativa: múltiples punts finals no es van poder contactar. Això significa que algunes de les funcions com muntatge d'emmagatzematge extern, notificacions sobre actualitzacions o instal·lació d'apps de terceres parts no funcionaran. L’accés remot a arxius i l’enviament d'e-mail de notificació podrien no funcionar tampoc. Suggerim habilitar la connexió a Internet per a aquest servidor si voleu tenir tota la funcionalitat.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "No s’ha configurat cap memòria cau. Per millorar el seu rendiment configureu un memcache si està disponible. Trobareu més informació a la nostra documentació.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom no és llegible per PHP que no és gens recomenable per motius de seguretat. Trobareu més informació a la nostra documentació.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Actualment esteu executant PHP {version}. Us animem a actualitzar la versió de PHP que feu servir per tenir avantatge d’actualitzacions de rendiment i seguretat proporcionats pel PHP Group tan aviat com ho suporti la vostra distribució.", - "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 documentation." : "La configuració de les capçaleres del proxy invers és incorrecta o estàs accedint a Nextcloud des d'un proxy de confiança. Si no estàs accedint a Nextcloud des d'un proxy de confiança, això és un risc de seguretat i pot permetre a un atacant suplantar l’adreça IP que veu Nextcloud. Trobareu més informació a la nostra documentació.", - "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 memcached wiki about both modules." : "Memcached està configurat com a memoria cau distribuïda, però s’ha instal·lat el mòdul erroni de PHP \"memcache\". \\OC\\Memcache\\Memcached només dóna suport a “memcached\" i no \"memcache\". Mireu la wiki de memcached sobre ambdós mòduls.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Alguns fitxers no han passat la comprovació d'integritat. Trobareu més informació sobre com resoldre aquest tema a la nostra documentació. (Llista de fitxers no vàlids... / Tornar a escanejar...)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "La OPcache de PHP no està configurada correctament. Per millor rendiment recomanem utilitzar-la seguint la configuració en el php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La funció PHP \"set_time_limit\" no està disponible. Això podria resultar en scripts que s’aturin a mitga execució, trencant la instal·lació. Us recomanem activar aquesta funció.", - "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." : "El teu directori de dades i fitxers són probablement accessibles des d'Internet. L'arxiu .htaccess no està funcionant. Es recomana que configureu el servidor web de manera que el directori de dades no estigui accessible o moure el directori de dades fora de l'arrel de documents del servidor 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." : "La capçalera HTTP “{header}” no està configurada per ser igual a “{expected}”. Aquest és un potencial risc de seguretat o privacitat, i es recomana ajustar aquesta configuració.", - "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 security tips." : "La capçalera HTTP “Strict-Transport-Security” no està configurada a un mínim de “{seconds}” segons. Per a millor seguretat recomanem permetre HSTS com es descriu en els nostres consells de seguretat.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Esteu accedint aquesta web a través de HTTP. Us recomanem que configureu el servidor per requerir HTTPS tal i com es descriu als consells de seguretat.", - "Shared with {recipients}" : "Compartit amb {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom no és llegible per PHP que no és gens recomanable per motius de seguretat. Trobareu més informació a la nostra documentació.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "El seu PHP no té suport per FreeType, el que resulta en un trencament de les fotos de perfil i la interfície de configuració.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "La capçalera HTTP \"Estricte-Transport-seguretat\" no està establert com a mínim \"{segons}\" segons. Per a més seguretat, es recomana activar HSTS com es descriu en els consells de seguretat.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "S'està accedint de manera no segura mitjançant HTTP. Es recomana utilitzar HTTPS, tal i com detallen els consells de seguretat.", "Error setting expiration date" : "Error en establir la data de venciment", "The public link will expire no later than {days} days after it is created" : "L'enllaç públic tindrà venciment abans de {days} dies després de crear-lo", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartit per enllaç", @@ -382,31 +370,17 @@ "Share with other people by entering a user or group or an email address." : "Compartir amb altres persones introduint un usuari o grup o una adreça d’email.", "The specified document has not been found on the server." : "El document especificat no s'ha trobat al servidor.", "You can click here to return to %s." : "Pots clicar aquí per tornar a %s.", - "The server encountered an internal error and was unable to complete your request." : "El servidor ha trobat un error intern i no pot finalitzar la seva petició.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Per favor, posi's en contacte amb l'administrador del servidor si aquest error torna a aparèixer diverses vegades, per favor inclogui els detalls tècnics a sota en el seu informe.", - "For information how to properly configure your server, please see the documentation." : "Per a informació sobre com configurar correctament el servidor, podeu consultar la documentació.", - "This action requires you to confirm your password:" : "Aquesta acció necessita que confirmis la teva contrasenya:", - "Wrong password. Reset it?" : "Contrasenya incorrecta. Voleu restablir-la?", "Stay logged in" : "Mantén la sessió connectada", + "Back to log in" : "Torna a l'accés", "Alternative Logins" : "Acreditacions alternatives", - "You are about to grant \"%s\" access to your %s account." : "Estàs a punt de concedir a “%s” accés al teu compte %s.", + "You are about to grant %s access to your %s account." : "Estàs a punt d'autoritzar a %s a accedir al teu compte %s.", "Alternative login using app token" : "Acreditació alternativa utilitzat testimoni d'aplicació", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguretat millorada està habilitada per al vostre compte. Si us plau autentica’t amb un segon factor.", - "You are accessing the server from an untrusted domain." : "Esteu accedint al servidor des d'un domini no fiable.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Contacteu amb l'administrador. Si ets un administrador d'aquesta instància, configurar la opció \"trusted_domains\" en config/config.php. config/config.sample.php ofereix una configuració d'exemple.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Segons la configuració, com a administrador potser també es pot utilitzar el botó de sota per confiar en aquest domini.", + "Depending on your configuration, this button could also work to trust the domain:" : "Depenent de la teva configuració, aquest botó també podria funcionar per confiar en el domini:", "Add \"%s\" as trusted domain" : "Afegeix \"%s\" com a domini de confiança", "%s will be updated to version %s" : "%s s'actualitzarà a la versió %s", - "For help, see the documentation." : "Per obtenir ajuda, vegeu la documentació.", "This page will refresh itself when the %s instance is available again." : "Aquesta pàgina s'actualitzarà automàticament quan la instància %s estigui disponible de nou.", "Thank you for your patience." : "Gràcies per la paciència.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom no és llegible per PHP que no és gens recomanable per motius de seguretat. Trobareu més informació a la nostra documentació.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "El seu PHP no té suport per FreeType, el que resulta en un trencament de les fotos de perfil i la interfície de configuració.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "La capçalera HTTP \"Estricte-Transport-seguretat\" no està establert com a mínim \"{segons}\" segons. Per a més seguretat, es recomana activar HSTS com es descriu en els consells de seguretat.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "S'està accedint de manera no segura mitjançant HTTP. Es recomana utilitzar HTTPS, tal i com detallen els consells de seguretat.", - "Back to log in" : "Torna a l'accés", - "You are about to grant %s access to your %s account." : "Estàs a punt d'autoritzar a %s a accedir al teu compte %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Depenent de la teva configuració, aquest botó també podria funcionar per confiar en el domini:", "Copy URL" : "Copiar URL", "Enable" : "Habilitar", "{sharee} (conversation)" : "{sharee} (conversation)", diff --git a/core/l10n/cs.js b/core/l10n/cs.js index ee78215360..484e5219fd 100644 --- a/core/l10n/cs.js +++ b/core/l10n/cs.js @@ -370,22 +370,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (třetí strana)", "There was an error loading your contacts" : "Při načítání vašich kontaktů došlo k chybě", "There were problems with the code integrity check. More information…" : "Došlo k problémům při kontrole integrity kódu. Více informací…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Váš webový server, ještě není správně nastaven pro umožnění synchronizace souborů, protože rozhraní WebDAV je pravděpodobně nefunkční.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Tento webový server není správně nastaven pro rozpoznání „{url}“. Více informací lze nalézt v naší dokumentaci.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Tento server nemá funkční připojení k Internetu: Nedaří se připojit k vícero koncovým bodům. Některé moduly jako např. externí úložiště, oznámení o dostupných aktualizacích nebo instalace aplikací třetích stran nebudou fungovat. Přístup k souborům z jiných míst a odesílání oznamovacích emailů také nemusí fungovat. Pokud chcete využívat všechny možnosti tohoto serveru, doporučujeme povolit připojení k Internetu.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Nebyla nastavena žádná paměťová cache. Pokud je dostupná, nastavte ji pro zlepšení výkonu. Další informace lze nalézt v naší dokumentaci.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP nemá práva pro čtení v /dev/urandom, to je ale z bezpečnostních důvodů velmi doporučováno. Více informací lze nalézt v naší dokumentaci.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Aktuálně používáte PHP {version}. Doporučujeme aktualizovat verzi PHP, abyste mohli využít výkonnostních a bezpečnostních aktualizací poskytovaných autory PHP tak rychle, jak to vaše distribuce umožňuje.", - "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 documentation." : "Konfigurace hlaviček reverzní proxy není správná nebo přistupujete na Nextcloud z důvěryhodné proxy. Pokud nepřistupujete k Nextcloud z důvěryhodné proxy, potom je toto bezpečností chyba a může útočníkovi umožnit falšovat IP adresu, kterou Nextcloud vidí. Další informace lze nalézt v naší dokumentaci.", - "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 memcached wiki about both modules." : "Je nastaven memcached jako distribuovaná cache, ale je nainstalovaný nesprávný PHP modul „memcache“. \\OC\\Memcache\\Memcached podporuje pouze „memcached“ a ne „memcache“. Podívejte se na memcached wiki pro oba moduly.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Některé soubory neprošly kontrolou integrity. Více informací o tom jak tento problém vyřešit, lze nalézt v naší dokumentaci. (Seznam neplatných souborů… / Znovu ověřit…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP OPcache není správně nastavena.Pro lepší výkon doporučujeme použít následující nastavení v php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP funkce „set_time_limit„ není dostupná. To může způsobit ukončení skriptů uprostřed provádění a další problémy s instalací. Doporučujeme tuto funkci povolit.", - "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." : "Váš datový adresář a vaše soubory jsou pravděpodobně dostupné z internetu. Soubor .htaccess nefunguje. Je velmi doporučeno zajistit, aby tento adresář již nebyl dostupný z internetu, nebo byl přesunut mimo document root webového serveru.", - "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." : "HTTP hlavička „{header}„ není nastavená ve shodě s „{expected}“. To značí možné ohrožení bezpečnosti a soukromí a je doporučeno toto nastavení upravit.", - "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 security tips." : "HTTP hlavička \"Strict-Transport-Security\" není nakonfigurována na minimum \"{seconds}\" sekund. Pro vylepšení bezpečnosti doporučujeme povolit HSTS dle popisu v našich bezpečnostních tipech.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Přistupujete na tuto stránku přes protokol HTTP. Důrazně doporučujeme nakonfigurovat server tak, aby vyžadoval použití HTTPS jak je popsáno v našich bezpečnostních tipech.", - "Shared with {recipients}" : "Sdíleno s {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom není pro PHP přístupné pro čtení, což je silně nedoporučeno z důvodu zabezpečení. Další informace jsou k nalezení v dokumentaci.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Váš PHP nepodporuje freetype. Následek budou požkozené profilové obrázky a nastavení rozhraní", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "HTTP hlavička „Strict-Transport-Security“ není nakonfigurována na minimum \"{seconds}\" sekund. Pro vylepšení bezpečnosti doporučujeme povolit HSTS dle popisu v našich bezpečnostních tipech.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Přistupujete na tuto stránku přes protokol HTTP. Důrazně doporučujeme nakonfigurovat server tak, aby vyžadoval použití HTTPS jak je popsáno v našich bezpečnostních tipech.", "Error setting expiration date" : "Chyba při nastavení data skončení platnosti", "The public link will expire no later than {days} days after it is created" : "Veřejný odkaz vyprší nejpozději {days} dní od svého vytvoření", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} sdílí pomocí odkazu", @@ -397,31 +385,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Sdílejte s dalšími lidmi zadáním uživatelského jména, jména skupiny, nebo e-mailové adresy.", "The specified document has not been found on the server." : "Požadovaný dokument nebyl na serveru nalezen.", "You can click here to return to %s." : "Klikněte zde pro návrat na %s.", - "The server encountered an internal error and was unable to complete your request." : "Server zaznamenal interní chybu a nebyl schopen dokončit váš požadavek.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Kontaktujte prosím správce serveru, pokud se bude tato chyba opakovat. Připojte do svého hlášení níže zobrazené technické detaily.", - "For information how to properly configure your server, please see the documentation." : "Pro informace, jak správně nastavit váš server, se podívejte do dokumentace.", - "This action requires you to confirm your password:" : "Tato akce vyžaduje potvrzení vašeho hesla:", - "Wrong password. Reset it?" : "Nesprávné heslo. Resetovat?", "Stay logged in" : "Neodhlašovat", + "Back to log in" : "Zpět na přihlášení", "Alternative Logins" : "Alternativní přihlášení", - "You are about to grant \"%s\" access to your %s account." : "Chystáte se povolit %s přístup k vašemu %s účtu.", + "You are about to grant %s access to your %s account." : "Chystáte se povolit %s přístup k vašemu %s účtu.", "Alternative login using app token" : "Alternativní přihlášení pomocí tokenu aplikace", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Bylo zapnuto vylepšené zabezpečení pro tento účet. Přihlaste se za použití druhého faktoru.", - "You are accessing the server from an untrusted domain." : "Přistupujete na server z nedůvěryhodné domény.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kontaktujte prosím svého správce. Pokud spravujete tuto instalaci, nastavte „trusted_domains“ v souboru config/config.php. Příklad konfigurace najdete v souboru config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "V závislosti na vaší konfiguraci vám může být, jako správci, umožněno použití tlačítka níže k označení této domény jako důvěryhodné.", + "Depending on your configuration, this button could also work to trust the domain:" : "V závislosti na vaší konfiguraci by pro označení domény za důvěryhodnou mohlo fungovat i toto tlačítko:", "Add \"%s\" as trusted domain" : "Přidat „%s“ jako důvěryhodnou doménu", "%s will be updated to version %s" : "%s bude aktualizován na verzi %s", - "For help, see the documentation." : "Pro pomoc, nahlédněte do dokumentace.", "This page will refresh itself when the %s instance is available again." : "Tato stránka se automaticky znovu načte, jakmile bude instance %s opět dostupná .", "Thank you for your patience." : "Děkujeme za vaši trpělivost.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom není pro PHP přístupné pro čtení, což je silně nedoporučeno z důvodu zabezpečení. Další informace jsou k nalezení v dokumentaci.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Váš PHP nepodporuje freetype. Následek budou požkozené profilové obrázky a nastavení rozhraní", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "HTTP hlavička „Strict-Transport-Security“ není nakonfigurována na minimum \"{seconds}\" sekund. Pro vylepšení bezpečnosti doporučujeme povolit HSTS dle popisu v našich bezpečnostních tipech.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Přistupujete na tuto stránku přes protokol HTTP. Důrazně doporučujeme nakonfigurovat server tak, aby vyžadoval použití HTTPS jak je popsáno v našich bezpečnostních tipech.", - "Back to log in" : "Zpět na přihlášení", - "You are about to grant %s access to your %s account." : "Chystáte se povolit %s přístup k vašemu %s účtu.", - "Depending on your configuration, this button could also work to trust the domain:" : "V závislosti na vaší konfiguraci by pro označení domény za důvěryhodnou mohlo fungovat i toto tlačítko:", "Copy URL" : "Kopírovat URL", "Enable" : "Povolit", "{sharee} (conversation)" : "{sharee} (konverzace)", diff --git a/core/l10n/cs.json b/core/l10n/cs.json index 821ffb4c77..1ca558f071 100644 --- a/core/l10n/cs.json +++ b/core/l10n/cs.json @@ -368,22 +368,10 @@ "%s (3rdparty)" : "%s (třetí strana)", "There was an error loading your contacts" : "Při načítání vašich kontaktů došlo k chybě", "There were problems with the code integrity check. More information…" : "Došlo k problémům při kontrole integrity kódu. Více informací…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Váš webový server, ještě není správně nastaven pro umožnění synchronizace souborů, protože rozhraní WebDAV je pravděpodobně nefunkční.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Tento webový server není správně nastaven pro rozpoznání „{url}“. Více informací lze nalézt v naší dokumentaci.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Tento server nemá funkční připojení k Internetu: Nedaří se připojit k vícero koncovým bodům. Některé moduly jako např. externí úložiště, oznámení o dostupných aktualizacích nebo instalace aplikací třetích stran nebudou fungovat. Přístup k souborům z jiných míst a odesílání oznamovacích emailů také nemusí fungovat. Pokud chcete využívat všechny možnosti tohoto serveru, doporučujeme povolit připojení k Internetu.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Nebyla nastavena žádná paměťová cache. Pokud je dostupná, nastavte ji pro zlepšení výkonu. Další informace lze nalézt v naší dokumentaci.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP nemá práva pro čtení v /dev/urandom, to je ale z bezpečnostních důvodů velmi doporučováno. Více informací lze nalézt v naší dokumentaci.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Aktuálně používáte PHP {version}. Doporučujeme aktualizovat verzi PHP, abyste mohli využít výkonnostních a bezpečnostních aktualizací poskytovaných autory PHP tak rychle, jak to vaše distribuce umožňuje.", - "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 documentation." : "Konfigurace hlaviček reverzní proxy není správná nebo přistupujete na Nextcloud z důvěryhodné proxy. Pokud nepřistupujete k Nextcloud z důvěryhodné proxy, potom je toto bezpečností chyba a může útočníkovi umožnit falšovat IP adresu, kterou Nextcloud vidí. Další informace lze nalézt v naší dokumentaci.", - "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 memcached wiki about both modules." : "Je nastaven memcached jako distribuovaná cache, ale je nainstalovaný nesprávný PHP modul „memcache“. \\OC\\Memcache\\Memcached podporuje pouze „memcached“ a ne „memcache“. Podívejte se na memcached wiki pro oba moduly.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Některé soubory neprošly kontrolou integrity. Více informací o tom jak tento problém vyřešit, lze nalézt v naší dokumentaci. (Seznam neplatných souborů… / Znovu ověřit…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP OPcache není správně nastavena.Pro lepší výkon doporučujeme použít následující nastavení v php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP funkce „set_time_limit„ není dostupná. To může způsobit ukončení skriptů uprostřed provádění a další problémy s instalací. Doporučujeme tuto funkci povolit.", - "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." : "Váš datový adresář a vaše soubory jsou pravděpodobně dostupné z internetu. Soubor .htaccess nefunguje. Je velmi doporučeno zajistit, aby tento adresář již nebyl dostupný z internetu, nebo byl přesunut mimo document root webového serveru.", - "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." : "HTTP hlavička „{header}„ není nastavená ve shodě s „{expected}“. To značí možné ohrožení bezpečnosti a soukromí a je doporučeno toto nastavení upravit.", - "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 security tips." : "HTTP hlavička \"Strict-Transport-Security\" není nakonfigurována na minimum \"{seconds}\" sekund. Pro vylepšení bezpečnosti doporučujeme povolit HSTS dle popisu v našich bezpečnostních tipech.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Přistupujete na tuto stránku přes protokol HTTP. Důrazně doporučujeme nakonfigurovat server tak, aby vyžadoval použití HTTPS jak je popsáno v našich bezpečnostních tipech.", - "Shared with {recipients}" : "Sdíleno s {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom není pro PHP přístupné pro čtení, což je silně nedoporučeno z důvodu zabezpečení. Další informace jsou k nalezení v dokumentaci.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Váš PHP nepodporuje freetype. Následek budou požkozené profilové obrázky a nastavení rozhraní", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "HTTP hlavička „Strict-Transport-Security“ není nakonfigurována na minimum \"{seconds}\" sekund. Pro vylepšení bezpečnosti doporučujeme povolit HSTS dle popisu v našich bezpečnostních tipech.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Přistupujete na tuto stránku přes protokol HTTP. Důrazně doporučujeme nakonfigurovat server tak, aby vyžadoval použití HTTPS jak je popsáno v našich bezpečnostních tipech.", "Error setting expiration date" : "Chyba při nastavení data skončení platnosti", "The public link will expire no later than {days} days after it is created" : "Veřejný odkaz vyprší nejpozději {days} dní od svého vytvoření", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} sdílí pomocí odkazu", @@ -395,31 +383,17 @@ "Share with other people by entering a user or group or an email address." : "Sdílejte s dalšími lidmi zadáním uživatelského jména, jména skupiny, nebo e-mailové adresy.", "The specified document has not been found on the server." : "Požadovaný dokument nebyl na serveru nalezen.", "You can click here to return to %s." : "Klikněte zde pro návrat na %s.", - "The server encountered an internal error and was unable to complete your request." : "Server zaznamenal interní chybu a nebyl schopen dokončit váš požadavek.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Kontaktujte prosím správce serveru, pokud se bude tato chyba opakovat. Připojte do svého hlášení níže zobrazené technické detaily.", - "For information how to properly configure your server, please see the documentation." : "Pro informace, jak správně nastavit váš server, se podívejte do dokumentace.", - "This action requires you to confirm your password:" : "Tato akce vyžaduje potvrzení vašeho hesla:", - "Wrong password. Reset it?" : "Nesprávné heslo. Resetovat?", "Stay logged in" : "Neodhlašovat", + "Back to log in" : "Zpět na přihlášení", "Alternative Logins" : "Alternativní přihlášení", - "You are about to grant \"%s\" access to your %s account." : "Chystáte se povolit %s přístup k vašemu %s účtu.", + "You are about to grant %s access to your %s account." : "Chystáte se povolit %s přístup k vašemu %s účtu.", "Alternative login using app token" : "Alternativní přihlášení pomocí tokenu aplikace", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Bylo zapnuto vylepšené zabezpečení pro tento účet. Přihlaste se za použití druhého faktoru.", - "You are accessing the server from an untrusted domain." : "Přistupujete na server z nedůvěryhodné domény.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kontaktujte prosím svého správce. Pokud spravujete tuto instalaci, nastavte „trusted_domains“ v souboru config/config.php. Příklad konfigurace najdete v souboru config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "V závislosti na vaší konfiguraci vám může být, jako správci, umožněno použití tlačítka níže k označení této domény jako důvěryhodné.", + "Depending on your configuration, this button could also work to trust the domain:" : "V závislosti na vaší konfiguraci by pro označení domény za důvěryhodnou mohlo fungovat i toto tlačítko:", "Add \"%s\" as trusted domain" : "Přidat „%s“ jako důvěryhodnou doménu", "%s will be updated to version %s" : "%s bude aktualizován na verzi %s", - "For help, see the documentation." : "Pro pomoc, nahlédněte do dokumentace.", "This page will refresh itself when the %s instance is available again." : "Tato stránka se automaticky znovu načte, jakmile bude instance %s opět dostupná .", "Thank you for your patience." : "Děkujeme za vaši trpělivost.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom není pro PHP přístupné pro čtení, což je silně nedoporučeno z důvodu zabezpečení. Další informace jsou k nalezení v dokumentaci.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Váš PHP nepodporuje freetype. Následek budou požkozené profilové obrázky a nastavení rozhraní", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "HTTP hlavička „Strict-Transport-Security“ není nakonfigurována na minimum \"{seconds}\" sekund. Pro vylepšení bezpečnosti doporučujeme povolit HSTS dle popisu v našich bezpečnostních tipech.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Přistupujete na tuto stránku přes protokol HTTP. Důrazně doporučujeme nakonfigurovat server tak, aby vyžadoval použití HTTPS jak je popsáno v našich bezpečnostních tipech.", - "Back to log in" : "Zpět na přihlášení", - "You are about to grant %s access to your %s account." : "Chystáte se povolit %s přístup k vašemu %s účtu.", - "Depending on your configuration, this button could also work to trust the domain:" : "V závislosti na vaší konfiguraci by pro označení domény za důvěryhodnou mohlo fungovat i toto tlačítko:", "Copy URL" : "Kopírovat URL", "Enable" : "Povolit", "{sharee} (conversation)" : "{sharee} (konverzace)", diff --git a/core/l10n/da.js b/core/l10n/da.js index e087cd1f69..e92f14b438 100644 --- a/core/l10n/da.js +++ b/core/l10n/da.js @@ -297,22 +297,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (3rdparty)", "There was an error loading your contacts" : "Der opstod en fejl under indlæsning af dine kontakter", "There were problems with the code integrity check. More information…" : "Der var problemer med integritetskontrollen af koden. Mere information...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Din webserver er endnu ikke sat korrekt op til at tillade filsynkronisering, fordi WebDAV-grænsefladen ser ud til at være i stykker.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Din webserver er ikke sat op til at benytte \"{url}\". Nærmere information kan findes i vores dokumentation.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Serveren har ikke nogen aktiv internetforbindelse: Nogle data kan ikke tilgås. Det betyder at funktioner som forbinde eksterne enheder, notifikationer om opdateringer og installation af 3.parts udvidelser ikke vil virke. Få forbindelse til filer og sende notifikations email virker måske heller ikke. \nVi anbefaler at du får etableret en internetforbindelse hvis du ønsker alle funktioner skal virke.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Der er ikke konfigureret noget hukommelsesmellemlager. For at forbedre din ydelse bør du om muligt konfigurere en mamcache. Yderligere information findes i dokumentationen.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom kan ikke læses af PHP, hvilket stærkt frarådes af sikkerhedsgrunde. Yderligere information kan findes i vores dokumentation.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Du kører i øjeblikket med PHP {version}. Vi anbefaler dig at opgradere din PHP version for at få glæde af ydelses- og sikkerhedsopdateringer udgivet af the PHP Group så snart din dintribution understøtter dem.", - "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 documentation." : "Konfigurationen af reverse proxy-headere er ikke korrekt eller du tilgår Nextcloud fra en betroet proxy. Hvis du ikke tilgår Nextcloud fra en betroet proxy, så er dette et sikkerhedsproblem og kan tillade en angriber af forfalske deres IP-adresse som synlig for Nextcloud. Yderligere information kan findes i vores dokumentation.", - "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 memcached wiki about both modules." : "Memcached er konfigureret som et distribueret mellemlager, men det forkerte PHP-modul \"memcache\" er installeret. \\OC\\Memcache\\Memcached understøtter kun \"memcached\" og ikke \"memcache\". Se memcached-wikien om begge moduler.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Nogle filer har ikke bestået integritetskontrollen. Yderligere information om hvordan man løser dette problem kan findes i vores dodumentation. (Liste over ugyldige filer... / Scan igen…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP OPcache er ikke rigtigt konfigureret. For bedre performance anbefaler vi at bruge følgende indstillinger i php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP funktionen \"set_time_limit\" er ikke tilgængelig. Dette kan resultere i at scripts stopper halvvejs og din installation fejler. Vi anbefaler at aktivere denne funktion.", - "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." : "Din data-mappe og dine filer ser ud til at være tilgængelig på intetnettet. Din .htaccess fungere ikke korrekt. Du anbefales på det kraftigste til at sætte din webserver op så din data-mappe ikke længere er tilgængelig på intetnettet eller flytte data-mappen væk fra webserverens dokumentrod.", - "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." : "HTTP-hovedet \"{header}\" er ikke konfigureret til at være lig med \"{expected}\". Dette er en potentiel sikkerhedsrisiko, og vi anbefaler at du justerer denne indstilling.", - "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 security tips." : "HTTP headeren \"Strict-Transport-Security\" er ikke konfigureret til mindst \"{seconds}\" sekunder. For bedre sikkerhed anbefaler vi at aktivere HSTS som beskrevet i vores sikkerhedstips.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Du tilgår dette sted gennem HTTP. Vi anbefaler kraftigt at du konfigurerer din server, så der kræves brug af HTTPS i stedet for, som foreskrevet i vores sikkerhedstips.", - "Shared with {recipients}" : "Delt med {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom kan ikke læses af PHP, hvilket stærkt frarådes af sikkerhedsgrunde. Yderligere information kan findes i vores dokumentation.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Din PHP version har ikke FreeType-support, hvilket resulterer i brud på profilbilleder og indstillingerne.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "HTTP headeren \"Strict-Transport-Security\" er ikke konfigureret til mindst \"{seconds}\" sekunder. For bedre sikkerhed anbefaler vi at aktivere HSTS som beskrevet i vores sikkerhedstips.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Du tilgår dette sted gennem HTTP. Vi anbefaler kraftigt at du konfigurerer din server, så der kræves brug af HTTPS i stedet for, som foreskrevet i vores sikkerhedstips.", "Error setting expiration date" : "Fejl under sætning af udløbsdato", "The public link will expire no later than {days} days after it is created" : "Det offentlige link udløber senest {days} dage efter det blev oprettet", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} delt via link", @@ -324,30 +312,16 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Del med andre ved at indtaste et brugernavn, en gruppe eller e-mail adresse.", "The specified document has not been found on the server." : "Det angivne dokument blev ikke fundet på serveren.", "You can click here to return to %s." : "Du kan klikke her for at gå tilbage til %s.", - "The server encountered an internal error and was unable to complete your request." : "Servern stødte på en intern fejl og var ikke i stand til at fuldføre din forespørgsel.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Kontakt venligst serveradministratoren, hvis denne fejl gentager sig flere gange - medtag venligst de tekniske detaljer nedenfor i din rapport.", - "For information how to properly configure your server, please see the documentation." : "For information om, hvordan du konfigurerer din server korrekt se dokumentationen.", - "This action requires you to confirm your password:" : "Denne handling kræver at du bekræfter dit kodeord:", - "Wrong password. Reset it?" : "Forkert kodeord. Skal det nulstilles?", "Stay logged in" : "Forbliv logget ind", + "Back to log in" : "Tilbage til log in", "Alternative Logins" : "Alternative logins", - "You are about to grant \"%s\" access to your %s account." : "Du er ved at tildele %s adgang til din %s konto.", + "You are about to grant %s access to your %s account." : "Du er ved at tildele %s adgang til din %s konto.", "Alternative login using app token" : "Alternativ login ved brug af \"app token\"", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Forbedret sikkerhed er aktiveret for din konto. Vær venlig at autentificere ved hjælp af en anden faktor.", - "You are accessing the server from an untrusted domain." : "Du tilgår serveren fra et utroværdigt domæne.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kontakt venligst din administrator. Hvis du er administratoren af denne server, skal du konfigurerer \"trusted-domains\" i filen config/config.php. Et eksempel på hvordan kan findes i filen config/config.sample.php", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Afhænger af din konfiguration, da du som administrator eventuelt også er i stand til at gøre brug af knappen nedenfor til at tildele tillid til dette domæne.", + "Depending on your configuration, this button could also work to trust the domain:" : "Denne knap kan også virke for at godkende domænet, afhængig af din konfiguration.", "Add \"%s\" as trusted domain" : "Tilføj \"%s\" som et troværdigt domæne", "%s will be updated to version %s" : "%s vil blive opdateret til version %s", - "For help, see the documentation." : "For hjælp se dokumentationen.", "This page will refresh itself when the %s instance is available again." : "Denne side vil genopfriske sig selv, når %s-instancen er tilgængelig igen.", - "Thank you for your patience." : "Tak for din tålmodighed.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom kan ikke læses af PHP, hvilket stærkt frarådes af sikkerhedsgrunde. Yderligere information kan findes i vores dokumentation.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Din PHP version har ikke FreeType-support, hvilket resulterer i brud på profilbilleder og indstillingerne.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "HTTP headeren \"Strict-Transport-Security\" er ikke konfigureret til mindst \"{seconds}\" sekunder. For bedre sikkerhed anbefaler vi at aktivere HSTS som beskrevet i vores sikkerhedstips.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Du tilgår dette sted gennem HTTP. Vi anbefaler kraftigt at du konfigurerer din server, så der kræves brug af HTTPS i stedet for, som foreskrevet i vores sikkerhedstips.", - "Back to log in" : "Tilbage til log in", - "You are about to grant %s access to your %s account." : "Du er ved at tildele %s adgang til din %s konto.", - "Depending on your configuration, this button could also work to trust the domain:" : "Denne knap kan også virke for at godkende domænet, afhængig af din konfiguration." + "Thank you for your patience." : "Tak for din tålmodighed." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/da.json b/core/l10n/da.json index 2de11ed7bb..fcd0402ded 100644 --- a/core/l10n/da.json +++ b/core/l10n/da.json @@ -295,22 +295,10 @@ "%s (3rdparty)" : "%s (3rdparty)", "There was an error loading your contacts" : "Der opstod en fejl under indlæsning af dine kontakter", "There were problems with the code integrity check. More information…" : "Der var problemer med integritetskontrollen af koden. Mere information...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Din webserver er endnu ikke sat korrekt op til at tillade filsynkronisering, fordi WebDAV-grænsefladen ser ud til at være i stykker.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Din webserver er ikke sat op til at benytte \"{url}\". Nærmere information kan findes i vores dokumentation.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Serveren har ikke nogen aktiv internetforbindelse: Nogle data kan ikke tilgås. Det betyder at funktioner som forbinde eksterne enheder, notifikationer om opdateringer og installation af 3.parts udvidelser ikke vil virke. Få forbindelse til filer og sende notifikations email virker måske heller ikke. \nVi anbefaler at du får etableret en internetforbindelse hvis du ønsker alle funktioner skal virke.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Der er ikke konfigureret noget hukommelsesmellemlager. For at forbedre din ydelse bør du om muligt konfigurere en mamcache. Yderligere information findes i dokumentationen.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom kan ikke læses af PHP, hvilket stærkt frarådes af sikkerhedsgrunde. Yderligere information kan findes i vores dokumentation.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Du kører i øjeblikket med PHP {version}. Vi anbefaler dig at opgradere din PHP version for at få glæde af ydelses- og sikkerhedsopdateringer udgivet af the PHP Group så snart din dintribution understøtter dem.", - "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 documentation." : "Konfigurationen af reverse proxy-headere er ikke korrekt eller du tilgår Nextcloud fra en betroet proxy. Hvis du ikke tilgår Nextcloud fra en betroet proxy, så er dette et sikkerhedsproblem og kan tillade en angriber af forfalske deres IP-adresse som synlig for Nextcloud. Yderligere information kan findes i vores dokumentation.", - "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 memcached wiki about both modules." : "Memcached er konfigureret som et distribueret mellemlager, men det forkerte PHP-modul \"memcache\" er installeret. \\OC\\Memcache\\Memcached understøtter kun \"memcached\" og ikke \"memcache\". Se memcached-wikien om begge moduler.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Nogle filer har ikke bestået integritetskontrollen. Yderligere information om hvordan man løser dette problem kan findes i vores dodumentation. (Liste over ugyldige filer... / Scan igen…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP OPcache er ikke rigtigt konfigureret. For bedre performance anbefaler vi at bruge følgende indstillinger i php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP funktionen \"set_time_limit\" er ikke tilgængelig. Dette kan resultere i at scripts stopper halvvejs og din installation fejler. Vi anbefaler at aktivere denne funktion.", - "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." : "Din data-mappe og dine filer ser ud til at være tilgængelig på intetnettet. Din .htaccess fungere ikke korrekt. Du anbefales på det kraftigste til at sætte din webserver op så din data-mappe ikke længere er tilgængelig på intetnettet eller flytte data-mappen væk fra webserverens dokumentrod.", - "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." : "HTTP-hovedet \"{header}\" er ikke konfigureret til at være lig med \"{expected}\". Dette er en potentiel sikkerhedsrisiko, og vi anbefaler at du justerer denne indstilling.", - "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 security tips." : "HTTP headeren \"Strict-Transport-Security\" er ikke konfigureret til mindst \"{seconds}\" sekunder. For bedre sikkerhed anbefaler vi at aktivere HSTS som beskrevet i vores sikkerhedstips.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Du tilgår dette sted gennem HTTP. Vi anbefaler kraftigt at du konfigurerer din server, så der kræves brug af HTTPS i stedet for, som foreskrevet i vores sikkerhedstips.", - "Shared with {recipients}" : "Delt med {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom kan ikke læses af PHP, hvilket stærkt frarådes af sikkerhedsgrunde. Yderligere information kan findes i vores dokumentation.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Din PHP version har ikke FreeType-support, hvilket resulterer i brud på profilbilleder og indstillingerne.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "HTTP headeren \"Strict-Transport-Security\" er ikke konfigureret til mindst \"{seconds}\" sekunder. For bedre sikkerhed anbefaler vi at aktivere HSTS som beskrevet i vores sikkerhedstips.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Du tilgår dette sted gennem HTTP. Vi anbefaler kraftigt at du konfigurerer din server, så der kræves brug af HTTPS i stedet for, som foreskrevet i vores sikkerhedstips.", "Error setting expiration date" : "Fejl under sætning af udløbsdato", "The public link will expire no later than {days} days after it is created" : "Det offentlige link udløber senest {days} dage efter det blev oprettet", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} delt via link", @@ -322,30 +310,16 @@ "Share with other people by entering a user or group or an email address." : "Del med andre ved at indtaste et brugernavn, en gruppe eller e-mail adresse.", "The specified document has not been found on the server." : "Det angivne dokument blev ikke fundet på serveren.", "You can click here to return to %s." : "Du kan klikke her for at gå tilbage til %s.", - "The server encountered an internal error and was unable to complete your request." : "Servern stødte på en intern fejl og var ikke i stand til at fuldføre din forespørgsel.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Kontakt venligst serveradministratoren, hvis denne fejl gentager sig flere gange - medtag venligst de tekniske detaljer nedenfor i din rapport.", - "For information how to properly configure your server, please see the documentation." : "For information om, hvordan du konfigurerer din server korrekt se dokumentationen.", - "This action requires you to confirm your password:" : "Denne handling kræver at du bekræfter dit kodeord:", - "Wrong password. Reset it?" : "Forkert kodeord. Skal det nulstilles?", "Stay logged in" : "Forbliv logget ind", + "Back to log in" : "Tilbage til log in", "Alternative Logins" : "Alternative logins", - "You are about to grant \"%s\" access to your %s account." : "Du er ved at tildele %s adgang til din %s konto.", + "You are about to grant %s access to your %s account." : "Du er ved at tildele %s adgang til din %s konto.", "Alternative login using app token" : "Alternativ login ved brug af \"app token\"", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Forbedret sikkerhed er aktiveret for din konto. Vær venlig at autentificere ved hjælp af en anden faktor.", - "You are accessing the server from an untrusted domain." : "Du tilgår serveren fra et utroværdigt domæne.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kontakt venligst din administrator. Hvis du er administratoren af denne server, skal du konfigurerer \"trusted-domains\" i filen config/config.php. Et eksempel på hvordan kan findes i filen config/config.sample.php", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Afhænger af din konfiguration, da du som administrator eventuelt også er i stand til at gøre brug af knappen nedenfor til at tildele tillid til dette domæne.", + "Depending on your configuration, this button could also work to trust the domain:" : "Denne knap kan også virke for at godkende domænet, afhængig af din konfiguration.", "Add \"%s\" as trusted domain" : "Tilføj \"%s\" som et troværdigt domæne", "%s will be updated to version %s" : "%s vil blive opdateret til version %s", - "For help, see the documentation." : "For hjælp se dokumentationen.", "This page will refresh itself when the %s instance is available again." : "Denne side vil genopfriske sig selv, når %s-instancen er tilgængelig igen.", - "Thank you for your patience." : "Tak for din tålmodighed.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom kan ikke læses af PHP, hvilket stærkt frarådes af sikkerhedsgrunde. Yderligere information kan findes i vores dokumentation.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Din PHP version har ikke FreeType-support, hvilket resulterer i brud på profilbilleder og indstillingerne.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "HTTP headeren \"Strict-Transport-Security\" er ikke konfigureret til mindst \"{seconds}\" sekunder. For bedre sikkerhed anbefaler vi at aktivere HSTS som beskrevet i vores sikkerhedstips.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Du tilgår dette sted gennem HTTP. Vi anbefaler kraftigt at du konfigurerer din server, så der kræves brug af HTTPS i stedet for, som foreskrevet i vores sikkerhedstips.", - "Back to log in" : "Tilbage til log in", - "You are about to grant %s access to your %s account." : "Du er ved at tildele %s adgang til din %s konto.", - "Depending on your configuration, this button could also work to trust the domain:" : "Denne knap kan også virke for at godkende domænet, afhængig af din konfiguration." + "Thank you for your patience." : "Tak for din tålmodighed." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/de.js b/core/l10n/de.js index 85d64aa759..0356ead872 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -370,22 +370,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (Drittanbieter)", "There was an error loading your contacts" : "Fehler beim Laden Deiner Kontakte", "There were problems with the code integrity check. More information…" : "Bei der Code-Integritätsprüfung sind Probleme aufgetreten. Mehr Informationen…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Dein Webserver ist noch nicht hinreichend für Datei-Synchronisation konfiguriert, da die WebDAV-Schnittstelle vermutlich nicht funktioniert.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Dein Web-Server ist nicht richtig eingerichtet um \"{url}\" aufzulösen. Weitere Informationen findest du in unserer Dokumentation.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Dieser Server hat keine funktionierende Internetverbindung: Mehrere Ziele konnten nicht erreicht werden. Dies bedeutet, dass einige Funktionen, wie das Einhängen exernen Speichers, Benachrichtigungen über Updates oder die Installation von Drittanbieter-Apps nicht funktionieren. Der Zugriff auf entfernte Dateien und das Senden von E-Mail-Benachrichtigungen wird wahrscheinlich ebenfalls nicht funktionieren. Es wird empfohlen, die Internet-Verbindung für diesen Server zu aktivieren, wenn Du alle Funktionen nutzen möchtest.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Es wurde kein Memory-Cache konfiguriert. Zur Erhöhung der Leistungsfähigkeit kann ein Memory-Cache konfiguriert werden. Weitere Informationen findest Du in unserer Dokumentation.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP hat keine Leserechte auf /dev/urandom wovon aus Sicherheitsgründen höchst abzuraten ist. Weitere Informationen sind in der Dokumentation zu finden.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Du verwendest derzeit PHP {version}. Wir empfehlen ein Upgrade deiner PHP-Version, um die Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP-Gruppe bereitgestellt werden, sobald Deine Distribution diese unterstützt.", - "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 documentation." : "Die Reverse-Proxy-Header-Konfiguration ist fehlerhaft oder Du greist auf Nextcloud über einen vertrauenswürdigen Proxy zu. Wenn Du auf Nextcloud nicht über einen vertrauenswürdigen Proxy zugreifst, dann besteht ein Sicherheitsproblem, das einem Angreifer erlaubt die IP-Adresse, die für Nextcloud sichtbar ist, auszuspähen. Weitere Informationen hierzu findest Du in unserer Dokumentation.", - "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 memcached wiki about both modules." : "Memcached ist als verteilter Cache konfiguriert, aber das falsche PHP-Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" jedoch nicht \"memcache\". Sehen Sie das memcached Wiki für beide Module.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Einige Dateien haben die Integritätsprüfung nicht bestanden. Weiterführende Informationen finden sich unserer Dokumentation. (Liste der ungültigen Dateien… / Erneut analysieren…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "Der PHP-OPcache ist nicht richtig konfiguriert. Für eine bessere Leistung empfiehlt es sich folgende Einstellungen in der php.ini vorzunehmen:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "Die PHP-Funktion \"set_time_limit\" ist nicht verfügbar. Dies kann in angehaltenen Scripten oder einer abgebrochenen Installation resultieren. Wir empfehlen dringend, diese Funtkion zu aktivieren.", - "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." : "Dein Datenverzeichnis und deine Dateien sind wahrscheinlich vom Internet aus erreichbar. Die .htaccess-Datei funktioniert nicht. Es wird dringend empfohlen, deinen Webserver dahingehend zu konfigurieren, dass das Datenverzeichnis nicht mehr vom Internet aus erreichbar ist oder dass du es aus dem Dokument-Root-Verzeichnis des Webservers herausverschieben.", - "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." : "Der „{header}“-HTTP-Header ist nicht so konfiguriert, dass er „{expected}“ entspricht. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.", - "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 security tips." : "Der \"Strict-Transport-Security\" HTTP-Header ist nicht auf mindestens \"{seconds}\" Sekunden eingestellt. Für mehr Sicherheit wird das Aktivieren von HSTS empfohlen, wie es in unseren Sicherheitshinweisen erläutert ist.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Du greifst auf diese Site über HTTP zu. Wir raten dringend dazu, deinen Server so zu konfigurieren, dass er stattdessen nur HTTPS akzeptiert, wie es in unseren Sicherheitshinweisen beschrieben ist.", - "Shared with {recipients}" : "Geteilt mit {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP hat keine Leserechte auf /dev/urandom wovon aus Sicherheitsgründen höchst abzuraten ist. Weitere Informationen sind in der Dokumentation zu finden.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Dein PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "Der \"Strict-Transport-Security\" HTTP-Header ist nicht auf mindestens \"{seconds}\" Sekunden eingestellt. Für mehr Sicherheit wird das Aktivieren von HSTS empfohlen, wie es in den Sicherheitshinweisen erläutert ist.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Der Zugriff auf diese Site erfolgt über HTTP. Es wird dringend geraten, Ihren Server so zu konfigurieren, dass er stattdessen nur HTTPS akzeptiert, wie es in den Sicherheitshinweisen beschrieben ist.", "Error setting expiration date" : "Fehler beim Setzen des Ablaufdatums", "The public link will expire no later than {days} days after it is created" : "Der öffentliche Link wird spätestens {days} Tage nach seiner Erstellung ablaufen", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} mittels Link geteilt", @@ -397,31 +385,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Teile mit Anderen, indem Du einen Benutzer, eine Gruppe, oder eine E-Mail-Adresse eingibst.", "The specified document has not been found on the server." : "Das ausgewählte Dokument wurde auf dem Server nicht gefunden.", "You can click here to return to %s." : "Hier klicken, um zu %s zurückzukehren.", - "The server encountered an internal error and was unable to complete your request." : "Der Server hat einen internen Fehler und konnte Deine Anfrage nicht vervollständigen.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Bitte wende dich an den Serveradministrator, wenn dieser Fehler mehrfach auftritt, gebe bitte die, unten stehenden, technischen Details in Deinem Bericht mit an.", - "For information how to properly configure your server, please see the documentation." : "Informationen zum richtigen Konfigurieren Deines Servers kannst Du der Dokumentation entnehmen.", - "This action requires you to confirm your password:" : "Dieser Vorgang benötigt eine Passwortbestätigung von Dir:", - "Wrong password. Reset it?" : "Falsches Passwort. Soll es zurückgesetzt werden?", "Stay logged in" : "Angemeldet bleiben", + "Back to log in" : "Zur Anmeldung wechseln", "Alternative Logins" : "Alternative Anmeldung", - "You are about to grant \"%s\" access to your %s account." : "Du bist dabei \"%s\" Zugriff auf Dein %s-Konto zu gewähren.", + "You are about to grant %s access to your %s account." : "Du bist dabei, %s Zugriff auf Dein %s-Konto zu gewähren.", "Alternative login using app token" : "Alternative Anmeldung via App-Token", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Die erweiterte Sicherheit wurde für Dein Konto aktiviert. Bitte authentifiziere Dich mit einem zweiten Faktor. ", - "You are accessing the server from an untrusted domain." : "Du greifst von einer nicht vertrauenswürdigen Domäne auf den Server zu.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Bitte kontaktiere Deinen Administrator. Wenn Du Administrator dieser Instanz bist, konfiguriere die „trusted_domains“-Einstellung in config/config.php. Eine Beispielkonfiguration ist in config/config.sample.php verfügbar.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Wenn es Deine Konfiguration zulässt, kannst Du als Administrator die folgende Schaltfläche benutzen, um diese Domain als vertrauenswürdig einzustufen.", + "Depending on your configuration, this button could also work to trust the domain:" : "Abhängig von Deiner Konfiguration kann diese Schaltfläche verwandt werden, um die Domain als vertrauenswürdig einzustufen:", "Add \"%s\" as trusted domain" : "„%s“ als vertrauenswürdige Domain hinzufügen", "%s will be updated to version %s" : "%s wird auf Version %s aktualisiert", - "For help, see the documentation." : "Für weitere Hilfen, schaue bitte in die Dokumentation.", "This page will refresh itself when the %s instance is available again." : "Diese Seite aktualisiert sich automatisch, wenn die %s-Instanz wieder verfügbar ist.", "Thank you for your patience." : "Vielen Dank für deine Geduld.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP hat keine Leserechte auf /dev/urandom wovon aus Sicherheitsgründen höchst abzuraten ist. Weitere Informationen sind in der Dokumentation zu finden.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Dein PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "Der \"Strict-Transport-Security\" HTTP-Header ist nicht auf mindestens \"{seconds}\" Sekunden eingestellt. Für mehr Sicherheit wird das Aktivieren von HSTS empfohlen, wie es in den Sicherheitshinweisen erläutert ist.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Der Zugriff auf diese Site erfolgt über HTTP. Es wird dringend geraten, Ihren Server so zu konfigurieren, dass er stattdessen nur HTTPS akzeptiert, wie es in den Sicherheitshinweisen beschrieben ist.", - "Back to log in" : "Zur Anmeldung wechseln", - "You are about to grant %s access to your %s account." : "Du bist dabei, %s Zugriff auf Dein %s-Konto zu gewähren.", - "Depending on your configuration, this button could also work to trust the domain:" : "Abhängig von Deiner Konfiguration kann diese Schaltfläche verwandt werden, um die Domain als vertrauenswürdig einzustufen:", "Copy URL" : "URL kopieren", "Enable" : "Aktivieren", "{sharee} (conversation)" : "{sharee} (conversation)", diff --git a/core/l10n/de.json b/core/l10n/de.json index 8617c43432..f6d1b22882 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -368,22 +368,10 @@ "%s (3rdparty)" : "%s (Drittanbieter)", "There was an error loading your contacts" : "Fehler beim Laden Deiner Kontakte", "There were problems with the code integrity check. More information…" : "Bei der Code-Integritätsprüfung sind Probleme aufgetreten. Mehr Informationen…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Dein Webserver ist noch nicht hinreichend für Datei-Synchronisation konfiguriert, da die WebDAV-Schnittstelle vermutlich nicht funktioniert.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Dein Web-Server ist nicht richtig eingerichtet um \"{url}\" aufzulösen. Weitere Informationen findest du in unserer Dokumentation.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Dieser Server hat keine funktionierende Internetverbindung: Mehrere Ziele konnten nicht erreicht werden. Dies bedeutet, dass einige Funktionen, wie das Einhängen exernen Speichers, Benachrichtigungen über Updates oder die Installation von Drittanbieter-Apps nicht funktionieren. Der Zugriff auf entfernte Dateien und das Senden von E-Mail-Benachrichtigungen wird wahrscheinlich ebenfalls nicht funktionieren. Es wird empfohlen, die Internet-Verbindung für diesen Server zu aktivieren, wenn Du alle Funktionen nutzen möchtest.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Es wurde kein Memory-Cache konfiguriert. Zur Erhöhung der Leistungsfähigkeit kann ein Memory-Cache konfiguriert werden. Weitere Informationen findest Du in unserer Dokumentation.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP hat keine Leserechte auf /dev/urandom wovon aus Sicherheitsgründen höchst abzuraten ist. Weitere Informationen sind in der Dokumentation zu finden.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Du verwendest derzeit PHP {version}. Wir empfehlen ein Upgrade deiner PHP-Version, um die Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP-Gruppe bereitgestellt werden, sobald Deine Distribution diese unterstützt.", - "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 documentation." : "Die Reverse-Proxy-Header-Konfiguration ist fehlerhaft oder Du greist auf Nextcloud über einen vertrauenswürdigen Proxy zu. Wenn Du auf Nextcloud nicht über einen vertrauenswürdigen Proxy zugreifst, dann besteht ein Sicherheitsproblem, das einem Angreifer erlaubt die IP-Adresse, die für Nextcloud sichtbar ist, auszuspähen. Weitere Informationen hierzu findest Du in unserer Dokumentation.", - "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 memcached wiki about both modules." : "Memcached ist als verteilter Cache konfiguriert, aber das falsche PHP-Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" jedoch nicht \"memcache\". Sehen Sie das memcached Wiki für beide Module.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Einige Dateien haben die Integritätsprüfung nicht bestanden. Weiterführende Informationen finden sich unserer Dokumentation. (Liste der ungültigen Dateien… / Erneut analysieren…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "Der PHP-OPcache ist nicht richtig konfiguriert. Für eine bessere Leistung empfiehlt es sich folgende Einstellungen in der php.ini vorzunehmen:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "Die PHP-Funktion \"set_time_limit\" ist nicht verfügbar. Dies kann in angehaltenen Scripten oder einer abgebrochenen Installation resultieren. Wir empfehlen dringend, diese Funtkion zu aktivieren.", - "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." : "Dein Datenverzeichnis und deine Dateien sind wahrscheinlich vom Internet aus erreichbar. Die .htaccess-Datei funktioniert nicht. Es wird dringend empfohlen, deinen Webserver dahingehend zu konfigurieren, dass das Datenverzeichnis nicht mehr vom Internet aus erreichbar ist oder dass du es aus dem Dokument-Root-Verzeichnis des Webservers herausverschieben.", - "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." : "Der „{header}“-HTTP-Header ist nicht so konfiguriert, dass er „{expected}“ entspricht. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.", - "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 security tips." : "Der \"Strict-Transport-Security\" HTTP-Header ist nicht auf mindestens \"{seconds}\" Sekunden eingestellt. Für mehr Sicherheit wird das Aktivieren von HSTS empfohlen, wie es in unseren Sicherheitshinweisen erläutert ist.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Du greifst auf diese Site über HTTP zu. Wir raten dringend dazu, deinen Server so zu konfigurieren, dass er stattdessen nur HTTPS akzeptiert, wie es in unseren Sicherheitshinweisen beschrieben ist.", - "Shared with {recipients}" : "Geteilt mit {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP hat keine Leserechte auf /dev/urandom wovon aus Sicherheitsgründen höchst abzuraten ist. Weitere Informationen sind in der Dokumentation zu finden.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Dein PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "Der \"Strict-Transport-Security\" HTTP-Header ist nicht auf mindestens \"{seconds}\" Sekunden eingestellt. Für mehr Sicherheit wird das Aktivieren von HSTS empfohlen, wie es in den Sicherheitshinweisen erläutert ist.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Der Zugriff auf diese Site erfolgt über HTTP. Es wird dringend geraten, Ihren Server so zu konfigurieren, dass er stattdessen nur HTTPS akzeptiert, wie es in den Sicherheitshinweisen beschrieben ist.", "Error setting expiration date" : "Fehler beim Setzen des Ablaufdatums", "The public link will expire no later than {days} days after it is created" : "Der öffentliche Link wird spätestens {days} Tage nach seiner Erstellung ablaufen", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} mittels Link geteilt", @@ -395,31 +383,17 @@ "Share with other people by entering a user or group or an email address." : "Teile mit Anderen, indem Du einen Benutzer, eine Gruppe, oder eine E-Mail-Adresse eingibst.", "The specified document has not been found on the server." : "Das ausgewählte Dokument wurde auf dem Server nicht gefunden.", "You can click here to return to %s." : "Hier klicken, um zu %s zurückzukehren.", - "The server encountered an internal error and was unable to complete your request." : "Der Server hat einen internen Fehler und konnte Deine Anfrage nicht vervollständigen.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Bitte wende dich an den Serveradministrator, wenn dieser Fehler mehrfach auftritt, gebe bitte die, unten stehenden, technischen Details in Deinem Bericht mit an.", - "For information how to properly configure your server, please see the documentation." : "Informationen zum richtigen Konfigurieren Deines Servers kannst Du der Dokumentation entnehmen.", - "This action requires you to confirm your password:" : "Dieser Vorgang benötigt eine Passwortbestätigung von Dir:", - "Wrong password. Reset it?" : "Falsches Passwort. Soll es zurückgesetzt werden?", "Stay logged in" : "Angemeldet bleiben", + "Back to log in" : "Zur Anmeldung wechseln", "Alternative Logins" : "Alternative Anmeldung", - "You are about to grant \"%s\" access to your %s account." : "Du bist dabei \"%s\" Zugriff auf Dein %s-Konto zu gewähren.", + "You are about to grant %s access to your %s account." : "Du bist dabei, %s Zugriff auf Dein %s-Konto zu gewähren.", "Alternative login using app token" : "Alternative Anmeldung via App-Token", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Die erweiterte Sicherheit wurde für Dein Konto aktiviert. Bitte authentifiziere Dich mit einem zweiten Faktor. ", - "You are accessing the server from an untrusted domain." : "Du greifst von einer nicht vertrauenswürdigen Domäne auf den Server zu.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Bitte kontaktiere Deinen Administrator. Wenn Du Administrator dieser Instanz bist, konfiguriere die „trusted_domains“-Einstellung in config/config.php. Eine Beispielkonfiguration ist in config/config.sample.php verfügbar.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Wenn es Deine Konfiguration zulässt, kannst Du als Administrator die folgende Schaltfläche benutzen, um diese Domain als vertrauenswürdig einzustufen.", + "Depending on your configuration, this button could also work to trust the domain:" : "Abhängig von Deiner Konfiguration kann diese Schaltfläche verwandt werden, um die Domain als vertrauenswürdig einzustufen:", "Add \"%s\" as trusted domain" : "„%s“ als vertrauenswürdige Domain hinzufügen", "%s will be updated to version %s" : "%s wird auf Version %s aktualisiert", - "For help, see the documentation." : "Für weitere Hilfen, schaue bitte in die Dokumentation.", "This page will refresh itself when the %s instance is available again." : "Diese Seite aktualisiert sich automatisch, wenn die %s-Instanz wieder verfügbar ist.", "Thank you for your patience." : "Vielen Dank für deine Geduld.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP hat keine Leserechte auf /dev/urandom wovon aus Sicherheitsgründen höchst abzuraten ist. Weitere Informationen sind in der Dokumentation zu finden.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Dein PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "Der \"Strict-Transport-Security\" HTTP-Header ist nicht auf mindestens \"{seconds}\" Sekunden eingestellt. Für mehr Sicherheit wird das Aktivieren von HSTS empfohlen, wie es in den Sicherheitshinweisen erläutert ist.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Der Zugriff auf diese Site erfolgt über HTTP. Es wird dringend geraten, Ihren Server so zu konfigurieren, dass er stattdessen nur HTTPS akzeptiert, wie es in den Sicherheitshinweisen beschrieben ist.", - "Back to log in" : "Zur Anmeldung wechseln", - "You are about to grant %s access to your %s account." : "Du bist dabei, %s Zugriff auf Dein %s-Konto zu gewähren.", - "Depending on your configuration, this button could also work to trust the domain:" : "Abhängig von Deiner Konfiguration kann diese Schaltfläche verwandt werden, um die Domain als vertrauenswürdig einzustufen:", "Copy URL" : "URL kopieren", "Enable" : "Aktivieren", "{sharee} (conversation)" : "{sharee} (conversation)", diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js index 209c548f8f..f120505bf7 100644 --- a/core/l10n/de_DE.js +++ b/core/l10n/de_DE.js @@ -370,22 +370,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (Drittanbieter)", "There was an error loading your contacts" : "Fehler beim Laden Ihrer Kontakte", "There were problems with the code integrity check. More information…" : "Bei der Code-Integritätsprüfung sind Probleme aufgetreten. Mehr Informationen…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Ihr Webserver ist noch nicht hinreichend für Datei-Synchronisation konfiguriert. Die WebDAV-Schnittstelle ist vermutlich defekt.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Ihr Webserver ist nicht richtig konfiguriert um \"{url}\" aufzulösen. Weitere Informationen hierzu finden Sie in unserer Dokumentation.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Dieser Server hat keine funktionierende Internetverbindung: Mehrere Ziele konnten nicht erreicht werden. Dies bedeutet, dass einige Funktionen, wie das Einhängen exernen Speichers, Benachrichtigungen über Updates oder die Installation von Drittanbieter-Apps nicht funktionieren. Der Zugriff auf entfernte Dateien und das Senden von E-Mail-Benachrichtigungen wird wahrscheinlich ebenfalls nicht funktionieren. Es wird empfohlen, die Internet-Verbindung für diesen Server zu aktivieren, wenn Sie alle Funktionen nutzen möchten.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Es wurde kein Memory-Cache konfiguriert. Zur Erhöhung der Leistungsfähigkeit kann ein Memory-Cache konfiguriert werden. Weitere Informationen finden Sie in unserer Dokumentation.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP hat keine Leserechte auf /dev/urandom wovon aus Sicherheitsgründen höchst abzuraten ist. Weitere Informationen sind in unserer Dokumentation zu finden.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Sie verwenden im Moment PHP {version}. Wir empfehlen ein Upgrade Ihrer PHP-Version, um die Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP-Gruppe bereitgestellt werden, sobald Ihre Distribution diese unterstützt.", - "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 documentation." : "Die Reverse-Proxy-Header-Konfiguration ist fehlerhaft oder Sie greifen auf Nextcloud über einen vertrauenswürdigen Proxy zu. Wenn Sie auf Nextcloud nicht über einen vertrauenswürdigen Proxy zugreifen, dann besteht ein Sicherheitsproblem, das einem Angreifer erlaubt die IP-Adresse, die für Nextcloud sichtbar ist, auszuspähen. Weitere Informationen hierzu finden Sie in unserer Dokumentation.", - "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 memcached wiki about both modules." : "Memcached ist als verteilter Cache konfiguriert, aber das falsche PHP Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" jedoch nicht \"memcache\". Sehen Sie das memcached Wiki für beide Module.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Einige Dateien haben die Integritätsprüfung nicht bestanden. Weiterführende Informationen finden sich unserer Dokumentation. (Liste der ungültigen Dateien … / Erneut analysieren…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "Der PHP-OPcache ist nicht richtig konfiguriert. Für eine bessere Leistung empfiehlt es sich folgende Einstellungen in der php.ini vorzunehmen:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "Die PHP-Funktion \"set_time_limit\" ist nicht verfügbar. Dies kann in angehaltenen Scripten oder einer abgebrochenen Installation resultieren. Wir empfehlen dringend, diese Funtkion zu aktivieren.", - "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." : "Ihr Datenverzeichnis und Ihre Dateien sind wahrscheinlich vom Internet aus erreichbar. Die .htaccess-Datei funktioniert nicht. Es wird dringend empfohlen, Ihren Webserver dahingehend zu konfigurieren, dass das Datenverzeichnis nicht mehr vom Internet aus erreichbar ist oder dass Sie es aus dem Document-Root-Verzeichnis des Webservers herausverschieben.", - "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." : "Der „{header}“-HTTP-Header ist nicht so konfiguriert, dass er „{expected}“ entspricht. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.", - "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 security tips." : "Der \"Strict-Transport-Security“-HTTP-Header ist nicht auf mindestens \"{seconds}“ Sekunden eingestellt. Für mehr Sicherheit wird das Aktivieren von HSTS empfohlen, wie es in unseren Sicherheitshinweisen erläutert ist.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Sie greifen auf diese Site über HTTP zu. Wir raten dringend dazu, Ihren Server so zu konfigurieren, dass er stattdessen nur HTTPS akzeptiert, wie es in unseren Sicherheitshinweisen beschrieben ist.", - "Shared with {recipients}" : "Geteilt mit {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP hat keine Leserechte auf /dev/urandom wovon aus Sicherheitsgründen höchst abzuraten ist. Weitere Informationen sind in der Dokumentation zu finden.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Ihr PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "Der \"Strict-Transport-Security“-HTTP-Header ist nicht auf mindestens \"{seconds}“ Sekunden eingestellt. Für mehr Sicherheit wird das Aktivieren von HSTS empfohlen, wie es in den Sicherheitshinweisen erläutert ist.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Der Zugriff auf diese Site erfolgt über HTTP. Es wird dringend geraten, den Server so zu konfigurieren, dass er stattdessen nur HTTPS akzeptiert, wie es in den Sicherheitshinweisen beschrieben ist.", "Error setting expiration date" : "Fehler beim Setzen des Ablaufdatums", "The public link will expire no later than {days} days after it is created" : "Der öffentliche Link wird spätestens {days} Tage nach seiner Erstellung ablaufen", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} mittels Link geteilt", @@ -397,31 +385,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Teilen mit Anderen, indem Sie einen Benutzer, eine Gruppe, oder eine E-Mail-Adresse eingeben.", "The specified document has not been found on the server." : "Das ausgewählte Dokument wurde auf dem Server nicht gefunden.", "You can click here to return to %s." : "Sie können zur Rückkehr zu %s hier klicken.", - "The server encountered an internal error and was unable to complete your request." : "Der Server hat einen internen Fehler und konnte Ihre Anfrage nicht vervollständigen.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Bitte wenden Sie sich an den Serveradministrator, wenn dieser Fehler mehrfach auftritt, geben Sie bitte die, unten stehenden, technischen Details in Ihrem Bericht mit an.", - "For information how to properly configure your server, please see the documentation." : "Informationen zum richtigen Konfigurieren Ihres Servers können Sie der Dokumentation entnehmen.", - "This action requires you to confirm your password:" : "Dieser Vorgang benötigt eine Passwortbestätigung von Ihnen:", - "Wrong password. Reset it?" : "Falsches Passwort. Soll es zurückgesetzt werden?", "Stay logged in" : "Angemeldet bleiben", + "Back to log in" : "Zur Anmeldung wechseln", "Alternative Logins" : "Alternative Anmeldung", - "You are about to grant \"%s\" access to your %s account." : "Sie sind dabei \"%s\" Zugriff auf Ihr %s-Konto zu gewähren.", + "You are about to grant %s access to your %s account." : "Sie sind dabei, %s Zugriff auf Ihr %s-Konto zu gewähren.", "Alternative login using app token" : "Alternative Anmeldung via App-Token", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Die erweiterte Sicherheit wurde für Ihr Konto aktiviert. Bitte authentifizieren Sie sich mit einem zweiten Faktor. ", - "You are accessing the server from an untrusted domain." : "Sie greifen von einer nicht vertrauenswürdigen Domain auf den Server zu.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Bitte kontaktieren Sie Ihren Administrator. Wenn Sie Administrator dieser Instanz sind, konfigurieren Sie bitte die „trusted_domain“-Einstellung in config/config.php. Eine Beispielkonfiguration ist in config/config.sample.php verfügbar.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Wenn es Ihre Konfiguration zulässt, können Sie als Administrator gegebenenfalls den Button unten benutzen, um diese Domain als vertrauenswürdig einzustufen.", + "Depending on your configuration, this button could also work to trust the domain:" : "Abhängig von Ihrer Konfiguration kann diese Schaltfläche verwandt werden, um die Domain als vertrauenswürdig einzustufen:", "Add \"%s\" as trusted domain" : "„%s“ als vertrauenswürdige Domain hinzufügen", "%s will be updated to version %s" : "%s wird auf Version %s aktualisiert", - "For help, see the documentation." : "Für weitere Hilfen, schauen Sie bitte in die Dokumentation.", "This page will refresh itself when the %s instance is available again." : "Diese Seite aktualisiert sich automatisch, wenn die %s-Instanz wieder verfügbar ist.", "Thank you for your patience." : "Vielen Dank für Ihre Geduld.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP hat keine Leserechte auf /dev/urandom wovon aus Sicherheitsgründen höchst abzuraten ist. Weitere Informationen sind in der Dokumentation zu finden.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Ihr PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "Der \"Strict-Transport-Security“-HTTP-Header ist nicht auf mindestens \"{seconds}“ Sekunden eingestellt. Für mehr Sicherheit wird das Aktivieren von HSTS empfohlen, wie es in den Sicherheitshinweisen erläutert ist.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Der Zugriff auf diese Site erfolgt über HTTP. Es wird dringend geraten, den Server so zu konfigurieren, dass er stattdessen nur HTTPS akzeptiert, wie es in den Sicherheitshinweisen beschrieben ist.", - "Back to log in" : "Zur Anmeldung wechseln", - "You are about to grant %s access to your %s account." : "Sie sind dabei, %s Zugriff auf Ihr %s-Konto zu gewähren.", - "Depending on your configuration, this button could also work to trust the domain:" : "Abhängig von Ihrer Konfiguration kann diese Schaltfläche verwandt werden, um die Domain als vertrauenswürdig einzustufen:", "Copy URL" : "URL kopieren", "Enable" : "Aktivieren", "{sharee} (conversation)" : "{sharee} (conversation)", diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json index 05634a7ea2..6edeef8993 100644 --- a/core/l10n/de_DE.json +++ b/core/l10n/de_DE.json @@ -368,22 +368,10 @@ "%s (3rdparty)" : "%s (Drittanbieter)", "There was an error loading your contacts" : "Fehler beim Laden Ihrer Kontakte", "There were problems with the code integrity check. More information…" : "Bei der Code-Integritätsprüfung sind Probleme aufgetreten. Mehr Informationen…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Ihr Webserver ist noch nicht hinreichend für Datei-Synchronisation konfiguriert. Die WebDAV-Schnittstelle ist vermutlich defekt.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Ihr Webserver ist nicht richtig konfiguriert um \"{url}\" aufzulösen. Weitere Informationen hierzu finden Sie in unserer Dokumentation.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Dieser Server hat keine funktionierende Internetverbindung: Mehrere Ziele konnten nicht erreicht werden. Dies bedeutet, dass einige Funktionen, wie das Einhängen exernen Speichers, Benachrichtigungen über Updates oder die Installation von Drittanbieter-Apps nicht funktionieren. Der Zugriff auf entfernte Dateien und das Senden von E-Mail-Benachrichtigungen wird wahrscheinlich ebenfalls nicht funktionieren. Es wird empfohlen, die Internet-Verbindung für diesen Server zu aktivieren, wenn Sie alle Funktionen nutzen möchten.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Es wurde kein Memory-Cache konfiguriert. Zur Erhöhung der Leistungsfähigkeit kann ein Memory-Cache konfiguriert werden. Weitere Informationen finden Sie in unserer Dokumentation.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP hat keine Leserechte auf /dev/urandom wovon aus Sicherheitsgründen höchst abzuraten ist. Weitere Informationen sind in unserer Dokumentation zu finden.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Sie verwenden im Moment PHP {version}. Wir empfehlen ein Upgrade Ihrer PHP-Version, um die Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP-Gruppe bereitgestellt werden, sobald Ihre Distribution diese unterstützt.", - "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 documentation." : "Die Reverse-Proxy-Header-Konfiguration ist fehlerhaft oder Sie greifen auf Nextcloud über einen vertrauenswürdigen Proxy zu. Wenn Sie auf Nextcloud nicht über einen vertrauenswürdigen Proxy zugreifen, dann besteht ein Sicherheitsproblem, das einem Angreifer erlaubt die IP-Adresse, die für Nextcloud sichtbar ist, auszuspähen. Weitere Informationen hierzu finden Sie in unserer Dokumentation.", - "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 memcached wiki about both modules." : "Memcached ist als verteilter Cache konfiguriert, aber das falsche PHP Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" jedoch nicht \"memcache\". Sehen Sie das memcached Wiki für beide Module.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Einige Dateien haben die Integritätsprüfung nicht bestanden. Weiterführende Informationen finden sich unserer Dokumentation. (Liste der ungültigen Dateien … / Erneut analysieren…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "Der PHP-OPcache ist nicht richtig konfiguriert. Für eine bessere Leistung empfiehlt es sich folgende Einstellungen in der php.ini vorzunehmen:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "Die PHP-Funktion \"set_time_limit\" ist nicht verfügbar. Dies kann in angehaltenen Scripten oder einer abgebrochenen Installation resultieren. Wir empfehlen dringend, diese Funtkion zu aktivieren.", - "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." : "Ihr Datenverzeichnis und Ihre Dateien sind wahrscheinlich vom Internet aus erreichbar. Die .htaccess-Datei funktioniert nicht. Es wird dringend empfohlen, Ihren Webserver dahingehend zu konfigurieren, dass das Datenverzeichnis nicht mehr vom Internet aus erreichbar ist oder dass Sie es aus dem Document-Root-Verzeichnis des Webservers herausverschieben.", - "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." : "Der „{header}“-HTTP-Header ist nicht so konfiguriert, dass er „{expected}“ entspricht. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.", - "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 security tips." : "Der \"Strict-Transport-Security“-HTTP-Header ist nicht auf mindestens \"{seconds}“ Sekunden eingestellt. Für mehr Sicherheit wird das Aktivieren von HSTS empfohlen, wie es in unseren Sicherheitshinweisen erläutert ist.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Sie greifen auf diese Site über HTTP zu. Wir raten dringend dazu, Ihren Server so zu konfigurieren, dass er stattdessen nur HTTPS akzeptiert, wie es in unseren Sicherheitshinweisen beschrieben ist.", - "Shared with {recipients}" : "Geteilt mit {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP hat keine Leserechte auf /dev/urandom wovon aus Sicherheitsgründen höchst abzuraten ist. Weitere Informationen sind in der Dokumentation zu finden.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Ihr PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "Der \"Strict-Transport-Security“-HTTP-Header ist nicht auf mindestens \"{seconds}“ Sekunden eingestellt. Für mehr Sicherheit wird das Aktivieren von HSTS empfohlen, wie es in den Sicherheitshinweisen erläutert ist.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Der Zugriff auf diese Site erfolgt über HTTP. Es wird dringend geraten, den Server so zu konfigurieren, dass er stattdessen nur HTTPS akzeptiert, wie es in den Sicherheitshinweisen beschrieben ist.", "Error setting expiration date" : "Fehler beim Setzen des Ablaufdatums", "The public link will expire no later than {days} days after it is created" : "Der öffentliche Link wird spätestens {days} Tage nach seiner Erstellung ablaufen", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} mittels Link geteilt", @@ -395,31 +383,17 @@ "Share with other people by entering a user or group or an email address." : "Teilen mit Anderen, indem Sie einen Benutzer, eine Gruppe, oder eine E-Mail-Adresse eingeben.", "The specified document has not been found on the server." : "Das ausgewählte Dokument wurde auf dem Server nicht gefunden.", "You can click here to return to %s." : "Sie können zur Rückkehr zu %s hier klicken.", - "The server encountered an internal error and was unable to complete your request." : "Der Server hat einen internen Fehler und konnte Ihre Anfrage nicht vervollständigen.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Bitte wenden Sie sich an den Serveradministrator, wenn dieser Fehler mehrfach auftritt, geben Sie bitte die, unten stehenden, technischen Details in Ihrem Bericht mit an.", - "For information how to properly configure your server, please see the documentation." : "Informationen zum richtigen Konfigurieren Ihres Servers können Sie der Dokumentation entnehmen.", - "This action requires you to confirm your password:" : "Dieser Vorgang benötigt eine Passwortbestätigung von Ihnen:", - "Wrong password. Reset it?" : "Falsches Passwort. Soll es zurückgesetzt werden?", "Stay logged in" : "Angemeldet bleiben", + "Back to log in" : "Zur Anmeldung wechseln", "Alternative Logins" : "Alternative Anmeldung", - "You are about to grant \"%s\" access to your %s account." : "Sie sind dabei \"%s\" Zugriff auf Ihr %s-Konto zu gewähren.", + "You are about to grant %s access to your %s account." : "Sie sind dabei, %s Zugriff auf Ihr %s-Konto zu gewähren.", "Alternative login using app token" : "Alternative Anmeldung via App-Token", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Die erweiterte Sicherheit wurde für Ihr Konto aktiviert. Bitte authentifizieren Sie sich mit einem zweiten Faktor. ", - "You are accessing the server from an untrusted domain." : "Sie greifen von einer nicht vertrauenswürdigen Domain auf den Server zu.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Bitte kontaktieren Sie Ihren Administrator. Wenn Sie Administrator dieser Instanz sind, konfigurieren Sie bitte die „trusted_domain“-Einstellung in config/config.php. Eine Beispielkonfiguration ist in config/config.sample.php verfügbar.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Wenn es Ihre Konfiguration zulässt, können Sie als Administrator gegebenenfalls den Button unten benutzen, um diese Domain als vertrauenswürdig einzustufen.", + "Depending on your configuration, this button could also work to trust the domain:" : "Abhängig von Ihrer Konfiguration kann diese Schaltfläche verwandt werden, um die Domain als vertrauenswürdig einzustufen:", "Add \"%s\" as trusted domain" : "„%s“ als vertrauenswürdige Domain hinzufügen", "%s will be updated to version %s" : "%s wird auf Version %s aktualisiert", - "For help, see the documentation." : "Für weitere Hilfen, schauen Sie bitte in die Dokumentation.", "This page will refresh itself when the %s instance is available again." : "Diese Seite aktualisiert sich automatisch, wenn die %s-Instanz wieder verfügbar ist.", "Thank you for your patience." : "Vielen Dank für Ihre Geduld.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP hat keine Leserechte auf /dev/urandom wovon aus Sicherheitsgründen höchst abzuraten ist. Weitere Informationen sind in der Dokumentation zu finden.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Ihr PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "Der \"Strict-Transport-Security“-HTTP-Header ist nicht auf mindestens \"{seconds}“ Sekunden eingestellt. Für mehr Sicherheit wird das Aktivieren von HSTS empfohlen, wie es in den Sicherheitshinweisen erläutert ist.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Der Zugriff auf diese Site erfolgt über HTTP. Es wird dringend geraten, den Server so zu konfigurieren, dass er stattdessen nur HTTPS akzeptiert, wie es in den Sicherheitshinweisen beschrieben ist.", - "Back to log in" : "Zur Anmeldung wechseln", - "You are about to grant %s access to your %s account." : "Sie sind dabei, %s Zugriff auf Ihr %s-Konto zu gewähren.", - "Depending on your configuration, this button could also work to trust the domain:" : "Abhängig von Ihrer Konfiguration kann diese Schaltfläche verwandt werden, um die Domain als vertrauenswürdig einzustufen:", "Copy URL" : "URL kopieren", "Enable" : "Aktivieren", "{sharee} (conversation)" : "{sharee} (conversation)", diff --git a/core/l10n/el.js b/core/l10n/el.js index dd5e2b52e7..2577b62dae 100644 --- a/core/l10n/el.js +++ b/core/l10n/el.js @@ -286,17 +286,14 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Διαμοιραστείτε με άλλους εισάγοντας τον χρήστη ή την ομάδα ή μια διεύθυνση ηλεκτρονικού ταχυδρομείου.", "The specified document has not been found on the server." : "Το συγκεκριμένο έγγραφο δεν έχει βρεθεί στο διακομιστή.", "You can click here to return to %s." : "Μπορείτε να κάνετε κλικ εδώ για να επιστρέψετε στο %s.", - "This action requires you to confirm your password:" : "Αυτή η ενέργεια απαιτεί επιβεβαίωση του συνθηματικού σας:", - "Wrong password. Reset it?" : "Εσφαλμένο συνθηματικό. Επαναφορά;", "Stay logged in" : "Μείνετε συνδεδεμένος", "Alternative Logins" : "Εναλλακτικές είσοδοι", + "You are about to grant %s access to your %s account." : "Πρόκειται να δώσετε άδεια πρόσβασης στο \"%s\" στον λογαριασμό σας \" %s\".", "Alternative login using app token" : "Εναλλακτική είσοδος με την χρήση του διακριτικού της εφαρμογής", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Έχει ενεργοποιηθεί βελτιωμένη ασφάλεια για τον λογαριασμό σας. Παρακαλώ πιστοποιήστε με την χρήση δεύτερου παράγοντα", - "You are accessing the server from an untrusted domain." : "Η προσπέλαση του διακομιστή γίνεται από μη έμπιστο τομέα.", "Add \"%s\" as trusted domain" : "Προσθήκη \"%s\" ως αξιόπιστου τομέα", "%s will be updated to version %s" : "%s θα ενημερωθεί σε έκδοση %s", "This page will refresh itself when the %s instance is available again." : "Αυτή η σελίδα θα ανανεωθεί από μόνη της όταν η %s εγκατάσταση είναι διαθέσιμη ξανά.", - "Thank you for your patience." : "Σας ευχαριστούμε για την υπομονή σας.", - "You are about to grant %s access to your %s account." : "Πρόκειται να δώσετε άδεια πρόσβασης στο \"%s\" στον λογαριασμό σας \" %s\"." + "Thank you for your patience." : "Σας ευχαριστούμε για την υπομονή σας." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/el.json b/core/l10n/el.json index 7281b51da4..1457ba15b7 100644 --- a/core/l10n/el.json +++ b/core/l10n/el.json @@ -284,17 +284,14 @@ "Share with other people by entering a user or group or an email address." : "Διαμοιραστείτε με άλλους εισάγοντας τον χρήστη ή την ομάδα ή μια διεύθυνση ηλεκτρονικού ταχυδρομείου.", "The specified document has not been found on the server." : "Το συγκεκριμένο έγγραφο δεν έχει βρεθεί στο διακομιστή.", "You can click here to return to %s." : "Μπορείτε να κάνετε κλικ εδώ για να επιστρέψετε στο %s.", - "This action requires you to confirm your password:" : "Αυτή η ενέργεια απαιτεί επιβεβαίωση του συνθηματικού σας:", - "Wrong password. Reset it?" : "Εσφαλμένο συνθηματικό. Επαναφορά;", "Stay logged in" : "Μείνετε συνδεδεμένος", "Alternative Logins" : "Εναλλακτικές είσοδοι", + "You are about to grant %s access to your %s account." : "Πρόκειται να δώσετε άδεια πρόσβασης στο \"%s\" στον λογαριασμό σας \" %s\".", "Alternative login using app token" : "Εναλλακτική είσοδος με την χρήση του διακριτικού της εφαρμογής", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Έχει ενεργοποιηθεί βελτιωμένη ασφάλεια για τον λογαριασμό σας. Παρακαλώ πιστοποιήστε με την χρήση δεύτερου παράγοντα", - "You are accessing the server from an untrusted domain." : "Η προσπέλαση του διακομιστή γίνεται από μη έμπιστο τομέα.", "Add \"%s\" as trusted domain" : "Προσθήκη \"%s\" ως αξιόπιστου τομέα", "%s will be updated to version %s" : "%s θα ενημερωθεί σε έκδοση %s", "This page will refresh itself when the %s instance is available again." : "Αυτή η σελίδα θα ανανεωθεί από μόνη της όταν η %s εγκατάσταση είναι διαθέσιμη ξανά.", - "Thank you for your patience." : "Σας ευχαριστούμε για την υπομονή σας.", - "You are about to grant %s access to your %s account." : "Πρόκειται να δώσετε άδεια πρόσβασης στο \"%s\" στον λογαριασμό σας \" %s\"." + "Thank you for your patience." : "Σας ευχαριστούμε για την υπομονή σας." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 282c60fadf..9356aa2dd9 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -303,22 +303,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (3rdparty)", "There was an error loading your contacts" : "There was an error loading your contacts", "There were problems with the code integrity check. More information…" : "There were problems with the code integrity check. More information…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Your web server is not yet set up properly to allow file synchronisation because the WebDAV interface seems to be broken.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it.", - "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 documentation." : "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 documentation.", - "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 memcached wiki about both modules." : "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 memcached wiki about both modules.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function.", - "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." : "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.", - "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 security tips." : "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 security tips.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips.", - "Shared with {recipients}" : "Shared with {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the security tips.", "Error setting expiration date" : "Error setting expiration date", "The public link will expire no later than {days} days after it is created" : "The public link will expire no later than {days} days after it is created", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} shared via link", @@ -330,31 +318,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Share with other people by entering a user or group or an email address.", "The specified document has not been found on the server." : "The specified document has not been found on the server.", "You can click here to return to %s." : "You can click here to return to %s.", - "The server encountered an internal error and was unable to complete your request." : "The server encountered an internal error and was unable to complete your request.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.", - "For information how to properly configure your server, please see the documentation." : "For information how to properly configure your server, please see the documentation.", - "This action requires you to confirm your password:" : "This action requires you to confirm your password:", - "Wrong password. Reset it?" : "Wrong password. Reset it?", "Stay logged in" : "Stay logged in", + "Back to log in" : "Back to log in", "Alternative Logins" : "Alternative Logins", - "You are about to grant \"%s\" access to your %s account." : "You are about to grant \"%s\" access to your %s account.", + "You are about to grant %s access to your %s account." : "You are about to grant %s access to your %s account.", "Alternative login using app token" : "Alternative login using app token", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Enhanced security is enabled for your account. Please authenticate using a second factor.", - "You are accessing the server from an untrusted domain." : "You are accessing the server from an untrusted domain.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain.", + "Depending on your configuration, this button could also work to trust the domain:" : "Depending on your configuration, this button could also work to trust the domain:", "Add \"%s\" as trusted domain" : "Add \"%s\" as a trusted domain", "%s will be updated to version %s" : "%s will be updated to version %s", - "For help, see the documentation." : "For help, see the documentation.", "This page will refresh itself when the %s instance is available again." : "This page will refresh itself when the %s instance is available again.", "Thank you for your patience." : "Thank you for your patience.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the security tips.", - "Back to log in" : "Back to log in", - "You are about to grant %s access to your %s account." : "You are about to grant %s access to your %s account.", - "Depending on your configuration, this button could also work to trust the domain:" : "Depending on your configuration, this button could also work to trust the domain:", "Please log in before granting %s access to your %s account." : "Please log in before granting %s access to your %s account.", "Further information how to configure this can be found in the %sdocumentation%s." : "Further information how to configure this can be found in the %sdocumentation%s." }, diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json index 6b750189ed..c1b6c3c393 100644 --- a/core/l10n/en_GB.json +++ b/core/l10n/en_GB.json @@ -301,22 +301,10 @@ "%s (3rdparty)" : "%s (3rdparty)", "There was an error loading your contacts" : "There was an error loading your contacts", "There were problems with the code integrity check. More information…" : "There were problems with the code integrity check. More information…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Your web server is not yet set up properly to allow file synchronisation because the WebDAV interface seems to be broken.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it.", - "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 documentation." : "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 documentation.", - "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 memcached wiki about both modules." : "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 memcached wiki about both modules.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function.", - "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." : "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.", - "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 security tips." : "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 security tips.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips.", - "Shared with {recipients}" : "Shared with {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the security tips.", "Error setting expiration date" : "Error setting expiration date", "The public link will expire no later than {days} days after it is created" : "The public link will expire no later than {days} days after it is created", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} shared via link", @@ -328,31 +316,17 @@ "Share with other people by entering a user or group or an email address." : "Share with other people by entering a user or group or an email address.", "The specified document has not been found on the server." : "The specified document has not been found on the server.", "You can click here to return to %s." : "You can click here to return to %s.", - "The server encountered an internal error and was unable to complete your request." : "The server encountered an internal error and was unable to complete your request.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.", - "For information how to properly configure your server, please see the documentation." : "For information how to properly configure your server, please see the documentation.", - "This action requires you to confirm your password:" : "This action requires you to confirm your password:", - "Wrong password. Reset it?" : "Wrong password. Reset it?", "Stay logged in" : "Stay logged in", + "Back to log in" : "Back to log in", "Alternative Logins" : "Alternative Logins", - "You are about to grant \"%s\" access to your %s account." : "You are about to grant \"%s\" access to your %s account.", + "You are about to grant %s access to your %s account." : "You are about to grant %s access to your %s account.", "Alternative login using app token" : "Alternative login using app token", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Enhanced security is enabled for your account. Please authenticate using a second factor.", - "You are accessing the server from an untrusted domain." : "You are accessing the server from an untrusted domain.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain.", + "Depending on your configuration, this button could also work to trust the domain:" : "Depending on your configuration, this button could also work to trust the domain:", "Add \"%s\" as trusted domain" : "Add \"%s\" as a trusted domain", "%s will be updated to version %s" : "%s will be updated to version %s", - "For help, see the documentation." : "For help, see the documentation.", "This page will refresh itself when the %s instance is available again." : "This page will refresh itself when the %s instance is available again.", "Thank you for your patience." : "Thank you for your patience.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the security tips.", - "Back to log in" : "Back to log in", - "You are about to grant %s access to your %s account." : "You are about to grant %s access to your %s account.", - "Depending on your configuration, this button could also work to trust the domain:" : "Depending on your configuration, this button could also work to trust the domain:", "Please log in before granting %s access to your %s account." : "Please log in before granting %s access to your %s account.", "Further information how to configure this can be found in the %sdocumentation%s." : "Further information how to configure this can be found in the %sdocumentation%s." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/core/l10n/eo.js b/core/l10n/eo.js index 8dceb70147..27e23d55c8 100644 --- a/core/l10n/eo.js +++ b/core/l10n/eo.js @@ -209,21 +209,17 @@ OC.L10N.register( "Update needed" : "Bezonas ĝisdatigi", "For help, see the documentation." : "Vidu la dokumenton por helpo.", "Updated \"%s\" to %s" : "Ĝisdatiĝis “%s” al %s", - "Shared with {recipients}" : "Kunhavigis kun {recipients}", "Error setting expiration date" : "Eraro dum agordado de limdato", "The public link will expire no later than {days} days after it is created" : "La publika ligilo senvalidiĝos ne pli malfrue ol {days} tagojn post ĝi kreiĝos", "{sharee} (group)" : "{sharee} (grupo)", "{sharee} (remote)" : "{sharee} (fora)", "{sharee} (email)" : "{sharee} (email)", - "This action requires you to confirm your password:" : "Tiu ĉi ago bezonas ke vi konfirmas vian pasvorton:", - "Wrong password. Reset it?" : "Falsa pasvorto. Ĉu vi volas rekomenci ĝin?", "Stay logged in" : "Daŭri ensalutinta", + "Back to log in" : "Revenu al ensaluto", "Alternative Logins" : "Alternativaj ensalutoj", "Alternative login using app token" : "Alia ensaluti per apa ĵetono", "Add \"%s\" as trusted domain" : "Aldoni \"%s\" tiel fida retregiono", "%s will be updated to version %s" : "%s ĝisdatiĝos al eldono %s", - "For help, see the documentation." : "Vidu la dokumenton por helpo.", - "Thank you for your patience." : "Dankon pro via pacienco.", - "Back to log in" : "Revenu al ensaluto" + "Thank you for your patience." : "Dankon pro via pacienco." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/eo.json b/core/l10n/eo.json index 4363db686d..4a3c670113 100644 --- a/core/l10n/eo.json +++ b/core/l10n/eo.json @@ -207,21 +207,17 @@ "Update needed" : "Bezonas ĝisdatigi", "For help, see the documentation." : "Vidu la dokumenton por helpo.", "Updated \"%s\" to %s" : "Ĝisdatiĝis “%s” al %s", - "Shared with {recipients}" : "Kunhavigis kun {recipients}", "Error setting expiration date" : "Eraro dum agordado de limdato", "The public link will expire no later than {days} days after it is created" : "La publika ligilo senvalidiĝos ne pli malfrue ol {days} tagojn post ĝi kreiĝos", "{sharee} (group)" : "{sharee} (grupo)", "{sharee} (remote)" : "{sharee} (fora)", "{sharee} (email)" : "{sharee} (email)", - "This action requires you to confirm your password:" : "Tiu ĉi ago bezonas ke vi konfirmas vian pasvorton:", - "Wrong password. Reset it?" : "Falsa pasvorto. Ĉu vi volas rekomenci ĝin?", "Stay logged in" : "Daŭri ensalutinta", + "Back to log in" : "Revenu al ensaluto", "Alternative Logins" : "Alternativaj ensalutoj", "Alternative login using app token" : "Alia ensaluti per apa ĵetono", "Add \"%s\" as trusted domain" : "Aldoni \"%s\" tiel fida retregiono", "%s will be updated to version %s" : "%s ĝisdatiĝos al eldono %s", - "For help, see the documentation." : "Vidu la dokumenton por helpo.", - "Thank you for your patience." : "Dankon pro via pacienco.", - "Back to log in" : "Revenu al ensaluto" + "Thank you for your patience." : "Dankon pro via pacienco." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/es.js b/core/l10n/es.js index 598dc012df..7a650d7644 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -370,22 +370,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (de terceros)", "There was an error loading your contacts" : "Ha habido un error al cargar tus contactos", "There were problems with the code integrity check. More information…" : "Ha habido problemas durante la comprobación de la integridad del código. Más información…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Tu servidor web no está bien configurado para permitir la sincronización de archivos oprque el interfaz WebDAV parece estar roto.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Tu servidor web no está bien configurado para resolver \"{url}\". Se puede encontrar más información en nuestra documentación.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "El servidor no tiene conexión a Internet. No se ha podido alcanzar múltiples puntos. Esto significa que varias de las características como montar almacenamientos externos, notificaciones sobre actualizaciones o instalar apps de terceras partes no funcionará. Puede que no se pueda acceder remotamente a archivos y enviar correos de notificación. Sugerimos activar la conexión a Internet de este servidor si quieres disponer de estas características.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "No se ha configurado ningún memoria caché. Para mejorar el rendimiento, por favor, configura una memcache si está disponible. Se puede encontrar más información en nuestra documentación.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP no puede leer /dev/urandom, y no es recomendable por razones de seguridad. Se puede encontrar más información en nuestra documentación.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Actualmente estás utilizando PHP {version}. Te animamos a actualizar tu versión de PHP para aprovecharte de actualizaciones de rendimiento y seguridad proveídas por el PHP Group tan pronto como tu distribución las soporte.", - "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 documentation." : "La configuración de encabezados del proxy inverso es incorrecta, o estás accediento a Nextcloud desde un proxy fiable. Si no estás accediendo a Nextclod desde un proxy fiable, esto es un problema de seguridad y puede permitir que un atacante disfrace su IP como visible para Nextcloud. Se puede encontrar más información en nuestra documentación.", - "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 memcached wiki about both modules." : "Memcached está configurada como la caché distribuida, pero está instalado el módulo PHP erróneo \"memcache\". \\OC\\Memcach\\Memcached solo soporta \"memcached\" y no \"memcache\". Consulta la wiki de memcached sobre ambos módulos.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Algunos archivos no han pasado la comprobación de integridad. Se puede encontrar más información sobre cómo resolver este problema en nuestra documentación. (Lista de archivos inválidos... / Volver a escanear...)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "La OPcache de PHP no está bien configurada. Para mejor rendimiento recomendamos usar las siguientes configuraciones en el php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La función PHP \"set_time_limit\" no está disponible. esto puede resultar en scripts detenidos a media ejecución, rompiendo tu instalación. Recomendamos encarecidamente habilitar esta función.", - "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." : "Tu directorio de datos y tus archivos son accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda encarecidamente que configures tu servidor web de tal forma que tu directorio de datos deje de estar accesible o que muevas el directorio de datos fuera de la raíz de documentos del servidor 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." : "La cabecera HTTP \"{header}\" no está configurada como \"{expected}\". Esto es un riesgo potencial de seguridad o privacidad y recomendamos ajustar esta configuración.", - "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 security tips." : "La cabecera HTTP \"Strict-Transport-Security\" no está configurada en al menos \"{seconds}\" segundos. Para mayor seguridad, recomendamos activar HSTS como se describe en nuestros consejos de seguridad.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Estás accediendo a este stio vía HTTP. Recomendamos encarecidamente que configures tu servidor para que se requiera usar HTTPS, como se describe en nuestros consejos de seguridad.", - "Shared with {recipients}" : "Compartido con {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom, lo que está fuertemente desaconsejado por razones de seguridad. Se puede encontrar más información en la documentación.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no tiene sooprte de freetype. Esto dará como resultado imágenes de perfil e interfaz de configuración rotas.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "La cabecera HTTP \"Strict-Transport-Security\" no está configurada en al menos \"{seconds}\". Para mejorar la seguridad, se recomienda activar HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accedes al sitio de forma insegura, vía HTTP. Se aconseja fuertemente configurar tu servidor para que requiera HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Error estableciendo fecha de caducidad", "The public link will expire no later than {days} days after it is created" : "El vínculo público no expirará antes de {days} desde que se creó", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} compartido por medio de un link", @@ -397,31 +385,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Comparte con otras personas introduciendo un usuario, grupo o una dirección de correo electrónico.", "The specified document has not been found on the server." : "El documento indicado no se ha encontrado en el servidor.", "You can click here to return to %s." : "Puede hacer clic aquí para volver a %s.", - "The server encountered an internal error and was unable to complete your request." : "El servidor encontró un error interno y no ha podido completar tu petición.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor, ponte en contacto con el administrador del servidor si este error reaparece en más ocasiones. Por favor, incluye los detalles técnicos a continuación en tu informe.", - "For information how to properly configure your server, please see the documentation." : "Para información sobre cómo configurar correctamente tu servidor, consulta por favor la documentación.", - "This action requires you to confirm your password:" : "Esta acción requiere que confirmes tu contraseña:", - "Wrong password. Reset it?" : "Contraseña errónea. ¿Restablecerla?", "Stay logged in" : "Mantenerse conectado.", + "Back to log in" : "Volver al registro", "Alternative Logins" : "Inicios de sesión alternativos", - "You are about to grant \"%s\" access to your %s account." : "Vas a conceder acceso a \"%s\" a tu cuenta %s.", + "You are about to grant %s access to your %s account." : "Estás a punto de conceder a %s acceso a tu cuenta de %s", "Alternative login using app token" : "Inicio de sesión alternativo usando el token de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada se ha habilitado para tu cuenta. Por favor, autenticar utilizando un segundo factor.", - "You are accessing the server from an untrusted domain." : "Estás accediendo al servidor desde un dominio no confiado.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor, contacta con tu administrador. Si eres un administrador de esta instancia, configura la opción \"trusted_domains\" en config/config.php. Se ofrece una configuración de ejemplo en config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de tu configuración, como administrador puedes tener la posibilidad de usar el botón a continuación para confiar en este dominio.", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón también podría servir para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Añadir \"%s\" como dominio de confianza", "%s will be updated to version %s" : "%s se actualizará a la versión %s", - "For help, see the documentation." : "Para más ayuda, ver la documentación.", "This page will refresh itself when the %s instance is available again." : "La página se refrescará sola cuando la instancia %s vuelva a estar disponible.", "Thank you for your patience." : "Gracias por su paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom, lo que está fuertemente desaconsejado por razones de seguridad. Se puede encontrar más información en la documentación.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no tiene sooprte de freetype. Esto dará como resultado imágenes de perfil e interfaz de configuración rotas.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "La cabecera HTTP \"Strict-Transport-Security\" no está configurada en al menos \"{seconds}\". Para mejorar la seguridad, se recomienda activar HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accedes al sitio de forma insegura, vía HTTP. Se aconseja fuertemente configurar tu servidor para que requiera HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Volver al registro", - "You are about to grant %s access to your %s account." : "Estás a punto de conceder a %s acceso a tu cuenta de %s", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón también podría servir para confiar en el dominio:", "Copy URL" : "Copiar URL", "Enable" : "Habilitar", "{sharee} (conversation)" : "{sharee} (conversación)", diff --git a/core/l10n/es.json b/core/l10n/es.json index 539aee256a..d4e7686bb1 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -368,22 +368,10 @@ "%s (3rdparty)" : "%s (de terceros)", "There was an error loading your contacts" : "Ha habido un error al cargar tus contactos", "There were problems with the code integrity check. More information…" : "Ha habido problemas durante la comprobación de la integridad del código. Más información…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Tu servidor web no está bien configurado para permitir la sincronización de archivos oprque el interfaz WebDAV parece estar roto.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Tu servidor web no está bien configurado para resolver \"{url}\". Se puede encontrar más información en nuestra documentación.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "El servidor no tiene conexión a Internet. No se ha podido alcanzar múltiples puntos. Esto significa que varias de las características como montar almacenamientos externos, notificaciones sobre actualizaciones o instalar apps de terceras partes no funcionará. Puede que no se pueda acceder remotamente a archivos y enviar correos de notificación. Sugerimos activar la conexión a Internet de este servidor si quieres disponer de estas características.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "No se ha configurado ningún memoria caché. Para mejorar el rendimiento, por favor, configura una memcache si está disponible. Se puede encontrar más información en nuestra documentación.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP no puede leer /dev/urandom, y no es recomendable por razones de seguridad. Se puede encontrar más información en nuestra documentación.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Actualmente estás utilizando PHP {version}. Te animamos a actualizar tu versión de PHP para aprovecharte de actualizaciones de rendimiento y seguridad proveídas por el PHP Group tan pronto como tu distribución las soporte.", - "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 documentation." : "La configuración de encabezados del proxy inverso es incorrecta, o estás accediento a Nextcloud desde un proxy fiable. Si no estás accediendo a Nextclod desde un proxy fiable, esto es un problema de seguridad y puede permitir que un atacante disfrace su IP como visible para Nextcloud. Se puede encontrar más información en nuestra documentación.", - "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 memcached wiki about both modules." : "Memcached está configurada como la caché distribuida, pero está instalado el módulo PHP erróneo \"memcache\". \\OC\\Memcach\\Memcached solo soporta \"memcached\" y no \"memcache\". Consulta la wiki de memcached sobre ambos módulos.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Algunos archivos no han pasado la comprobación de integridad. Se puede encontrar más información sobre cómo resolver este problema en nuestra documentación. (Lista de archivos inválidos... / Volver a escanear...)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "La OPcache de PHP no está bien configurada. Para mejor rendimiento recomendamos usar las siguientes configuraciones en el php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La función PHP \"set_time_limit\" no está disponible. esto puede resultar en scripts detenidos a media ejecución, rompiendo tu instalación. Recomendamos encarecidamente habilitar esta función.", - "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." : "Tu directorio de datos y tus archivos son accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda encarecidamente que configures tu servidor web de tal forma que tu directorio de datos deje de estar accesible o que muevas el directorio de datos fuera de la raíz de documentos del servidor 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." : "La cabecera HTTP \"{header}\" no está configurada como \"{expected}\". Esto es un riesgo potencial de seguridad o privacidad y recomendamos ajustar esta configuración.", - "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 security tips." : "La cabecera HTTP \"Strict-Transport-Security\" no está configurada en al menos \"{seconds}\" segundos. Para mayor seguridad, recomendamos activar HSTS como se describe en nuestros consejos de seguridad.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Estás accediendo a este stio vía HTTP. Recomendamos encarecidamente que configures tu servidor para que se requiera usar HTTPS, como se describe en nuestros consejos de seguridad.", - "Shared with {recipients}" : "Compartido con {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom, lo que está fuertemente desaconsejado por razones de seguridad. Se puede encontrar más información en la documentación.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no tiene sooprte de freetype. Esto dará como resultado imágenes de perfil e interfaz de configuración rotas.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "La cabecera HTTP \"Strict-Transport-Security\" no está configurada en al menos \"{seconds}\". Para mejorar la seguridad, se recomienda activar HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accedes al sitio de forma insegura, vía HTTP. Se aconseja fuertemente configurar tu servidor para que requiera HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Error estableciendo fecha de caducidad", "The public link will expire no later than {days} days after it is created" : "El vínculo público no expirará antes de {days} desde que se creó", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} compartido por medio de un link", @@ -395,31 +383,17 @@ "Share with other people by entering a user or group or an email address." : "Comparte con otras personas introduciendo un usuario, grupo o una dirección de correo electrónico.", "The specified document has not been found on the server." : "El documento indicado no se ha encontrado en el servidor.", "You can click here to return to %s." : "Puede hacer clic aquí para volver a %s.", - "The server encountered an internal error and was unable to complete your request." : "El servidor encontró un error interno y no ha podido completar tu petición.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor, ponte en contacto con el administrador del servidor si este error reaparece en más ocasiones. Por favor, incluye los detalles técnicos a continuación en tu informe.", - "For information how to properly configure your server, please see the documentation." : "Para información sobre cómo configurar correctamente tu servidor, consulta por favor la documentación.", - "This action requires you to confirm your password:" : "Esta acción requiere que confirmes tu contraseña:", - "Wrong password. Reset it?" : "Contraseña errónea. ¿Restablecerla?", "Stay logged in" : "Mantenerse conectado.", + "Back to log in" : "Volver al registro", "Alternative Logins" : "Inicios de sesión alternativos", - "You are about to grant \"%s\" access to your %s account." : "Vas a conceder acceso a \"%s\" a tu cuenta %s.", + "You are about to grant %s access to your %s account." : "Estás a punto de conceder a %s acceso a tu cuenta de %s", "Alternative login using app token" : "Inicio de sesión alternativo usando el token de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada se ha habilitado para tu cuenta. Por favor, autenticar utilizando un segundo factor.", - "You are accessing the server from an untrusted domain." : "Estás accediendo al servidor desde un dominio no confiado.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor, contacta con tu administrador. Si eres un administrador de esta instancia, configura la opción \"trusted_domains\" en config/config.php. Se ofrece una configuración de ejemplo en config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de tu configuración, como administrador puedes tener la posibilidad de usar el botón a continuación para confiar en este dominio.", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón también podría servir para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Añadir \"%s\" como dominio de confianza", "%s will be updated to version %s" : "%s se actualizará a la versión %s", - "For help, see the documentation." : "Para más ayuda, ver la documentación.", "This page will refresh itself when the %s instance is available again." : "La página se refrescará sola cuando la instancia %s vuelva a estar disponible.", "Thank you for your patience." : "Gracias por su paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom, lo que está fuertemente desaconsejado por razones de seguridad. Se puede encontrar más información en la documentación.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no tiene sooprte de freetype. Esto dará como resultado imágenes de perfil e interfaz de configuración rotas.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "La cabecera HTTP \"Strict-Transport-Security\" no está configurada en al menos \"{seconds}\". Para mejorar la seguridad, se recomienda activar HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accedes al sitio de forma insegura, vía HTTP. Se aconseja fuertemente configurar tu servidor para que requiera HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Volver al registro", - "You are about to grant %s access to your %s account." : "Estás a punto de conceder a %s acceso a tu cuenta de %s", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón también podría servir para confiar en el dominio:", "Copy URL" : "Copiar URL", "Enable" : "Habilitar", "{sharee} (conversation)" : "{sharee} (conversación)", diff --git a/core/l10n/es_419.js b/core/l10n/es_419.js index 48a3964da4..91a4361f88 100644 --- a/core/l10n/es_419.js +++ b/core/l10n/es_419.js @@ -288,6 +288,9 @@ OC.L10N.register( "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.", "Updated \"%s\" to %s" : "Actualizando \"%s\" a %s", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -300,18 +303,15 @@ OC.L10N.register( "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", - "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:" + "Thank you for your patience." : "Gracias por tu paciencia." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es_419.json b/core/l10n/es_419.json index da440ee856..9949820ba7 100644 --- a/core/l10n/es_419.json +++ b/core/l10n/es_419.json @@ -286,6 +286,9 @@ "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.", "Updated \"%s\" to %s" : "Actualizando \"%s\" a %s", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -298,18 +301,15 @@ "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", - "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:" + "Thank you for your patience." : "Gracias por tu paciencia." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/es_AR.js b/core/l10n/es_AR.js index 11b878cdab..724c815ff8 100644 --- a/core/l10n/es_AR.js +++ b/core/l10n/es_AR.js @@ -272,12 +272,12 @@ OC.L10N.register( "You can click here to return to %s." : "Puede hacer click aquí para regresar a %s.", "Stay logged in" : "Mantener la sesión abierta", "Alternative Logins" : "Accesos Alternativos", + "You are about to grant %s access to your %s account." : "Está a punto de concederle a \"%s\" acceso a su cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para su cuenta. Favor de autenticarse usando un segundo factor. ", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", - "Thank you for your patience." : "Gracias por su paciencia.", - "You are about to grant %s access to your %s account." : "Está a punto de concederle a \"%s\" acceso a su cuenta %s." + "Thank you for your patience." : "Gracias por su paciencia." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es_AR.json b/core/l10n/es_AR.json index 82eda97b7b..00bbbce037 100644 --- a/core/l10n/es_AR.json +++ b/core/l10n/es_AR.json @@ -270,12 +270,12 @@ "You can click here to return to %s." : "Puede hacer click aquí para regresar a %s.", "Stay logged in" : "Mantener la sesión abierta", "Alternative Logins" : "Accesos Alternativos", + "You are about to grant %s access to your %s account." : "Está a punto de concederle a \"%s\" acceso a su cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para su cuenta. Favor de autenticarse usando un segundo factor. ", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", - "Thank you for your patience." : "Gracias por su paciencia.", - "You are about to grant %s access to your %s account." : "Está a punto de concederle a \"%s\" acceso a su cuenta %s." + "Thank you for your patience." : "Gracias por su paciencia." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/es_CL.js b/core/l10n/es_CL.js index 901e8cce65..7517b8880e 100644 --- a/core/l10n/es_CL.js +++ b/core/l10n/es_CL.js @@ -301,22 +301,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (de 3ros)", "There was an error loading your contacts" : "Se presentó un error al cargar tus contactos", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Tu servidor web no está correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar inoperable.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más infomración en nuestra documentación.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor no tiene una conexión a Internet funcionando: Multiples puntos finales no pudieron ser alcanzados. Esto significa que algunas caracterísitcas como montar almacenamiento externo, notificaciones de actualizaciones o la instalación de aplicaciones de 3ros no funcionarán. Acceder archivos remotamente y el envio de correos de notificación puede que tampoco funcionen. Te sugerimos habilitar una conexion de Internet a este servidor si quieres tener todas estas funcionalidades. ", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "No se ha configurado un cache de memoria. Para mejorar tu desempeño configura un memcache si está disponible. Para más infomración puedes consultar nuestra documentación.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP no puede leer /dev/urandom lo cual es altamente desalentado por razones de seguridad. Para más información consulta nuestra documentación.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Actualmente estas usando PHP {version}. Te recomendamos actaulizar tu versión de PHP para aprovechar las actualizaciones de seguridad y desempeño suministradas por el Grupo de PHP tan pronto como tu distribución lo soporte. ", - "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 documentation." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no estás accediendo a Nextcloud desde un proxy de confianza, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra documentación. ", - "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 memcached wiki about both modules." : "Memcached está configurado como un caché distribuido, pero el módulo equivocado PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memchached\" y no \"memchache\". Por favor consulta el wiki de ambos módulos. ", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "lgunos archivos no pasaron la verificación de integridad. Para más información de cómo resolver este tema consulta nuestra documentación. (Listado de archivos inválidos.../ Volver a escanear...) ", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "El PHP OPcache no está configurado correctamente. Para un mejor desempeño, recomendamos usar las siguientes configuraciones en php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fución PHP \"set_time_limit\" no está disponible. Esto podría generar scripts que se interrumpan a media ejecución, rompiendo tu instalación. Te recomendamos ámpliamente habilitar esta función. ", - "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." : "Posiblemente tus archivos y directorio de datos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Te recomendamos ámpliamente configurar tu servidor web de tal modo que el directorio de datos no sea accesible o que muevas el directorio de datos fuera de la raíz de documentos del servidor 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." : "El encabezado HTTP \"{header}\" no está configurado como \"{expected}\". Este es un riesgo potencial de seguridad o privacidad y te recomendamos ajustar esta configuración. ", - "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 security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para mejorar la seguridad, te recomendamos habilitar HSTS como se describe en nuestros consejos de seguridad. ", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Estás accediendo a este sitio via HTTP. Te recomendamos ámpliamente que configures tu servidor para que el uso de HTTPS sea requerido como está descrito en nuestros consejos de seguridad.", - "Shared with {recipients}" : "Compartido con {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -328,31 +316,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Comparte con otras personas ingresando un usuario, un grupo o una dirección de correo electrónico.", "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", - "The server encountered an internal error and was unable to complete your request." : "Se presentó un error interno en el servidor y no fue posible completar tu solicitud. ", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor contacta al administrador del servidor si este problema se presenta en múltiples ocasiones, por favor incluye los siguientes detalles técnicos en tu reporte. ", - "For information how to properly configure your server, please see the documentation." : "Para más información de cómo configurar propiamente tu servidor, por favor ve la documentación. ", - "This action requires you to confirm your password:" : "Esta acción requiere que confirmes tu contraseña:", - "Wrong password. Reset it?" : "Contraseña equivocada. ¿Restablecerla?", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", - "You are about to grant \"%s\" access to your %s account." : "Estás a punto de otorgar a \"%s\" acceso a ty cuenta %s.", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", - "You are accessing the server from an untrusted domain." : "Estas accediendo al servidor desde un dominio no de confianza.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor contacta a tu administrador. Si eres el administrador de esta instancia, configura la opción \"trusted_domains\" en config/config.php. Un ejemplo de configuración se proporciona en config/config.sample.php. ", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de tu configuración, como adminsitrador podrías llegar a usar el botón inferior para confiar en este dominio. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", - "For help, see the documentation." : "Para más ayuda, consulta la documentación.", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Please log in before granting %s access to your %s account." : "Por favor inicia sesión antes de otorgarle a %s acceso a tu cuenta %s.", "Further information how to configure this can be found in the %sdocumentation%s." : "Para más información de cómo configurar esto puedes consultar la %sdocumentación%s." }, diff --git a/core/l10n/es_CL.json b/core/l10n/es_CL.json index 9fc81b91e6..323c64cafb 100644 --- a/core/l10n/es_CL.json +++ b/core/l10n/es_CL.json @@ -299,22 +299,10 @@ "%s (3rdparty)" : "%s (de 3ros)", "There was an error loading your contacts" : "Se presentó un error al cargar tus contactos", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Tu servidor web no está correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar inoperable.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más infomración en nuestra documentación.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor no tiene una conexión a Internet funcionando: Multiples puntos finales no pudieron ser alcanzados. Esto significa que algunas caracterísitcas como montar almacenamiento externo, notificaciones de actualizaciones o la instalación de aplicaciones de 3ros no funcionarán. Acceder archivos remotamente y el envio de correos de notificación puede que tampoco funcionen. Te sugerimos habilitar una conexion de Internet a este servidor si quieres tener todas estas funcionalidades. ", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "No se ha configurado un cache de memoria. Para mejorar tu desempeño configura un memcache si está disponible. Para más infomración puedes consultar nuestra documentación.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP no puede leer /dev/urandom lo cual es altamente desalentado por razones de seguridad. Para más información consulta nuestra documentación.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Actualmente estas usando PHP {version}. Te recomendamos actaulizar tu versión de PHP para aprovechar las actualizaciones de seguridad y desempeño suministradas por el Grupo de PHP tan pronto como tu distribución lo soporte. ", - "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 documentation." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no estás accediendo a Nextcloud desde un proxy de confianza, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra documentación. ", - "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 memcached wiki about both modules." : "Memcached está configurado como un caché distribuido, pero el módulo equivocado PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memchached\" y no \"memchache\". Por favor consulta el wiki de ambos módulos. ", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "lgunos archivos no pasaron la verificación de integridad. Para más información de cómo resolver este tema consulta nuestra documentación. (Listado de archivos inválidos.../ Volver a escanear...) ", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "El PHP OPcache no está configurado correctamente. Para un mejor desempeño, recomendamos usar las siguientes configuraciones en php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fución PHP \"set_time_limit\" no está disponible. Esto podría generar scripts que se interrumpan a media ejecución, rompiendo tu instalación. Te recomendamos ámpliamente habilitar esta función. ", - "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." : "Posiblemente tus archivos y directorio de datos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Te recomendamos ámpliamente configurar tu servidor web de tal modo que el directorio de datos no sea accesible o que muevas el directorio de datos fuera de la raíz de documentos del servidor 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." : "El encabezado HTTP \"{header}\" no está configurado como \"{expected}\". Este es un riesgo potencial de seguridad o privacidad y te recomendamos ajustar esta configuración. ", - "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 security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para mejorar la seguridad, te recomendamos habilitar HSTS como se describe en nuestros consejos de seguridad. ", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Estás accediendo a este sitio via HTTP. Te recomendamos ámpliamente que configures tu servidor para que el uso de HTTPS sea requerido como está descrito en nuestros consejos de seguridad.", - "Shared with {recipients}" : "Compartido con {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -326,31 +314,17 @@ "Share with other people by entering a user or group or an email address." : "Comparte con otras personas ingresando un usuario, un grupo o una dirección de correo electrónico.", "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", - "The server encountered an internal error and was unable to complete your request." : "Se presentó un error interno en el servidor y no fue posible completar tu solicitud. ", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor contacta al administrador del servidor si este problema se presenta en múltiples ocasiones, por favor incluye los siguientes detalles técnicos en tu reporte. ", - "For information how to properly configure your server, please see the documentation." : "Para más información de cómo configurar propiamente tu servidor, por favor ve la documentación. ", - "This action requires you to confirm your password:" : "Esta acción requiere que confirmes tu contraseña:", - "Wrong password. Reset it?" : "Contraseña equivocada. ¿Restablecerla?", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", - "You are about to grant \"%s\" access to your %s account." : "Estás a punto de otorgar a \"%s\" acceso a ty cuenta %s.", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", - "You are accessing the server from an untrusted domain." : "Estas accediendo al servidor desde un dominio no de confianza.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor contacta a tu administrador. Si eres el administrador de esta instancia, configura la opción \"trusted_domains\" en config/config.php. Un ejemplo de configuración se proporciona en config/config.sample.php. ", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de tu configuración, como adminsitrador podrías llegar a usar el botón inferior para confiar en este dominio. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", - "For help, see the documentation." : "Para más ayuda, consulta la documentación.", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Please log in before granting %s access to your %s account." : "Por favor inicia sesión antes de otorgarle a %s acceso a tu cuenta %s.", "Further information how to configure this can be found in the %sdocumentation%s." : "Para más información de cómo configurar esto puedes consultar la %sdocumentación%s." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/core/l10n/es_CO.js b/core/l10n/es_CO.js index 901e8cce65..7517b8880e 100644 --- a/core/l10n/es_CO.js +++ b/core/l10n/es_CO.js @@ -301,22 +301,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (de 3ros)", "There was an error loading your contacts" : "Se presentó un error al cargar tus contactos", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Tu servidor web no está correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar inoperable.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más infomración en nuestra documentación.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor no tiene una conexión a Internet funcionando: Multiples puntos finales no pudieron ser alcanzados. Esto significa que algunas caracterísitcas como montar almacenamiento externo, notificaciones de actualizaciones o la instalación de aplicaciones de 3ros no funcionarán. Acceder archivos remotamente y el envio de correos de notificación puede que tampoco funcionen. Te sugerimos habilitar una conexion de Internet a este servidor si quieres tener todas estas funcionalidades. ", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "No se ha configurado un cache de memoria. Para mejorar tu desempeño configura un memcache si está disponible. Para más infomración puedes consultar nuestra documentación.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP no puede leer /dev/urandom lo cual es altamente desalentado por razones de seguridad. Para más información consulta nuestra documentación.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Actualmente estas usando PHP {version}. Te recomendamos actaulizar tu versión de PHP para aprovechar las actualizaciones de seguridad y desempeño suministradas por el Grupo de PHP tan pronto como tu distribución lo soporte. ", - "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 documentation." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no estás accediendo a Nextcloud desde un proxy de confianza, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra documentación. ", - "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 memcached wiki about both modules." : "Memcached está configurado como un caché distribuido, pero el módulo equivocado PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memchached\" y no \"memchache\". Por favor consulta el wiki de ambos módulos. ", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "lgunos archivos no pasaron la verificación de integridad. Para más información de cómo resolver este tema consulta nuestra documentación. (Listado de archivos inválidos.../ Volver a escanear...) ", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "El PHP OPcache no está configurado correctamente. Para un mejor desempeño, recomendamos usar las siguientes configuraciones en php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fución PHP \"set_time_limit\" no está disponible. Esto podría generar scripts que se interrumpan a media ejecución, rompiendo tu instalación. Te recomendamos ámpliamente habilitar esta función. ", - "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." : "Posiblemente tus archivos y directorio de datos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Te recomendamos ámpliamente configurar tu servidor web de tal modo que el directorio de datos no sea accesible o que muevas el directorio de datos fuera de la raíz de documentos del servidor 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." : "El encabezado HTTP \"{header}\" no está configurado como \"{expected}\". Este es un riesgo potencial de seguridad o privacidad y te recomendamos ajustar esta configuración. ", - "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 security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para mejorar la seguridad, te recomendamos habilitar HSTS como se describe en nuestros consejos de seguridad. ", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Estás accediendo a este sitio via HTTP. Te recomendamos ámpliamente que configures tu servidor para que el uso de HTTPS sea requerido como está descrito en nuestros consejos de seguridad.", - "Shared with {recipients}" : "Compartido con {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -328,31 +316,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Comparte con otras personas ingresando un usuario, un grupo o una dirección de correo electrónico.", "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", - "The server encountered an internal error and was unable to complete your request." : "Se presentó un error interno en el servidor y no fue posible completar tu solicitud. ", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor contacta al administrador del servidor si este problema se presenta en múltiples ocasiones, por favor incluye los siguientes detalles técnicos en tu reporte. ", - "For information how to properly configure your server, please see the documentation." : "Para más información de cómo configurar propiamente tu servidor, por favor ve la documentación. ", - "This action requires you to confirm your password:" : "Esta acción requiere que confirmes tu contraseña:", - "Wrong password. Reset it?" : "Contraseña equivocada. ¿Restablecerla?", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", - "You are about to grant \"%s\" access to your %s account." : "Estás a punto de otorgar a \"%s\" acceso a ty cuenta %s.", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", - "You are accessing the server from an untrusted domain." : "Estas accediendo al servidor desde un dominio no de confianza.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor contacta a tu administrador. Si eres el administrador de esta instancia, configura la opción \"trusted_domains\" en config/config.php. Un ejemplo de configuración se proporciona en config/config.sample.php. ", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de tu configuración, como adminsitrador podrías llegar a usar el botón inferior para confiar en este dominio. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", - "For help, see the documentation." : "Para más ayuda, consulta la documentación.", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Please log in before granting %s access to your %s account." : "Por favor inicia sesión antes de otorgarle a %s acceso a tu cuenta %s.", "Further information how to configure this can be found in the %sdocumentation%s." : "Para más información de cómo configurar esto puedes consultar la %sdocumentación%s." }, diff --git a/core/l10n/es_CO.json b/core/l10n/es_CO.json index 9fc81b91e6..323c64cafb 100644 --- a/core/l10n/es_CO.json +++ b/core/l10n/es_CO.json @@ -299,22 +299,10 @@ "%s (3rdparty)" : "%s (de 3ros)", "There was an error loading your contacts" : "Se presentó un error al cargar tus contactos", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Tu servidor web no está correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar inoperable.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más infomración en nuestra documentación.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor no tiene una conexión a Internet funcionando: Multiples puntos finales no pudieron ser alcanzados. Esto significa que algunas caracterísitcas como montar almacenamiento externo, notificaciones de actualizaciones o la instalación de aplicaciones de 3ros no funcionarán. Acceder archivos remotamente y el envio de correos de notificación puede que tampoco funcionen. Te sugerimos habilitar una conexion de Internet a este servidor si quieres tener todas estas funcionalidades. ", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "No se ha configurado un cache de memoria. Para mejorar tu desempeño configura un memcache si está disponible. Para más infomración puedes consultar nuestra documentación.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP no puede leer /dev/urandom lo cual es altamente desalentado por razones de seguridad. Para más información consulta nuestra documentación.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Actualmente estas usando PHP {version}. Te recomendamos actaulizar tu versión de PHP para aprovechar las actualizaciones de seguridad y desempeño suministradas por el Grupo de PHP tan pronto como tu distribución lo soporte. ", - "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 documentation." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no estás accediendo a Nextcloud desde un proxy de confianza, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra documentación. ", - "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 memcached wiki about both modules." : "Memcached está configurado como un caché distribuido, pero el módulo equivocado PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memchached\" y no \"memchache\". Por favor consulta el wiki de ambos módulos. ", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "lgunos archivos no pasaron la verificación de integridad. Para más información de cómo resolver este tema consulta nuestra documentación. (Listado de archivos inválidos.../ Volver a escanear...) ", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "El PHP OPcache no está configurado correctamente. Para un mejor desempeño, recomendamos usar las siguientes configuraciones en php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fución PHP \"set_time_limit\" no está disponible. Esto podría generar scripts que se interrumpan a media ejecución, rompiendo tu instalación. Te recomendamos ámpliamente habilitar esta función. ", - "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." : "Posiblemente tus archivos y directorio de datos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Te recomendamos ámpliamente configurar tu servidor web de tal modo que el directorio de datos no sea accesible o que muevas el directorio de datos fuera de la raíz de documentos del servidor 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." : "El encabezado HTTP \"{header}\" no está configurado como \"{expected}\". Este es un riesgo potencial de seguridad o privacidad y te recomendamos ajustar esta configuración. ", - "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 security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para mejorar la seguridad, te recomendamos habilitar HSTS como se describe en nuestros consejos de seguridad. ", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Estás accediendo a este sitio via HTTP. Te recomendamos ámpliamente que configures tu servidor para que el uso de HTTPS sea requerido como está descrito en nuestros consejos de seguridad.", - "Shared with {recipients}" : "Compartido con {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -326,31 +314,17 @@ "Share with other people by entering a user or group or an email address." : "Comparte con otras personas ingresando un usuario, un grupo o una dirección de correo electrónico.", "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", - "The server encountered an internal error and was unable to complete your request." : "Se presentó un error interno en el servidor y no fue posible completar tu solicitud. ", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor contacta al administrador del servidor si este problema se presenta en múltiples ocasiones, por favor incluye los siguientes detalles técnicos en tu reporte. ", - "For information how to properly configure your server, please see the documentation." : "Para más información de cómo configurar propiamente tu servidor, por favor ve la documentación. ", - "This action requires you to confirm your password:" : "Esta acción requiere que confirmes tu contraseña:", - "Wrong password. Reset it?" : "Contraseña equivocada. ¿Restablecerla?", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", - "You are about to grant \"%s\" access to your %s account." : "Estás a punto de otorgar a \"%s\" acceso a ty cuenta %s.", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", - "You are accessing the server from an untrusted domain." : "Estas accediendo al servidor desde un dominio no de confianza.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor contacta a tu administrador. Si eres el administrador de esta instancia, configura la opción \"trusted_domains\" en config/config.php. Un ejemplo de configuración se proporciona en config/config.sample.php. ", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de tu configuración, como adminsitrador podrías llegar a usar el botón inferior para confiar en este dominio. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", - "For help, see the documentation." : "Para más ayuda, consulta la documentación.", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Please log in before granting %s access to your %s account." : "Por favor inicia sesión antes de otorgarle a %s acceso a tu cuenta %s.", "Further information how to configure this can be found in the %sdocumentation%s." : "Para más información de cómo configurar esto puedes consultar la %sdocumentación%s." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/core/l10n/es_CR.js b/core/l10n/es_CR.js index 901e8cce65..7517b8880e 100644 --- a/core/l10n/es_CR.js +++ b/core/l10n/es_CR.js @@ -301,22 +301,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (de 3ros)", "There was an error loading your contacts" : "Se presentó un error al cargar tus contactos", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Tu servidor web no está correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar inoperable.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más infomración en nuestra documentación.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor no tiene una conexión a Internet funcionando: Multiples puntos finales no pudieron ser alcanzados. Esto significa que algunas caracterísitcas como montar almacenamiento externo, notificaciones de actualizaciones o la instalación de aplicaciones de 3ros no funcionarán. Acceder archivos remotamente y el envio de correos de notificación puede que tampoco funcionen. Te sugerimos habilitar una conexion de Internet a este servidor si quieres tener todas estas funcionalidades. ", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "No se ha configurado un cache de memoria. Para mejorar tu desempeño configura un memcache si está disponible. Para más infomración puedes consultar nuestra documentación.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP no puede leer /dev/urandom lo cual es altamente desalentado por razones de seguridad. Para más información consulta nuestra documentación.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Actualmente estas usando PHP {version}. Te recomendamos actaulizar tu versión de PHP para aprovechar las actualizaciones de seguridad y desempeño suministradas por el Grupo de PHP tan pronto como tu distribución lo soporte. ", - "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 documentation." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no estás accediendo a Nextcloud desde un proxy de confianza, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra documentación. ", - "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 memcached wiki about both modules." : "Memcached está configurado como un caché distribuido, pero el módulo equivocado PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memchached\" y no \"memchache\". Por favor consulta el wiki de ambos módulos. ", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "lgunos archivos no pasaron la verificación de integridad. Para más información de cómo resolver este tema consulta nuestra documentación. (Listado de archivos inválidos.../ Volver a escanear...) ", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "El PHP OPcache no está configurado correctamente. Para un mejor desempeño, recomendamos usar las siguientes configuraciones en php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fución PHP \"set_time_limit\" no está disponible. Esto podría generar scripts que se interrumpan a media ejecución, rompiendo tu instalación. Te recomendamos ámpliamente habilitar esta función. ", - "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." : "Posiblemente tus archivos y directorio de datos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Te recomendamos ámpliamente configurar tu servidor web de tal modo que el directorio de datos no sea accesible o que muevas el directorio de datos fuera de la raíz de documentos del servidor 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." : "El encabezado HTTP \"{header}\" no está configurado como \"{expected}\". Este es un riesgo potencial de seguridad o privacidad y te recomendamos ajustar esta configuración. ", - "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 security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para mejorar la seguridad, te recomendamos habilitar HSTS como se describe en nuestros consejos de seguridad. ", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Estás accediendo a este sitio via HTTP. Te recomendamos ámpliamente que configures tu servidor para que el uso de HTTPS sea requerido como está descrito en nuestros consejos de seguridad.", - "Shared with {recipients}" : "Compartido con {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -328,31 +316,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Comparte con otras personas ingresando un usuario, un grupo o una dirección de correo electrónico.", "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", - "The server encountered an internal error and was unable to complete your request." : "Se presentó un error interno en el servidor y no fue posible completar tu solicitud. ", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor contacta al administrador del servidor si este problema se presenta en múltiples ocasiones, por favor incluye los siguientes detalles técnicos en tu reporte. ", - "For information how to properly configure your server, please see the documentation." : "Para más información de cómo configurar propiamente tu servidor, por favor ve la documentación. ", - "This action requires you to confirm your password:" : "Esta acción requiere que confirmes tu contraseña:", - "Wrong password. Reset it?" : "Contraseña equivocada. ¿Restablecerla?", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", - "You are about to grant \"%s\" access to your %s account." : "Estás a punto de otorgar a \"%s\" acceso a ty cuenta %s.", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", - "You are accessing the server from an untrusted domain." : "Estas accediendo al servidor desde un dominio no de confianza.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor contacta a tu administrador. Si eres el administrador de esta instancia, configura la opción \"trusted_domains\" en config/config.php. Un ejemplo de configuración se proporciona en config/config.sample.php. ", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de tu configuración, como adminsitrador podrías llegar a usar el botón inferior para confiar en este dominio. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", - "For help, see the documentation." : "Para más ayuda, consulta la documentación.", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Please log in before granting %s access to your %s account." : "Por favor inicia sesión antes de otorgarle a %s acceso a tu cuenta %s.", "Further information how to configure this can be found in the %sdocumentation%s." : "Para más información de cómo configurar esto puedes consultar la %sdocumentación%s." }, diff --git a/core/l10n/es_CR.json b/core/l10n/es_CR.json index 9fc81b91e6..323c64cafb 100644 --- a/core/l10n/es_CR.json +++ b/core/l10n/es_CR.json @@ -299,22 +299,10 @@ "%s (3rdparty)" : "%s (de 3ros)", "There was an error loading your contacts" : "Se presentó un error al cargar tus contactos", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Tu servidor web no está correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar inoperable.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más infomración en nuestra documentación.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor no tiene una conexión a Internet funcionando: Multiples puntos finales no pudieron ser alcanzados. Esto significa que algunas caracterísitcas como montar almacenamiento externo, notificaciones de actualizaciones o la instalación de aplicaciones de 3ros no funcionarán. Acceder archivos remotamente y el envio de correos de notificación puede que tampoco funcionen. Te sugerimos habilitar una conexion de Internet a este servidor si quieres tener todas estas funcionalidades. ", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "No se ha configurado un cache de memoria. Para mejorar tu desempeño configura un memcache si está disponible. Para más infomración puedes consultar nuestra documentación.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP no puede leer /dev/urandom lo cual es altamente desalentado por razones de seguridad. Para más información consulta nuestra documentación.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Actualmente estas usando PHP {version}. Te recomendamos actaulizar tu versión de PHP para aprovechar las actualizaciones de seguridad y desempeño suministradas por el Grupo de PHP tan pronto como tu distribución lo soporte. ", - "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 documentation." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no estás accediendo a Nextcloud desde un proxy de confianza, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra documentación. ", - "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 memcached wiki about both modules." : "Memcached está configurado como un caché distribuido, pero el módulo equivocado PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memchached\" y no \"memchache\". Por favor consulta el wiki de ambos módulos. ", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "lgunos archivos no pasaron la verificación de integridad. Para más información de cómo resolver este tema consulta nuestra documentación. (Listado de archivos inválidos.../ Volver a escanear...) ", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "El PHP OPcache no está configurado correctamente. Para un mejor desempeño, recomendamos usar las siguientes configuraciones en php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fución PHP \"set_time_limit\" no está disponible. Esto podría generar scripts que se interrumpan a media ejecución, rompiendo tu instalación. Te recomendamos ámpliamente habilitar esta función. ", - "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." : "Posiblemente tus archivos y directorio de datos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Te recomendamos ámpliamente configurar tu servidor web de tal modo que el directorio de datos no sea accesible o que muevas el directorio de datos fuera de la raíz de documentos del servidor 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." : "El encabezado HTTP \"{header}\" no está configurado como \"{expected}\". Este es un riesgo potencial de seguridad o privacidad y te recomendamos ajustar esta configuración. ", - "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 security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para mejorar la seguridad, te recomendamos habilitar HSTS como se describe en nuestros consejos de seguridad. ", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Estás accediendo a este sitio via HTTP. Te recomendamos ámpliamente que configures tu servidor para que el uso de HTTPS sea requerido como está descrito en nuestros consejos de seguridad.", - "Shared with {recipients}" : "Compartido con {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -326,31 +314,17 @@ "Share with other people by entering a user or group or an email address." : "Comparte con otras personas ingresando un usuario, un grupo o una dirección de correo electrónico.", "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", - "The server encountered an internal error and was unable to complete your request." : "Se presentó un error interno en el servidor y no fue posible completar tu solicitud. ", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor contacta al administrador del servidor si este problema se presenta en múltiples ocasiones, por favor incluye los siguientes detalles técnicos en tu reporte. ", - "For information how to properly configure your server, please see the documentation." : "Para más información de cómo configurar propiamente tu servidor, por favor ve la documentación. ", - "This action requires you to confirm your password:" : "Esta acción requiere que confirmes tu contraseña:", - "Wrong password. Reset it?" : "Contraseña equivocada. ¿Restablecerla?", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", - "You are about to grant \"%s\" access to your %s account." : "Estás a punto de otorgar a \"%s\" acceso a ty cuenta %s.", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", - "You are accessing the server from an untrusted domain." : "Estas accediendo al servidor desde un dominio no de confianza.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor contacta a tu administrador. Si eres el administrador de esta instancia, configura la opción \"trusted_domains\" en config/config.php. Un ejemplo de configuración se proporciona en config/config.sample.php. ", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de tu configuración, como adminsitrador podrías llegar a usar el botón inferior para confiar en este dominio. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", - "For help, see the documentation." : "Para más ayuda, consulta la documentación.", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Please log in before granting %s access to your %s account." : "Por favor inicia sesión antes de otorgarle a %s acceso a tu cuenta %s.", "Further information how to configure this can be found in the %sdocumentation%s." : "Para más información de cómo configurar esto puedes consultar la %sdocumentación%s." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/core/l10n/es_DO.js b/core/l10n/es_DO.js index 901e8cce65..7517b8880e 100644 --- a/core/l10n/es_DO.js +++ b/core/l10n/es_DO.js @@ -301,22 +301,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (de 3ros)", "There was an error loading your contacts" : "Se presentó un error al cargar tus contactos", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Tu servidor web no está correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar inoperable.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más infomración en nuestra documentación.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor no tiene una conexión a Internet funcionando: Multiples puntos finales no pudieron ser alcanzados. Esto significa que algunas caracterísitcas como montar almacenamiento externo, notificaciones de actualizaciones o la instalación de aplicaciones de 3ros no funcionarán. Acceder archivos remotamente y el envio de correos de notificación puede que tampoco funcionen. Te sugerimos habilitar una conexion de Internet a este servidor si quieres tener todas estas funcionalidades. ", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "No se ha configurado un cache de memoria. Para mejorar tu desempeño configura un memcache si está disponible. Para más infomración puedes consultar nuestra documentación.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP no puede leer /dev/urandom lo cual es altamente desalentado por razones de seguridad. Para más información consulta nuestra documentación.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Actualmente estas usando PHP {version}. Te recomendamos actaulizar tu versión de PHP para aprovechar las actualizaciones de seguridad y desempeño suministradas por el Grupo de PHP tan pronto como tu distribución lo soporte. ", - "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 documentation." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no estás accediendo a Nextcloud desde un proxy de confianza, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra documentación. ", - "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 memcached wiki about both modules." : "Memcached está configurado como un caché distribuido, pero el módulo equivocado PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memchached\" y no \"memchache\". Por favor consulta el wiki de ambos módulos. ", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "lgunos archivos no pasaron la verificación de integridad. Para más información de cómo resolver este tema consulta nuestra documentación. (Listado de archivos inválidos.../ Volver a escanear...) ", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "El PHP OPcache no está configurado correctamente. Para un mejor desempeño, recomendamos usar las siguientes configuraciones en php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fución PHP \"set_time_limit\" no está disponible. Esto podría generar scripts que se interrumpan a media ejecución, rompiendo tu instalación. Te recomendamos ámpliamente habilitar esta función. ", - "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." : "Posiblemente tus archivos y directorio de datos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Te recomendamos ámpliamente configurar tu servidor web de tal modo que el directorio de datos no sea accesible o que muevas el directorio de datos fuera de la raíz de documentos del servidor 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." : "El encabezado HTTP \"{header}\" no está configurado como \"{expected}\". Este es un riesgo potencial de seguridad o privacidad y te recomendamos ajustar esta configuración. ", - "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 security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para mejorar la seguridad, te recomendamos habilitar HSTS como se describe en nuestros consejos de seguridad. ", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Estás accediendo a este sitio via HTTP. Te recomendamos ámpliamente que configures tu servidor para que el uso de HTTPS sea requerido como está descrito en nuestros consejos de seguridad.", - "Shared with {recipients}" : "Compartido con {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -328,31 +316,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Comparte con otras personas ingresando un usuario, un grupo o una dirección de correo electrónico.", "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", - "The server encountered an internal error and was unable to complete your request." : "Se presentó un error interno en el servidor y no fue posible completar tu solicitud. ", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor contacta al administrador del servidor si este problema se presenta en múltiples ocasiones, por favor incluye los siguientes detalles técnicos en tu reporte. ", - "For information how to properly configure your server, please see the documentation." : "Para más información de cómo configurar propiamente tu servidor, por favor ve la documentación. ", - "This action requires you to confirm your password:" : "Esta acción requiere que confirmes tu contraseña:", - "Wrong password. Reset it?" : "Contraseña equivocada. ¿Restablecerla?", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", - "You are about to grant \"%s\" access to your %s account." : "Estás a punto de otorgar a \"%s\" acceso a ty cuenta %s.", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", - "You are accessing the server from an untrusted domain." : "Estas accediendo al servidor desde un dominio no de confianza.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor contacta a tu administrador. Si eres el administrador de esta instancia, configura la opción \"trusted_domains\" en config/config.php. Un ejemplo de configuración se proporciona en config/config.sample.php. ", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de tu configuración, como adminsitrador podrías llegar a usar el botón inferior para confiar en este dominio. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", - "For help, see the documentation." : "Para más ayuda, consulta la documentación.", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Please log in before granting %s access to your %s account." : "Por favor inicia sesión antes de otorgarle a %s acceso a tu cuenta %s.", "Further information how to configure this can be found in the %sdocumentation%s." : "Para más información de cómo configurar esto puedes consultar la %sdocumentación%s." }, diff --git a/core/l10n/es_DO.json b/core/l10n/es_DO.json index 9fc81b91e6..323c64cafb 100644 --- a/core/l10n/es_DO.json +++ b/core/l10n/es_DO.json @@ -299,22 +299,10 @@ "%s (3rdparty)" : "%s (de 3ros)", "There was an error loading your contacts" : "Se presentó un error al cargar tus contactos", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Tu servidor web no está correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar inoperable.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más infomración en nuestra documentación.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor no tiene una conexión a Internet funcionando: Multiples puntos finales no pudieron ser alcanzados. Esto significa que algunas caracterísitcas como montar almacenamiento externo, notificaciones de actualizaciones o la instalación de aplicaciones de 3ros no funcionarán. Acceder archivos remotamente y el envio de correos de notificación puede que tampoco funcionen. Te sugerimos habilitar una conexion de Internet a este servidor si quieres tener todas estas funcionalidades. ", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "No se ha configurado un cache de memoria. Para mejorar tu desempeño configura un memcache si está disponible. Para más infomración puedes consultar nuestra documentación.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP no puede leer /dev/urandom lo cual es altamente desalentado por razones de seguridad. Para más información consulta nuestra documentación.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Actualmente estas usando PHP {version}. Te recomendamos actaulizar tu versión de PHP para aprovechar las actualizaciones de seguridad y desempeño suministradas por el Grupo de PHP tan pronto como tu distribución lo soporte. ", - "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 documentation." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no estás accediendo a Nextcloud desde un proxy de confianza, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra documentación. ", - "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 memcached wiki about both modules." : "Memcached está configurado como un caché distribuido, pero el módulo equivocado PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memchached\" y no \"memchache\". Por favor consulta el wiki de ambos módulos. ", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "lgunos archivos no pasaron la verificación de integridad. Para más información de cómo resolver este tema consulta nuestra documentación. (Listado de archivos inválidos.../ Volver a escanear...) ", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "El PHP OPcache no está configurado correctamente. Para un mejor desempeño, recomendamos usar las siguientes configuraciones en php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fución PHP \"set_time_limit\" no está disponible. Esto podría generar scripts que se interrumpan a media ejecución, rompiendo tu instalación. Te recomendamos ámpliamente habilitar esta función. ", - "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." : "Posiblemente tus archivos y directorio de datos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Te recomendamos ámpliamente configurar tu servidor web de tal modo que el directorio de datos no sea accesible o que muevas el directorio de datos fuera de la raíz de documentos del servidor 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." : "El encabezado HTTP \"{header}\" no está configurado como \"{expected}\". Este es un riesgo potencial de seguridad o privacidad y te recomendamos ajustar esta configuración. ", - "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 security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para mejorar la seguridad, te recomendamos habilitar HSTS como se describe en nuestros consejos de seguridad. ", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Estás accediendo a este sitio via HTTP. Te recomendamos ámpliamente que configures tu servidor para que el uso de HTTPS sea requerido como está descrito en nuestros consejos de seguridad.", - "Shared with {recipients}" : "Compartido con {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -326,31 +314,17 @@ "Share with other people by entering a user or group or an email address." : "Comparte con otras personas ingresando un usuario, un grupo o una dirección de correo electrónico.", "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", - "The server encountered an internal error and was unable to complete your request." : "Se presentó un error interno en el servidor y no fue posible completar tu solicitud. ", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor contacta al administrador del servidor si este problema se presenta en múltiples ocasiones, por favor incluye los siguientes detalles técnicos en tu reporte. ", - "For information how to properly configure your server, please see the documentation." : "Para más información de cómo configurar propiamente tu servidor, por favor ve la documentación. ", - "This action requires you to confirm your password:" : "Esta acción requiere que confirmes tu contraseña:", - "Wrong password. Reset it?" : "Contraseña equivocada. ¿Restablecerla?", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", - "You are about to grant \"%s\" access to your %s account." : "Estás a punto de otorgar a \"%s\" acceso a ty cuenta %s.", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", - "You are accessing the server from an untrusted domain." : "Estas accediendo al servidor desde un dominio no de confianza.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor contacta a tu administrador. Si eres el administrador de esta instancia, configura la opción \"trusted_domains\" en config/config.php. Un ejemplo de configuración se proporciona en config/config.sample.php. ", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de tu configuración, como adminsitrador podrías llegar a usar el botón inferior para confiar en este dominio. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", - "For help, see the documentation." : "Para más ayuda, consulta la documentación.", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Please log in before granting %s access to your %s account." : "Por favor inicia sesión antes de otorgarle a %s acceso a tu cuenta %s.", "Further information how to configure this can be found in the %sdocumentation%s." : "Para más información de cómo configurar esto puedes consultar la %sdocumentación%s." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/core/l10n/es_EC.js b/core/l10n/es_EC.js index 901e8cce65..7517b8880e 100644 --- a/core/l10n/es_EC.js +++ b/core/l10n/es_EC.js @@ -301,22 +301,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (de 3ros)", "There was an error loading your contacts" : "Se presentó un error al cargar tus contactos", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Tu servidor web no está correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar inoperable.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más infomración en nuestra documentación.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor no tiene una conexión a Internet funcionando: Multiples puntos finales no pudieron ser alcanzados. Esto significa que algunas caracterísitcas como montar almacenamiento externo, notificaciones de actualizaciones o la instalación de aplicaciones de 3ros no funcionarán. Acceder archivos remotamente y el envio de correos de notificación puede que tampoco funcionen. Te sugerimos habilitar una conexion de Internet a este servidor si quieres tener todas estas funcionalidades. ", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "No se ha configurado un cache de memoria. Para mejorar tu desempeño configura un memcache si está disponible. Para más infomración puedes consultar nuestra documentación.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP no puede leer /dev/urandom lo cual es altamente desalentado por razones de seguridad. Para más información consulta nuestra documentación.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Actualmente estas usando PHP {version}. Te recomendamos actaulizar tu versión de PHP para aprovechar las actualizaciones de seguridad y desempeño suministradas por el Grupo de PHP tan pronto como tu distribución lo soporte. ", - "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 documentation." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no estás accediendo a Nextcloud desde un proxy de confianza, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra documentación. ", - "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 memcached wiki about both modules." : "Memcached está configurado como un caché distribuido, pero el módulo equivocado PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memchached\" y no \"memchache\". Por favor consulta el wiki de ambos módulos. ", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "lgunos archivos no pasaron la verificación de integridad. Para más información de cómo resolver este tema consulta nuestra documentación. (Listado de archivos inválidos.../ Volver a escanear...) ", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "El PHP OPcache no está configurado correctamente. Para un mejor desempeño, recomendamos usar las siguientes configuraciones en php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fución PHP \"set_time_limit\" no está disponible. Esto podría generar scripts que se interrumpan a media ejecución, rompiendo tu instalación. Te recomendamos ámpliamente habilitar esta función. ", - "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." : "Posiblemente tus archivos y directorio de datos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Te recomendamos ámpliamente configurar tu servidor web de tal modo que el directorio de datos no sea accesible o que muevas el directorio de datos fuera de la raíz de documentos del servidor 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." : "El encabezado HTTP \"{header}\" no está configurado como \"{expected}\". Este es un riesgo potencial de seguridad o privacidad y te recomendamos ajustar esta configuración. ", - "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 security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para mejorar la seguridad, te recomendamos habilitar HSTS como se describe en nuestros consejos de seguridad. ", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Estás accediendo a este sitio via HTTP. Te recomendamos ámpliamente que configures tu servidor para que el uso de HTTPS sea requerido como está descrito en nuestros consejos de seguridad.", - "Shared with {recipients}" : "Compartido con {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -328,31 +316,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Comparte con otras personas ingresando un usuario, un grupo o una dirección de correo electrónico.", "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", - "The server encountered an internal error and was unable to complete your request." : "Se presentó un error interno en el servidor y no fue posible completar tu solicitud. ", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor contacta al administrador del servidor si este problema se presenta en múltiples ocasiones, por favor incluye los siguientes detalles técnicos en tu reporte. ", - "For information how to properly configure your server, please see the documentation." : "Para más información de cómo configurar propiamente tu servidor, por favor ve la documentación. ", - "This action requires you to confirm your password:" : "Esta acción requiere que confirmes tu contraseña:", - "Wrong password. Reset it?" : "Contraseña equivocada. ¿Restablecerla?", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", - "You are about to grant \"%s\" access to your %s account." : "Estás a punto de otorgar a \"%s\" acceso a ty cuenta %s.", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", - "You are accessing the server from an untrusted domain." : "Estas accediendo al servidor desde un dominio no de confianza.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor contacta a tu administrador. Si eres el administrador de esta instancia, configura la opción \"trusted_domains\" en config/config.php. Un ejemplo de configuración se proporciona en config/config.sample.php. ", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de tu configuración, como adminsitrador podrías llegar a usar el botón inferior para confiar en este dominio. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", - "For help, see the documentation." : "Para más ayuda, consulta la documentación.", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Please log in before granting %s access to your %s account." : "Por favor inicia sesión antes de otorgarle a %s acceso a tu cuenta %s.", "Further information how to configure this can be found in the %sdocumentation%s." : "Para más información de cómo configurar esto puedes consultar la %sdocumentación%s." }, diff --git a/core/l10n/es_EC.json b/core/l10n/es_EC.json index 9fc81b91e6..323c64cafb 100644 --- a/core/l10n/es_EC.json +++ b/core/l10n/es_EC.json @@ -299,22 +299,10 @@ "%s (3rdparty)" : "%s (de 3ros)", "There was an error loading your contacts" : "Se presentó un error al cargar tus contactos", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Tu servidor web no está correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar inoperable.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más infomración en nuestra documentación.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor no tiene una conexión a Internet funcionando: Multiples puntos finales no pudieron ser alcanzados. Esto significa que algunas caracterísitcas como montar almacenamiento externo, notificaciones de actualizaciones o la instalación de aplicaciones de 3ros no funcionarán. Acceder archivos remotamente y el envio de correos de notificación puede que tampoco funcionen. Te sugerimos habilitar una conexion de Internet a este servidor si quieres tener todas estas funcionalidades. ", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "No se ha configurado un cache de memoria. Para mejorar tu desempeño configura un memcache si está disponible. Para más infomración puedes consultar nuestra documentación.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP no puede leer /dev/urandom lo cual es altamente desalentado por razones de seguridad. Para más información consulta nuestra documentación.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Actualmente estas usando PHP {version}. Te recomendamos actaulizar tu versión de PHP para aprovechar las actualizaciones de seguridad y desempeño suministradas por el Grupo de PHP tan pronto como tu distribución lo soporte. ", - "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 documentation." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no estás accediendo a Nextcloud desde un proxy de confianza, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra documentación. ", - "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 memcached wiki about both modules." : "Memcached está configurado como un caché distribuido, pero el módulo equivocado PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memchached\" y no \"memchache\". Por favor consulta el wiki de ambos módulos. ", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "lgunos archivos no pasaron la verificación de integridad. Para más información de cómo resolver este tema consulta nuestra documentación. (Listado de archivos inválidos.../ Volver a escanear...) ", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "El PHP OPcache no está configurado correctamente. Para un mejor desempeño, recomendamos usar las siguientes configuraciones en php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fución PHP \"set_time_limit\" no está disponible. Esto podría generar scripts que se interrumpan a media ejecución, rompiendo tu instalación. Te recomendamos ámpliamente habilitar esta función. ", - "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." : "Posiblemente tus archivos y directorio de datos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Te recomendamos ámpliamente configurar tu servidor web de tal modo que el directorio de datos no sea accesible o que muevas el directorio de datos fuera de la raíz de documentos del servidor 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." : "El encabezado HTTP \"{header}\" no está configurado como \"{expected}\". Este es un riesgo potencial de seguridad o privacidad y te recomendamos ajustar esta configuración. ", - "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 security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para mejorar la seguridad, te recomendamos habilitar HSTS como se describe en nuestros consejos de seguridad. ", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Estás accediendo a este sitio via HTTP. Te recomendamos ámpliamente que configures tu servidor para que el uso de HTTPS sea requerido como está descrito en nuestros consejos de seguridad.", - "Shared with {recipients}" : "Compartido con {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -326,31 +314,17 @@ "Share with other people by entering a user or group or an email address." : "Comparte con otras personas ingresando un usuario, un grupo o una dirección de correo electrónico.", "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", - "The server encountered an internal error and was unable to complete your request." : "Se presentó un error interno en el servidor y no fue posible completar tu solicitud. ", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor contacta al administrador del servidor si este problema se presenta en múltiples ocasiones, por favor incluye los siguientes detalles técnicos en tu reporte. ", - "For information how to properly configure your server, please see the documentation." : "Para más información de cómo configurar propiamente tu servidor, por favor ve la documentación. ", - "This action requires you to confirm your password:" : "Esta acción requiere que confirmes tu contraseña:", - "Wrong password. Reset it?" : "Contraseña equivocada. ¿Restablecerla?", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", - "You are about to grant \"%s\" access to your %s account." : "Estás a punto de otorgar a \"%s\" acceso a ty cuenta %s.", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", - "You are accessing the server from an untrusted domain." : "Estas accediendo al servidor desde un dominio no de confianza.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor contacta a tu administrador. Si eres el administrador de esta instancia, configura la opción \"trusted_domains\" en config/config.php. Un ejemplo de configuración se proporciona en config/config.sample.php. ", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de tu configuración, como adminsitrador podrías llegar a usar el botón inferior para confiar en este dominio. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", - "For help, see the documentation." : "Para más ayuda, consulta la documentación.", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Please log in before granting %s access to your %s account." : "Por favor inicia sesión antes de otorgarle a %s acceso a tu cuenta %s.", "Further information how to configure this can be found in the %sdocumentation%s." : "Para más información de cómo configurar esto puedes consultar la %sdocumentación%s." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/core/l10n/es_GT.js b/core/l10n/es_GT.js index 901e8cce65..7517b8880e 100644 --- a/core/l10n/es_GT.js +++ b/core/l10n/es_GT.js @@ -301,22 +301,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (de 3ros)", "There was an error loading your contacts" : "Se presentó un error al cargar tus contactos", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Tu servidor web no está correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar inoperable.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más infomración en nuestra documentación.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor no tiene una conexión a Internet funcionando: Multiples puntos finales no pudieron ser alcanzados. Esto significa que algunas caracterísitcas como montar almacenamiento externo, notificaciones de actualizaciones o la instalación de aplicaciones de 3ros no funcionarán. Acceder archivos remotamente y el envio de correos de notificación puede que tampoco funcionen. Te sugerimos habilitar una conexion de Internet a este servidor si quieres tener todas estas funcionalidades. ", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "No se ha configurado un cache de memoria. Para mejorar tu desempeño configura un memcache si está disponible. Para más infomración puedes consultar nuestra documentación.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP no puede leer /dev/urandom lo cual es altamente desalentado por razones de seguridad. Para más información consulta nuestra documentación.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Actualmente estas usando PHP {version}. Te recomendamos actaulizar tu versión de PHP para aprovechar las actualizaciones de seguridad y desempeño suministradas por el Grupo de PHP tan pronto como tu distribución lo soporte. ", - "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 documentation." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no estás accediendo a Nextcloud desde un proxy de confianza, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra documentación. ", - "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 memcached wiki about both modules." : "Memcached está configurado como un caché distribuido, pero el módulo equivocado PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memchached\" y no \"memchache\". Por favor consulta el wiki de ambos módulos. ", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "lgunos archivos no pasaron la verificación de integridad. Para más información de cómo resolver este tema consulta nuestra documentación. (Listado de archivos inválidos.../ Volver a escanear...) ", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "El PHP OPcache no está configurado correctamente. Para un mejor desempeño, recomendamos usar las siguientes configuraciones en php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fución PHP \"set_time_limit\" no está disponible. Esto podría generar scripts que se interrumpan a media ejecución, rompiendo tu instalación. Te recomendamos ámpliamente habilitar esta función. ", - "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." : "Posiblemente tus archivos y directorio de datos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Te recomendamos ámpliamente configurar tu servidor web de tal modo que el directorio de datos no sea accesible o que muevas el directorio de datos fuera de la raíz de documentos del servidor 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." : "El encabezado HTTP \"{header}\" no está configurado como \"{expected}\". Este es un riesgo potencial de seguridad o privacidad y te recomendamos ajustar esta configuración. ", - "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 security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para mejorar la seguridad, te recomendamos habilitar HSTS como se describe en nuestros consejos de seguridad. ", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Estás accediendo a este sitio via HTTP. Te recomendamos ámpliamente que configures tu servidor para que el uso de HTTPS sea requerido como está descrito en nuestros consejos de seguridad.", - "Shared with {recipients}" : "Compartido con {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -328,31 +316,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Comparte con otras personas ingresando un usuario, un grupo o una dirección de correo electrónico.", "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", - "The server encountered an internal error and was unable to complete your request." : "Se presentó un error interno en el servidor y no fue posible completar tu solicitud. ", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor contacta al administrador del servidor si este problema se presenta en múltiples ocasiones, por favor incluye los siguientes detalles técnicos en tu reporte. ", - "For information how to properly configure your server, please see the documentation." : "Para más información de cómo configurar propiamente tu servidor, por favor ve la documentación. ", - "This action requires you to confirm your password:" : "Esta acción requiere que confirmes tu contraseña:", - "Wrong password. Reset it?" : "Contraseña equivocada. ¿Restablecerla?", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", - "You are about to grant \"%s\" access to your %s account." : "Estás a punto de otorgar a \"%s\" acceso a ty cuenta %s.", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", - "You are accessing the server from an untrusted domain." : "Estas accediendo al servidor desde un dominio no de confianza.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor contacta a tu administrador. Si eres el administrador de esta instancia, configura la opción \"trusted_domains\" en config/config.php. Un ejemplo de configuración se proporciona en config/config.sample.php. ", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de tu configuración, como adminsitrador podrías llegar a usar el botón inferior para confiar en este dominio. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", - "For help, see the documentation." : "Para más ayuda, consulta la documentación.", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Please log in before granting %s access to your %s account." : "Por favor inicia sesión antes de otorgarle a %s acceso a tu cuenta %s.", "Further information how to configure this can be found in the %sdocumentation%s." : "Para más información de cómo configurar esto puedes consultar la %sdocumentación%s." }, diff --git a/core/l10n/es_GT.json b/core/l10n/es_GT.json index 9fc81b91e6..323c64cafb 100644 --- a/core/l10n/es_GT.json +++ b/core/l10n/es_GT.json @@ -299,22 +299,10 @@ "%s (3rdparty)" : "%s (de 3ros)", "There was an error loading your contacts" : "Se presentó un error al cargar tus contactos", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Tu servidor web no está correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar inoperable.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más infomración en nuestra documentación.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor no tiene una conexión a Internet funcionando: Multiples puntos finales no pudieron ser alcanzados. Esto significa que algunas caracterísitcas como montar almacenamiento externo, notificaciones de actualizaciones o la instalación de aplicaciones de 3ros no funcionarán. Acceder archivos remotamente y el envio de correos de notificación puede que tampoco funcionen. Te sugerimos habilitar una conexion de Internet a este servidor si quieres tener todas estas funcionalidades. ", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "No se ha configurado un cache de memoria. Para mejorar tu desempeño configura un memcache si está disponible. Para más infomración puedes consultar nuestra documentación.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP no puede leer /dev/urandom lo cual es altamente desalentado por razones de seguridad. Para más información consulta nuestra documentación.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Actualmente estas usando PHP {version}. Te recomendamos actaulizar tu versión de PHP para aprovechar las actualizaciones de seguridad y desempeño suministradas por el Grupo de PHP tan pronto como tu distribución lo soporte. ", - "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 documentation." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no estás accediendo a Nextcloud desde un proxy de confianza, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra documentación. ", - "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 memcached wiki about both modules." : "Memcached está configurado como un caché distribuido, pero el módulo equivocado PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memchached\" y no \"memchache\". Por favor consulta el wiki de ambos módulos. ", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "lgunos archivos no pasaron la verificación de integridad. Para más información de cómo resolver este tema consulta nuestra documentación. (Listado de archivos inválidos.../ Volver a escanear...) ", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "El PHP OPcache no está configurado correctamente. Para un mejor desempeño, recomendamos usar las siguientes configuraciones en php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fución PHP \"set_time_limit\" no está disponible. Esto podría generar scripts que se interrumpan a media ejecución, rompiendo tu instalación. Te recomendamos ámpliamente habilitar esta función. ", - "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." : "Posiblemente tus archivos y directorio de datos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Te recomendamos ámpliamente configurar tu servidor web de tal modo que el directorio de datos no sea accesible o que muevas el directorio de datos fuera de la raíz de documentos del servidor 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." : "El encabezado HTTP \"{header}\" no está configurado como \"{expected}\". Este es un riesgo potencial de seguridad o privacidad y te recomendamos ajustar esta configuración. ", - "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 security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para mejorar la seguridad, te recomendamos habilitar HSTS como se describe en nuestros consejos de seguridad. ", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Estás accediendo a este sitio via HTTP. Te recomendamos ámpliamente que configures tu servidor para que el uso de HTTPS sea requerido como está descrito en nuestros consejos de seguridad.", - "Shared with {recipients}" : "Compartido con {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -326,31 +314,17 @@ "Share with other people by entering a user or group or an email address." : "Comparte con otras personas ingresando un usuario, un grupo o una dirección de correo electrónico.", "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", - "The server encountered an internal error and was unable to complete your request." : "Se presentó un error interno en el servidor y no fue posible completar tu solicitud. ", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor contacta al administrador del servidor si este problema se presenta en múltiples ocasiones, por favor incluye los siguientes detalles técnicos en tu reporte. ", - "For information how to properly configure your server, please see the documentation." : "Para más información de cómo configurar propiamente tu servidor, por favor ve la documentación. ", - "This action requires you to confirm your password:" : "Esta acción requiere que confirmes tu contraseña:", - "Wrong password. Reset it?" : "Contraseña equivocada. ¿Restablecerla?", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", - "You are about to grant \"%s\" access to your %s account." : "Estás a punto de otorgar a \"%s\" acceso a ty cuenta %s.", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", - "You are accessing the server from an untrusted domain." : "Estas accediendo al servidor desde un dominio no de confianza.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor contacta a tu administrador. Si eres el administrador de esta instancia, configura la opción \"trusted_domains\" en config/config.php. Un ejemplo de configuración se proporciona en config/config.sample.php. ", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de tu configuración, como adminsitrador podrías llegar a usar el botón inferior para confiar en este dominio. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", - "For help, see the documentation." : "Para más ayuda, consulta la documentación.", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Please log in before granting %s access to your %s account." : "Por favor inicia sesión antes de otorgarle a %s acceso a tu cuenta %s.", "Further information how to configure this can be found in the %sdocumentation%s." : "Para más información de cómo configurar esto puedes consultar la %sdocumentación%s." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/core/l10n/es_HN.js b/core/l10n/es_HN.js index 48a3964da4..91a4361f88 100644 --- a/core/l10n/es_HN.js +++ b/core/l10n/es_HN.js @@ -288,6 +288,9 @@ OC.L10N.register( "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.", "Updated \"%s\" to %s" : "Actualizando \"%s\" a %s", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -300,18 +303,15 @@ OC.L10N.register( "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", - "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:" + "Thank you for your patience." : "Gracias por tu paciencia." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es_HN.json b/core/l10n/es_HN.json index da440ee856..9949820ba7 100644 --- a/core/l10n/es_HN.json +++ b/core/l10n/es_HN.json @@ -286,6 +286,9 @@ "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.", "Updated \"%s\" to %s" : "Actualizando \"%s\" a %s", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -298,18 +301,15 @@ "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", - "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:" + "Thank you for your patience." : "Gracias por tu paciencia." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/es_MX.js b/core/l10n/es_MX.js index e633fd9740..7a57c8d632 100644 --- a/core/l10n/es_MX.js +++ b/core/l10n/es_MX.js @@ -301,22 +301,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (de 3ros)", "There was an error loading your contacts" : "Se presentó un error al cargar tus contactos", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Tu servidor web no está correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar inoperable.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más infomración en nuestra documentación.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor no tiene una conexión a Internet funcionando: Multiples puntos finales no pudieron ser alcanzados. Esto significa que algunas caracterísitcas como montar almacenamiento externo, notificaciones de actualizaciones o la instalación de aplicaciones de 3ros no funcionarán. Acceder archivos remotamente y el envio de correos de notificación puede que tampoco funcionen. Te sugerimos habilitar una conexion de Internet a este servidor si quieres tener todas estas funcionalidades. ", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "No se ha configurado un cache de memoria. Para mejorar tu desempeño configura un memcache si está disponible. Para más infomración puedes consultar nuestra documentación.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP no puede leer /dev/urandom lo cual es altamente desalentado por razones de seguridad. Para más información consulta nuestra documentación.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Actualmente estas usando PHP {version}. Te recomendamos actaulizar tu versión de PHP para aprovechar las actualizaciones de seguridad y desempeño suministradas por el Grupo de PHP tan pronto como tu distribución lo soporte. ", - "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 documentation." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no estás accediendo a Nextcloud desde un proxy de confianza, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra documentación. ", - "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 memcached wiki about both modules." : "Memcached está configurado como un caché distribuido, pero el módulo equivocado PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memchached\" y no \"memchache\". Por favor consulta el wiki de ambos módulos. ", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "lgunos archivos no pasaron la verificación de integridad. Para más información de cómo resolver este tema consulta nuestra documentación. (Listado de archivos inválidos.../ Volver a escanear...) ", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "El PHP OPcache no está configurado correctamente. Para un mejor desempeño, recomendamos usar las siguientes configuraciones en php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fución PHP \"set_time_limit\" no está disponible. Esto podría generar scripts que se interrumpan a media ejecución, rompiendo tu instalación. Te recomendamos ámpliamente habilitar esta función. ", - "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." : "Posiblemente tus archivos y directorio de datos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Te recomendamos ámpliamente configurar tu servidor web de tal modo que el directorio de datos no sea accesible o que muevas el directorio de datos fuera de la raíz de documentos del servidor 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." : "El encabezado HTTP \"{header}\" no está configurado como \"{expected}\". Este es un riesgo potencial de seguridad o privacidad y te recomendamos ajustar esta configuración. ", - "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 security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para mejorar la seguridad, te recomendamos habilitar HSTS como se describe en nuestros consejos de seguridad. ", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Estás accediendo a este sitio via HTTP. Te recomendamos ámpliamente que configures tu servidor para que el uso de HTTPS sea requerido como está descrito en nuestros consejos de seguridad.", - "Shared with {recipients}" : "Compartido con {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -328,31 +316,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Comparte con otras personas ingresando un usuario, un grupo o una dirección de correo electrónico.", "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", - "The server encountered an internal error and was unable to complete your request." : "Se presentó un error interno en el servidor y no fue posible completar tu solicitud. ", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor contacta al administrador del servidor si este problema se presenta en múltiples ocasiones, por favor incluye los siguientes detalles técnicos en tu reporte. ", - "For information how to properly configure your server, please see the documentation." : "Para más información de cómo configurar propiamente tu servidor, por favor ve la documentación. ", - "This action requires you to confirm your password:" : "Esta acción requiere que confirmes tu contraseña:", - "Wrong password. Reset it?" : "Contraseña equivocada. ¿Restablecerla?", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", - "You are about to grant \"%s\" access to your %s account." : "Estás a punto de otorgar a \"%s\" acceso a ty cuenta %s.", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", - "You are accessing the server from an untrusted domain." : "Estas accediendo al servidor desde un dominio no de confianza.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor contacta a tu administrador. Si eres el administrador de esta instancia, configura la opción \"trusted_domains\" en config/config.php. Un ejemplo de configuración se proporciona en config/config.sample.php. ", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de tu configuración, como adminsitrador podrías llegar a usar el botón inferior para confiar en este dominio. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", - "For help, see the documentation." : "Para más ayuda, consulta la documentación.", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Please log in before granting %s access to your %s account." : "Por favor inicia sesión antes de otorgarle a %s acceso a tu cuenta %s.", "Further information how to configure this can be found in the %sdocumentation%s." : "Para más información de cómo configurar esto puedes consultar la %sdocumentación%s." }, diff --git a/core/l10n/es_MX.json b/core/l10n/es_MX.json index 294b02746c..39fe7da3f2 100644 --- a/core/l10n/es_MX.json +++ b/core/l10n/es_MX.json @@ -299,22 +299,10 @@ "%s (3rdparty)" : "%s (de 3ros)", "There was an error loading your contacts" : "Se presentó un error al cargar tus contactos", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Tu servidor web no está correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar inoperable.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más infomración en nuestra documentación.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor no tiene una conexión a Internet funcionando: Multiples puntos finales no pudieron ser alcanzados. Esto significa que algunas caracterísitcas como montar almacenamiento externo, notificaciones de actualizaciones o la instalación de aplicaciones de 3ros no funcionarán. Acceder archivos remotamente y el envio de correos de notificación puede que tampoco funcionen. Te sugerimos habilitar una conexion de Internet a este servidor si quieres tener todas estas funcionalidades. ", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "No se ha configurado un cache de memoria. Para mejorar tu desempeño configura un memcache si está disponible. Para más infomración puedes consultar nuestra documentación.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP no puede leer /dev/urandom lo cual es altamente desalentado por razones de seguridad. Para más información consulta nuestra documentación.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Actualmente estas usando PHP {version}. Te recomendamos actaulizar tu versión de PHP para aprovechar las actualizaciones de seguridad y desempeño suministradas por el Grupo de PHP tan pronto como tu distribución lo soporte. ", - "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 documentation." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no estás accediendo a Nextcloud desde un proxy de confianza, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra documentación. ", - "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 memcached wiki about both modules." : "Memcached está configurado como un caché distribuido, pero el módulo equivocado PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memchached\" y no \"memchache\". Por favor consulta el wiki de ambos módulos. ", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "lgunos archivos no pasaron la verificación de integridad. Para más información de cómo resolver este tema consulta nuestra documentación. (Listado de archivos inválidos.../ Volver a escanear...) ", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "El PHP OPcache no está configurado correctamente. Para un mejor desempeño, recomendamos usar las siguientes configuraciones en php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fución PHP \"set_time_limit\" no está disponible. Esto podría generar scripts que se interrumpan a media ejecución, rompiendo tu instalación. Te recomendamos ámpliamente habilitar esta función. ", - "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." : "Posiblemente tus archivos y directorio de datos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Te recomendamos ámpliamente configurar tu servidor web de tal modo que el directorio de datos no sea accesible o que muevas el directorio de datos fuera de la raíz de documentos del servidor 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." : "El encabezado HTTP \"{header}\" no está configurado como \"{expected}\". Este es un riesgo potencial de seguridad o privacidad y te recomendamos ajustar esta configuración. ", - "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 security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para mejorar la seguridad, te recomendamos habilitar HSTS como se describe en nuestros consejos de seguridad. ", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Estás accediendo a este sitio via HTTP. Te recomendamos ámpliamente que configures tu servidor para que el uso de HTTPS sea requerido como está descrito en nuestros consejos de seguridad.", - "Shared with {recipients}" : "Compartido con {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -326,31 +314,17 @@ "Share with other people by entering a user or group or an email address." : "Comparte con otras personas ingresando un usuario, un grupo o una dirección de correo electrónico.", "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", - "The server encountered an internal error and was unable to complete your request." : "Se presentó un error interno en el servidor y no fue posible completar tu solicitud. ", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor contacta al administrador del servidor si este problema se presenta en múltiples ocasiones, por favor incluye los siguientes detalles técnicos en tu reporte. ", - "For information how to properly configure your server, please see the documentation." : "Para más información de cómo configurar propiamente tu servidor, por favor ve la documentación. ", - "This action requires you to confirm your password:" : "Esta acción requiere que confirmes tu contraseña:", - "Wrong password. Reset it?" : "Contraseña equivocada. ¿Restablecerla?", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", - "You are about to grant \"%s\" access to your %s account." : "Estás a punto de otorgar a \"%s\" acceso a ty cuenta %s.", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", - "You are accessing the server from an untrusted domain." : "Estas accediendo al servidor desde un dominio no de confianza.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor contacta a tu administrador. Si eres el administrador de esta instancia, configura la opción \"trusted_domains\" en config/config.php. Un ejemplo de configuración se proporciona en config/config.sample.php. ", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de tu configuración, como adminsitrador podrías llegar a usar el botón inferior para confiar en este dominio. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", - "For help, see the documentation." : "Para más ayuda, consulta la documentación.", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Please log in before granting %s access to your %s account." : "Por favor inicia sesión antes de otorgarle a %s acceso a tu cuenta %s.", "Further information how to configure this can be found in the %sdocumentation%s." : "Para más información de cómo configurar esto puedes consultar la %sdocumentación%s." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/core/l10n/es_NI.js b/core/l10n/es_NI.js index 48a3964da4..91a4361f88 100644 --- a/core/l10n/es_NI.js +++ b/core/l10n/es_NI.js @@ -288,6 +288,9 @@ OC.L10N.register( "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.", "Updated \"%s\" to %s" : "Actualizando \"%s\" a %s", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -300,18 +303,15 @@ OC.L10N.register( "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", - "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:" + "Thank you for your patience." : "Gracias por tu paciencia." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es_NI.json b/core/l10n/es_NI.json index da440ee856..9949820ba7 100644 --- a/core/l10n/es_NI.json +++ b/core/l10n/es_NI.json @@ -286,6 +286,9 @@ "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.", "Updated \"%s\" to %s" : "Actualizando \"%s\" a %s", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -298,18 +301,15 @@ "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", - "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:" + "Thank you for your patience." : "Gracias por tu paciencia." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/es_PA.js b/core/l10n/es_PA.js index 48a3964da4..91a4361f88 100644 --- a/core/l10n/es_PA.js +++ b/core/l10n/es_PA.js @@ -288,6 +288,9 @@ OC.L10N.register( "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.", "Updated \"%s\" to %s" : "Actualizando \"%s\" a %s", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -300,18 +303,15 @@ OC.L10N.register( "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", - "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:" + "Thank you for your patience." : "Gracias por tu paciencia." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es_PA.json b/core/l10n/es_PA.json index da440ee856..9949820ba7 100644 --- a/core/l10n/es_PA.json +++ b/core/l10n/es_PA.json @@ -286,6 +286,9 @@ "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.", "Updated \"%s\" to %s" : "Actualizando \"%s\" a %s", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -298,18 +301,15 @@ "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", - "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:" + "Thank you for your patience." : "Gracias por tu paciencia." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/es_PE.js b/core/l10n/es_PE.js index 48a3964da4..91a4361f88 100644 --- a/core/l10n/es_PE.js +++ b/core/l10n/es_PE.js @@ -288,6 +288,9 @@ OC.L10N.register( "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.", "Updated \"%s\" to %s" : "Actualizando \"%s\" a %s", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -300,18 +303,15 @@ OC.L10N.register( "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", - "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:" + "Thank you for your patience." : "Gracias por tu paciencia." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es_PE.json b/core/l10n/es_PE.json index da440ee856..9949820ba7 100644 --- a/core/l10n/es_PE.json +++ b/core/l10n/es_PE.json @@ -286,6 +286,9 @@ "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.", "Updated \"%s\" to %s" : "Actualizando \"%s\" a %s", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -298,18 +301,15 @@ "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", - "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:" + "Thank you for your patience." : "Gracias por tu paciencia." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/es_PR.js b/core/l10n/es_PR.js index 48a3964da4..91a4361f88 100644 --- a/core/l10n/es_PR.js +++ b/core/l10n/es_PR.js @@ -288,6 +288,9 @@ OC.L10N.register( "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.", "Updated \"%s\" to %s" : "Actualizando \"%s\" a %s", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -300,18 +303,15 @@ OC.L10N.register( "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", - "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:" + "Thank you for your patience." : "Gracias por tu paciencia." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es_PR.json b/core/l10n/es_PR.json index da440ee856..9949820ba7 100644 --- a/core/l10n/es_PR.json +++ b/core/l10n/es_PR.json @@ -286,6 +286,9 @@ "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.", "Updated \"%s\" to %s" : "Actualizando \"%s\" a %s", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -298,18 +301,15 @@ "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", - "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:" + "Thank you for your patience." : "Gracias por tu paciencia." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/es_PY.js b/core/l10n/es_PY.js index 48a3964da4..91a4361f88 100644 --- a/core/l10n/es_PY.js +++ b/core/l10n/es_PY.js @@ -288,6 +288,9 @@ OC.L10N.register( "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.", "Updated \"%s\" to %s" : "Actualizando \"%s\" a %s", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -300,18 +303,15 @@ OC.L10N.register( "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", - "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:" + "Thank you for your patience." : "Gracias por tu paciencia." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es_PY.json b/core/l10n/es_PY.json index da440ee856..9949820ba7 100644 --- a/core/l10n/es_PY.json +++ b/core/l10n/es_PY.json @@ -286,6 +286,9 @@ "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.", "Updated \"%s\" to %s" : "Actualizando \"%s\" a %s", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -298,18 +301,15 @@ "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", - "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:" + "Thank you for your patience." : "Gracias por tu paciencia." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/es_SV.js b/core/l10n/es_SV.js index 901e8cce65..7517b8880e 100644 --- a/core/l10n/es_SV.js +++ b/core/l10n/es_SV.js @@ -301,22 +301,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (de 3ros)", "There was an error loading your contacts" : "Se presentó un error al cargar tus contactos", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Tu servidor web no está correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar inoperable.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más infomración en nuestra documentación.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor no tiene una conexión a Internet funcionando: Multiples puntos finales no pudieron ser alcanzados. Esto significa que algunas caracterísitcas como montar almacenamiento externo, notificaciones de actualizaciones o la instalación de aplicaciones de 3ros no funcionarán. Acceder archivos remotamente y el envio de correos de notificación puede que tampoco funcionen. Te sugerimos habilitar una conexion de Internet a este servidor si quieres tener todas estas funcionalidades. ", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "No se ha configurado un cache de memoria. Para mejorar tu desempeño configura un memcache si está disponible. Para más infomración puedes consultar nuestra documentación.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP no puede leer /dev/urandom lo cual es altamente desalentado por razones de seguridad. Para más información consulta nuestra documentación.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Actualmente estas usando PHP {version}. Te recomendamos actaulizar tu versión de PHP para aprovechar las actualizaciones de seguridad y desempeño suministradas por el Grupo de PHP tan pronto como tu distribución lo soporte. ", - "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 documentation." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no estás accediendo a Nextcloud desde un proxy de confianza, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra documentación. ", - "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 memcached wiki about both modules." : "Memcached está configurado como un caché distribuido, pero el módulo equivocado PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memchached\" y no \"memchache\". Por favor consulta el wiki de ambos módulos. ", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "lgunos archivos no pasaron la verificación de integridad. Para más información de cómo resolver este tema consulta nuestra documentación. (Listado de archivos inválidos.../ Volver a escanear...) ", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "El PHP OPcache no está configurado correctamente. Para un mejor desempeño, recomendamos usar las siguientes configuraciones en php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fución PHP \"set_time_limit\" no está disponible. Esto podría generar scripts que se interrumpan a media ejecución, rompiendo tu instalación. Te recomendamos ámpliamente habilitar esta función. ", - "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." : "Posiblemente tus archivos y directorio de datos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Te recomendamos ámpliamente configurar tu servidor web de tal modo que el directorio de datos no sea accesible o que muevas el directorio de datos fuera de la raíz de documentos del servidor 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." : "El encabezado HTTP \"{header}\" no está configurado como \"{expected}\". Este es un riesgo potencial de seguridad o privacidad y te recomendamos ajustar esta configuración. ", - "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 security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para mejorar la seguridad, te recomendamos habilitar HSTS como se describe en nuestros consejos de seguridad. ", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Estás accediendo a este sitio via HTTP. Te recomendamos ámpliamente que configures tu servidor para que el uso de HTTPS sea requerido como está descrito en nuestros consejos de seguridad.", - "Shared with {recipients}" : "Compartido con {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -328,31 +316,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Comparte con otras personas ingresando un usuario, un grupo o una dirección de correo electrónico.", "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", - "The server encountered an internal error and was unable to complete your request." : "Se presentó un error interno en el servidor y no fue posible completar tu solicitud. ", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor contacta al administrador del servidor si este problema se presenta en múltiples ocasiones, por favor incluye los siguientes detalles técnicos en tu reporte. ", - "For information how to properly configure your server, please see the documentation." : "Para más información de cómo configurar propiamente tu servidor, por favor ve la documentación. ", - "This action requires you to confirm your password:" : "Esta acción requiere que confirmes tu contraseña:", - "Wrong password. Reset it?" : "Contraseña equivocada. ¿Restablecerla?", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", - "You are about to grant \"%s\" access to your %s account." : "Estás a punto de otorgar a \"%s\" acceso a ty cuenta %s.", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", - "You are accessing the server from an untrusted domain." : "Estas accediendo al servidor desde un dominio no de confianza.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor contacta a tu administrador. Si eres el administrador de esta instancia, configura la opción \"trusted_domains\" en config/config.php. Un ejemplo de configuración se proporciona en config/config.sample.php. ", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de tu configuración, como adminsitrador podrías llegar a usar el botón inferior para confiar en este dominio. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", - "For help, see the documentation." : "Para más ayuda, consulta la documentación.", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Please log in before granting %s access to your %s account." : "Por favor inicia sesión antes de otorgarle a %s acceso a tu cuenta %s.", "Further information how to configure this can be found in the %sdocumentation%s." : "Para más información de cómo configurar esto puedes consultar la %sdocumentación%s." }, diff --git a/core/l10n/es_SV.json b/core/l10n/es_SV.json index 9fc81b91e6..323c64cafb 100644 --- a/core/l10n/es_SV.json +++ b/core/l10n/es_SV.json @@ -299,22 +299,10 @@ "%s (3rdparty)" : "%s (de 3ros)", "There was an error loading your contacts" : "Se presentó un error al cargar tus contactos", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Tu servidor web no está correctamente configurado para permitir la sincronización de archivos porque la interfaz WebDAV parece estar inoperable.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Tu servidor web no está correctamente configurado para resolver \"{url}\". Puedes encontrar más infomración en nuestra documentación.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor no tiene una conexión a Internet funcionando: Multiples puntos finales no pudieron ser alcanzados. Esto significa que algunas caracterísitcas como montar almacenamiento externo, notificaciones de actualizaciones o la instalación de aplicaciones de 3ros no funcionarán. Acceder archivos remotamente y el envio de correos de notificación puede que tampoco funcionen. Te sugerimos habilitar una conexion de Internet a este servidor si quieres tener todas estas funcionalidades. ", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "No se ha configurado un cache de memoria. Para mejorar tu desempeño configura un memcache si está disponible. Para más infomración puedes consultar nuestra documentación.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP no puede leer /dev/urandom lo cual es altamente desalentado por razones de seguridad. Para más información consulta nuestra documentación.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Actualmente estas usando PHP {version}. Te recomendamos actaulizar tu versión de PHP para aprovechar las actualizaciones de seguridad y desempeño suministradas por el Grupo de PHP tan pronto como tu distribución lo soporte. ", - "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 documentation." : "La configuración de los encabezados del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy de confianza. Si no estás accediendo a Nextcloud desde un proxy de confianza, se trata de un tema de seguridad y le puede permitir a un atacante hacer su dirección IP apócrifa visible para Nextcloud. Puedes encontar más infomración en nuestra documentación. ", - "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 memcached wiki about both modules." : "Memcached está configurado como un caché distribuido, pero el módulo equivocado PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memchached\" y no \"memchache\". Por favor consulta el wiki de ambos módulos. ", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "lgunos archivos no pasaron la verificación de integridad. Para más información de cómo resolver este tema consulta nuestra documentación. (Listado de archivos inválidos.../ Volver a escanear...) ", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "El PHP OPcache no está configurado correctamente. Para un mejor desempeño, recomendamos usar las siguientes configuraciones en php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fución PHP \"set_time_limit\" no está disponible. Esto podría generar scripts que se interrumpan a media ejecución, rompiendo tu instalación. Te recomendamos ámpliamente habilitar esta función. ", - "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." : "Posiblemente tus archivos y directorio de datos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Te recomendamos ámpliamente configurar tu servidor web de tal modo que el directorio de datos no sea accesible o que muevas el directorio de datos fuera de la raíz de documentos del servidor 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." : "El encabezado HTTP \"{header}\" no está configurado como \"{expected}\". Este es un riesgo potencial de seguridad o privacidad y te recomendamos ajustar esta configuración. ", - "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 security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para mejorar la seguridad, te recomendamos habilitar HSTS como se describe en nuestros consejos de seguridad. ", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Estás accediendo a este sitio via HTTP. Te recomendamos ámpliamente que configures tu servidor para que el uso de HTTPS sea requerido como está descrito en nuestros consejos de seguridad.", - "Shared with {recipients}" : "Compartido con {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -326,31 +314,17 @@ "Share with other people by entering a user or group or an email address." : "Comparte con otras personas ingresando un usuario, un grupo o una dirección de correo electrónico.", "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", - "The server encountered an internal error and was unable to complete your request." : "Se presentó un error interno en el servidor y no fue posible completar tu solicitud. ", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor contacta al administrador del servidor si este problema se presenta en múltiples ocasiones, por favor incluye los siguientes detalles técnicos en tu reporte. ", - "For information how to properly configure your server, please see the documentation." : "Para más información de cómo configurar propiamente tu servidor, por favor ve la documentación. ", - "This action requires you to confirm your password:" : "Esta acción requiere que confirmes tu contraseña:", - "Wrong password. Reset it?" : "Contraseña equivocada. ¿Restablecerla?", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", - "You are about to grant \"%s\" access to your %s account." : "Estás a punto de otorgar a \"%s\" acceso a ty cuenta %s.", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", - "You are accessing the server from an untrusted domain." : "Estas accediendo al servidor desde un dominio no de confianza.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor contacta a tu administrador. Si eres el administrador de esta instancia, configura la opción \"trusted_domains\" en config/config.php. Un ejemplo de configuración se proporciona en config/config.sample.php. ", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de tu configuración, como adminsitrador podrías llegar a usar el botón inferior para confiar en este dominio. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", - "For help, see the documentation." : "Para más ayuda, consulta la documentación.", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom lo cual no es recomendable en lo absoluto por razones de seguridad. Puedes encontrar más información en la documentación.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Please log in before granting %s access to your %s account." : "Por favor inicia sesión antes de otorgarle a %s acceso a tu cuenta %s.", "Further information how to configure this can be found in the %sdocumentation%s." : "Para más información de cómo configurar esto puedes consultar la %sdocumentación%s." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/core/l10n/es_UY.js b/core/l10n/es_UY.js index 48a3964da4..91a4361f88 100644 --- a/core/l10n/es_UY.js +++ b/core/l10n/es_UY.js @@ -288,6 +288,9 @@ OC.L10N.register( "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.", "Updated \"%s\" to %s" : "Actualizando \"%s\" a %s", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -300,18 +303,15 @@ OC.L10N.register( "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", - "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:" + "Thank you for your patience." : "Gracias por tu paciencia." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es_UY.json b/core/l10n/es_UY.json index da440ee856..9949820ba7 100644 --- a/core/l10n/es_UY.json +++ b/core/l10n/es_UY.json @@ -286,6 +286,9 @@ "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.", "Updated \"%s\" to %s" : "Actualizando \"%s\" a %s", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", "Error setting expiration date" : "Se presentó un error al establecer la fecha de expiración", "The public link will expire no later than {days} days after it is created" : "La liga pública expirará a los {days} días de haber sido creada", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha compartido mediante una liga", @@ -298,18 +301,15 @@ "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", "Stay logged in" : "Mantener la sesión abierta", + "Back to log in" : "Regresar al inicio de sesión", "Alternative Logins" : "Accesos Alternativos", + "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", "Alternative login using app token" : "Inicio de sesión alternativo usando la ficha de la aplicación", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada está habilitada para tu cuenta. Favor de autenticarte usando un segundo factor. ", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:", "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", "%s will be updated to version %s" : "%s será actualizado a la versión %s", "This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ", - "Thank you for your patience." : "Gracias por tu paciencia.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP no puede leer /dev/urandom y no se recomienda por razones de seguridad. Puedes encontrar más información en la documentación.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "El encabezado HTTP \"Strict-Transport-Security\" no está configurado a al menos \"{seconds}\" segundos. Para una seguridad mejorada, se recomienda configurar el HSTS como se describe en los consejos de seguridad.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Accediendo al sitio de forma insegura vía HTTP. Se recomienda configurar el servidor para, en su lugar, requerir HTTPS, como se describe en los consejos de seguridad.", - "Back to log in" : "Regresar al inicio de sesión", - "You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependiendo de tu configuración, este botón podría funcionar también para confiar en el dominio:" + "Thank you for your patience." : "Gracias por tu paciencia." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/et_EE.js b/core/l10n/et_EE.js index 3fd69ab96a..1f75d6e1be 100644 --- a/core/l10n/et_EE.js +++ b/core/l10n/et_EE.js @@ -281,13 +281,13 @@ OC.L10N.register( "The specified document has not been found on the server." : "Määratud dokumenti serverist ei leitud.", "You can click here to return to %s." : "%s tagasi minemiseks võid sa siia klikkida.", "Stay logged in" : "Püsi sisselogituna", + "Back to log in" : "Tagasi sisselogimise lehele", "Alternative Logins" : "Alternatiivsed sisselogimisviisid", + "You are about to grant %s access to your %s account." : "Sa oled andmas %s ligipääsu oma %s kontole.", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Täiustatud turvalisus on teie konto jaoks lubatud. Palun autentida teise teguri abil.", "Add \"%s\" as trusted domain" : "Lisa \"%s\" usaldusväärse domeenina", "%s will be updated to version %s" : "%s uuendatakse versioonile %s", "This page will refresh itself when the %s instance is available again." : "Se leht laetakse uuesti, kui %s instantsi on uuesti saadaval.", - "Thank you for your patience." : "Täname kannatlikkuse eest.", - "Back to log in" : "Tagasi sisselogimise lehele", - "You are about to grant %s access to your %s account." : "Sa oled andmas %s ligipääsu oma %s kontole." + "Thank you for your patience." : "Täname kannatlikkuse eest." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/et_EE.json b/core/l10n/et_EE.json index c63a4bcb06..a73536cb28 100644 --- a/core/l10n/et_EE.json +++ b/core/l10n/et_EE.json @@ -279,13 +279,13 @@ "The specified document has not been found on the server." : "Määratud dokumenti serverist ei leitud.", "You can click here to return to %s." : "%s tagasi minemiseks võid sa siia klikkida.", "Stay logged in" : "Püsi sisselogituna", + "Back to log in" : "Tagasi sisselogimise lehele", "Alternative Logins" : "Alternatiivsed sisselogimisviisid", + "You are about to grant %s access to your %s account." : "Sa oled andmas %s ligipääsu oma %s kontole.", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Täiustatud turvalisus on teie konto jaoks lubatud. Palun autentida teise teguri abil.", "Add \"%s\" as trusted domain" : "Lisa \"%s\" usaldusväärse domeenina", "%s will be updated to version %s" : "%s uuendatakse versioonile %s", "This page will refresh itself when the %s instance is available again." : "Se leht laetakse uuesti, kui %s instantsi on uuesti saadaval.", - "Thank you for your patience." : "Täname kannatlikkuse eest.", - "Back to log in" : "Tagasi sisselogimise lehele", - "You are about to grant %s access to your %s account." : "Sa oled andmas %s ligipääsu oma %s kontole." + "Thank you for your patience." : "Täname kannatlikkuse eest." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/eu.js b/core/l10n/eu.js index 9aaf5cb09b..e138db8b73 100644 --- a/core/l10n/eu.js +++ b/core/l10n/eu.js @@ -280,13 +280,13 @@ OC.L10N.register( "You can click here to return to %s." : "Hemen klika dezakezu %sra itzultzeko.", "Stay logged in" : "Ez amaitu saioa", "Alternative Logins" : "Beste erabiltzaile izenak", + "You are about to grant %s access to your %s account." : "%s kontuari %sra sarbidea emango diozu", "Alternative login using app token" : "Ordezko saio-hasiera aplikazio-tokena erabilta", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Hobetutako segurtasuna dago gaituta zure kontuan. Mesedez, autentifikatu bigarren faktore bat erabiliz.", + "Depending on your configuration, this button could also work to trust the domain:" : "Zure konfigurazioaren arabera, botoi hau domeinua konfidantzazkoa bezala markatzeko balio du", "Add \"%s\" as trusted domain" : "Gehitu \"%s\" domeinu fidagarri gisa", "%s will be updated to version %s" : "%s %s bertsiora eguneratuko da", "This page will refresh itself when the %s instance is available again." : "Orri honek bere burua eguneratuko du %s instantzia berriz prest dagoenean.", - "Thank you for your patience." : "Milesker zure patzientziagatik.", - "You are about to grant %s access to your %s account." : "%s kontuari %sra sarbidea emango diozu", - "Depending on your configuration, this button could also work to trust the domain:" : "Zure konfigurazioaren arabera, botoi hau domeinua konfidantzazkoa bezala markatzeko balio du" + "Thank you for your patience." : "Milesker zure patzientziagatik." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/eu.json b/core/l10n/eu.json index 4fc7326415..2cfd1b565a 100644 --- a/core/l10n/eu.json +++ b/core/l10n/eu.json @@ -278,13 +278,13 @@ "You can click here to return to %s." : "Hemen klika dezakezu %sra itzultzeko.", "Stay logged in" : "Ez amaitu saioa", "Alternative Logins" : "Beste erabiltzaile izenak", + "You are about to grant %s access to your %s account." : "%s kontuari %sra sarbidea emango diozu", "Alternative login using app token" : "Ordezko saio-hasiera aplikazio-tokena erabilta", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Hobetutako segurtasuna dago gaituta zure kontuan. Mesedez, autentifikatu bigarren faktore bat erabiliz.", + "Depending on your configuration, this button could also work to trust the domain:" : "Zure konfigurazioaren arabera, botoi hau domeinua konfidantzazkoa bezala markatzeko balio du", "Add \"%s\" as trusted domain" : "Gehitu \"%s\" domeinu fidagarri gisa", "%s will be updated to version %s" : "%s %s bertsiora eguneratuko da", "This page will refresh itself when the %s instance is available again." : "Orri honek bere burua eguneratuko du %s instantzia berriz prest dagoenean.", - "Thank you for your patience." : "Milesker zure patzientziagatik.", - "You are about to grant %s access to your %s account." : "%s kontuari %sra sarbidea emango diozu", - "Depending on your configuration, this button could also work to trust the domain:" : "Zure konfigurazioaren arabera, botoi hau domeinua konfidantzazkoa bezala markatzeko balio du" + "Thank you for your patience." : "Milesker zure patzientziagatik." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/fi.js b/core/l10n/fi.js index 91b9600350..6f51168c58 100644 --- a/core/l10n/fi.js +++ b/core/l10n/fi.js @@ -324,20 +324,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (3. osapuolen)", "There was an error loading your contacts" : "Virhe yhteystietojasi ladattaessa", "There were problems with the code integrity check. More information…" : "Eheystarkistus tuotti ongelmia. Lisätietoja…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Web-palvelintasi ei ole määritetty oikein tiedostojen synkronoinnin sallimiseksi, koska WebDAV-liitäntä vaikuttaa olevan rikki.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "HTTP-palvelinta ei ole määritelty oikein tunnistamaan osoitetta \"{url}\". Lisätietoja ohjeissa.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Välimuistia ei ole määritelty. Suorituskykyä parantaaksesi, määrittele memcache, jos käytettävissä. Lisätietoja saat ohjeista.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom ei ole PHP:n luettavissa. Tämä ei ole suositeltavaa tietoturvasyistä. Lisätietoja ohjeissa.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Käytössä on PHP {version}. Suosittelemme päivittämään PHP:n hyötyäksesi PHP Group:n suorituskyky- ja tietoturvapäivityksistä niin pian kuin jakelusi sitä tukee.", - "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 memcached wiki about both modules." : "Memcached on määritelty hajautetuksi välimuistiksi, mutta väärä PHP-moduli \"memcache\" on asennettu. \\OC\\Memcache\\Memcached tukee vain modulia \"memcached\", mutta ei modulia \"memcache\". Katso memcached wikiä molemmista moduleista.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Jotkin tiedostot eivät läpäisseet eheystarkistusta. Katso lisätietoa ongelman korjaamiseksi ohjeista. (Listaa virheelliset tiedostot… / Skannaa uudelleen…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP Opcache ei ole määritelty oikein. Suosittelemme käyttämään paremman suorituskyvyn saavuttamiseksi ↗ seuraavia asetuksia php.ini-asetustiedostossa:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP-funktio \"set_time_limit\" ei ole käytettävissä. Tämä saattaa johtaa siihen, että skriptien suoritus jää puolitiehen, ja seurauksena on Nextcloud-asennuksen rikkoutuminen. On suositeltavaa ottaa kyseinen funktio käyttöön.", - "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." : "Data-hakemistosi ja tiedostosi ovat luultavasti käytettävissä suoraan Internetistä. .htaccess-tiedosto ei toimi oikein. Suosittelemme määrittämään HTTP-palvelimen asetukset siten, ettei data-hakemisto ole suoraan käytettävissä Internetistä tai siirtämään data-hakemiston HTTP-palvelimen juurihakemiston ulkopuolelle.", - "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." : "HTTP-header \"{header}\" ei ole määritetty vastaamaan arvoa \"{expected}\". Kyseessä on mahdollinen tietoturvaan tai -suojaan liittyvä riski, joten on suositeltavaa muuttaa asetuksen arvoa.", - "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 security tips." : "HTTP-header \"Strict-Transport-Security\" ei ole määritelty vähintään \"{seconds}\" sekuntiin. Paremman tietoturvan vuoksi on suositeltavaa määritellä HSTS, kuten tietoturvavinkeissä neuvotaan.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Käytät sivustoa HTTP-yhteydellä. On suositeltavaa, että palvelin vaatii HTTPS-yhteyden, kuten tietoturvavinkeissä neuvotaan.", - "Shared with {recipients}" : "Jaettu henkilöiden {recipients} kanssa", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom ei ole PHP:n luettavissa. Tämä ei ole suositeltavaa tietoturvasyistä. Lisätietoja ohjeissa.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP:ssäsi ei ole freetype-tukea. Tämä johtaa rikkinäisiin profiilikuviin ja rikkinäiseen asetuskäyttöliittymään.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "HTTP-header \"Strict-Transport-Security\" ei ole määritelty vähintään \"{seconds}\" sekuntiin. Paremman tietoturvan vuoksi on suositeltavaa määritellä HSTS:n, kuten tietoturvavinkeissä neuvotaan.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Käytät sivustoa HTTP-yhteydellä. On suositeltavaa, että palvelin vaatiii HTTPS-yhteyden, kuten tietoturvavinkeissä neuvotaan.", "Error setting expiration date" : "Virhe vanhenemispäivää asetettaessa", "The public link will expire no later than {days} days after it is created" : "Julkinen linkki vanhenee {days} päivän jälkeen sen luomisesta", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} jakoi linkillä", @@ -349,30 +339,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Jaa muille kirjoittamalla käyttäjä, ryhmä tai sähköpostiosoite.", "The specified document has not been found on the server." : "Määritettyä asiakirjaa ei löytynyt palvelimelta.", "You can click here to return to %s." : "Napsauta tästä palataksesi %siin.", - "The server encountered an internal error and was unable to complete your request." : "Palvelimella tapahtui sisäinen virhe, eikä pyyntöäsi voitu käsitellä.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Ota yhteys palvelimen ylläpitäjään, jos tämä virhe ilmenee useita kertoja. Sisällytä alla olevat tekniset tiedot ilmoitukseesi.", - "For information how to properly configure your server, please see the documentation." : "Lisätietoja palvelimen kunnollisista asetuksista on ohjeissa.", - "This action requires you to confirm your password:" : "Tämä toiminto vaatii, että vahvistat salasanasi:", - "Wrong password. Reset it?" : "Väärä salasana. Nollataanko se?", "Stay logged in" : "Pysy sisäänkirjautuneena", + "Back to log in" : "Palaa kirjautumiseen", "Alternative Logins" : "Vaihtoehtoiset kirjautumistavat", + "You are about to grant %s access to your %s account." : "Olet antamassa lupaa laitteelle %s päästä sinun %s tilille.", "Alternative login using app token" : "Kirjaudu vaihtoehtoisella tavalla sovellusvaltuutusta käyttämällä", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Tililläsi on käytössä parannettu tietoturva. Käytä tunnistuksen toista vaihetta.", - "You are accessing the server from an untrusted domain." : "Olet yhteydessä palvelimeen epäluotettavasta verkko-osoitteesta.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Ota yhteys ylläpitoon, tai jos olet tämän palvelun ylläpitäjä, määritä \"trusted_domains\"-asetus config/config.php-tiedostossa. Esimerkkimääritys on tiedostossa config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Asetuksista riippuen, ylläpitäjänä saatat pystyä alla olevalla painikkeella lisäämään tämän verkkotunnuksen luotetuksi.", + "Depending on your configuration, this button could also work to trust the domain:" : "Asetuksista riippuen, ylläpitäjänä saatat pystyä alla olevalla painikkeella lisäämään tämän verkkotunnuksen luotetuksi.", "Add \"%s\" as trusted domain" : "Lisää \"%s\" luotetuksi verkkotunnukseksi", "%s will be updated to version %s" : "%s päivitetään versioon %s", - "For help, see the documentation." : "Jos tarvitset apua, katso ohjeista.", "This page will refresh itself when the %s instance is available again." : "Tämä sivu päivittää itsensä, kun %s on jälleen käytettävissä.", "Thank you for your patience." : "Kiitos kärsivällisyydestäsi.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom ei ole PHP:n luettavissa. Tämä ei ole suositeltavaa tietoturvasyistä. Lisätietoja ohjeissa.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP:ssäsi ei ole freetype-tukea. Tämä johtaa rikkinäisiin profiilikuviin ja rikkinäiseen asetuskäyttöliittymään.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "HTTP-header \"Strict-Transport-Security\" ei ole määritelty vähintään \"{seconds}\" sekuntiin. Paremman tietoturvan vuoksi on suositeltavaa määritellä HSTS:n, kuten tietoturvavinkeissä neuvotaan.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Käytät sivustoa HTTP-yhteydellä. On suositeltavaa, että palvelin vaatiii HTTPS-yhteyden, kuten tietoturvavinkeissä neuvotaan.", - "Back to log in" : "Palaa kirjautumiseen", - "You are about to grant %s access to your %s account." : "Olet antamassa lupaa laitteelle %s päästä sinun %s tilille.", - "Depending on your configuration, this button could also work to trust the domain:" : "Asetuksista riippuen, ylläpitäjänä saatat pystyä alla olevalla painikkeella lisäämään tämän verkkotunnuksen luotetuksi.", "Copy URL" : "Kopioi osoite", "Enable" : "Ota käyttöön" }, diff --git a/core/l10n/fi.json b/core/l10n/fi.json index 07f38e1609..8a1f7c0ec6 100644 --- a/core/l10n/fi.json +++ b/core/l10n/fi.json @@ -322,20 +322,10 @@ "%s (3rdparty)" : "%s (3. osapuolen)", "There was an error loading your contacts" : "Virhe yhteystietojasi ladattaessa", "There were problems with the code integrity check. More information…" : "Eheystarkistus tuotti ongelmia. Lisätietoja…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Web-palvelintasi ei ole määritetty oikein tiedostojen synkronoinnin sallimiseksi, koska WebDAV-liitäntä vaikuttaa olevan rikki.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "HTTP-palvelinta ei ole määritelty oikein tunnistamaan osoitetta \"{url}\". Lisätietoja ohjeissa.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Välimuistia ei ole määritelty. Suorituskykyä parantaaksesi, määrittele memcache, jos käytettävissä. Lisätietoja saat ohjeista.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom ei ole PHP:n luettavissa. Tämä ei ole suositeltavaa tietoturvasyistä. Lisätietoja ohjeissa.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Käytössä on PHP {version}. Suosittelemme päivittämään PHP:n hyötyäksesi PHP Group:n suorituskyky- ja tietoturvapäivityksistä niin pian kuin jakelusi sitä tukee.", - "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 memcached wiki about both modules." : "Memcached on määritelty hajautetuksi välimuistiksi, mutta väärä PHP-moduli \"memcache\" on asennettu. \\OC\\Memcache\\Memcached tukee vain modulia \"memcached\", mutta ei modulia \"memcache\". Katso memcached wikiä molemmista moduleista.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Jotkin tiedostot eivät läpäisseet eheystarkistusta. Katso lisätietoa ongelman korjaamiseksi ohjeista. (Listaa virheelliset tiedostot… / Skannaa uudelleen…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP Opcache ei ole määritelty oikein. Suosittelemme käyttämään paremman suorituskyvyn saavuttamiseksi ↗ seuraavia asetuksia php.ini-asetustiedostossa:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP-funktio \"set_time_limit\" ei ole käytettävissä. Tämä saattaa johtaa siihen, että skriptien suoritus jää puolitiehen, ja seurauksena on Nextcloud-asennuksen rikkoutuminen. On suositeltavaa ottaa kyseinen funktio käyttöön.", - "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." : "Data-hakemistosi ja tiedostosi ovat luultavasti käytettävissä suoraan Internetistä. .htaccess-tiedosto ei toimi oikein. Suosittelemme määrittämään HTTP-palvelimen asetukset siten, ettei data-hakemisto ole suoraan käytettävissä Internetistä tai siirtämään data-hakemiston HTTP-palvelimen juurihakemiston ulkopuolelle.", - "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." : "HTTP-header \"{header}\" ei ole määritetty vastaamaan arvoa \"{expected}\". Kyseessä on mahdollinen tietoturvaan tai -suojaan liittyvä riski, joten on suositeltavaa muuttaa asetuksen arvoa.", - "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 security tips." : "HTTP-header \"Strict-Transport-Security\" ei ole määritelty vähintään \"{seconds}\" sekuntiin. Paremman tietoturvan vuoksi on suositeltavaa määritellä HSTS, kuten tietoturvavinkeissä neuvotaan.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Käytät sivustoa HTTP-yhteydellä. On suositeltavaa, että palvelin vaatii HTTPS-yhteyden, kuten tietoturvavinkeissä neuvotaan.", - "Shared with {recipients}" : "Jaettu henkilöiden {recipients} kanssa", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom ei ole PHP:n luettavissa. Tämä ei ole suositeltavaa tietoturvasyistä. Lisätietoja ohjeissa.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP:ssäsi ei ole freetype-tukea. Tämä johtaa rikkinäisiin profiilikuviin ja rikkinäiseen asetuskäyttöliittymään.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "HTTP-header \"Strict-Transport-Security\" ei ole määritelty vähintään \"{seconds}\" sekuntiin. Paremman tietoturvan vuoksi on suositeltavaa määritellä HSTS:n, kuten tietoturvavinkeissä neuvotaan.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Käytät sivustoa HTTP-yhteydellä. On suositeltavaa, että palvelin vaatiii HTTPS-yhteyden, kuten tietoturvavinkeissä neuvotaan.", "Error setting expiration date" : "Virhe vanhenemispäivää asetettaessa", "The public link will expire no later than {days} days after it is created" : "Julkinen linkki vanhenee {days} päivän jälkeen sen luomisesta", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} jakoi linkillä", @@ -347,30 +337,17 @@ "Share with other people by entering a user or group or an email address." : "Jaa muille kirjoittamalla käyttäjä, ryhmä tai sähköpostiosoite.", "The specified document has not been found on the server." : "Määritettyä asiakirjaa ei löytynyt palvelimelta.", "You can click here to return to %s." : "Napsauta tästä palataksesi %siin.", - "The server encountered an internal error and was unable to complete your request." : "Palvelimella tapahtui sisäinen virhe, eikä pyyntöäsi voitu käsitellä.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Ota yhteys palvelimen ylläpitäjään, jos tämä virhe ilmenee useita kertoja. Sisällytä alla olevat tekniset tiedot ilmoitukseesi.", - "For information how to properly configure your server, please see the documentation." : "Lisätietoja palvelimen kunnollisista asetuksista on ohjeissa.", - "This action requires you to confirm your password:" : "Tämä toiminto vaatii, että vahvistat salasanasi:", - "Wrong password. Reset it?" : "Väärä salasana. Nollataanko se?", "Stay logged in" : "Pysy sisäänkirjautuneena", + "Back to log in" : "Palaa kirjautumiseen", "Alternative Logins" : "Vaihtoehtoiset kirjautumistavat", + "You are about to grant %s access to your %s account." : "Olet antamassa lupaa laitteelle %s päästä sinun %s tilille.", "Alternative login using app token" : "Kirjaudu vaihtoehtoisella tavalla sovellusvaltuutusta käyttämällä", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Tililläsi on käytössä parannettu tietoturva. Käytä tunnistuksen toista vaihetta.", - "You are accessing the server from an untrusted domain." : "Olet yhteydessä palvelimeen epäluotettavasta verkko-osoitteesta.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Ota yhteys ylläpitoon, tai jos olet tämän palvelun ylläpitäjä, määritä \"trusted_domains\"-asetus config/config.php-tiedostossa. Esimerkkimääritys on tiedostossa config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Asetuksista riippuen, ylläpitäjänä saatat pystyä alla olevalla painikkeella lisäämään tämän verkkotunnuksen luotetuksi.", + "Depending on your configuration, this button could also work to trust the domain:" : "Asetuksista riippuen, ylläpitäjänä saatat pystyä alla olevalla painikkeella lisäämään tämän verkkotunnuksen luotetuksi.", "Add \"%s\" as trusted domain" : "Lisää \"%s\" luotetuksi verkkotunnukseksi", "%s will be updated to version %s" : "%s päivitetään versioon %s", - "For help, see the documentation." : "Jos tarvitset apua, katso ohjeista.", "This page will refresh itself when the %s instance is available again." : "Tämä sivu päivittää itsensä, kun %s on jälleen käytettävissä.", "Thank you for your patience." : "Kiitos kärsivällisyydestäsi.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom ei ole PHP:n luettavissa. Tämä ei ole suositeltavaa tietoturvasyistä. Lisätietoja ohjeissa.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP:ssäsi ei ole freetype-tukea. Tämä johtaa rikkinäisiin profiilikuviin ja rikkinäiseen asetuskäyttöliittymään.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "HTTP-header \"Strict-Transport-Security\" ei ole määritelty vähintään \"{seconds}\" sekuntiin. Paremman tietoturvan vuoksi on suositeltavaa määritellä HSTS:n, kuten tietoturvavinkeissä neuvotaan.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Käytät sivustoa HTTP-yhteydellä. On suositeltavaa, että palvelin vaatiii HTTPS-yhteyden, kuten tietoturvavinkeissä neuvotaan.", - "Back to log in" : "Palaa kirjautumiseen", - "You are about to grant %s access to your %s account." : "Olet antamassa lupaa laitteelle %s päästä sinun %s tilille.", - "Depending on your configuration, this button could also work to trust the domain:" : "Asetuksista riippuen, ylläpitäjänä saatat pystyä alla olevalla painikkeella lisäämään tämän verkkotunnuksen luotetuksi.", "Copy URL" : "Kopioi osoite", "Enable" : "Ota käyttöön" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/core/l10n/fr.js b/core/l10n/fr.js index 97f390e96a..6be487a312 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -370,22 +370,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (origine tierce)", "There was an error loading your contacts" : "Il y a eu une erreur lors du chargement de vos contacts", "There were problems with the code integrity check. More information…" : "Il y a eu des problèmes à la vérification de l’intégrité du code. Plus d'infos...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Votre serveur web n'est pas correctement configuré pour permettre la synchronisation de fichiers car l'interface WebDAV semble ne pas fonctionner.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Votre serveur web n'est pas configuré correctement pour résoudre \"{url}\". Plus d'informations peuvent être trouvées dans notre documentation.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Ce serveur ne peut se connecter à Internet : plusieurs point finaux ne peuvent être atteints. Cela signifie que certaines fonctionnalités, telles que le montage de supports de stockage distants, les notifications de mises à jour ou l'installation d'applications tierces ne fonctionneront pas. L'accès aux fichiers à distance, ainsi que l'envoi de notifications par mail peuvent aussi être indisponibles. Il est recommandé d'activer la connexion internet pour ce serveur si vous souhaitez disposer de l'ensemble des fonctionnalités offertes.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Aucun cache mémoire n'est configuré. Si possible, configurez un \"memcache\" pour améliorer les performances. Pour plus d'informations, consultez la documentation.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom n'est pas lisible par PHP, ce qui est fortement déconseillé pour des raisons de sécurité. Pour plus d'informations, consultez la documentation.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Vous utilisez actuellement PHP {version}. Nous vous encourageons à mettre à jour votre version de PHP afin de tirer avantage des améliorations liées à la performance et la sécurité fournies par le PHP Group, dès que votre distribution le supportera.", - "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 documentation." : "La configuration des en-têtes du reverse proxy est incorrecte, ou vous accédez Nextcloud depuis un proxy de confiance. Si vous n'accédez pas à Nextcloud depuis un proxy de confiance, ceci est un problème de sécurité et peut permettre à un attaquant de falsifier son adresse IP comme visible à Nextcloud. Plus d'informations dans notre documentation.", - "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 memcached wiki about both modules." : "Memcached est configuré comme cache distribué, mais le mauvais module PHP est installé. \\OC\\Memcache\\Memcached ne prend en charge que \"memcached\" et non \"memcache\". Consulter le wiki de memcached à propos de ces deux modules.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Des fichiers n'ont pas passé la vérification d’intégrité. Plus d'information sur comment résoudre ce problème dans notre documentation. (Liste des fichiers invalides… / Relancer le scan…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "Le PHP OPcache n'est pas correctement configuré. Pour de meilleure performance nous recommandons d'utiliser les paramètres suivant dans le php.ini :", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fonction PHP \"set_time_limit\" n'est pas disponible. Cela pourrait entraîner l'arrêt des scripts à mi-exécution interrompant votre installation. Nous vous recommandons vivement d'activer cette fonction.", - "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 \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our security tips." : "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 conseils de sécurisation.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Vous accédez à ce site via HTTP. Nous vous recommandons fortement de configurer votre serveur pour forcer l'utilisation du HTTPS, comme expliqué dans nos conseils de sécurisation.", - "Shared with {recipients}" : "Partagé avec {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom n'est pas lisible par PHP, ce qui est fortement déconseillé pour des raisons de sécurité. Vous trouverez plus d'informations dans la documentation.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Votre version de PHP n'est pas prise en charge par freetype. Cela se traduira par des images de profil et une interface des paramètres cassées.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "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 conseils de sécurisation.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "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 conseils de sécurisation.", "Error setting expiration date" : "Erreur lors de la configuration de la date d'expiration", "The public link will expire no later than {days} days after it is created" : "Ce lien public expirera dans {days} jours après sa création.", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} a partagé via un lien", @@ -397,31 +385,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Partager avec d'autres personnes en indiquant un utilisateur, un groupe ou une adresse email.", "The specified document has not been found on the server." : "Impossible de trouver le document spécifié sur le serveur.", "You can click here to return to %s." : "Vous pouvez cliquer ici pour retourner à %s.", - "The server encountered an internal error and was unable to complete your request." : "Le serveur a rencontré une erreur interne et est incapable d'exécuter votre requête.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Veuillez contacter l'administrateur du serveur si cette erreur apparaît plusieurs fois. Veuillez joindre les détails techniques ci-dessous dans votre rapport.", - "For information how to properly configure your server, please see the documentation." : "Pour savoir comment configurer correctement votre serveur, veuillez lire la documentation.", - "This action requires you to confirm your password:" : "Cette action nécessite que vous confirmiez votre mot de passe :", - "Wrong password. Reset it?" : "Mot de passe incorrect. Réinitialiser ?", "Stay logged in" : "Rester connecté", + "Back to log in" : "Retour à la page de connexion", "Alternative Logins" : "Identifiants alternatifs", - "You are about to grant \"%s\" access to your %s account." : "Vous êtes sur le point d'accorder à \"%s\" l'accès à votre compte \"%s\".", + "You are about to grant %s access to your %s account." : "Vous êtes sur le point d'accorder à \"%s\" l'accès à votre compte \"%s\".", "Alternative login using app token" : "Authentification alternative utilisant un jeton d'application", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La sécurité renforcée est activée pour votre compte. Veuillez vous authentifier en utilisant un second facteur.", - "You are accessing the server from an untrusted domain." : "Vous accédez au serveur à partir d'un domaine non approuvé.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Veuillez contacter votre administrateur. Si vous êtes un administrateur de cette instance, configurez la variable \"trusted_domains\" dans le fichier config/config.php. Un exemple de configuration est fournit dans le fichier config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "En fonction de votre configuration, en tant qu'administrateur vous pouvez également utiliser le bouton ci-dessous pour approuver ce domaine.", + "Depending on your configuration, this button could also work to trust the domain:" : "En fonction de votre configuration, ce bouton peut aussi fonctionner pour approuver ce domaine :", "Add \"%s\" as trusted domain" : "Ajouter \"%s\" à la liste des domaines approuvés", "%s will be updated to version %s" : "%s sera mis à jour vers la version %s", - "For help, see the documentation." : "Pour obtenir de l'aide, lisez la documentation.", "This page will refresh itself when the %s instance is available again." : "Cette page se rafraîchira d'elle-même lorsque l'instance %s sera à nouveau disponible.", "Thank you for your patience." : "Merci de votre patience.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom n'est pas lisible par PHP, ce qui est fortement déconseillé pour des raisons de sécurité. Vous trouverez plus d'informations dans la documentation.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Votre version de PHP n'est pas prise en charge par freetype. Cela se traduira par des images de profil et une interface des paramètres cassées.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "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 conseils de sécurisation.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "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 conseils de sécurisation.", - "Back to log in" : "Retour à la page de connexion", - "You are about to grant %s access to your %s account." : "Vous êtes sur le point d'accorder à \"%s\" l'accès à votre compte \"%s\".", - "Depending on your configuration, this button could also work to trust the domain:" : "En fonction de votre configuration, ce bouton peut aussi fonctionner pour approuver ce domaine :", "Copy URL" : "Copier l'adresse URL", "Enable" : "Activer", "{sharee} (conversation)" : "{sharee} (discussion)", diff --git a/core/l10n/fr.json b/core/l10n/fr.json index 295b3fb217..7a1cc1ab35 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -368,22 +368,10 @@ "%s (3rdparty)" : "%s (origine tierce)", "There was an error loading your contacts" : "Il y a eu une erreur lors du chargement de vos contacts", "There were problems with the code integrity check. More information…" : "Il y a eu des problèmes à la vérification de l’intégrité du code. Plus d'infos...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Votre serveur web n'est pas correctement configuré pour permettre la synchronisation de fichiers car l'interface WebDAV semble ne pas fonctionner.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Votre serveur web n'est pas configuré correctement pour résoudre \"{url}\". Plus d'informations peuvent être trouvées dans notre documentation.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Ce serveur ne peut se connecter à Internet : plusieurs point finaux ne peuvent être atteints. Cela signifie que certaines fonctionnalités, telles que le montage de supports de stockage distants, les notifications de mises à jour ou l'installation d'applications tierces ne fonctionneront pas. L'accès aux fichiers à distance, ainsi que l'envoi de notifications par mail peuvent aussi être indisponibles. Il est recommandé d'activer la connexion internet pour ce serveur si vous souhaitez disposer de l'ensemble des fonctionnalités offertes.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Aucun cache mémoire n'est configuré. Si possible, configurez un \"memcache\" pour améliorer les performances. Pour plus d'informations, consultez la documentation.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom n'est pas lisible par PHP, ce qui est fortement déconseillé pour des raisons de sécurité. Pour plus d'informations, consultez la documentation.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Vous utilisez actuellement PHP {version}. Nous vous encourageons à mettre à jour votre version de PHP afin de tirer avantage des améliorations liées à la performance et la sécurité fournies par le PHP Group, dès que votre distribution le supportera.", - "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 documentation." : "La configuration des en-têtes du reverse proxy est incorrecte, ou vous accédez Nextcloud depuis un proxy de confiance. Si vous n'accédez pas à Nextcloud depuis un proxy de confiance, ceci est un problème de sécurité et peut permettre à un attaquant de falsifier son adresse IP comme visible à Nextcloud. Plus d'informations dans notre documentation.", - "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 memcached wiki about both modules." : "Memcached est configuré comme cache distribué, mais le mauvais module PHP est installé. \\OC\\Memcache\\Memcached ne prend en charge que \"memcached\" et non \"memcache\". Consulter le wiki de memcached à propos de ces deux modules.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Des fichiers n'ont pas passé la vérification d’intégrité. Plus d'information sur comment résoudre ce problème dans notre documentation. (Liste des fichiers invalides… / Relancer le scan…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "Le PHP OPcache n'est pas correctement configuré. Pour de meilleure performance nous recommandons d'utiliser les paramètres suivant dans le php.ini :", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fonction PHP \"set_time_limit\" n'est pas disponible. Cela pourrait entraîner l'arrêt des scripts à mi-exécution interrompant votre installation. Nous vous recommandons vivement d'activer cette fonction.", - "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 \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our security tips." : "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 conseils de sécurisation.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Vous accédez à ce site via HTTP. Nous vous recommandons fortement de configurer votre serveur pour forcer l'utilisation du HTTPS, comme expliqué dans nos conseils de sécurisation.", - "Shared with {recipients}" : "Partagé avec {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom n'est pas lisible par PHP, ce qui est fortement déconseillé pour des raisons de sécurité. Vous trouverez plus d'informations dans la documentation.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Votre version de PHP n'est pas prise en charge par freetype. Cela se traduira par des images de profil et une interface des paramètres cassées.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "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 conseils de sécurisation.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "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 conseils de sécurisation.", "Error setting expiration date" : "Erreur lors de la configuration de la date d'expiration", "The public link will expire no later than {days} days after it is created" : "Ce lien public expirera dans {days} jours après sa création.", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} a partagé via un lien", @@ -395,31 +383,17 @@ "Share with other people by entering a user or group or an email address." : "Partager avec d'autres personnes en indiquant un utilisateur, un groupe ou une adresse email.", "The specified document has not been found on the server." : "Impossible de trouver le document spécifié sur le serveur.", "You can click here to return to %s." : "Vous pouvez cliquer ici pour retourner à %s.", - "The server encountered an internal error and was unable to complete your request." : "Le serveur a rencontré une erreur interne et est incapable d'exécuter votre requête.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Veuillez contacter l'administrateur du serveur si cette erreur apparaît plusieurs fois. Veuillez joindre les détails techniques ci-dessous dans votre rapport.", - "For information how to properly configure your server, please see the documentation." : "Pour savoir comment configurer correctement votre serveur, veuillez lire la documentation.", - "This action requires you to confirm your password:" : "Cette action nécessite que vous confirmiez votre mot de passe :", - "Wrong password. Reset it?" : "Mot de passe incorrect. Réinitialiser ?", "Stay logged in" : "Rester connecté", + "Back to log in" : "Retour à la page de connexion", "Alternative Logins" : "Identifiants alternatifs", - "You are about to grant \"%s\" access to your %s account." : "Vous êtes sur le point d'accorder à \"%s\" l'accès à votre compte \"%s\".", + "You are about to grant %s access to your %s account." : "Vous êtes sur le point d'accorder à \"%s\" l'accès à votre compte \"%s\".", "Alternative login using app token" : "Authentification alternative utilisant un jeton d'application", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La sécurité renforcée est activée pour votre compte. Veuillez vous authentifier en utilisant un second facteur.", - "You are accessing the server from an untrusted domain." : "Vous accédez au serveur à partir d'un domaine non approuvé.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Veuillez contacter votre administrateur. Si vous êtes un administrateur de cette instance, configurez la variable \"trusted_domains\" dans le fichier config/config.php. Un exemple de configuration est fournit dans le fichier config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "En fonction de votre configuration, en tant qu'administrateur vous pouvez également utiliser le bouton ci-dessous pour approuver ce domaine.", + "Depending on your configuration, this button could also work to trust the domain:" : "En fonction de votre configuration, ce bouton peut aussi fonctionner pour approuver ce domaine :", "Add \"%s\" as trusted domain" : "Ajouter \"%s\" à la liste des domaines approuvés", "%s will be updated to version %s" : "%s sera mis à jour vers la version %s", - "For help, see the documentation." : "Pour obtenir de l'aide, lisez la documentation.", "This page will refresh itself when the %s instance is available again." : "Cette page se rafraîchira d'elle-même lorsque l'instance %s sera à nouveau disponible.", "Thank you for your patience." : "Merci de votre patience.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom n'est pas lisible par PHP, ce qui est fortement déconseillé pour des raisons de sécurité. Vous trouverez plus d'informations dans la documentation.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Votre version de PHP n'est pas prise en charge par freetype. Cela se traduira par des images de profil et une interface des paramètres cassées.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "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 conseils de sécurisation.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "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 conseils de sécurisation.", - "Back to log in" : "Retour à la page de connexion", - "You are about to grant %s access to your %s account." : "Vous êtes sur le point d'accorder à \"%s\" l'accès à votre compte \"%s\".", - "Depending on your configuration, this button could also work to trust the domain:" : "En fonction de votre configuration, ce bouton peut aussi fonctionner pour approuver ce domaine :", "Copy URL" : "Copier l'adresse URL", "Enable" : "Activer", "{sharee} (conversation)" : "{sharee} (discussion)", diff --git a/core/l10n/he.js b/core/l10n/he.js index 3a77ba3f38..67de5f0986 100644 --- a/core/l10n/he.js +++ b/core/l10n/he.js @@ -334,22 +334,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (צד־שלישי)", "There was an error loading your contacts" : "אירעה שגיאה בעת טעינת אנשי הקשר שלך", "There were problems with the code integrity check. More information…" : "קיימות בעיות עם בדיקת תקינות קוד. למידע נוסף…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "השרת שלך לא מוגדר עדיין לאפשר סנכרון קבצים כיוון שמנשק ה־WebDAV פגום ככל הנראה.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "השרת שלך לא מוגדר לפתור את הכתובת „{url}”. ניתן למצוא מידע נוסף בתיעוד שלנו.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "לשרת זה אין חיבור לאינטרנט: מגוון נקודות קצה אינן נגישות. משמעות הדבר היא שחלק מהתכונות כגון עיגון אחסון חיצוני, הודעות על עדכונים או התקנות של יישומי צד שלישי לא יעבדו. גישה לקבצים מרחוק ושליחת הודעות בדוא״ל לא יעבדו גם כן. אנו ממליצים להפעיל את החיבור של השרת הזה לאינטרנט כדי שכל התכונות תעבודנה.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "לא הוגדר זיכרון מטמון. כדי לשפר את הביצועים שלך נא להגדיר memcache אם יש אחד כזה. ניתן למצוא מידע נוסף בתיעוד שלנו.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "אי אפשר לקרוא את /dev/urandom באמצעות PHP, מצב מאוד לא מומלץ מטעמי אבטחה. ניתן למצוא מידע נוסף בתיעוד שלנו.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "כרגע המערכת מריצה PHP {version}. מומלץ מאוד לשדרג את גרסת ה- PHP vשלך כדי לנצל את עדכוני הביצועים והאבטחה המופקים על ידי קבוצת ה- PHP ברגע שההפצה אליך תתמוך בזה.", - "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 documentation." : "תצורת הכותרות של המתווך ההפוך שגויה או שהגישה שלך אל Nextcloud מתבצעת ממתווך מהימן. אם לא ניגשת ל־Nextcloud ממתווך מהימן, מדובר בפרצת אבטחה שיכולה לאפשר לתוקף לזייף כתובת IP כפי שהיא מיוצגת מול ה־Nextcloud. ניתן למצוא מידע נוסף בתיעוד שלנו.", - "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 memcached wiki about both modules." : "Memcached מוגדר כמטמון מופץ, אבל מודול ה־PHP השגוי המותקן הוא „memcache”.‏ ‎\\OC\\Memcache\\Memcached תומך רק ב־„memcached” ולא ב־ „memcache”. ניתן לצפות בוויקי של memcached לגבי שני המודולים.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "חלק מהקבצים לא עברו את בדיקת השלמות. ניתן למצוא מידע נוסף על אופן הפתרון של תקלה זו בתיעוד שלנו. (רשימת קבצים שגויים… / סריקה מחדש…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "ה־OPcache של PHP אינו מוגדר כראוי. לשיפור הביצועים אנו ממליצים להשתמש בהגדרות הבאות בקובץ php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "פונקציית ה־PHP‏ „set_time_limit” אינה זמינה. מצב זה עשוי לגרום לעצירת סקריפטים באמצע הפעולה ולפגיעה בהתקנה שלך. אנו ממליצים בחום להפעיל את התכונה הזאת.", - "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." : "תיקיית הנתונים שלך והקבצים שלך כנראה נגישים דרך האינטרנט. קובץ ה־‎.htaccess אינו עובד. מומלץ בחום להגדיר את השרת שלך כך שתיקיית הנתונים אינה נגישה עוד או לחלופין להעביר את תיקיית הנתונים אל מחוץ לתיקיית השורש של שירות אירוח האתרים.", - "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." : "כותרת ה־HTTP‏ „{header}” אינה מוגדרת כך שתהיה שווה לערך „{expected}”. מדובר בפרצת אבטחה או פרטיות פוטנציאלית ואנו ממליצים להתאים את ההגדרה הזאת בהתאם.", - "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 security tips." : "כותרת ה־HTTP בשם „Strict-Transport-Security” אינה מוגדרת עד לפחות „{seconds}” שניות. לטובת אבטחה מוגברת אנו ממליצים להפעיל HSTS כפי שמתואר בעצות האבטחה שלנו.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "הגישה שלך לאתר זה מתבצעת דרך HTTP. אנו ממליצים בחום להגדיר את השרת שלך לדרוש HTTPS במקום כפי שמתואר בעצות האבטחה שלנו.", - "Shared with {recipients}" : "משותף עם {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "ל־PHP אין אפשרות לקרוא את /dev/urandom שזה מצב די מומלץ יחסית מטעמי אבטחה. ניתן למצוא מידע נוסף בתיעוד.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "ל־PHP שלך אין תמיכה ב־freetype. מצב כזה יגרום לתמונות פרופיל משובשות לצד מנשק הגדרות משובש.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "כותרת ה־HTTP בשם „Strict-Transport-Security” אינה מוגדרת עד לפחות „{seconds}” שניות. לטובת אבטחה מוגברת אנו ממליצים להפעיל HSTS כפי שמתואר בעצות האבטחה שלנו.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "גישה לאתר באופן בלתי מאובטח דרך HTTP. המלצתנו היא להגדיר את השרת שלך כדי לדרוש חיבור HTTPS במקום, כפי שמתואר בעצות האבטחה.", "Error setting expiration date" : "אירעה שגיאה בעת הגדרת תאריך התפוגה", "The public link will expire no later than {days} days after it is created" : "הקישור הציבורי יפוג עד {days} ימים לאחר שנוצר", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} שותף על ידי קישור", @@ -361,31 +349,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "ניתן לשתף עם אנשים אחרים על ידי הקלדת משתמש או קבוצה או כתובת דוא״ל.", "The specified document has not been found on the server." : "המסמך המבוקש לא נמצא על השרת.", "You can click here to return to %s." : "ניתן ללחוץ כאן לחזרה אל %s.", - "The server encountered an internal error and was unable to complete your request." : "השרת נתקל בשגיאה פנימית ועקב כך הבקשה שלך לא הושלמה.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "נא ליצור קשר עם מנהל השרת אם שגיאה זו מופיעה מספר פעמים, מוטב גם לכלול את הפרטים הטכניים שלהלן בדיווח שלך.", - "For information how to properly configure your server, please see the documentation." : "למידע בנוגע להגדרת השרת שלך כראוי, נא לעיין בתיעוד.", - "This action requires you to confirm your password:" : "פעולה זו דורשת ממך לאמת את הססמה שלך:", - "Wrong password. Reset it?" : "ססמה שגויה. לאפס אותה?", "Stay logged in" : "השאר מחובר", + "Back to log in" : "חזרה לכניסה", "Alternative Logins" : "כניסות אלטרנטיביות", - "You are about to grant \"%s\" access to your %s account." : "פעולה זו תעניק גישת „%s” לחשבון ה־%s שלך.", + "You are about to grant %s access to your %s account." : "פעולה זו תעניק הרשאת %s לחשבון שלך ב־%s.", "Alternative login using app token" : "כניסה חלופית באמצעות אסימון יישום", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "על החשבון שלך מופעלת אבטחה מוגברת. נא לאמת בעזרת גורם שני.", - "You are accessing the server from an untrusted domain." : "ניגשת לשרת משם מתחם בלתי מהימן.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "נא ליצור קשר עם מנהל השרת שלך. אם הרשאות הניהול לעותק זה הן בידיך, יש להגדיר את „trusted_domains” בתוך config/config.php. מצורפת תצורה לדוגמה תחת config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "בהתאם לתצורה שלך, כמנהל יתאפשר לך להשתמש בכפתור שלהלן כדי להתייחס לאתר זה כמהימן.", + "Depending on your configuration, this button could also work to trust the domain:" : "בהתאם לתצורה שלך, הכפתור הזה יכול לעבוד גם כדי לתת אמון בשם המתחם:", "Add \"%s\" as trusted domain" : "הוספת \"%s\" כשם מתחם / דומיין מהימן", "%s will be updated to version %s" : "%s יעודכן לגרסה %s", - "For help, see the documentation." : "לקבלת עזרה, יש לעיין בתיעוד.", "This page will refresh itself when the %s instance is available again." : "עמוד זה ירענן את עצמו כשהפעלת %s תהיה זמינה שוב.", "Thank you for your patience." : "תודה על הסבלנות.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "ל־PHP אין אפשרות לקרוא את /dev/urandom שזה מצב די מומלץ יחסית מטעמי אבטחה. ניתן למצוא מידע נוסף בתיעוד.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "ל־PHP שלך אין תמיכה ב־freetype. מצב כזה יגרום לתמונות פרופיל משובשות לצד מנשק הגדרות משובש.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "כותרת ה־HTTP בשם „Strict-Transport-Security” אינה מוגדרת עד לפחות „{seconds}” שניות. לטובת אבטחה מוגברת אנו ממליצים להפעיל HSTS כפי שמתואר בעצות האבטחה שלנו.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "גישה לאתר באופן בלתי מאובטח דרך HTTP. המלצתנו היא להגדיר את השרת שלך כדי לדרוש חיבור HTTPS במקום, כפי שמתואר בעצות האבטחה.", - "Back to log in" : "חזרה לכניסה", - "You are about to grant %s access to your %s account." : "פעולה זו תעניק הרשאת %s לחשבון שלך ב־%s.", - "Depending on your configuration, this button could also work to trust the domain:" : "בהתאם לתצורה שלך, הכפתור הזה יכול לעבוד גם כדי לתת אמון בשם המתחם:", "Enable" : "הפעלה", "{sharee} (conversation)" : "{sharee} (דיון)", "Please log in before granting %s access to your %s account." : "נא להיכנס בטרם מתן הרשאת %s לחשבון שלך ב־%s.", diff --git a/core/l10n/he.json b/core/l10n/he.json index bcf0a7acdd..a1c62cdb0a 100644 --- a/core/l10n/he.json +++ b/core/l10n/he.json @@ -332,22 +332,10 @@ "%s (3rdparty)" : "%s (צד־שלישי)", "There was an error loading your contacts" : "אירעה שגיאה בעת טעינת אנשי הקשר שלך", "There were problems with the code integrity check. More information…" : "קיימות בעיות עם בדיקת תקינות קוד. למידע נוסף…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "השרת שלך לא מוגדר עדיין לאפשר סנכרון קבצים כיוון שמנשק ה־WebDAV פגום ככל הנראה.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "השרת שלך לא מוגדר לפתור את הכתובת „{url}”. ניתן למצוא מידע נוסף בתיעוד שלנו.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "לשרת זה אין חיבור לאינטרנט: מגוון נקודות קצה אינן נגישות. משמעות הדבר היא שחלק מהתכונות כגון עיגון אחסון חיצוני, הודעות על עדכונים או התקנות של יישומי צד שלישי לא יעבדו. גישה לקבצים מרחוק ושליחת הודעות בדוא״ל לא יעבדו גם כן. אנו ממליצים להפעיל את החיבור של השרת הזה לאינטרנט כדי שכל התכונות תעבודנה.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "לא הוגדר זיכרון מטמון. כדי לשפר את הביצועים שלך נא להגדיר memcache אם יש אחד כזה. ניתן למצוא מידע נוסף בתיעוד שלנו.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "אי אפשר לקרוא את /dev/urandom באמצעות PHP, מצב מאוד לא מומלץ מטעמי אבטחה. ניתן למצוא מידע נוסף בתיעוד שלנו.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "כרגע המערכת מריצה PHP {version}. מומלץ מאוד לשדרג את גרסת ה- PHP vשלך כדי לנצל את עדכוני הביצועים והאבטחה המופקים על ידי קבוצת ה- PHP ברגע שההפצה אליך תתמוך בזה.", - "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 documentation." : "תצורת הכותרות של המתווך ההפוך שגויה או שהגישה שלך אל Nextcloud מתבצעת ממתווך מהימן. אם לא ניגשת ל־Nextcloud ממתווך מהימן, מדובר בפרצת אבטחה שיכולה לאפשר לתוקף לזייף כתובת IP כפי שהיא מיוצגת מול ה־Nextcloud. ניתן למצוא מידע נוסף בתיעוד שלנו.", - "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 memcached wiki about both modules." : "Memcached מוגדר כמטמון מופץ, אבל מודול ה־PHP השגוי המותקן הוא „memcache”.‏ ‎\\OC\\Memcache\\Memcached תומך רק ב־„memcached” ולא ב־ „memcache”. ניתן לצפות בוויקי של memcached לגבי שני המודולים.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "חלק מהקבצים לא עברו את בדיקת השלמות. ניתן למצוא מידע נוסף על אופן הפתרון של תקלה זו בתיעוד שלנו. (רשימת קבצים שגויים… / סריקה מחדש…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "ה־OPcache של PHP אינו מוגדר כראוי. לשיפור הביצועים אנו ממליצים להשתמש בהגדרות הבאות בקובץ php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "פונקציית ה־PHP‏ „set_time_limit” אינה זמינה. מצב זה עשוי לגרום לעצירת סקריפטים באמצע הפעולה ולפגיעה בהתקנה שלך. אנו ממליצים בחום להפעיל את התכונה הזאת.", - "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." : "תיקיית הנתונים שלך והקבצים שלך כנראה נגישים דרך האינטרנט. קובץ ה־‎.htaccess אינו עובד. מומלץ בחום להגדיר את השרת שלך כך שתיקיית הנתונים אינה נגישה עוד או לחלופין להעביר את תיקיית הנתונים אל מחוץ לתיקיית השורש של שירות אירוח האתרים.", - "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." : "כותרת ה־HTTP‏ „{header}” אינה מוגדרת כך שתהיה שווה לערך „{expected}”. מדובר בפרצת אבטחה או פרטיות פוטנציאלית ואנו ממליצים להתאים את ההגדרה הזאת בהתאם.", - "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 security tips." : "כותרת ה־HTTP בשם „Strict-Transport-Security” אינה מוגדרת עד לפחות „{seconds}” שניות. לטובת אבטחה מוגברת אנו ממליצים להפעיל HSTS כפי שמתואר בעצות האבטחה שלנו.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "הגישה שלך לאתר זה מתבצעת דרך HTTP. אנו ממליצים בחום להגדיר את השרת שלך לדרוש HTTPS במקום כפי שמתואר בעצות האבטחה שלנו.", - "Shared with {recipients}" : "משותף עם {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "ל־PHP אין אפשרות לקרוא את /dev/urandom שזה מצב די מומלץ יחסית מטעמי אבטחה. ניתן למצוא מידע נוסף בתיעוד.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "ל־PHP שלך אין תמיכה ב־freetype. מצב כזה יגרום לתמונות פרופיל משובשות לצד מנשק הגדרות משובש.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "כותרת ה־HTTP בשם „Strict-Transport-Security” אינה מוגדרת עד לפחות „{seconds}” שניות. לטובת אבטחה מוגברת אנו ממליצים להפעיל HSTS כפי שמתואר בעצות האבטחה שלנו.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "גישה לאתר באופן בלתי מאובטח דרך HTTP. המלצתנו היא להגדיר את השרת שלך כדי לדרוש חיבור HTTPS במקום, כפי שמתואר בעצות האבטחה.", "Error setting expiration date" : "אירעה שגיאה בעת הגדרת תאריך התפוגה", "The public link will expire no later than {days} days after it is created" : "הקישור הציבורי יפוג עד {days} ימים לאחר שנוצר", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} שותף על ידי קישור", @@ -359,31 +347,17 @@ "Share with other people by entering a user or group or an email address." : "ניתן לשתף עם אנשים אחרים על ידי הקלדת משתמש או קבוצה או כתובת דוא״ל.", "The specified document has not been found on the server." : "המסמך המבוקש לא נמצא על השרת.", "You can click here to return to %s." : "ניתן ללחוץ כאן לחזרה אל %s.", - "The server encountered an internal error and was unable to complete your request." : "השרת נתקל בשגיאה פנימית ועקב כך הבקשה שלך לא הושלמה.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "נא ליצור קשר עם מנהל השרת אם שגיאה זו מופיעה מספר פעמים, מוטב גם לכלול את הפרטים הטכניים שלהלן בדיווח שלך.", - "For information how to properly configure your server, please see the documentation." : "למידע בנוגע להגדרת השרת שלך כראוי, נא לעיין בתיעוד.", - "This action requires you to confirm your password:" : "פעולה זו דורשת ממך לאמת את הססמה שלך:", - "Wrong password. Reset it?" : "ססמה שגויה. לאפס אותה?", "Stay logged in" : "השאר מחובר", + "Back to log in" : "חזרה לכניסה", "Alternative Logins" : "כניסות אלטרנטיביות", - "You are about to grant \"%s\" access to your %s account." : "פעולה זו תעניק גישת „%s” לחשבון ה־%s שלך.", + "You are about to grant %s access to your %s account." : "פעולה זו תעניק הרשאת %s לחשבון שלך ב־%s.", "Alternative login using app token" : "כניסה חלופית באמצעות אסימון יישום", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "על החשבון שלך מופעלת אבטחה מוגברת. נא לאמת בעזרת גורם שני.", - "You are accessing the server from an untrusted domain." : "ניגשת לשרת משם מתחם בלתי מהימן.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "נא ליצור קשר עם מנהל השרת שלך. אם הרשאות הניהול לעותק זה הן בידיך, יש להגדיר את „trusted_domains” בתוך config/config.php. מצורפת תצורה לדוגמה תחת config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "בהתאם לתצורה שלך, כמנהל יתאפשר לך להשתמש בכפתור שלהלן כדי להתייחס לאתר זה כמהימן.", + "Depending on your configuration, this button could also work to trust the domain:" : "בהתאם לתצורה שלך, הכפתור הזה יכול לעבוד גם כדי לתת אמון בשם המתחם:", "Add \"%s\" as trusted domain" : "הוספת \"%s\" כשם מתחם / דומיין מהימן", "%s will be updated to version %s" : "%s יעודכן לגרסה %s", - "For help, see the documentation." : "לקבלת עזרה, יש לעיין בתיעוד.", "This page will refresh itself when the %s instance is available again." : "עמוד זה ירענן את עצמו כשהפעלת %s תהיה זמינה שוב.", "Thank you for your patience." : "תודה על הסבלנות.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "ל־PHP אין אפשרות לקרוא את /dev/urandom שזה מצב די מומלץ יחסית מטעמי אבטחה. ניתן למצוא מידע נוסף בתיעוד.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "ל־PHP שלך אין תמיכה ב־freetype. מצב כזה יגרום לתמונות פרופיל משובשות לצד מנשק הגדרות משובש.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "כותרת ה־HTTP בשם „Strict-Transport-Security” אינה מוגדרת עד לפחות „{seconds}” שניות. לטובת אבטחה מוגברת אנו ממליצים להפעיל HSTS כפי שמתואר בעצות האבטחה שלנו.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "גישה לאתר באופן בלתי מאובטח דרך HTTP. המלצתנו היא להגדיר את השרת שלך כדי לדרוש חיבור HTTPS במקום, כפי שמתואר בעצות האבטחה.", - "Back to log in" : "חזרה לכניסה", - "You are about to grant %s access to your %s account." : "פעולה זו תעניק הרשאת %s לחשבון שלך ב־%s.", - "Depending on your configuration, this button could also work to trust the domain:" : "בהתאם לתצורה שלך, הכפתור הזה יכול לעבוד גם כדי לתת אמון בשם המתחם:", "Enable" : "הפעלה", "{sharee} (conversation)" : "{sharee} (דיון)", "Please log in before granting %s access to your %s account." : "נא להיכנס בטרם מתן הרשאת %s לחשבון שלך ב־%s.", diff --git a/core/l10n/hr.js b/core/l10n/hr.js index fb95031700..5a65d24d0d 100644 --- a/core/l10n/hr.js +++ b/core/l10n/hr.js @@ -243,35 +243,20 @@ OC.L10N.register( "Updated \"%s\" to %s" : "Ažurirano \"%s\" u %s", "There was an error loading your contacts" : "Greška pri učitavanju kontakata", "There were problems with the code integrity check. More information…" : " Bilo je problema sa provjerom integriteta podataka. Više informacija...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Vaš mrežni poslužitelj nije još pravilno podešen da usklađivanje podataka bude dopušteno; WebDAV protokol ne radi.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Vaš mrežni poslužitelj nije pravilno podešen i zbog toga ne može razriješiti \"{url}\". Daljnje informacije se mogu naći u priloženoj dokumentaciji.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Trenutno koristite PHP {version}. Molimo vas da nadogradite vašu PHP verziju da iskoristite ažuriranje sigurnosti i performansi od strane PHP grupe čim god vaša distribucija to podržava.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Neke datoteke nisu prošle provjeru integriteta. Daljnje informacije o tome kako riješiti ovaj problem se mogu naći u priloženoj dokumentaciji.(Lista nevažećih datoteka.../Ponovo skeniraj...)", - "Shared with {recipients}" : "Resurs podijeljen s {recipients}", "Error setting expiration date" : "Pogrešno učitavanje postavke datuma isteka", "The public link will expire no later than {days} days after it is created" : " Javna veza ističe najkasnije {days} dana nakon što je kreirana", "Share with other people by entering a user or group or an email address." : "Podijelite sa ostalim korisnicima tako da unesete korisničko ime ili ime grupe ili adresu e-pošte.", "The specified document has not been found on the server." : "Traženi dokument nije pronađen na poslužitelju.", "You can click here to return to %s." : "Kliknite ovdje da se vratite na %s.", - "The server encountered an internal error and was unable to complete your request." : "Poslužitelj je naišao na grešku i nije u mogućnosti izvršiti Vaš zahtjev.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Molimo kontaktirajte svojeg administratora poslužitelja ako se ova greška učestalo pojavljuje, molimo da uključite i tehničke detalje ispod u svojem izvješću.", - "For information how to properly configure your server, please see the documentation." : "Za više informacije o tome kako podesiti vaš poslužitelj, molimo da proučite priložene upute.", - "This action requires you to confirm your password:" : "Za izvršavanje ove radnje potvrdite vašu lozinku:", - "Wrong password. Reset it?" : "Pogrešna lozinka. Promijeniti lozinku?", "Stay logged in" : "Ostanite prijavljeni", + "Back to log in" : "Natrag na prijavu", "Alternative Logins" : "Alternativne prijave", - "You are about to grant \"%s\" access to your %s account." : "Ovim će te dopustiti \"%s\" pristup vašem %s računu.", + "You are about to grant %s access to your %s account." : "Ovim će te dopustiti %s pristup vašem %s računu.", "Alternative login using app token" : "Alternativna prijava uz pomoću aplikacijskog tokena", - "You are accessing the server from an untrusted domain." : "Poslužitelju pristupate iz nepouzdane domene.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Molimo Vas da kontaktirate vašeg administratora. Ako ste administrator ove trenutne instance, uredite \"trusted domains\" postavku u config/config.php datoteci po primjeru iz datoteke config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Ovisno o vašoj konfiguraciji, kao administrator možete također koristiti gumb dolje da označite domenu kao sigurnu.", "Add \"%s\" as trusted domain" : "Dodajte \"%s\" kao pouzdanu domenu.", "%s will be updated to version %s" : "%s će biti ažuriran na verziju %s", - "For help, see the documentation." : "Za pomoć, molimo vidite priložene upute.", "This page will refresh itself when the %s instance is available again." : "Stranica će se sama osvježiti kada %s bude ponovo dostupno.", "Thank you for your patience." : "Hvala vam na strpljenju", - "Back to log in" : "Natrag na prijavu", - "You are about to grant %s access to your %s account." : "Ovim će te dopustiti %s pristup vašem %s računu.", "Please log in before granting %s access to your %s account." : "Prijavite se prije nego dopustite %s pristup vašem %s računu.", "Further information how to configure this can be found in the %sdocumentation%s." : "Daljnje informacije o konfiguraciji se mogu naći u %spriloženoj dokumentaciji%s." }, diff --git a/core/l10n/hr.json b/core/l10n/hr.json index 0e736610b9..fed1729477 100644 --- a/core/l10n/hr.json +++ b/core/l10n/hr.json @@ -241,35 +241,20 @@ "Updated \"%s\" to %s" : "Ažurirano \"%s\" u %s", "There was an error loading your contacts" : "Greška pri učitavanju kontakata", "There were problems with the code integrity check. More information…" : " Bilo je problema sa provjerom integriteta podataka. Više informacija...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Vaš mrežni poslužitelj nije još pravilno podešen da usklađivanje podataka bude dopušteno; WebDAV protokol ne radi.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Vaš mrežni poslužitelj nije pravilno podešen i zbog toga ne može razriješiti \"{url}\". Daljnje informacije se mogu naći u priloženoj dokumentaciji.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Trenutno koristite PHP {version}. Molimo vas da nadogradite vašu PHP verziju da iskoristite ažuriranje sigurnosti i performansi od strane PHP grupe čim god vaša distribucija to podržava.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Neke datoteke nisu prošle provjeru integriteta. Daljnje informacije o tome kako riješiti ovaj problem se mogu naći u priloženoj dokumentaciji.(Lista nevažećih datoteka.../Ponovo skeniraj...)", - "Shared with {recipients}" : "Resurs podijeljen s {recipients}", "Error setting expiration date" : "Pogrešno učitavanje postavke datuma isteka", "The public link will expire no later than {days} days after it is created" : " Javna veza ističe najkasnije {days} dana nakon što je kreirana", "Share with other people by entering a user or group or an email address." : "Podijelite sa ostalim korisnicima tako da unesete korisničko ime ili ime grupe ili adresu e-pošte.", "The specified document has not been found on the server." : "Traženi dokument nije pronađen na poslužitelju.", "You can click here to return to %s." : "Kliknite ovdje da se vratite na %s.", - "The server encountered an internal error and was unable to complete your request." : "Poslužitelj je naišao na grešku i nije u mogućnosti izvršiti Vaš zahtjev.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Molimo kontaktirajte svojeg administratora poslužitelja ako se ova greška učestalo pojavljuje, molimo da uključite i tehničke detalje ispod u svojem izvješću.", - "For information how to properly configure your server, please see the documentation." : "Za više informacije o tome kako podesiti vaš poslužitelj, molimo da proučite priložene upute.", - "This action requires you to confirm your password:" : "Za izvršavanje ove radnje potvrdite vašu lozinku:", - "Wrong password. Reset it?" : "Pogrešna lozinka. Promijeniti lozinku?", "Stay logged in" : "Ostanite prijavljeni", + "Back to log in" : "Natrag na prijavu", "Alternative Logins" : "Alternativne prijave", - "You are about to grant \"%s\" access to your %s account." : "Ovim će te dopustiti \"%s\" pristup vašem %s računu.", + "You are about to grant %s access to your %s account." : "Ovim će te dopustiti %s pristup vašem %s računu.", "Alternative login using app token" : "Alternativna prijava uz pomoću aplikacijskog tokena", - "You are accessing the server from an untrusted domain." : "Poslužitelju pristupate iz nepouzdane domene.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Molimo Vas da kontaktirate vašeg administratora. Ako ste administrator ove trenutne instance, uredite \"trusted domains\" postavku u config/config.php datoteci po primjeru iz datoteke config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Ovisno o vašoj konfiguraciji, kao administrator možete također koristiti gumb dolje da označite domenu kao sigurnu.", "Add \"%s\" as trusted domain" : "Dodajte \"%s\" kao pouzdanu domenu.", "%s will be updated to version %s" : "%s će biti ažuriran na verziju %s", - "For help, see the documentation." : "Za pomoć, molimo vidite priložene upute.", "This page will refresh itself when the %s instance is available again." : "Stranica će se sama osvježiti kada %s bude ponovo dostupno.", "Thank you for your patience." : "Hvala vam na strpljenju", - "Back to log in" : "Natrag na prijavu", - "You are about to grant %s access to your %s account." : "Ovim će te dopustiti %s pristup vašem %s računu.", "Please log in before granting %s access to your %s account." : "Prijavite se prije nego dopustite %s pristup vašem %s računu.", "Further information how to configure this can be found in the %sdocumentation%s." : "Daljnje informacije o konfiguraciji se mogu naći u %spriloženoj dokumentaciji%s." },"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;" diff --git a/core/l10n/hu.js b/core/l10n/hu.js index c893576a9c..dd2fde01f4 100644 --- a/core/l10n/hu.js +++ b/core/l10n/hu.js @@ -327,22 +327,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (harmadik fél által)", "There was an error loading your contacts" : "Probléma lépett fel a névjegyek betöltése közben", "There were problems with the code integrity check. More information…" : "Problémák vannak a kódintegritás ellenőrzéssel. Bővebb információ…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "A webszerver nincs megfelelően beállítva a fájl szinkronizációhoz, mert a WebDAV interfész nem működik.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "A webszerver nincs jól beállítva, hogy kiszolgálja a(z) „{url}” hivatkozást. Bővebb információt a dokumentációban találhat.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Ennek a szervernek nincs működő internet kapcsolata: több végpont nem érhető el. Ez azt jelenti, hogy néhány funkció, mint pl. külső tárolók csatolása, frissítési értesítések, vagy a harmadik féltől származó alkalmazások telepítése nem fog működni. A fájlok távoli elérése és az e-mail értesítések is lehet, hogy nem működnek. Ajánlott az internet kapcsolat engedélyezése a szerveren, ha minden funkciót használni szeretnél.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Nincs memória gyorsítótár beállítva. A teljesítmény növelése érdekében kérjük állítsa be a memcache-t, ha elérhető. Bővebb információt a dokumentációban találhat.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom nem olvasható a PHP számára, mely nagy biztonsági probléma. Bővebb információt a dokumentációban találhat.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Jelenleg {version} PHP verziót használ. Javasoljuk, hogy frissítse a PHP verziót, hogy kihasználhassa a teljesítménybeli és a biztonságbeli előnyöket, amiket a PHP csoport kínál, amilyen hamar a disztribúciója támogatja.", - "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 documentation." : "A fordított proxy fejlécek konfigurációs beállításai helytelenek, vagy egy megbízható proxy-ból próbálod a Nextcloudot elérni. Ha nem megbízható proxy-ból próbálod elérni az Nextcloudot, akkor ez egy biztonsági probléma, a támadó az Nextcloud számára látható IP cím csalást tud végrehajtani. Bővebb információt a dokumentációban találhatsz.", - "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 memcached wiki about both modules." : "Memcached be van konfigurálva gyorsítótárnak, de rossz \"memcache\" PHP modul van telepítve. \\OC\\Memcache\\Memcached csak a \"memcached\"-t támogatja, és nem a \"memcache\"-t. Kérjük, nézze meg a memcached wiki oldalt a modulokkal kapcsolatban.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Néhány fájl nem felelt meg az integritás ellenőrzésen. Bővebb információt a dokumentációban találhat. (Érvénytelen fájlok listája… / Újra ellenőrzés…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "A PHP OPcache nincs megfelelően beállítva. A jobb teljesítmény érdekében használd az alábbi beállításokat a php.ini-ben:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "A \"set_time_limit\" beállítás nem elérhető. Így egy script megszakadhat, a telepítésed megbénítását okozhatva. Erősen javasoljuk a beállítás engedélyezését.", - "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." : "Az adatmappád és fájljaid elérhetők az interneten. A .htaccess fájlod nem működik. Erősen javasolt, hogy a webszerveredet úgy állítsd be, hogy a mappa tartalma ne legyen közvetlenül elérhető, vagy mozgasd át a mappát a kiszolgálási területen kívülre.", - "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." : "A \"{header}\" HTTP fejléc nincs beállítva, hogy megegyezzen az elvárttal \"{expected}\". Ez egy potenciális biztonsági kockázat és kérjük, hogy változtassa meg a beállításokat.", - "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 security tips." : "A \"Strict-Transport-Security\" HTTP fejléc nincs beállítva hogy \"{seconds}\" másodpercig tartson. Biztonsági okokból ajánljuk, hogy engedélyezze a HSTS, ahogyan ezt részletezzük a biztonsági tippek dokumentációban.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Jelenleg HTTP-vel éri el a weboldalt. Erősen ajánlott a HTTPS konfiguráció használata ehelyett, ahogyan ezt részleteztük a biztonsági tippek dokumentációban", - "Shared with {recipients}" : "Megosztva ővelük: {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "a /dev/urandom nem olvasható a PHP által, ami erősen ellenjavallott biztonsági okokból. További információt a dokumentációban találsz.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "A PHP-ból hiányzik a freetype támogatás. Ez a beállítási felület és a profilképek hibás megjelenítését okozhatja.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "A \"Strict-Transport-Security\" HTTP fejléc nincs legalább \"{seconds}\" másodpercre állítva. A fejlettebb védelem érdekében javasoljuk a HSTS engedélyezését a biztonsági tippekben leírtak szerint.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Jelenleg HTTP-vel éri el a weboldalt. Erősen ajánlott a HTTPS konfiguráció használata ehelyett, ahogyan ezt részleteztük a biztonsági tippekben", "Error setting expiration date" : "Nem sikerült a lejárati időt beállítani", "The public link will expire no later than {days} days after it is created" : "A nyilvános hivatkozás érvényessége legkorábban {days} nappal a létrehozása után jár csak le", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} megosztva hivatkozással", @@ -354,31 +342,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Megosztás más emberekkel név, csoport vagy e-mail cím megadásával.", "The specified document has not been found on the server." : "A meghatározott dokumentum nem található a szerveren.", "You can click here to return to %s." : "Ide kattintva visszatérhet ide: %s.", - "The server encountered an internal error and was unable to complete your request." : "A szerver belső hibával találkozott és nem tudja teljesíteni a kérést.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Kérjük keresse fel a szerver rendszergazdáját, ha ez a hiba ismételten, többször előfordulna. Kérjük, mellékelje a technikai részleteket a lenti jelentésbe.", - "For information how to properly configure your server, please see the documentation." : "A szerver megfelelő beállításához kérjük olvassa el a dokumentációt.", - "This action requires you to confirm your password:" : "A művelethez szükség van a jelszavad megerősítésére:", - "Wrong password. Reset it?" : "Hibás jelszó. Visszaállítja?", "Stay logged in" : "Maradjon bejelentkezve", + "Back to log in" : "Vissza a bejelentkezéshez", "Alternative Logins" : "Alternatív bejelentkezés", - "You are about to grant \"%s\" access to your %s account." : "\"%s\" hozzáférést készülsz adni a(z) %s fiókodnak.", + "You are about to grant %s access to your %s account." : "Hozzáférést készülsz biztosítani neki: %s ehhez a fiókodhoz: %s.", "Alternative login using app token" : "Alternatív bejelentkezés app token segítségével", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "A fokozott biztonság engedélyezett a fiókod számára. Kérlek hitelesítsd egy második faktor használatával.", - "You are accessing the server from an untrusted domain." : "A szervert nem megbízható domain névvel éri el.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kérjük keresse fel a rendszergazdát! Ha ennek a telepítésnek Ön a rendszergazdája, akkor állítsa be a config/config.php fájlban a \"trusted_domain\" paramétert! A config/config.sample.php fájlban talál példát a beállításra.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "A beállításoktól függően, rendszergazdaként lehetséges, hogy az alábbi gombot is használhatja a domain név megbízhatóvá tételéhez.", + "Depending on your configuration, this button could also work to trust the domain:" : "Beállításoktól függően ez a gomb is működhet a domain megbízhatóvá tételében:", "Add \"%s\" as trusted domain" : "Adjuk hozzá „%s”-t a megbízható domain nevekhez!", "%s will be updated to version %s" : "%s frissítve lesz erre a verzióra: %s", - "For help, see the documentation." : "Segítségért keresse fel a dokumentációt.", "This page will refresh itself when the %s instance is available again." : "Ez az oldal frissíteni fogja magát amint a(z) %s példány ismét elérhető.", "Thank you for your patience." : "Köszönjük a türelmét!", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "a /dev/urandom nem olvasható a PHP által, ami erősen ellenjavallott biztonsági okokból. További információt a dokumentációban találsz.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "A PHP-ból hiányzik a freetype támogatás. Ez a beállítási felület és a profilképek hibás megjelenítését okozhatja.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "A \"Strict-Transport-Security\" HTTP fejléc nincs legalább \"{seconds}\" másodpercre állítva. A fejlettebb védelem érdekében javasoljuk a HSTS engedélyezését a biztonsági tippekben leírtak szerint.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Jelenleg HTTP-vel éri el a weboldalt. Erősen ajánlott a HTTPS konfiguráció használata ehelyett, ahogyan ezt részleteztük a biztonsági tippekben", - "Back to log in" : "Vissza a bejelentkezéshez", - "You are about to grant %s access to your %s account." : "Hozzáférést készülsz biztosítani neki: %s ehhez a fiókodhoz: %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Beállításoktól függően ez a gomb is működhet a domain megbízhatóvá tételében:", "Please log in before granting %s access to your %s account." : "Kérlek lépj be mielőtt %s hozzáférést biztosítasz a %s fiókodhoz.", "Further information how to configure this can be found in the %sdocumentation%s." : "Ennek a beállításához további infomációkat talál a %sleírásban %s." }, diff --git a/core/l10n/hu.json b/core/l10n/hu.json index e05173f75d..239fcf4ba4 100644 --- a/core/l10n/hu.json +++ b/core/l10n/hu.json @@ -325,22 +325,10 @@ "%s (3rdparty)" : "%s (harmadik fél által)", "There was an error loading your contacts" : "Probléma lépett fel a névjegyek betöltése közben", "There were problems with the code integrity check. More information…" : "Problémák vannak a kódintegritás ellenőrzéssel. Bővebb információ…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "A webszerver nincs megfelelően beállítva a fájl szinkronizációhoz, mert a WebDAV interfész nem működik.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "A webszerver nincs jól beállítva, hogy kiszolgálja a(z) „{url}” hivatkozást. Bővebb információt a dokumentációban találhat.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Ennek a szervernek nincs működő internet kapcsolata: több végpont nem érhető el. Ez azt jelenti, hogy néhány funkció, mint pl. külső tárolók csatolása, frissítési értesítések, vagy a harmadik féltől származó alkalmazások telepítése nem fog működni. A fájlok távoli elérése és az e-mail értesítések is lehet, hogy nem működnek. Ajánlott az internet kapcsolat engedélyezése a szerveren, ha minden funkciót használni szeretnél.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Nincs memória gyorsítótár beállítva. A teljesítmény növelése érdekében kérjük állítsa be a memcache-t, ha elérhető. Bővebb információt a dokumentációban találhat.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom nem olvasható a PHP számára, mely nagy biztonsági probléma. Bővebb információt a dokumentációban találhat.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Jelenleg {version} PHP verziót használ. Javasoljuk, hogy frissítse a PHP verziót, hogy kihasználhassa a teljesítménybeli és a biztonságbeli előnyöket, amiket a PHP csoport kínál, amilyen hamar a disztribúciója támogatja.", - "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 documentation." : "A fordított proxy fejlécek konfigurációs beállításai helytelenek, vagy egy megbízható proxy-ból próbálod a Nextcloudot elérni. Ha nem megbízható proxy-ból próbálod elérni az Nextcloudot, akkor ez egy biztonsági probléma, a támadó az Nextcloud számára látható IP cím csalást tud végrehajtani. Bővebb információt a dokumentációban találhatsz.", - "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 memcached wiki about both modules." : "Memcached be van konfigurálva gyorsítótárnak, de rossz \"memcache\" PHP modul van telepítve. \\OC\\Memcache\\Memcached csak a \"memcached\"-t támogatja, és nem a \"memcache\"-t. Kérjük, nézze meg a memcached wiki oldalt a modulokkal kapcsolatban.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Néhány fájl nem felelt meg az integritás ellenőrzésen. Bővebb információt a dokumentációban találhat. (Érvénytelen fájlok listája… / Újra ellenőrzés…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "A PHP OPcache nincs megfelelően beállítva. A jobb teljesítmény érdekében használd az alábbi beállításokat a php.ini-ben:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "A \"set_time_limit\" beállítás nem elérhető. Így egy script megszakadhat, a telepítésed megbénítását okozhatva. Erősen javasoljuk a beállítás engedélyezését.", - "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." : "Az adatmappád és fájljaid elérhetők az interneten. A .htaccess fájlod nem működik. Erősen javasolt, hogy a webszerveredet úgy állítsd be, hogy a mappa tartalma ne legyen közvetlenül elérhető, vagy mozgasd át a mappát a kiszolgálási területen kívülre.", - "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." : "A \"{header}\" HTTP fejléc nincs beállítva, hogy megegyezzen az elvárttal \"{expected}\". Ez egy potenciális biztonsági kockázat és kérjük, hogy változtassa meg a beállításokat.", - "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 security tips." : "A \"Strict-Transport-Security\" HTTP fejléc nincs beállítva hogy \"{seconds}\" másodpercig tartson. Biztonsági okokból ajánljuk, hogy engedélyezze a HSTS, ahogyan ezt részletezzük a biztonsági tippek dokumentációban.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Jelenleg HTTP-vel éri el a weboldalt. Erősen ajánlott a HTTPS konfiguráció használata ehelyett, ahogyan ezt részleteztük a biztonsági tippek dokumentációban", - "Shared with {recipients}" : "Megosztva ővelük: {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "a /dev/urandom nem olvasható a PHP által, ami erősen ellenjavallott biztonsági okokból. További információt a dokumentációban találsz.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "A PHP-ból hiányzik a freetype támogatás. Ez a beállítási felület és a profilképek hibás megjelenítését okozhatja.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "A \"Strict-Transport-Security\" HTTP fejléc nincs legalább \"{seconds}\" másodpercre állítva. A fejlettebb védelem érdekében javasoljuk a HSTS engedélyezését a biztonsági tippekben leírtak szerint.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Jelenleg HTTP-vel éri el a weboldalt. Erősen ajánlott a HTTPS konfiguráció használata ehelyett, ahogyan ezt részleteztük a biztonsági tippekben", "Error setting expiration date" : "Nem sikerült a lejárati időt beállítani", "The public link will expire no later than {days} days after it is created" : "A nyilvános hivatkozás érvényessége legkorábban {days} nappal a létrehozása után jár csak le", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} megosztva hivatkozással", @@ -352,31 +340,17 @@ "Share with other people by entering a user or group or an email address." : "Megosztás más emberekkel név, csoport vagy e-mail cím megadásával.", "The specified document has not been found on the server." : "A meghatározott dokumentum nem található a szerveren.", "You can click here to return to %s." : "Ide kattintva visszatérhet ide: %s.", - "The server encountered an internal error and was unable to complete your request." : "A szerver belső hibával találkozott és nem tudja teljesíteni a kérést.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Kérjük keresse fel a szerver rendszergazdáját, ha ez a hiba ismételten, többször előfordulna. Kérjük, mellékelje a technikai részleteket a lenti jelentésbe.", - "For information how to properly configure your server, please see the documentation." : "A szerver megfelelő beállításához kérjük olvassa el a dokumentációt.", - "This action requires you to confirm your password:" : "A művelethez szükség van a jelszavad megerősítésére:", - "Wrong password. Reset it?" : "Hibás jelszó. Visszaállítja?", "Stay logged in" : "Maradjon bejelentkezve", + "Back to log in" : "Vissza a bejelentkezéshez", "Alternative Logins" : "Alternatív bejelentkezés", - "You are about to grant \"%s\" access to your %s account." : "\"%s\" hozzáférést készülsz adni a(z) %s fiókodnak.", + "You are about to grant %s access to your %s account." : "Hozzáférést készülsz biztosítani neki: %s ehhez a fiókodhoz: %s.", "Alternative login using app token" : "Alternatív bejelentkezés app token segítségével", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "A fokozott biztonság engedélyezett a fiókod számára. Kérlek hitelesítsd egy második faktor használatával.", - "You are accessing the server from an untrusted domain." : "A szervert nem megbízható domain névvel éri el.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kérjük keresse fel a rendszergazdát! Ha ennek a telepítésnek Ön a rendszergazdája, akkor állítsa be a config/config.php fájlban a \"trusted_domain\" paramétert! A config/config.sample.php fájlban talál példát a beállításra.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "A beállításoktól függően, rendszergazdaként lehetséges, hogy az alábbi gombot is használhatja a domain név megbízhatóvá tételéhez.", + "Depending on your configuration, this button could also work to trust the domain:" : "Beállításoktól függően ez a gomb is működhet a domain megbízhatóvá tételében:", "Add \"%s\" as trusted domain" : "Adjuk hozzá „%s”-t a megbízható domain nevekhez!", "%s will be updated to version %s" : "%s frissítve lesz erre a verzióra: %s", - "For help, see the documentation." : "Segítségért keresse fel a dokumentációt.", "This page will refresh itself when the %s instance is available again." : "Ez az oldal frissíteni fogja magát amint a(z) %s példány ismét elérhető.", "Thank you for your patience." : "Köszönjük a türelmét!", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "a /dev/urandom nem olvasható a PHP által, ami erősen ellenjavallott biztonsági okokból. További információt a dokumentációban találsz.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "A PHP-ból hiányzik a freetype támogatás. Ez a beállítási felület és a profilképek hibás megjelenítését okozhatja.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "A \"Strict-Transport-Security\" HTTP fejléc nincs legalább \"{seconds}\" másodpercre állítva. A fejlettebb védelem érdekében javasoljuk a HSTS engedélyezését a biztonsági tippekben leírtak szerint.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Jelenleg HTTP-vel éri el a weboldalt. Erősen ajánlott a HTTPS konfiguráció használata ehelyett, ahogyan ezt részleteztük a biztonsági tippekben", - "Back to log in" : "Vissza a bejelentkezéshez", - "You are about to grant %s access to your %s account." : "Hozzáférést készülsz biztosítani neki: %s ehhez a fiókodhoz: %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Beállításoktól függően ez a gomb is működhet a domain megbízhatóvá tételében:", "Please log in before granting %s access to your %s account." : "Kérlek lépj be mielőtt %s hozzáférést biztosítasz a %s fiókodhoz.", "Further information how to configure this can be found in the %sdocumentation%s." : "Ennek a beállításához további infomációkat talál a %sleírásban %s." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/core/l10n/is.js b/core/l10n/is.js index 59cfdc0513..8b6c9165f1 100644 --- a/core/l10n/is.js +++ b/core/l10n/is.js @@ -370,22 +370,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (frá 3. aðila)", "There was an error loading your contacts" : "Það kom upp villa við að hlaða inn tengiliðunum þínum", "There were problems with the code integrity check. More information…" : "Það komu upp vandamál með athugun á áreiðanleika kóða. Nánari upplýsingar…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Vefþjónninn er ekki enn sett upp á réttan hátt til að leyfa skráasamstillingu því WebDAV viðmótið virðist vera skemmt.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Vefþjónninn þinn er ekki uppsettur þannig að hann geti leyst \"{url}\". Frekari upplýsingar er að finna í hjálparskjölum okkar.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Þessi þjónn er ekki með virka nettengingu: ekki náðis tenging við fjölmarga endapunkta. Þetta þýðir að sumir eiginleikar eins og að virkja ytri gagnageymslu, tilkynningar um uppfærslur eða uppsetningu á forritum þriðja aðila, mun ekki virka. Fjartengdur aðgangur að skrám og sending tilkynninga í tölvupósti virka líklega ekki heldur. Við leggjum til að internettenging sé virkjuð fyrir þennan vefþjón ef þú vilt hafa alla eiginleika tiltæka.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Ekkert skyndiminni (cache) hefur verið stillt. Til að auka afköst ættirðu að setja upp skyndiminni (með memcache) ef það er tiltækt. Hægt er að finna nánari upplýsingar um þetta í hjálparskjölum okkar.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom er ekki lesanlegt af PHP sem er mjög óráðlegt af öryggisástæðum. Hægt er að finna nánari upplýsingar um þetta í hjálparskjölum okkar.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Þú ert að keyra PHP {version}. Við hvetjum þig til að uppfæra PHP útgáfuna til að njóta afkastaaukningar og öryggisuppfærslna frá PHP Group um leið og dreifingin þín styður þ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 documentation." : "Uppsetning gagnstæðs milliþjónshauss (reverse proxy header) er röng, eða að þú ert að tengjast Nextcloud frá treystum milliþjóni Ef þú ert ekki að tengjast Nextcloud frá treystum milliþjóni, þá er þetta er öryggisvandamál og getur leyft árásaraðilum að dulbúa IP-vistfang þeirra sem sýnilegt Nextcloud. Nánari upplýsingar má finna í hjálparskjölum okkar.", - "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 memcached wiki about both modules." : "Memcached er sett upp sem dreift skyndiminni, en hinsvegar er ranga PHP-einingin \"memcache\" uppsett. \\OC\\Memcache\\Memcached styður einungis \"memcached\" en ekki \"memcache\". Skoðaðu memcached wiki-síðurnar um báðar einingarnar.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Sumar skrár hafa ekki staðist áreiðanleikaprófun. Hægt er að finna nánari upplýsingar um þetta í hjálparskjölum okkar. (Listi yfir ógildar skrár… / Endurskanna…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP Opcache er ekki rétt uppsett. Fyrir betri afköst mælum við með því að nota eftirfarandi stillingar í php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP-fallið \"set_time_limit\" er ekki tiltækt. Þetta gæti valdið því að skriftur stöðvist í miðri keyrslu og skemmi uppsetninguna þína. Við mælumst til þess að þetta fall sé gert virkt.", - "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." : "Gagnamappan og skrárnar þínar eru líklega aðgengilegar öllum af internetinu vegna þess að .htaccess skrá er ekki virk. Við mælum eindregið með að þú stillir vefþjóninn þinn á þann hátt að gagnamappa er ekki lengur aðgengileg eða þú færir gagnamöppu út fyrir skjalarót vefþjóns.", - "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." : "\"{header}\" HTTP-haus er ekki stilltur til jafns við \"{expected}\". Þetta er möguleg áhætta varðandi öryggi og gagnaleynd, við mælum með því að laga þessa stillingu.", - "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 security tips." : "\"Strict-Transport-Security\" HTTP-hausinn er ekki stilltur á að minnsa kosti \"{seconds}\" sekúndur. Fyrir aukið öryggi mælum við með því að virkja HSTS eins og lýst er í öryggisleiðbeiningum.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : " Þú ert að tengjast þessu vefsvæði með HTTP. Við mælum eindregið með að þú stillir þjóninn á að krefjast HTTPS í staðinn eins og lýst er í öryggisleiðbeiningunum okkar.", - "Shared with {recipients}" : "Deilt með {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom er ekki lesanlegt af PHP sem er mjög óráðlegt af öryggisástæðum. Hægt er að finna nánari upplýsingar um þetta í hjálparskjölum okkar.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP-uppsetningin er ekki með stuðning við 'freetype'. Þetta mun valda því að notendamyndir og stillingaviðmót virki ekki.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "\"Strict-Transport-Security\" HTTP-hausinn er ekki stilltur á að minnsa kosti \"{seconds}\" sekúndur. Fyrir aukið öryggi mælum við með því að virkja HSTS eins og lýst er í öryggisleiðbeiningum.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : " Þú ert að tengjast þessu vefsvæði með HTTP. Við mælum eindregið með að þú stillir þjóninn á að krefjast HTTPS í staðinn eins og lýst er í öryggisleiðbeiningunum okkar.", "Error setting expiration date" : "Villa við að setja gildistíma", "The public link will expire no later than {days} days after it is created" : "Almenningstengillinn rennur út eigi síðar en {days} dögum eftir að hann er útbúinn", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} deildi með tengli", @@ -397,31 +385,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Deildu með öðru fólki með því að setja inn notanda, hóp eða tölvupóstfang.", "The specified document has not been found on the server." : "Tiltekið skjal hefur ekki fundist á þjóninum.", "You can click here to return to %s." : "Þú getur smellt hér til að fara aftur á %s.", - "The server encountered an internal error and was unable to complete your request." : "Innri villa kom upp á þjóninum og ekki náðist að afgreiða beiðnina.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Hafðu samband við kerfisstjóra ef þessi villa birtist oft aftur, láttu þá tæknilegu upplýsingarnar hér að neðan fylgja með.", - "For information how to properly configure your server, please see the documentation." : "Til að fá upplýsingar hvernig á að stilla miðlara almennilega, skaltu skoða hjálparskjölin.", - "This action requires you to confirm your password:" : "Þessi aðgerð krefst þess að þú staðfestir lykilorðið þitt:", - "Wrong password. Reset it?" : "Rangt lykilorð. Endursetja það?", "Stay logged in" : "Haldast skráður inn", + "Back to log in" : "Til baka í innskráningu", "Alternative Logins" : "Aðrar innskráningar", - "You are about to grant \"%s\" access to your %s account." : "Þú ert að fara að leyfa \"%s\" aðgang að %s notandaaðgangnum þínum.", + "You are about to grant %s access to your %s account." : "Þú ert að fara að leyfa %s aðgang að %s notandaaðgangnum þínum.", "Alternative login using app token" : "Önnur innskráning með forritsteikni", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Aukið öryggi var virkjað fyrir aðganginn þinn. Auðkenndu þig með aukaþrepi.", - "You are accessing the server from an untrusted domain." : "Þú ert að tengjast þjóninum frá ótreystu léni.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Hafðu samband við kerfisstjóra. Ef þú ert stjórnandi á þessu tilviki, stilltu \"trusted_domains\" setninguna í config/config.php. Dæmi um stillingar má sjá í config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Það fer eftir stillingum þínum, sem stjórnandi þá gætir þú einnig notað hnappinn hér fyrir neðan til að treysta þessu léni.", + "Depending on your configuration, this button could also work to trust the domain:" : "Það fer eftir stillingunum þínum, þessi hnappur gæti einnig virkað til að treysta þessu léni.", "Add \"%s\" as trusted domain" : "Bæta við \"%s\" sem treystu léni", "%s will be updated to version %s" : "%s verður uppfært í útgáfu %s.", - "For help, see the documentation." : "Til að fá hjálp er best að skoða fyrst hjálparskjölin.", "This page will refresh itself when the %s instance is available again." : "Þessi síða mun uppfæra sig þegar %s er í boði á ný.", "Thank you for your patience." : "Þakka þér fyrir biðlundina.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom er ekki lesanlegt af PHP sem er mjög óráðlegt af öryggisástæðum. Hægt er að finna nánari upplýsingar um þetta í hjálparskjölum okkar.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP-uppsetningin er ekki með stuðning við 'freetype'. Þetta mun valda því að notendamyndir og stillingaviðmót virki ekki.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "\"Strict-Transport-Security\" HTTP-hausinn er ekki stilltur á að minnsa kosti \"{seconds}\" sekúndur. Fyrir aukið öryggi mælum við með því að virkja HSTS eins og lýst er í öryggisleiðbeiningum.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : " Þú ert að tengjast þessu vefsvæði með HTTP. Við mælum eindregið með að þú stillir þjóninn á að krefjast HTTPS í staðinn eins og lýst er í öryggisleiðbeiningunum okkar.", - "Back to log in" : "Til baka í innskráningu", - "You are about to grant %s access to your %s account." : "Þú ert að fara að leyfa %s aðgang að %s notandaaðgangnum þínum.", - "Depending on your configuration, this button could also work to trust the domain:" : "Það fer eftir stillingunum þínum, þessi hnappur gæti einnig virkað til að treysta þessu léni.", "Copy URL" : "Afrita slóð", "Enable" : "Virkja", "{sharee} (conversation)" : "{sharee} (samtal)", diff --git a/core/l10n/is.json b/core/l10n/is.json index 691114742d..5edd4906b3 100644 --- a/core/l10n/is.json +++ b/core/l10n/is.json @@ -368,22 +368,10 @@ "%s (3rdparty)" : "%s (frá 3. aðila)", "There was an error loading your contacts" : "Það kom upp villa við að hlaða inn tengiliðunum þínum", "There were problems with the code integrity check. More information…" : "Það komu upp vandamál með athugun á áreiðanleika kóða. Nánari upplýsingar…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Vefþjónninn er ekki enn sett upp á réttan hátt til að leyfa skráasamstillingu því WebDAV viðmótið virðist vera skemmt.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Vefþjónninn þinn er ekki uppsettur þannig að hann geti leyst \"{url}\". Frekari upplýsingar er að finna í hjálparskjölum okkar.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Þessi þjónn er ekki með virka nettengingu: ekki náðis tenging við fjölmarga endapunkta. Þetta þýðir að sumir eiginleikar eins og að virkja ytri gagnageymslu, tilkynningar um uppfærslur eða uppsetningu á forritum þriðja aðila, mun ekki virka. Fjartengdur aðgangur að skrám og sending tilkynninga í tölvupósti virka líklega ekki heldur. Við leggjum til að internettenging sé virkjuð fyrir þennan vefþjón ef þú vilt hafa alla eiginleika tiltæka.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Ekkert skyndiminni (cache) hefur verið stillt. Til að auka afköst ættirðu að setja upp skyndiminni (með memcache) ef það er tiltækt. Hægt er að finna nánari upplýsingar um þetta í hjálparskjölum okkar.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom er ekki lesanlegt af PHP sem er mjög óráðlegt af öryggisástæðum. Hægt er að finna nánari upplýsingar um þetta í hjálparskjölum okkar.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Þú ert að keyra PHP {version}. Við hvetjum þig til að uppfæra PHP útgáfuna til að njóta afkastaaukningar og öryggisuppfærslna frá PHP Group um leið og dreifingin þín styður þ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 documentation." : "Uppsetning gagnstæðs milliþjónshauss (reverse proxy header) er röng, eða að þú ert að tengjast Nextcloud frá treystum milliþjóni Ef þú ert ekki að tengjast Nextcloud frá treystum milliþjóni, þá er þetta er öryggisvandamál og getur leyft árásaraðilum að dulbúa IP-vistfang þeirra sem sýnilegt Nextcloud. Nánari upplýsingar má finna í hjálparskjölum okkar.", - "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 memcached wiki about both modules." : "Memcached er sett upp sem dreift skyndiminni, en hinsvegar er ranga PHP-einingin \"memcache\" uppsett. \\OC\\Memcache\\Memcached styður einungis \"memcached\" en ekki \"memcache\". Skoðaðu memcached wiki-síðurnar um báðar einingarnar.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Sumar skrár hafa ekki staðist áreiðanleikaprófun. Hægt er að finna nánari upplýsingar um þetta í hjálparskjölum okkar. (Listi yfir ógildar skrár… / Endurskanna…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP Opcache er ekki rétt uppsett. Fyrir betri afköst mælum við með því að nota eftirfarandi stillingar í php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP-fallið \"set_time_limit\" er ekki tiltækt. Þetta gæti valdið því að skriftur stöðvist í miðri keyrslu og skemmi uppsetninguna þína. Við mælumst til þess að þetta fall sé gert virkt.", - "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." : "Gagnamappan og skrárnar þínar eru líklega aðgengilegar öllum af internetinu vegna þess að .htaccess skrá er ekki virk. Við mælum eindregið með að þú stillir vefþjóninn þinn á þann hátt að gagnamappa er ekki lengur aðgengileg eða þú færir gagnamöppu út fyrir skjalarót vefþjóns.", - "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." : "\"{header}\" HTTP-haus er ekki stilltur til jafns við \"{expected}\". Þetta er möguleg áhætta varðandi öryggi og gagnaleynd, við mælum með því að laga þessa stillingu.", - "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 security tips." : "\"Strict-Transport-Security\" HTTP-hausinn er ekki stilltur á að minnsa kosti \"{seconds}\" sekúndur. Fyrir aukið öryggi mælum við með því að virkja HSTS eins og lýst er í öryggisleiðbeiningum.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : " Þú ert að tengjast þessu vefsvæði með HTTP. Við mælum eindregið með að þú stillir þjóninn á að krefjast HTTPS í staðinn eins og lýst er í öryggisleiðbeiningunum okkar.", - "Shared with {recipients}" : "Deilt með {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom er ekki lesanlegt af PHP sem er mjög óráðlegt af öryggisástæðum. Hægt er að finna nánari upplýsingar um þetta í hjálparskjölum okkar.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP-uppsetningin er ekki með stuðning við 'freetype'. Þetta mun valda því að notendamyndir og stillingaviðmót virki ekki.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "\"Strict-Transport-Security\" HTTP-hausinn er ekki stilltur á að minnsa kosti \"{seconds}\" sekúndur. Fyrir aukið öryggi mælum við með því að virkja HSTS eins og lýst er í öryggisleiðbeiningum.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : " Þú ert að tengjast þessu vefsvæði með HTTP. Við mælum eindregið með að þú stillir þjóninn á að krefjast HTTPS í staðinn eins og lýst er í öryggisleiðbeiningunum okkar.", "Error setting expiration date" : "Villa við að setja gildistíma", "The public link will expire no later than {days} days after it is created" : "Almenningstengillinn rennur út eigi síðar en {days} dögum eftir að hann er útbúinn", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} deildi með tengli", @@ -395,31 +383,17 @@ "Share with other people by entering a user or group or an email address." : "Deildu með öðru fólki með því að setja inn notanda, hóp eða tölvupóstfang.", "The specified document has not been found on the server." : "Tiltekið skjal hefur ekki fundist á þjóninum.", "You can click here to return to %s." : "Þú getur smellt hér til að fara aftur á %s.", - "The server encountered an internal error and was unable to complete your request." : "Innri villa kom upp á þjóninum og ekki náðist að afgreiða beiðnina.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Hafðu samband við kerfisstjóra ef þessi villa birtist oft aftur, láttu þá tæknilegu upplýsingarnar hér að neðan fylgja með.", - "For information how to properly configure your server, please see the documentation." : "Til að fá upplýsingar hvernig á að stilla miðlara almennilega, skaltu skoða hjálparskjölin.", - "This action requires you to confirm your password:" : "Þessi aðgerð krefst þess að þú staðfestir lykilorðið þitt:", - "Wrong password. Reset it?" : "Rangt lykilorð. Endursetja það?", "Stay logged in" : "Haldast skráður inn", + "Back to log in" : "Til baka í innskráningu", "Alternative Logins" : "Aðrar innskráningar", - "You are about to grant \"%s\" access to your %s account." : "Þú ert að fara að leyfa \"%s\" aðgang að %s notandaaðgangnum þínum.", + "You are about to grant %s access to your %s account." : "Þú ert að fara að leyfa %s aðgang að %s notandaaðgangnum þínum.", "Alternative login using app token" : "Önnur innskráning með forritsteikni", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Aukið öryggi var virkjað fyrir aðganginn þinn. Auðkenndu þig með aukaþrepi.", - "You are accessing the server from an untrusted domain." : "Þú ert að tengjast þjóninum frá ótreystu léni.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Hafðu samband við kerfisstjóra. Ef þú ert stjórnandi á þessu tilviki, stilltu \"trusted_domains\" setninguna í config/config.php. Dæmi um stillingar má sjá í config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Það fer eftir stillingum þínum, sem stjórnandi þá gætir þú einnig notað hnappinn hér fyrir neðan til að treysta þessu léni.", + "Depending on your configuration, this button could also work to trust the domain:" : "Það fer eftir stillingunum þínum, þessi hnappur gæti einnig virkað til að treysta þessu léni.", "Add \"%s\" as trusted domain" : "Bæta við \"%s\" sem treystu léni", "%s will be updated to version %s" : "%s verður uppfært í útgáfu %s.", - "For help, see the documentation." : "Til að fá hjálp er best að skoða fyrst hjálparskjölin.", "This page will refresh itself when the %s instance is available again." : "Þessi síða mun uppfæra sig þegar %s er í boði á ný.", "Thank you for your patience." : "Þakka þér fyrir biðlundina.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom er ekki lesanlegt af PHP sem er mjög óráðlegt af öryggisástæðum. Hægt er að finna nánari upplýsingar um þetta í hjálparskjölum okkar.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP-uppsetningin er ekki með stuðning við 'freetype'. Þetta mun valda því að notendamyndir og stillingaviðmót virki ekki.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "\"Strict-Transport-Security\" HTTP-hausinn er ekki stilltur á að minnsa kosti \"{seconds}\" sekúndur. Fyrir aukið öryggi mælum við með því að virkja HSTS eins og lýst er í öryggisleiðbeiningum.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : " Þú ert að tengjast þessu vefsvæði með HTTP. Við mælum eindregið með að þú stillir þjóninn á að krefjast HTTPS í staðinn eins og lýst er í öryggisleiðbeiningunum okkar.", - "Back to log in" : "Til baka í innskráningu", - "You are about to grant %s access to your %s account." : "Þú ert að fara að leyfa %s aðgang að %s notandaaðgangnum þínum.", - "Depending on your configuration, this button could also work to trust the domain:" : "Það fer eftir stillingunum þínum, þessi hnappur gæti einnig virkað til að treysta þessu léni.", "Copy URL" : "Afrita slóð", "Enable" : "Virkja", "{sharee} (conversation)" : "{sharee} (samtal)", diff --git a/core/l10n/it.js b/core/l10n/it.js index e07158ded8..83ea7a2283 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -370,22 +370,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (terze parti)", "There was an error loading your contacts" : "Si è verificato un errore durante il caricamento dei tuoi contatti", "There were problems with the code integrity check. More information…" : "Si sono verificati errori con il controllo di integrità del codice. Ulteriori informazioni…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Il tuo server web non è configurato correttamente per consentire la sincronizzazione dei file poiché l'interfaccia WebDAV sembra essere danneggiata.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Il tuo server web non è configurato correttamente per risolvere \"{url}\". Ulteriori informazioni sono disponibili nella nostra documentazione.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Questo server non ha una connessione a Internet funzionante: diversi dispositivi finali non sono raggiungibili. Ciò significa che alcune delle funzionalità come il montaggio di archivi esterni, le notifiche degli aggiornamenti o l'installazione di applicazioni di terze parti non funzioneranno. L'accesso remoto ai file e l'invio di email di notifica potrebbero non funzionare. Ti suggeriamo di abilitare la connessione a Internet del server se desideri disporre di tutte le funzionalità.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Non è stata configurata alcuna cache di memoria. Per migliorare le prestazioni configura memcache, se disponibile. Ulteriori informazioni sono disponibili nella nostra documentazione.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom non è leggibile da PHP e ciò è vivamente sconsigliato per motivi di sicurezza. Ulteriori informazioni sono disponibili nella nostra documentazione.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Stai eseguendo attualmente PHP {version}. Ti esortiamo ad aggiornare la tua versione di PHP per trarre vantaggio dagli aggiornamenti in termini di prestazioni e sicurezza forniti dal PHP Group non appena la tua distribuzione la supporta.", - "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 documentation." : "La configurazione delle intestazioni del proxy inverso non è corretta, o stai effettuando l'accesso a Nextcloud da un proxy affidabile. Se non stai effettuando l'accesso da un proxy affidabile, questo è un problema di sicurezza e può consentire a un attaccante di falsificare il suo indirizzo IP, rendendolo visibile a Nextcloud. Ulteriori informazioni sono disponibili nella nostra documentazione.", - "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 memcached wiki about both modules." : "Memcached è configurato come cache distribuita, ma è installato il modulo \"memcache\" errato. \\OC\\Memcache\\Memcached supporta solo \"memcached\" e non \"memcache\". Vedi il wiki di memcached per informazioni su entrambi i moduli.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Alcuni file non hanno superato il controllo di integrità. Ulteriori informazioni su come risolvere questo problema sono disponibili nella nostra documentazione. (Elenco dei file non validi… / Nuova scansione…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP OpCache non è configurata correttamente. Per prestazioni migliori consigliamo di utilizzare le impostazioni in php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La funzione PHP \"set_time_limit\" non è disponibile. Ciò potrebbe comportare l'interruzione di script durante l'esecuzione, compromettendo la tua installazione. Ti consigliamo vivamente di abilitare questa funzione.", - "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." : "La cartella dei dati e i tuoi file sono probabilmente accessibili da Internet.\nIl file .htaccess non funziona. Ti consigliamo vivamente di configurare il server web in modo che la cartella dei dati non sia più accessibile o di spostare la cartella fuori dalla radice del server 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'intestazione HTTP \"{header}\" non è configurata come \"{expected}\". \nQuesto è un potenziale rischio di sicurezza o di riservatezza dei dati e noi consigliamo di modificare questa impostazione.", - "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 security tips." : "L'intestazione HTTP \"Strict-Transport-Security\" non è configurata con un valore di almeno \"{seconds}\" secondi. Per migliorare la sicurezza, consigliamo di abilitare HSTS come descritto nei nostri consigli sulla sicurezza.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Sei connesso a questo sito tramite HTTP. Ti suggeriamo vivamente di configurare il tuo server per richiedere invece l'utilizzo del protocollo HTTPS, come descritto nei nostri consigli sulla sicurezza.", - "Shared with {recipients}" : "Condiviso con {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom non è leggibile da PHP e ciò è vivamente sconsigliato per motivi di sicurezza. Ulteriori informazioni sono disponibili nella documentazione.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "La tua versione di PHP non ha il supporto freetype. Ciò causera problemi con le immagini dei profili e con l'interfaccia delle impostazioni.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "L'intestazione HTTP \"Strict-Transport-Security\" non è configurata con un valore di almeno \"{seconds}\" secondi. Per migliorare la sicurezza, consigliamo di abilitare HSTS come descritto nei consigli sulla sicurezza.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Sei connesso a questo sito tramite HTTP. Ti suggeriamo vivamente di configurare il tuo server per richiedere invece HTTPS, come descritto nei consigli sulla sicurezza.", "Error setting expiration date" : "Errore durante l'impostazione della data di scadenza", "The public link will expire no later than {days} days after it is created" : "Il collegamento pubblico scadrà non più tardi di {days} giorni dopo la sua creazione", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha condiviso tramite collegamento", @@ -397,31 +385,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Condividi con altre persone digitando un utente, un gruppo o un indirizzo di posta elettronica.", "The specified document has not been found on the server." : "Il documento specificato non è stato trovato sul server.", "You can click here to return to %s." : "Puoi fare clic qui per tornare a %s.", - "The server encountered an internal error and was unable to complete your request." : "Il server ha riscontrato un errore interno e non è stato in grado di completare la tua richiesta.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Contatta l'amministratore del server se questo errore riappare più volte, includendo i dettagli tecnici sotto riportati nella tua segnalazione.", - "For information how to properly configure your server, please see the documentation." : "Per informazioni su come configurare correttamente il tuo server, vedi la documentazione.", - "This action requires you to confirm your password:" : "Questa azione richiede la conferma della tua password:", - "Wrong password. Reset it?" : "Password errata. Vuoi reimpostarla?", "Stay logged in" : "Rimani collegato", + "Back to log in" : "Torna alla schermata di accesso", "Alternative Logins" : "Accessi alternativi", - "You are about to grant \"%s\" access to your %s account." : "Stai per accordare a \"%s\" l'accesso al tuo account %s.", + "You are about to grant %s access to your %s account." : "Stai per accordare a \"%s\" l'accesso al tuo account %s.", "Alternative login using app token" : "Accesso alternativo utilizzando il token dell'applicazione", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La sicurezza migliorata è stata abilitata per il tuo account. Autenticati utilizzando un secondo fattore.", - "You are accessing the server from an untrusted domain." : "Stai accedendo al server da un dominio non attendibile.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Contatta il tuo amministratore di sistema. Se sei un amministratore di questa istanza, configura l'impostazione \"trusted_domains\" in config/config.php. Una configurazione di esempio è disponibile in config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "In base alla tua configurazione, come amministratore potrai utilizzare anche il pulsante in basso per rendere attendibile questo dominio.", + "Depending on your configuration, this button could also work to trust the domain:" : "In base alla tua configurazione, questo pulsante può funzionare anche per rendere attendibile il dominio:", "Add \"%s\" as trusted domain" : "Aggiungi \"%s\" come dominio attendibile", "%s will be updated to version %s" : "%s sarà aggiornato alla versione %s", - "For help, see the documentation." : "Per la guida, vedi la documentazione.", "This page will refresh itself when the %s instance is available again." : "Questa pagina si aggiornerà quando l'istanza di %s sarà nuovamente disponibile.", "Thank you for your patience." : "Grazie per la pazienza.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom non è leggibile da PHP e ciò è vivamente sconsigliato per motivi di sicurezza. Ulteriori informazioni sono disponibili nella documentazione.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "La tua versione di PHP non ha il supporto freetype. Ciò causera problemi con le immagini dei profili e con l'interfaccia delle impostazioni.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "L'intestazione HTTP \"Strict-Transport-Security\" non è configurata con un valore di almeno \"{seconds}\" secondi. Per migliorare la sicurezza, consigliamo di abilitare HSTS come descritto nei consigli sulla sicurezza.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Sei connesso a questo sito tramite HTTP. Ti suggeriamo vivamente di configurare il tuo server per richiedere invece HTTPS, come descritto nei consigli sulla sicurezza.", - "Back to log in" : "Torna alla schermata di accesso", - "You are about to grant %s access to your %s account." : "Stai per accordare a \"%s\" l'accesso al tuo account %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "In base alla tua configurazione, questo pulsante può funzionare anche per rendere attendibile il dominio:", "Copy URL" : "Copia URL", "Enable" : "Abilita", "{sharee} (conversation)" : "{sharee} (conversation)", diff --git a/core/l10n/it.json b/core/l10n/it.json index b9066e59ef..8d3f61098f 100644 --- a/core/l10n/it.json +++ b/core/l10n/it.json @@ -368,22 +368,10 @@ "%s (3rdparty)" : "%s (terze parti)", "There was an error loading your contacts" : "Si è verificato un errore durante il caricamento dei tuoi contatti", "There were problems with the code integrity check. More information…" : "Si sono verificati errori con il controllo di integrità del codice. Ulteriori informazioni…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Il tuo server web non è configurato correttamente per consentire la sincronizzazione dei file poiché l'interfaccia WebDAV sembra essere danneggiata.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Il tuo server web non è configurato correttamente per risolvere \"{url}\". Ulteriori informazioni sono disponibili nella nostra documentazione.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Questo server non ha una connessione a Internet funzionante: diversi dispositivi finali non sono raggiungibili. Ciò significa che alcune delle funzionalità come il montaggio di archivi esterni, le notifiche degli aggiornamenti o l'installazione di applicazioni di terze parti non funzioneranno. L'accesso remoto ai file e l'invio di email di notifica potrebbero non funzionare. Ti suggeriamo di abilitare la connessione a Internet del server se desideri disporre di tutte le funzionalità.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Non è stata configurata alcuna cache di memoria. Per migliorare le prestazioni configura memcache, se disponibile. Ulteriori informazioni sono disponibili nella nostra documentazione.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom non è leggibile da PHP e ciò è vivamente sconsigliato per motivi di sicurezza. Ulteriori informazioni sono disponibili nella nostra documentazione.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Stai eseguendo attualmente PHP {version}. Ti esortiamo ad aggiornare la tua versione di PHP per trarre vantaggio dagli aggiornamenti in termini di prestazioni e sicurezza forniti dal PHP Group non appena la tua distribuzione la supporta.", - "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 documentation." : "La configurazione delle intestazioni del proxy inverso non è corretta, o stai effettuando l'accesso a Nextcloud da un proxy affidabile. Se non stai effettuando l'accesso da un proxy affidabile, questo è un problema di sicurezza e può consentire a un attaccante di falsificare il suo indirizzo IP, rendendolo visibile a Nextcloud. Ulteriori informazioni sono disponibili nella nostra documentazione.", - "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 memcached wiki about both modules." : "Memcached è configurato come cache distribuita, ma è installato il modulo \"memcache\" errato. \\OC\\Memcache\\Memcached supporta solo \"memcached\" e non \"memcache\". Vedi il wiki di memcached per informazioni su entrambi i moduli.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Alcuni file non hanno superato il controllo di integrità. Ulteriori informazioni su come risolvere questo problema sono disponibili nella nostra documentazione. (Elenco dei file non validi… / Nuova scansione…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP OpCache non è configurata correttamente. Per prestazioni migliori consigliamo di utilizzare le impostazioni in php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La funzione PHP \"set_time_limit\" non è disponibile. Ciò potrebbe comportare l'interruzione di script durante l'esecuzione, compromettendo la tua installazione. Ti consigliamo vivamente di abilitare questa funzione.", - "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." : "La cartella dei dati e i tuoi file sono probabilmente accessibili da Internet.\nIl file .htaccess non funziona. Ti consigliamo vivamente di configurare il server web in modo che la cartella dei dati non sia più accessibile o di spostare la cartella fuori dalla radice del server 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'intestazione HTTP \"{header}\" non è configurata come \"{expected}\". \nQuesto è un potenziale rischio di sicurezza o di riservatezza dei dati e noi consigliamo di modificare questa impostazione.", - "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 security tips." : "L'intestazione HTTP \"Strict-Transport-Security\" non è configurata con un valore di almeno \"{seconds}\" secondi. Per migliorare la sicurezza, consigliamo di abilitare HSTS come descritto nei nostri consigli sulla sicurezza.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Sei connesso a questo sito tramite HTTP. Ti suggeriamo vivamente di configurare il tuo server per richiedere invece l'utilizzo del protocollo HTTPS, come descritto nei nostri consigli sulla sicurezza.", - "Shared with {recipients}" : "Condiviso con {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom non è leggibile da PHP e ciò è vivamente sconsigliato per motivi di sicurezza. Ulteriori informazioni sono disponibili nella documentazione.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "La tua versione di PHP non ha il supporto freetype. Ciò causera problemi con le immagini dei profili e con l'interfaccia delle impostazioni.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "L'intestazione HTTP \"Strict-Transport-Security\" non è configurata con un valore di almeno \"{seconds}\" secondi. Per migliorare la sicurezza, consigliamo di abilitare HSTS come descritto nei consigli sulla sicurezza.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Sei connesso a questo sito tramite HTTP. Ti suggeriamo vivamente di configurare il tuo server per richiedere invece HTTPS, come descritto nei consigli sulla sicurezza.", "Error setting expiration date" : "Errore durante l'impostazione della data di scadenza", "The public link will expire no later than {days} days after it is created" : "Il collegamento pubblico scadrà non più tardi di {days} giorni dopo la sua creazione", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha condiviso tramite collegamento", @@ -395,31 +383,17 @@ "Share with other people by entering a user or group or an email address." : "Condividi con altre persone digitando un utente, un gruppo o un indirizzo di posta elettronica.", "The specified document has not been found on the server." : "Il documento specificato non è stato trovato sul server.", "You can click here to return to %s." : "Puoi fare clic qui per tornare a %s.", - "The server encountered an internal error and was unable to complete your request." : "Il server ha riscontrato un errore interno e non è stato in grado di completare la tua richiesta.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Contatta l'amministratore del server se questo errore riappare più volte, includendo i dettagli tecnici sotto riportati nella tua segnalazione.", - "For information how to properly configure your server, please see the documentation." : "Per informazioni su come configurare correttamente il tuo server, vedi la documentazione.", - "This action requires you to confirm your password:" : "Questa azione richiede la conferma della tua password:", - "Wrong password. Reset it?" : "Password errata. Vuoi reimpostarla?", "Stay logged in" : "Rimani collegato", + "Back to log in" : "Torna alla schermata di accesso", "Alternative Logins" : "Accessi alternativi", - "You are about to grant \"%s\" access to your %s account." : "Stai per accordare a \"%s\" l'accesso al tuo account %s.", + "You are about to grant %s access to your %s account." : "Stai per accordare a \"%s\" l'accesso al tuo account %s.", "Alternative login using app token" : "Accesso alternativo utilizzando il token dell'applicazione", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La sicurezza migliorata è stata abilitata per il tuo account. Autenticati utilizzando un secondo fattore.", - "You are accessing the server from an untrusted domain." : "Stai accedendo al server da un dominio non attendibile.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Contatta il tuo amministratore di sistema. Se sei un amministratore di questa istanza, configura l'impostazione \"trusted_domains\" in config/config.php. Una configurazione di esempio è disponibile in config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "In base alla tua configurazione, come amministratore potrai utilizzare anche il pulsante in basso per rendere attendibile questo dominio.", + "Depending on your configuration, this button could also work to trust the domain:" : "In base alla tua configurazione, questo pulsante può funzionare anche per rendere attendibile il dominio:", "Add \"%s\" as trusted domain" : "Aggiungi \"%s\" come dominio attendibile", "%s will be updated to version %s" : "%s sarà aggiornato alla versione %s", - "For help, see the documentation." : "Per la guida, vedi la documentazione.", "This page will refresh itself when the %s instance is available again." : "Questa pagina si aggiornerà quando l'istanza di %s sarà nuovamente disponibile.", "Thank you for your patience." : "Grazie per la pazienza.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom non è leggibile da PHP e ciò è vivamente sconsigliato per motivi di sicurezza. Ulteriori informazioni sono disponibili nella documentazione.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "La tua versione di PHP non ha il supporto freetype. Ciò causera problemi con le immagini dei profili e con l'interfaccia delle impostazioni.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "L'intestazione HTTP \"Strict-Transport-Security\" non è configurata con un valore di almeno \"{seconds}\" secondi. Per migliorare la sicurezza, consigliamo di abilitare HSTS come descritto nei consigli sulla sicurezza.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Sei connesso a questo sito tramite HTTP. Ti suggeriamo vivamente di configurare il tuo server per richiedere invece HTTPS, come descritto nei consigli sulla sicurezza.", - "Back to log in" : "Torna alla schermata di accesso", - "You are about to grant %s access to your %s account." : "Stai per accordare a \"%s\" l'accesso al tuo account %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "In base alla tua configurazione, questo pulsante può funzionare anche per rendere attendibile il dominio:", "Copy URL" : "Copia URL", "Enable" : "Abilita", "{sharee} (conversation)" : "{sharee} (conversation)", diff --git a/core/l10n/ja.js b/core/l10n/ja.js index 172c5bb579..8211723fb5 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -340,12 +340,8 @@ OC.L10N.register( "%s (3rdparty)" : "%s (3rdparty)", "There was an error loading your contacts" : "連絡先の読み込みに失敗しました。", "There were problems with the code integrity check. More information…" : "コード整合性の確認で問題が発生しました。詳しくはこちら…", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "メモリキャッシュが設定されていません。可能であれば、パフォーマンスを向上するため、memcacheを設定してください。より詳しい情報はドキュメントで参照できます。", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP OPcacheが適切に設定されていません。よりパフォーマンスを向上させるには、php.iniで次の設定を推奨します:", - "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." : "\"{header}\" HTTP ヘッダは \"{expected}\" に設定されていません。これは潜在的なセキュリティリスクもしくはプライバシーリスクとなる可能性があるため、この設定を見直すことをおすすめします。", - "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 security tips." : "\"Strict-Transport-Security\" HTTPヘッダが、最低でも \"{seconds}\" 秒に設定されていません。セキュリティを強化するには、セキュリティTipsで解説しているHSTSを有効にすることを推奨します。", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "セキュアではないHTTP経由でアクセスしています。セキュリティTipsで述べているように、代わりにHTTPSを必要とするようサーバーを設定することを強くおすすめします。", - "Shared with {recipients}" : "{recipients} と共有", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "\"Strict-Transport-Security\" HTTPヘッダが、最低でも \"{seconds}\" 秒に設定されていません。セキュリティを強化するには、セキュリティTipsで解説しているHSTSを有効にすることを推奨します。", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "セキュアではないHTTP経由でアクセスしています。セキュリティTipsで述べているように、代わりにHTTPSを必要とするようサーバーを設定することを強くおすすめします。", "Error setting expiration date" : "有効期限の設定でエラー発生", "The public link will expire no later than {days} days after it is created" : "URLによる共有は、作成してから {days} 日以内に有効期限切れになります", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} がリンク経由で共有", @@ -357,24 +353,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "ユーザー名やグループ名、メールアドレスで共有", "The specified document has not been found on the server." : "サーバーに指定されたファイルが見つかりませんでした。", "You can click here to return to %s." : "ここをクリックすると、 %s に戻れます。", - "This action requires you to confirm your password:" : "この操作では、パスワードを確認する必要があります:", - "Wrong password. Reset it?" : "パスワードが間違っています。リセットしますか?", "Stay logged in" : "ログインしたままにする", + "Back to log in" : "ログインに戻る", "Alternative Logins" : "代替ログイン", - "You are about to grant \"%s\" access to your %s account." : "%s アカウントで \"%s\" での接続を許可", + "You are about to grant %s access to your %s account." : "%s アカウントに あなたのアカウント %s へのアクセスを許可", "Alternative login using app token" : "アプリトークンを使って代替ログイン", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "このアカウントは強化セキュリティが適用されています。二要素認証を行ってください。", - "You are accessing the server from an untrusted domain." : "信頼されていないドメインからサーバーにアクセスしています。", + "Depending on your configuration, this button could also work to trust the domain:" : "設定に応じて、このボタンはドメインを信頼することもできます:", "Add \"%s\" as trusted domain" : "\"%s\" を信頼するドメイン名に追加", "%s will be updated to version %s" : "%s は バーション %s にアップデートされます", - "For help, see the documentation." : "不明な場合、ドキュメントを参照してください。", "This page will refresh itself when the %s instance is available again." : "この画面は、サーバー %s の再起動後に自動的に更新されます。", "Thank you for your patience." : "しばらくお待ちください。", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "\"Strict-Transport-Security\" HTTPヘッダが、最低でも \"{seconds}\" 秒に設定されていません。セキュリティを強化するには、セキュリティTipsで解説しているHSTSを有効にすることを推奨します。", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "セキュアではないHTTP経由でアクセスしています。セキュリティTipsで述べているように、代わりにHTTPSを必要とするようサーバーを設定することを強くおすすめします。", - "Back to log in" : "ログインに戻る", - "You are about to grant %s access to your %s account." : "%s アカウントに あなたのアカウント %s へのアクセスを許可", - "Depending on your configuration, this button could also work to trust the domain:" : "設定に応じて、このボタンはドメインを信頼することもできます:", "Copy URL" : "URL をコピー", "Enable" : "有効にする", "{sharee} (conversation)" : "{sharee}(会話)", diff --git a/core/l10n/ja.json b/core/l10n/ja.json index 59b4c58c43..271c62ff42 100644 --- a/core/l10n/ja.json +++ b/core/l10n/ja.json @@ -338,12 +338,8 @@ "%s (3rdparty)" : "%s (3rdparty)", "There was an error loading your contacts" : "連絡先の読み込みに失敗しました。", "There were problems with the code integrity check. More information…" : "コード整合性の確認で問題が発生しました。詳しくはこちら…", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "メモリキャッシュが設定されていません。可能であれば、パフォーマンスを向上するため、memcacheを設定してください。より詳しい情報はドキュメントで参照できます。", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP OPcacheが適切に設定されていません。よりパフォーマンスを向上させるには、php.iniで次の設定を推奨します:", - "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." : "\"{header}\" HTTP ヘッダは \"{expected}\" に設定されていません。これは潜在的なセキュリティリスクもしくはプライバシーリスクとなる可能性があるため、この設定を見直すことをおすすめします。", - "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 security tips." : "\"Strict-Transport-Security\" HTTPヘッダが、最低でも \"{seconds}\" 秒に設定されていません。セキュリティを強化するには、セキュリティTipsで解説しているHSTSを有効にすることを推奨します。", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "セキュアではないHTTP経由でアクセスしています。セキュリティTipsで述べているように、代わりにHTTPSを必要とするようサーバーを設定することを強くおすすめします。", - "Shared with {recipients}" : "{recipients} と共有", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "\"Strict-Transport-Security\" HTTPヘッダが、最低でも \"{seconds}\" 秒に設定されていません。セキュリティを強化するには、セキュリティTipsで解説しているHSTSを有効にすることを推奨します。", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "セキュアではないHTTP経由でアクセスしています。セキュリティTipsで述べているように、代わりにHTTPSを必要とするようサーバーを設定することを強くおすすめします。", "Error setting expiration date" : "有効期限の設定でエラー発生", "The public link will expire no later than {days} days after it is created" : "URLによる共有は、作成してから {days} 日以内に有効期限切れになります", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} がリンク経由で共有", @@ -355,24 +351,17 @@ "Share with other people by entering a user or group or an email address." : "ユーザー名やグループ名、メールアドレスで共有", "The specified document has not been found on the server." : "サーバーに指定されたファイルが見つかりませんでした。", "You can click here to return to %s." : "ここをクリックすると、 %s に戻れます。", - "This action requires you to confirm your password:" : "この操作では、パスワードを確認する必要があります:", - "Wrong password. Reset it?" : "パスワードが間違っています。リセットしますか?", "Stay logged in" : "ログインしたままにする", + "Back to log in" : "ログインに戻る", "Alternative Logins" : "代替ログイン", - "You are about to grant \"%s\" access to your %s account." : "%s アカウントで \"%s\" での接続を許可", + "You are about to grant %s access to your %s account." : "%s アカウントに あなたのアカウント %s へのアクセスを許可", "Alternative login using app token" : "アプリトークンを使って代替ログイン", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "このアカウントは強化セキュリティが適用されています。二要素認証を行ってください。", - "You are accessing the server from an untrusted domain." : "信頼されていないドメインからサーバーにアクセスしています。", + "Depending on your configuration, this button could also work to trust the domain:" : "設定に応じて、このボタンはドメインを信頼することもできます:", "Add \"%s\" as trusted domain" : "\"%s\" を信頼するドメイン名に追加", "%s will be updated to version %s" : "%s は バーション %s にアップデートされます", - "For help, see the documentation." : "不明な場合、ドキュメントを参照してください。", "This page will refresh itself when the %s instance is available again." : "この画面は、サーバー %s の再起動後に自動的に更新されます。", "Thank you for your patience." : "しばらくお待ちください。", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "\"Strict-Transport-Security\" HTTPヘッダが、最低でも \"{seconds}\" 秒に設定されていません。セキュリティを強化するには、セキュリティTipsで解説しているHSTSを有効にすることを推奨します。", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "セキュアではないHTTP経由でアクセスしています。セキュリティTipsで述べているように、代わりにHTTPSを必要とするようサーバーを設定することを強くおすすめします。", - "Back to log in" : "ログインに戻る", - "You are about to grant %s access to your %s account." : "%s アカウントに あなたのアカウント %s へのアクセスを許可", - "Depending on your configuration, this button could also work to trust the domain:" : "設定に応じて、このボタンはドメインを信頼することもできます:", "Copy URL" : "URL をコピー", "Enable" : "有効にする", "{sharee} (conversation)" : "{sharee}(会話)", diff --git a/core/l10n/ka_GE.js b/core/l10n/ka_GE.js index 1d58744b47..bad96ab311 100644 --- a/core/l10n/ka_GE.js +++ b/core/l10n/ka_GE.js @@ -293,22 +293,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (მესამე მხარე)", "There was an error loading your contacts" : "კონტაქტების ჩატვირთვისას წარმოიშვა შეცდომა", "There were problems with the code integrity check. More information…" : "კოდის მთლიანობის შემოწმებასთან წარმოიქმა შეცდომები. მეტი ინფორმაცია…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "ფაილის სინქრონიზაციის დასაშვებად თქვენი ვებ-სერვერი ჯერ არაა სწორად კოფინგირურებული, როგორც ჩანს WebDAV ინტერფეისი გაფუჭებულია.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "\"{url}\"-ის გასახსნელად თქვენი ვებ-სერვერი არაა სწორად კონფიგურირებული. შეგიძლიათ იხილოთ მეტი ინფორმაცია ჩვენს დოკუმენტაციაში.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "ამ სერვერს არ გააჩნია მოქმედი ინტერნეტ კავშირი: მიუწვდომელია მრავალი წერტილი. ეს ნიშნავს, რომ ფუნქციები როგორებიცაა ექსტერნალური საცავის დაყენება, შეტყობინებები განახლებებზე ან მესამე მხარის აპლიკაციების ინსტალაცია არ იმუშავებს. შესაძლოა ფაილებთან დისტანციური წვდომა და საფოსტო შეტყობინებების გაგზავნაც არ მუშაობდეს. ყველა ფიუნქციის მუშაობისთვის, გირჩევდით ამ სერვერზე ჩართოთ ინტერნეტ კავშირი.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "მეხსიერების კეში არაა კონფიგურირებული. მოქმედების მახასიათებლების გაუმჯობესებისთვის გთოხვთ გაუწიოთ კონფიგურაცია memcache-ს. შეგიძლიათ იხილოთ მეტი ინფორმაცია ჩვენს დოკუმენტაციაში.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom PHP-ს მიერ ვერ იკითხება, რაც უსაფრთოხების მიზნებიდან გამომდინარე უკიდურესად არა-რეკომენდირებულია. შეგიძლიათ მეტი ინფორმაცია მიიღოთ ჩვენი დოკუემენტაციით.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "ამჟამად თქვენთან მოქმედია PHP {version}. ჩვენ მოგიწოდებთ რაც შეიძლება მალე განაახლოთ თქვენი PHP ვერსია, რათა ისარგებლოთ PHP Group-ის მიერ უზრუნველყოფილი გაუმჯობესებული ქმედებითა და უსაფრთხოებებისის განახლებებით.", - "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 documentation." : "Nextcloud-ს უკავშირდებით სანდო პქოქსით ან საწინააღმეგო პროქსის დასათაურებებების კონფიგურაცია არასწორია. იმ შემთხვევაში თუ არ უკავშირდებით Nextcloud-ს სანდო პროქსით, ეს უსაფრთხოების პრობლემაა და თავდამსხმელმა შეიძლება მოიტყუოს IP მისამართით. იხილეთ მეტი ინფორმაცია ჩვენს დოკუმენტაციაში.", - "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 memcached wiki about both modules." : "Memcached კონფიგურირებულია როგორც განაწილებული ქეში, თუმცა დაყენებულია არასწორი PHP მოდული \"memcache\". \\OC\\Memcache\\Memcached მხარს უჭერს მხოლოდ \"memcached\"-ს და არა \"memcache\"-s. მეტი ინფორმაციისთვის იხილეთ memcached ვიკი ორივე მოდულზე.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "გარკვეულმა ფაილება ვერ გაიარეს ერთიანობის შემოწმება. ინფორმაცია თუ როგორ აღმოფხრათ ეს პრობლემა შეგიძლიათ მოიძიოთ ჩვენს დოკუმენტაციაში. (არასწორი ფაილების სია... / ხელახალი სკანირება...)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP OPcache არაა სწორად კონფიგურირებული. უკეთესი მოქმედებისთვის ჩვენ რეკომენდაციას გიწევთ php.ini-ში გამოიყენოთ შემდეგი პარამეტრები:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP-ს ფუნქცია \"set_time_limit\" არაა ხელმისაწვდომი. ამან შეიძლება ქმედებისას გამოიწვიოს სკრიპტების შეჩერება, ინსტალაციის შეწყვეტა. გირჩევთ ეს ფუნქცია ჩართოთ.", - "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." : "თქვენი data დირექტორია და ფაილები ალბათ წვდომადია ინტერნეტიდან. .htaccess ფაილი არ მუშაობს. მკაცრად რეკომენდირებულია, ისე გაუწიოთ თქვენს ვებ-სერვერს კონფიგურაცია, რომ data დირექტორია აღარ იყოს წვდომადი, ან გაიტანოთ ის ვებ-სერვერის root დირექტორიიდან.", - "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." : "HTTP დასათაურება \"{header}\" არაა კონფიგურირებული რომ უტოლდებოდეს \"{expected}\"-ს. ეს პოტენციური უსაფრთხოების და კონფიდენციალურობის რისკია, გირჩევთ ამ პარამეტრის გამოსწორებას.", - "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 security tips." : "\"Strict-Transport-Security\" HTTP დასათაურება არაა კონფიგურირებული \"{seconds}\" წამამდე მაინც. გაუმჯობესებული თავდაცვის მიზნებისთვის რეკომენდაციას გიწევთ ჩართოთ HSTS როგორც აღწერილია ჩვენს თავდაცვის რეკომენდაციებში.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "ამ საიტს უკავშირდებით HTTP-თი. მტკიცედ გირჩევთ გაუწიოთ სერვერს კონფიგურაცია, ისე რომ გამოიყენოთ HTTPS, როგორც აღწერილია ჩვენს თავდაცვის რეკომენდაციებში.", - "Shared with {recipients}" : "გაზიარებულია მიმღებებთან {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom PHP-ს მიერ ვერ იკითხება, რაც უსაფრთოხების მიზნებიდან გამომდინარე უკიდურესად არა-რეკომენდირებულია. შეგიძლიათ მეტი ინფორმაცია მიიღოთ დოკუმენტაციიდან.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "თქვენს PHP-ს არ აქვს freetype-ის მხარდაჭერა. ეს გამოწვევს დარღვეულ პროფილის სურათებს და მომხმარებლის ინტერფეისს.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "\"Strict-Transport-Security\" HTTP დასათაურება არაა კონფიგურირებული \"{seconds}\" წამამდე მაინც. გაუმჯობესებული თავდაცვის მიზნებისთვის რეკომენდირებულია ჩართოთ HSTS როგორც აღწერილია თავდაცვის რეკომენდაციებში.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "საიტს უკავშირდებით HTTP-თი. მტკიცედ გირჩევთ გაუწიოთ სერვერს კონფიგურაცია, ისე რომ გამოიყენოთ HTTPS, როგორც აღწერილიათავდაცვის რეკომენდაციებში.", "Error setting expiration date" : "ვადის გასვლის მითითებისას წარმოიშვა შეცდომა", "The public link will expire no later than {days} days after it is created" : "საზოგადო ბმული გაუქმედება შექმნის მომენტიდან {days} დღის შემდეგ", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} მომხმარებელმა გააზიარა ბმულით", @@ -320,30 +308,16 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "გაუზიარეთ სხვა ადამიანებს მომხმარებლის, ჯგუფის ან ელ-ფოსტის მისამართის შეყვანით.", "The specified document has not been found on the server." : "მითითებული დოკუმენტი სერვერზე ვერ იქნა ნაპოვნი.", "You can click here to return to %s." : "%s-ზე დასაბრუნებლად შეგიძლიათ დააწკაპუნოთ აქ.", - "The server encountered an internal error and was unable to complete your request." : "სერვერს შეექმნა შიდა შეცდომა და ვერ დაასრულა თქვენი მოთხოვნა.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "გთხოვთ დაუკავშირდეთ სერვერის ადმინისტრატორს, თუ ეს შეცდომა განმეორდება, გთხოვთ რეპორტში შეიტანოთ ქვემოთ მოცემული ტექნიკური დეტალებიც.", - "For information how to properly configure your server, please see the documentation." : "ინფორმაციისთვის თუ როგორ გაუწიოთ სერვერს სწორი კონფიგურაცია იხილეთ დოკუემტაცია.", - "This action requires you to confirm your password:" : "ეს ქმედება საჭიროებს პაროლის დადასტურებას:", - "Wrong password. Reset it?" : "არასწორი პაროლი. აღვადგინოთ ის?", "Stay logged in" : "ავტორიზებულად დარჩენა", + "Back to log in" : "უკან ავტორიზაციისკენ", "Alternative Logins" : "ალტერნატიული ლოგინები", - "You are about to grant \"%s\" access to your %s account." : "თქვენ აპირებთ წვდომის უფლებები მიანიჭოთ %s-ს თქვენს %s ანგარიშზე.", + "You are about to grant %s access to your %s account." : "თქვენ აპირებთ წვდომის უფლებები მიანიჭოთ %s-ს თქვენს %s ანგარიშზე.", "Alternative login using app token" : "ალტერნატული ლოგინი აპლიკაციის ტოკენით", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "თქვენს ანგარიშზე გაუმჯობესებული თავდაცვა ჩართულია. გთხოვთ გაიაროთ აუტენტიფიკაცია მეორე ფაქტორით.", - "You are accessing the server from an untrusted domain." : "სერვერს უკავშირდებით არა-სანდო დომენიდან.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "გთხოვთ დაუკავშირდეთ თქვენს ადმინისტრატორს. იმ შემთხვევაში თუ ბრძანდებით ადმინისტრატორი, config/config.php-ში შეცვალეთ \"trusted_domains\" პარამეტრი. მაგალითი მოყვანილია config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "თქვენი კონფიგურაციიდან გამომდინარე, როგორც ადმინისტრატორმა დომენის ნდობისთვის ასევე შეგიძლიათ ისარგებლოთ ქვემოთ არსებული ღილაკითაც.", + "Depending on your configuration, this button could also work to trust the domain:" : "თქვენი კონფიგურაციიდან გამომდინარე, ეს ღილაკი დომენის ნდობისთვის შეიძლება ასევე მუშაობდეს.", "Add \"%s\" as trusted domain" : "დაამატეთ \"%s\" როგორც სანდო დომენი", "%s will be updated to version %s" : "%s განახლდება ვერსიაზე %s", - "For help, see the documentation." : "დახმარებისთვის იხილეთ დოკუმენტაცია.", "This page will refresh itself when the %s instance is available again." : "გვერდი ავტომატურად განახლდება, როდესაც %s ინსტანცია იქნება ხელმისაწვდომელი.", - "Thank you for your patience." : "მადლობთ მოთმინებისთვის.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom PHP-ს მიერ ვერ იკითხება, რაც უსაფრთოხების მიზნებიდან გამომდინარე უკიდურესად არა-რეკომენდირებულია. შეგიძლიათ მეტი ინფორმაცია მიიღოთ დოკუმენტაციიდან.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "თქვენს PHP-ს არ აქვს freetype-ის მხარდაჭერა. ეს გამოწვევს დარღვეულ პროფილის სურათებს და მომხმარებლის ინტერფეისს.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "\"Strict-Transport-Security\" HTTP დასათაურება არაა კონფიგურირებული \"{seconds}\" წამამდე მაინც. გაუმჯობესებული თავდაცვის მიზნებისთვის რეკომენდირებულია ჩართოთ HSTS როგორც აღწერილია თავდაცვის რეკომენდაციებში.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "საიტს უკავშირდებით HTTP-თი. მტკიცედ გირჩევთ გაუწიოთ სერვერს კონფიგურაცია, ისე რომ გამოიყენოთ HTTPS, როგორც აღწერილიათავდაცვის რეკომენდაციებში.", - "Back to log in" : "უკან ავტორიზაციისკენ", - "You are about to grant %s access to your %s account." : "თქვენ აპირებთ წვდომის უფლებები მიანიჭოთ %s-ს თქვენს %s ანგარიშზე.", - "Depending on your configuration, this button could also work to trust the domain:" : "თქვენი კონფიგურაციიდან გამომდინარე, ეს ღილაკი დომენის ნდობისთვის შეიძლება ასევე მუშაობდეს." + "Thank you for your patience." : "მადლობთ მოთმინებისთვის." }, "nplurals=2; plural=(n!=1);"); diff --git a/core/l10n/ka_GE.json b/core/l10n/ka_GE.json index 97f5334a0c..1dd6df4cc2 100644 --- a/core/l10n/ka_GE.json +++ b/core/l10n/ka_GE.json @@ -291,22 +291,10 @@ "%s (3rdparty)" : "%s (მესამე მხარე)", "There was an error loading your contacts" : "კონტაქტების ჩატვირთვისას წარმოიშვა შეცდომა", "There were problems with the code integrity check. More information…" : "კოდის მთლიანობის შემოწმებასთან წარმოიქმა შეცდომები. მეტი ინფორმაცია…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "ფაილის სინქრონიზაციის დასაშვებად თქვენი ვებ-სერვერი ჯერ არაა სწორად კოფინგირურებული, როგორც ჩანს WebDAV ინტერფეისი გაფუჭებულია.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "\"{url}\"-ის გასახსნელად თქვენი ვებ-სერვერი არაა სწორად კონფიგურირებული. შეგიძლიათ იხილოთ მეტი ინფორმაცია ჩვენს დოკუმენტაციაში.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "ამ სერვერს არ გააჩნია მოქმედი ინტერნეტ კავშირი: მიუწვდომელია მრავალი წერტილი. ეს ნიშნავს, რომ ფუნქციები როგორებიცაა ექსტერნალური საცავის დაყენება, შეტყობინებები განახლებებზე ან მესამე მხარის აპლიკაციების ინსტალაცია არ იმუშავებს. შესაძლოა ფაილებთან დისტანციური წვდომა და საფოსტო შეტყობინებების გაგზავნაც არ მუშაობდეს. ყველა ფიუნქციის მუშაობისთვის, გირჩევდით ამ სერვერზე ჩართოთ ინტერნეტ კავშირი.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "მეხსიერების კეში არაა კონფიგურირებული. მოქმედების მახასიათებლების გაუმჯობესებისთვის გთოხვთ გაუწიოთ კონფიგურაცია memcache-ს. შეგიძლიათ იხილოთ მეტი ინფორმაცია ჩვენს დოკუმენტაციაში.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom PHP-ს მიერ ვერ იკითხება, რაც უსაფრთოხების მიზნებიდან გამომდინარე უკიდურესად არა-რეკომენდირებულია. შეგიძლიათ მეტი ინფორმაცია მიიღოთ ჩვენი დოკუემენტაციით.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "ამჟამად თქვენთან მოქმედია PHP {version}. ჩვენ მოგიწოდებთ რაც შეიძლება მალე განაახლოთ თქვენი PHP ვერსია, რათა ისარგებლოთ PHP Group-ის მიერ უზრუნველყოფილი გაუმჯობესებული ქმედებითა და უსაფრთხოებებისის განახლებებით.", - "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 documentation." : "Nextcloud-ს უკავშირდებით სანდო პქოქსით ან საწინააღმეგო პროქსის დასათაურებებების კონფიგურაცია არასწორია. იმ შემთხვევაში თუ არ უკავშირდებით Nextcloud-ს სანდო პროქსით, ეს უსაფრთხოების პრობლემაა და თავდამსხმელმა შეიძლება მოიტყუოს IP მისამართით. იხილეთ მეტი ინფორმაცია ჩვენს დოკუმენტაციაში.", - "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 memcached wiki about both modules." : "Memcached კონფიგურირებულია როგორც განაწილებული ქეში, თუმცა დაყენებულია არასწორი PHP მოდული \"memcache\". \\OC\\Memcache\\Memcached მხარს უჭერს მხოლოდ \"memcached\"-ს და არა \"memcache\"-s. მეტი ინფორმაციისთვის იხილეთ memcached ვიკი ორივე მოდულზე.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "გარკვეულმა ფაილება ვერ გაიარეს ერთიანობის შემოწმება. ინფორმაცია თუ როგორ აღმოფხრათ ეს პრობლემა შეგიძლიათ მოიძიოთ ჩვენს დოკუმენტაციაში. (არასწორი ფაილების სია... / ხელახალი სკანირება...)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP OPcache არაა სწორად კონფიგურირებული. უკეთესი მოქმედებისთვის ჩვენ რეკომენდაციას გიწევთ php.ini-ში გამოიყენოთ შემდეგი პარამეტრები:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP-ს ფუნქცია \"set_time_limit\" არაა ხელმისაწვდომი. ამან შეიძლება ქმედებისას გამოიწვიოს სკრიპტების შეჩერება, ინსტალაციის შეწყვეტა. გირჩევთ ეს ფუნქცია ჩართოთ.", - "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." : "თქვენი data დირექტორია და ფაილები ალბათ წვდომადია ინტერნეტიდან. .htaccess ფაილი არ მუშაობს. მკაცრად რეკომენდირებულია, ისე გაუწიოთ თქვენს ვებ-სერვერს კონფიგურაცია, რომ data დირექტორია აღარ იყოს წვდომადი, ან გაიტანოთ ის ვებ-სერვერის root დირექტორიიდან.", - "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." : "HTTP დასათაურება \"{header}\" არაა კონფიგურირებული რომ უტოლდებოდეს \"{expected}\"-ს. ეს პოტენციური უსაფრთხოების და კონფიდენციალურობის რისკია, გირჩევთ ამ პარამეტრის გამოსწორებას.", - "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 security tips." : "\"Strict-Transport-Security\" HTTP დასათაურება არაა კონფიგურირებული \"{seconds}\" წამამდე მაინც. გაუმჯობესებული თავდაცვის მიზნებისთვის რეკომენდაციას გიწევთ ჩართოთ HSTS როგორც აღწერილია ჩვენს თავდაცვის რეკომენდაციებში.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "ამ საიტს უკავშირდებით HTTP-თი. მტკიცედ გირჩევთ გაუწიოთ სერვერს კონფიგურაცია, ისე რომ გამოიყენოთ HTTPS, როგორც აღწერილია ჩვენს თავდაცვის რეკომენდაციებში.", - "Shared with {recipients}" : "გაზიარებულია მიმღებებთან {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom PHP-ს მიერ ვერ იკითხება, რაც უსაფრთოხების მიზნებიდან გამომდინარე უკიდურესად არა-რეკომენდირებულია. შეგიძლიათ მეტი ინფორმაცია მიიღოთ დოკუმენტაციიდან.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "თქვენს PHP-ს არ აქვს freetype-ის მხარდაჭერა. ეს გამოწვევს დარღვეულ პროფილის სურათებს და მომხმარებლის ინტერფეისს.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "\"Strict-Transport-Security\" HTTP დასათაურება არაა კონფიგურირებული \"{seconds}\" წამამდე მაინც. გაუმჯობესებული თავდაცვის მიზნებისთვის რეკომენდირებულია ჩართოთ HSTS როგორც აღწერილია თავდაცვის რეკომენდაციებში.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "საიტს უკავშირდებით HTTP-თი. მტკიცედ გირჩევთ გაუწიოთ სერვერს კონფიგურაცია, ისე რომ გამოიყენოთ HTTPS, როგორც აღწერილიათავდაცვის რეკომენდაციებში.", "Error setting expiration date" : "ვადის გასვლის მითითებისას წარმოიშვა შეცდომა", "The public link will expire no later than {days} days after it is created" : "საზოგადო ბმული გაუქმედება შექმნის მომენტიდან {days} დღის შემდეგ", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} მომხმარებელმა გააზიარა ბმულით", @@ -318,30 +306,16 @@ "Share with other people by entering a user or group or an email address." : "გაუზიარეთ სხვა ადამიანებს მომხმარებლის, ჯგუფის ან ელ-ფოსტის მისამართის შეყვანით.", "The specified document has not been found on the server." : "მითითებული დოკუმენტი სერვერზე ვერ იქნა ნაპოვნი.", "You can click here to return to %s." : "%s-ზე დასაბრუნებლად შეგიძლიათ დააწკაპუნოთ აქ.", - "The server encountered an internal error and was unable to complete your request." : "სერვერს შეექმნა შიდა შეცდომა და ვერ დაასრულა თქვენი მოთხოვნა.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "გთხოვთ დაუკავშირდეთ სერვერის ადმინისტრატორს, თუ ეს შეცდომა განმეორდება, გთხოვთ რეპორტში შეიტანოთ ქვემოთ მოცემული ტექნიკური დეტალებიც.", - "For information how to properly configure your server, please see the documentation." : "ინფორმაციისთვის თუ როგორ გაუწიოთ სერვერს სწორი კონფიგურაცია იხილეთ დოკუემტაცია.", - "This action requires you to confirm your password:" : "ეს ქმედება საჭიროებს პაროლის დადასტურებას:", - "Wrong password. Reset it?" : "არასწორი პაროლი. აღვადგინოთ ის?", "Stay logged in" : "ავტორიზებულად დარჩენა", + "Back to log in" : "უკან ავტორიზაციისკენ", "Alternative Logins" : "ალტერნატიული ლოგინები", - "You are about to grant \"%s\" access to your %s account." : "თქვენ აპირებთ წვდომის უფლებები მიანიჭოთ %s-ს თქვენს %s ანგარიშზე.", + "You are about to grant %s access to your %s account." : "თქვენ აპირებთ წვდომის უფლებები მიანიჭოთ %s-ს თქვენს %s ანგარიშზე.", "Alternative login using app token" : "ალტერნატული ლოგინი აპლიკაციის ტოკენით", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "თქვენს ანგარიშზე გაუმჯობესებული თავდაცვა ჩართულია. გთხოვთ გაიაროთ აუტენტიფიკაცია მეორე ფაქტორით.", - "You are accessing the server from an untrusted domain." : "სერვერს უკავშირდებით არა-სანდო დომენიდან.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "გთხოვთ დაუკავშირდეთ თქვენს ადმინისტრატორს. იმ შემთხვევაში თუ ბრძანდებით ადმინისტრატორი, config/config.php-ში შეცვალეთ \"trusted_domains\" პარამეტრი. მაგალითი მოყვანილია config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "თქვენი კონფიგურაციიდან გამომდინარე, როგორც ადმინისტრატორმა დომენის ნდობისთვის ასევე შეგიძლიათ ისარგებლოთ ქვემოთ არსებული ღილაკითაც.", + "Depending on your configuration, this button could also work to trust the domain:" : "თქვენი კონფიგურაციიდან გამომდინარე, ეს ღილაკი დომენის ნდობისთვის შეიძლება ასევე მუშაობდეს.", "Add \"%s\" as trusted domain" : "დაამატეთ \"%s\" როგორც სანდო დომენი", "%s will be updated to version %s" : "%s განახლდება ვერსიაზე %s", - "For help, see the documentation." : "დახმარებისთვის იხილეთ დოკუმენტაცია.", "This page will refresh itself when the %s instance is available again." : "გვერდი ავტომატურად განახლდება, როდესაც %s ინსტანცია იქნება ხელმისაწვდომელი.", - "Thank you for your patience." : "მადლობთ მოთმინებისთვის.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom PHP-ს მიერ ვერ იკითხება, რაც უსაფრთოხების მიზნებიდან გამომდინარე უკიდურესად არა-რეკომენდირებულია. შეგიძლიათ მეტი ინფორმაცია მიიღოთ დოკუმენტაციიდან.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "თქვენს PHP-ს არ აქვს freetype-ის მხარდაჭერა. ეს გამოწვევს დარღვეულ პროფილის სურათებს და მომხმარებლის ინტერფეისს.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "\"Strict-Transport-Security\" HTTP დასათაურება არაა კონფიგურირებული \"{seconds}\" წამამდე მაინც. გაუმჯობესებული თავდაცვის მიზნებისთვის რეკომენდირებულია ჩართოთ HSTS როგორც აღწერილია თავდაცვის რეკომენდაციებში.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "საიტს უკავშირდებით HTTP-თი. მტკიცედ გირჩევთ გაუწიოთ სერვერს კონფიგურაცია, ისე რომ გამოიყენოთ HTTPS, როგორც აღწერილიათავდაცვის რეკომენდაციებში.", - "Back to log in" : "უკან ავტორიზაციისკენ", - "You are about to grant %s access to your %s account." : "თქვენ აპირებთ წვდომის უფლებები მიანიჭოთ %s-ს თქვენს %s ანგარიშზე.", - "Depending on your configuration, this button could also work to trust the domain:" : "თქვენი კონფიგურაციიდან გამომდინარე, ეს ღილაკი დომენის ნდობისთვის შეიძლება ასევე მუშაობდეს." + "Thank you for your patience." : "მადლობთ მოთმინებისთვის." },"pluralForm" :"nplurals=2; plural=(n!=1);" } \ No newline at end of file diff --git a/core/l10n/ko.js b/core/l10n/ko.js index a62d91392c..da32b56b93 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -308,22 +308,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s(제 3사)", "There was an error loading your contacts" : "연락처를 불러오는 중 오류가 발생했습니다", "There were problems with the code integrity check. More information…" : "코드 무결성 검사 중 오류가 발생했습니다. 더 많은 정보를 보려면 누르십시오…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "WebDAV 서비스가 올바르게 작동하지 않아서 웹 서버에서 파일 동기화를 사용할 수 없습니다.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "웹 서버가 \"{url}\"을 올바르게 처리할 수 있도록 설정되어 있지 않습니다. 자세한 내용은 문서를 참고하십시오.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "서버에서 인터넷 연결을 사용할 수 없습니다. 외부 저장소 마운트, 업데이트 알림, 제 3자 앱 설치 등 기능을 사용할 수 없습니다. 원격에서 파일에 접근하거나, 알림 이메일을 보내지 못할 수도 있습니다. 모든 기능을 사용하려면 인터넷에 연결하는 것을 추천합니다.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "메모리 캐시가 구성되지 않았습니다. 가능한 경우 memcache를 설정하여 성능을 향상시킬 수 있습니다. 자세한 내용은 문서를 참고하십시오.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP가 안전한 난수 발생기(/dev/urandom)를 사용할 수 없어 보안에 취약합니다. 자세한 내용은 문서를 참고하십시오.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "현재 PHP {version}을(를) 사용하고 있습니다. 배포판에서 지원하는 대로 PHP 버전을 업그레이드하여 PHP 그룹에서 제공하는 성능 및 보안 업데이트를 받는 것을 추천합니다.", - "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 documentation." : "역방향 프록시 헤더 설정이 올바르지 않거나 신뢰하는 프록시를 통해 Nextcloud에 접근하고 있을 수 있습니다. 만약 Nextcloud를 신뢰하는 프록시를 통해 접근하고 있지 않다면 이는 보안 문제이며 공격자가 IP 주소를 속이고 있을 수 있습니다. 자세한 내용은 문서를 참고하십시오.", - "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 memcached wiki about both modules." : "Memcached가 분산 캐시로 구성되어 있지만 잘못된 PHP 모듈 \"memcache\"가 설치되어 있습니다. \\OC\\Memcache\\Memcached는 \"memcache\"가 아닌 \"memcached\"만 지원합니다. 자세한 내용은 이 두 모듈에 대한 memcached 위키를 참고하십시오.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "일부 파일이 무결성 검사를 통과하지 못했습니다. 이 문제를 해결하는 방법은 문서를 참고하십시오.(잘못된 파일 목록… / 다시 검색…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP OPcache가 제대로 설정되어 있지 않습니다. 더 나은 성능을 위해서 php.ini 파일에 다음 설정을 추가하는 것을 권장합니다:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP 함수 \"set_time_limit\"을(를) 사용할 수 없습니다. 스크립트가 실행 중간에 중지되어 설치를 깨트릴 수도 있습니다. 이 함수를 활성화하는 것을 추천합니다.", - "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." : "데이터 디렉터리와 파일을 인터넷에서 접근할 수 있는 것 같습니다. .htaccess 파일을 사용할 수 없습니다. 웹 서버 설정을 변경하여 데이터 디렉터리에 접근할 수 없도록 하거나, 데이터 디렉터리를 웹 서버 문서 디렉터리 밖으로 옮기는 것을 추천합니다.", - "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." : "\"{header}\" HTTP 헤더가 \"{expected}\"와(과) 같이 설정되지 않았습니다. 잠재적인 보안 위협이 될 수 있으므로 설정을 변경하는 것을 추천합니다.", - "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 security tips." : "\"Strict-Transport-Security\" HTTP 헤더가 \"{seconds}\"초 이상로 설정되어 있지 않습니다. 보안 팁에서 제안하는 것처럼 HSTS를 활성화하는 것을 추천합니다.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "이 사이트를 HTTP로 접근하고 있습니다. 보안 팁에 나타난 것처럼 서버 설정을 변경하여 HTTPS를 사용하는 것을 강력히 추천합니다.", - "Shared with {recipients}" : "{recipients} 님과 공유됨", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP에서 안전한 난수 발생기(/dev/urandom)를 사용할 수 없어 보안에 취약합니다. 자세한 내용은 문서를 참고하십시오.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP에 freetype 지원이 없습니다. 프로필 사진과 설정 인터페이스가 올바르게 표시되지 않을 수도 있습니다.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "\"Strict-Transport-Security\" HTTP 헤더가 \"{seconds}\"초 이상로 설정되어 있지 않습니다. 보안 팁에서 제안하는 것처럼 HSTS를 활성화하는 것을 추천합니다.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "사이트에 HTTP를 통해서 보안 없이 접근하고 있습니다. 보안 팁에서 제안하는 것처럼 HTTPS를 설정하는 것을 추천합니다.", "Error setting expiration date" : "만료 날짜 설정 오류", "The public link will expire no later than {days} days after it is created" : "공개 링크를 만든 후 최대 {days}일까지 유지됩니다", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} 님이 링크를 통해 공유", @@ -335,30 +323,16 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "사용자나 그룹 이름 및 이메일 주소를 입력해서 다른 사람과 공유하십시오.", "The specified document has not been found on the server." : "지정한 문서를 서버에서 찾을 수 없습니다.", "You can click here to return to %s." : "%s(으)로 돌아가려면 여기를 누르십시오.", - "The server encountered an internal error and was unable to complete your request." : "서버에 내부 오류가 발생하여 요청을 처리할 수 없었습니다.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "이 오류가 여러 번 발생한다면 서버 관리자에게 연락해 주시고, 아래 기술적인 정보를 포함해 주십시오.", - "For information how to properly configure your server, please see the documentation." : "서버를 올바르게 설정하는 방법에 대해서 더 알아보려면 문서를 참조하십시오.", - "This action requires you to confirm your password:" : "이 작업을 수행하려면 암호를 입력해야 합니다:", - "Wrong password. Reset it?" : "암호가 잘못되었습니다. 다시 설정하시겠습니까?", "Stay logged in" : "로그인 유지", + "Back to log in" : "로그인으로 돌아가기", "Alternative Logins" : "대체 로그인", - "You are about to grant \"%s\" access to your %s account." : "\"%s\"에 접근하기 위해서 %s 계정을 사용하려고 합니다.", + "You are about to grant %s access to your %s account." : "\"%s\"에 접근하기 위해서 %s 계정을 사용하려고 합니다.", "Alternative login using app token" : "앱 토큰을 사용한 대체 로그인", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "현재 계정에 향상된 보안이 켜져 있습니다. 2단계 인증으로 인증하십시오.", - "You are accessing the server from an untrusted domain." : "신뢰할 수 없는 도메인으로 서버에 접근하고 있습니다.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "시스템 관리자에게 연락하십시오. 만약 이 인스턴스의 관리자라면 config/config.php에서 \"trusted_domains\" 설정을 편집하십시오. config/config.sample.php에 있는 예제 설정을 참고하십시오.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "설정에 따라서 관리자 권한으로 아래 단추를 눌러서 이 도메인을 신뢰하도록 설정할 수 있습니다.", + "Depending on your configuration, this button could also work to trust the domain:" : "설정에 따라 아래 단추는 도메인 신뢰를 추가하는 데 사용할 수 있습니다:", "Add \"%s\" as trusted domain" : "\"%s\"을(를) 신뢰할 수 있는 도메인으로 추가", "%s will be updated to version %s" : "%s 앱을 버전 %s(으)로 업데이트합니다", - "For help, see the documentation." : "도움이 필요한 경우 문서를 참조하십시오.", "This page will refresh itself when the %s instance is available again." : "%s 인스턴스를 다시 사용할 수 있으면 자동으로 새로 고칩니다.", - "Thank you for your patience." : "기다려 주셔서 감사합니다.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP에서 안전한 난수 발생기(/dev/urandom)를 사용할 수 없어 보안에 취약합니다. 자세한 내용은 문서를 참고하십시오.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP에 freetype 지원이 없습니다. 프로필 사진과 설정 인터페이스가 올바르게 표시되지 않을 수도 있습니다.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "\"Strict-Transport-Security\" HTTP 헤더가 \"{seconds}\"초 이상로 설정되어 있지 않습니다. 보안 팁에서 제안하는 것처럼 HSTS를 활성화하는 것을 추천합니다.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "사이트에 HTTP를 통해서 보안 없이 접근하고 있습니다. 보안 팁에서 제안하는 것처럼 HTTPS를 설정하는 것을 추천합니다.", - "Back to log in" : "로그인으로 돌아가기", - "You are about to grant %s access to your %s account." : "\"%s\"에 접근하기 위해서 %s 계정을 사용하려고 합니다.", - "Depending on your configuration, this button could also work to trust the domain:" : "설정에 따라 아래 단추는 도메인 신뢰를 추가하는 데 사용할 수 있습니다:" + "Thank you for your patience." : "기다려 주셔서 감사합니다." }, "nplurals=1; plural=0;"); diff --git a/core/l10n/ko.json b/core/l10n/ko.json index 1537241494..8cd9e0e003 100644 --- a/core/l10n/ko.json +++ b/core/l10n/ko.json @@ -306,22 +306,10 @@ "%s (3rdparty)" : "%s(제 3사)", "There was an error loading your contacts" : "연락처를 불러오는 중 오류가 발생했습니다", "There were problems with the code integrity check. More information…" : "코드 무결성 검사 중 오류가 발생했습니다. 더 많은 정보를 보려면 누르십시오…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "WebDAV 서비스가 올바르게 작동하지 않아서 웹 서버에서 파일 동기화를 사용할 수 없습니다.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "웹 서버가 \"{url}\"을 올바르게 처리할 수 있도록 설정되어 있지 않습니다. 자세한 내용은 문서를 참고하십시오.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "서버에서 인터넷 연결을 사용할 수 없습니다. 외부 저장소 마운트, 업데이트 알림, 제 3자 앱 설치 등 기능을 사용할 수 없습니다. 원격에서 파일에 접근하거나, 알림 이메일을 보내지 못할 수도 있습니다. 모든 기능을 사용하려면 인터넷에 연결하는 것을 추천합니다.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "메모리 캐시가 구성되지 않았습니다. 가능한 경우 memcache를 설정하여 성능을 향상시킬 수 있습니다. 자세한 내용은 문서를 참고하십시오.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP가 안전한 난수 발생기(/dev/urandom)를 사용할 수 없어 보안에 취약합니다. 자세한 내용은 문서를 참고하십시오.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "현재 PHP {version}을(를) 사용하고 있습니다. 배포판에서 지원하는 대로 PHP 버전을 업그레이드하여 PHP 그룹에서 제공하는 성능 및 보안 업데이트를 받는 것을 추천합니다.", - "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 documentation." : "역방향 프록시 헤더 설정이 올바르지 않거나 신뢰하는 프록시를 통해 Nextcloud에 접근하고 있을 수 있습니다. 만약 Nextcloud를 신뢰하는 프록시를 통해 접근하고 있지 않다면 이는 보안 문제이며 공격자가 IP 주소를 속이고 있을 수 있습니다. 자세한 내용은 문서를 참고하십시오.", - "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 memcached wiki about both modules." : "Memcached가 분산 캐시로 구성되어 있지만 잘못된 PHP 모듈 \"memcache\"가 설치되어 있습니다. \\OC\\Memcache\\Memcached는 \"memcache\"가 아닌 \"memcached\"만 지원합니다. 자세한 내용은 이 두 모듈에 대한 memcached 위키를 참고하십시오.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "일부 파일이 무결성 검사를 통과하지 못했습니다. 이 문제를 해결하는 방법은 문서를 참고하십시오.(잘못된 파일 목록… / 다시 검색…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP OPcache가 제대로 설정되어 있지 않습니다. 더 나은 성능을 위해서 php.ini 파일에 다음 설정을 추가하는 것을 권장합니다:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP 함수 \"set_time_limit\"을(를) 사용할 수 없습니다. 스크립트가 실행 중간에 중지되어 설치를 깨트릴 수도 있습니다. 이 함수를 활성화하는 것을 추천합니다.", - "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." : "데이터 디렉터리와 파일을 인터넷에서 접근할 수 있는 것 같습니다. .htaccess 파일을 사용할 수 없습니다. 웹 서버 설정을 변경하여 데이터 디렉터리에 접근할 수 없도록 하거나, 데이터 디렉터리를 웹 서버 문서 디렉터리 밖으로 옮기는 것을 추천합니다.", - "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." : "\"{header}\" HTTP 헤더가 \"{expected}\"와(과) 같이 설정되지 않았습니다. 잠재적인 보안 위협이 될 수 있으므로 설정을 변경하는 것을 추천합니다.", - "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 security tips." : "\"Strict-Transport-Security\" HTTP 헤더가 \"{seconds}\"초 이상로 설정되어 있지 않습니다. 보안 팁에서 제안하는 것처럼 HSTS를 활성화하는 것을 추천합니다.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "이 사이트를 HTTP로 접근하고 있습니다. 보안 팁에 나타난 것처럼 서버 설정을 변경하여 HTTPS를 사용하는 것을 강력히 추천합니다.", - "Shared with {recipients}" : "{recipients} 님과 공유됨", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP에서 안전한 난수 발생기(/dev/urandom)를 사용할 수 없어 보안에 취약합니다. 자세한 내용은 문서를 참고하십시오.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP에 freetype 지원이 없습니다. 프로필 사진과 설정 인터페이스가 올바르게 표시되지 않을 수도 있습니다.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "\"Strict-Transport-Security\" HTTP 헤더가 \"{seconds}\"초 이상로 설정되어 있지 않습니다. 보안 팁에서 제안하는 것처럼 HSTS를 활성화하는 것을 추천합니다.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "사이트에 HTTP를 통해서 보안 없이 접근하고 있습니다. 보안 팁에서 제안하는 것처럼 HTTPS를 설정하는 것을 추천합니다.", "Error setting expiration date" : "만료 날짜 설정 오류", "The public link will expire no later than {days} days after it is created" : "공개 링크를 만든 후 최대 {days}일까지 유지됩니다", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} 님이 링크를 통해 공유", @@ -333,30 +321,16 @@ "Share with other people by entering a user or group or an email address." : "사용자나 그룹 이름 및 이메일 주소를 입력해서 다른 사람과 공유하십시오.", "The specified document has not been found on the server." : "지정한 문서를 서버에서 찾을 수 없습니다.", "You can click here to return to %s." : "%s(으)로 돌아가려면 여기를 누르십시오.", - "The server encountered an internal error and was unable to complete your request." : "서버에 내부 오류가 발생하여 요청을 처리할 수 없었습니다.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "이 오류가 여러 번 발생한다면 서버 관리자에게 연락해 주시고, 아래 기술적인 정보를 포함해 주십시오.", - "For information how to properly configure your server, please see the documentation." : "서버를 올바르게 설정하는 방법에 대해서 더 알아보려면 문서를 참조하십시오.", - "This action requires you to confirm your password:" : "이 작업을 수행하려면 암호를 입력해야 합니다:", - "Wrong password. Reset it?" : "암호가 잘못되었습니다. 다시 설정하시겠습니까?", "Stay logged in" : "로그인 유지", + "Back to log in" : "로그인으로 돌아가기", "Alternative Logins" : "대체 로그인", - "You are about to grant \"%s\" access to your %s account." : "\"%s\"에 접근하기 위해서 %s 계정을 사용하려고 합니다.", + "You are about to grant %s access to your %s account." : "\"%s\"에 접근하기 위해서 %s 계정을 사용하려고 합니다.", "Alternative login using app token" : "앱 토큰을 사용한 대체 로그인", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "현재 계정에 향상된 보안이 켜져 있습니다. 2단계 인증으로 인증하십시오.", - "You are accessing the server from an untrusted domain." : "신뢰할 수 없는 도메인으로 서버에 접근하고 있습니다.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "시스템 관리자에게 연락하십시오. 만약 이 인스턴스의 관리자라면 config/config.php에서 \"trusted_domains\" 설정을 편집하십시오. config/config.sample.php에 있는 예제 설정을 참고하십시오.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "설정에 따라서 관리자 권한으로 아래 단추를 눌러서 이 도메인을 신뢰하도록 설정할 수 있습니다.", + "Depending on your configuration, this button could also work to trust the domain:" : "설정에 따라 아래 단추는 도메인 신뢰를 추가하는 데 사용할 수 있습니다:", "Add \"%s\" as trusted domain" : "\"%s\"을(를) 신뢰할 수 있는 도메인으로 추가", "%s will be updated to version %s" : "%s 앱을 버전 %s(으)로 업데이트합니다", - "For help, see the documentation." : "도움이 필요한 경우 문서를 참조하십시오.", "This page will refresh itself when the %s instance is available again." : "%s 인스턴스를 다시 사용할 수 있으면 자동으로 새로 고칩니다.", - "Thank you for your patience." : "기다려 주셔서 감사합니다.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP에서 안전한 난수 발생기(/dev/urandom)를 사용할 수 없어 보안에 취약합니다. 자세한 내용은 문서를 참고하십시오.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP에 freetype 지원이 없습니다. 프로필 사진과 설정 인터페이스가 올바르게 표시되지 않을 수도 있습니다.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "\"Strict-Transport-Security\" HTTP 헤더가 \"{seconds}\"초 이상로 설정되어 있지 않습니다. 보안 팁에서 제안하는 것처럼 HSTS를 활성화하는 것을 추천합니다.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "사이트에 HTTP를 통해서 보안 없이 접근하고 있습니다. 보안 팁에서 제안하는 것처럼 HTTPS를 설정하는 것을 추천합니다.", - "Back to log in" : "로그인으로 돌아가기", - "You are about to grant %s access to your %s account." : "\"%s\"에 접근하기 위해서 %s 계정을 사용하려고 합니다.", - "Depending on your configuration, this button could also work to trust the domain:" : "설정에 따라 아래 단추는 도메인 신뢰를 추가하는 데 사용할 수 있습니다:" + "Thank you for your patience." : "기다려 주셔서 감사합니다." },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/core/l10n/lt_LT.js b/core/l10n/lt_LT.js index 8d5303e776..a67fcd3302 100644 --- a/core/l10n/lt_LT.js +++ b/core/l10n/lt_LT.js @@ -281,9 +281,6 @@ OC.L10N.register( "Updated \"%s\" to %s" : "Atnaujinta \"%s\" į %s", "There was an error loading your contacts" : "Įkeliant jūsų kontaktus, įvyko klaida", "There were problems with the code integrity check. More information…" : "Buvo problemų su kodo vientisumo patikrinimu. Daugiau informacijos…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Kol kas jūsų saityno serveris nėra tinkamai nustatytas, kad leistų failų sinchronizavimą, nes atrodo, kad WebDAV sąsaja yra sugadinta.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Nėra sukonfigūruotas atminties podėlis. Norėdami pagerinti našumą, jei prieinama, sukonfigūruokite atminties podėlį. Tolimesnę informaciją galima rasti mūsų dokumentacijoje.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Kai kurie failai nepraėjo vientisumo patikrinimo. Tolimesnę informaciją apie tai, kaip išspręsti šią problemą, galima rasti mūsų dokumentacijoje. (Neteisingų failų sąrašas… / Peržiūrėti iš naujo…)", "Error setting expiration date" : "Klaida nustatant dalinimosi pabaigos laiką", "The public link will expire no later than {days} days after it is created" : "Nuoroda veiks ne mažiau kaip {days} dienas nuo sukūrimo", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} pasidalino per nuorodą", @@ -295,22 +292,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Pasidalinti su kitais asmenimis galima įvedus vartotojo ar grupės vardą arba elektroninio pašto adresą.", "The specified document has not been found on the server." : "Ieškotas dokumentas nerastas sistemoje.", "You can click here to return to %s." : "Paspauskite čia norėdami grįžti į %s.", - "For information how to properly configure your server, please see the documentation." : "Išsamesnei informacijai apie tai kaip tinkamai sukonfigūruoti savo serverį, žiūrėkite dokumentaciją.", - "This action requires you to confirm your password:" : "Šis veiksmas reikalauja, kad patvirtintumėte savo slaptažodį:", - "Wrong password. Reset it?" : "Neteisingas slaptažodis. Atstatyti jį?", "Stay logged in" : "Likti prisijungus", + "Back to log in" : "Grįžti prie prisijungimo", "Alternative Logins" : "Alternatyvūs prisijungimai", - "You are about to grant \"%s\" access to your %s account." : "Ketinate suteikti \"%s\" prieigą prie savo %s paskyros.", + "You are about to grant %s access to your %s account." : "Jūs ketinate suteikti %s prieigą prie savo %s paskyros.", "Alternative login using app token" : "Alternatyvus prisijungimas naudojant išorinės sistemos kodą", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Jūsų paskyros saugumas yra sustiprintas. Prašome prisijungti naudojant antrą prisijungimo variantą.", + "Depending on your configuration, this button could also work to trust the domain:" : "Priklausomai nuo konfigūracijos, šiuo mygtuku taip pat galima patvirtinti domeną kaip patikimą.", "Add \"%s\" as trusted domain" : "Pridėti \"%s\" į patikimų domenų sąrašą", "%s will be updated to version %s" : "%s bus atnaujintas iki %s versijos", - "For help, see the documentation." : "Detalesnės informacijos ieškokite dokumentacijoje", "This page will refresh itself when the %s instance is available again." : "Šis puslapis bus įkeltas iš naujo, kai %s egzempliorius bus ir vėl prieinamas.", "Thank you for your patience." : "Dėkojame už jūsų kantrumą.", - "Back to log in" : "Grįžti prie prisijungimo", - "You are about to grant %s access to your %s account." : "Jūs ketinate suteikti %s prieigą prie savo %s paskyros.", - "Depending on your configuration, this button could also work to trust the domain:" : "Priklausomai nuo konfigūracijos, šiuo mygtuku taip pat galima patvirtinti domeną kaip patikimą.", "Enable" : "Įjungti" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/core/l10n/lt_LT.json b/core/l10n/lt_LT.json index 2fe3f6a891..d722fe04fd 100644 --- a/core/l10n/lt_LT.json +++ b/core/l10n/lt_LT.json @@ -279,9 +279,6 @@ "Updated \"%s\" to %s" : "Atnaujinta \"%s\" į %s", "There was an error loading your contacts" : "Įkeliant jūsų kontaktus, įvyko klaida", "There were problems with the code integrity check. More information…" : "Buvo problemų su kodo vientisumo patikrinimu. Daugiau informacijos…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Kol kas jūsų saityno serveris nėra tinkamai nustatytas, kad leistų failų sinchronizavimą, nes atrodo, kad WebDAV sąsaja yra sugadinta.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Nėra sukonfigūruotas atminties podėlis. Norėdami pagerinti našumą, jei prieinama, sukonfigūruokite atminties podėlį. Tolimesnę informaciją galima rasti mūsų dokumentacijoje.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Kai kurie failai nepraėjo vientisumo patikrinimo. Tolimesnę informaciją apie tai, kaip išspręsti šią problemą, galima rasti mūsų dokumentacijoje. (Neteisingų failų sąrašas… / Peržiūrėti iš naujo…)", "Error setting expiration date" : "Klaida nustatant dalinimosi pabaigos laiką", "The public link will expire no later than {days} days after it is created" : "Nuoroda veiks ne mažiau kaip {days} dienas nuo sukūrimo", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} pasidalino per nuorodą", @@ -293,22 +290,17 @@ "Share with other people by entering a user or group or an email address." : "Pasidalinti su kitais asmenimis galima įvedus vartotojo ar grupės vardą arba elektroninio pašto adresą.", "The specified document has not been found on the server." : "Ieškotas dokumentas nerastas sistemoje.", "You can click here to return to %s." : "Paspauskite čia norėdami grįžti į %s.", - "For information how to properly configure your server, please see the documentation." : "Išsamesnei informacijai apie tai kaip tinkamai sukonfigūruoti savo serverį, žiūrėkite dokumentaciją.", - "This action requires you to confirm your password:" : "Šis veiksmas reikalauja, kad patvirtintumėte savo slaptažodį:", - "Wrong password. Reset it?" : "Neteisingas slaptažodis. Atstatyti jį?", "Stay logged in" : "Likti prisijungus", + "Back to log in" : "Grįžti prie prisijungimo", "Alternative Logins" : "Alternatyvūs prisijungimai", - "You are about to grant \"%s\" access to your %s account." : "Ketinate suteikti \"%s\" prieigą prie savo %s paskyros.", + "You are about to grant %s access to your %s account." : "Jūs ketinate suteikti %s prieigą prie savo %s paskyros.", "Alternative login using app token" : "Alternatyvus prisijungimas naudojant išorinės sistemos kodą", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Jūsų paskyros saugumas yra sustiprintas. Prašome prisijungti naudojant antrą prisijungimo variantą.", + "Depending on your configuration, this button could also work to trust the domain:" : "Priklausomai nuo konfigūracijos, šiuo mygtuku taip pat galima patvirtinti domeną kaip patikimą.", "Add \"%s\" as trusted domain" : "Pridėti \"%s\" į patikimų domenų sąrašą", "%s will be updated to version %s" : "%s bus atnaujintas iki %s versijos", - "For help, see the documentation." : "Detalesnės informacijos ieškokite dokumentacijoje", "This page will refresh itself when the %s instance is available again." : "Šis puslapis bus įkeltas iš naujo, kai %s egzempliorius bus ir vėl prieinamas.", "Thank you for your patience." : "Dėkojame už jūsų kantrumą.", - "Back to log in" : "Grįžti prie prisijungimo", - "You are about to grant %s access to your %s account." : "Jūs ketinate suteikti %s prieigą prie savo %s paskyros.", - "Depending on your configuration, this button could also work to trust the domain:" : "Priklausomai nuo konfigūracijos, šiuo mygtuku taip pat galima patvirtinti domeną kaip patikimą.", "Enable" : "Įjungti" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/core/l10n/lv.js b/core/l10n/lv.js index 3949619184..64ef2e64e7 100644 --- a/core/l10n/lv.js +++ b/core/l10n/lv.js @@ -288,7 +288,6 @@ OC.L10N.register( "Updated \"%s\" to %s" : "Atjaunināts \"%s\" uz %s", "There was an error loading your contacts" : "Notikusi kļūda ielādējot kontaktpersonu sarakstu", "There were problems with the code integrity check. More information…" : "Programmatūras koda pārbaude atgrieza kļūdas. Sīkāk…", - "Shared with {recipients}" : "Koplietots ar {recipients}", "Error setting expiration date" : "Kļūda, iestatot termiņa datumu", "The public link will expire no later than {days} days after it is created" : "Šis links beigs strādāt pēc ne vēlāk kā {days} dienām pēc tam kad tas tiks izveidots", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} koplietots ar saiti", @@ -300,20 +299,15 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Dalīties ar citiem cilvēkiem ievadot lietotāju, grupu vai e-pasta adresi.", "The specified document has not been found on the server." : "Norādītais dokuments nav atrasts serverī.", "You can click here to return to %s." : "Jūs varat noklikšķināt šeit, lai atgrieztos uz %s.", - "The server encountered an internal error and was unable to complete your request." : "Serverī radās iekšēja kļūda, un tas nevarēja pabeigt jūsu pieprasījumu.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Lūdzu sazinieties ar servera administrātoru ja šī kļūda parādās vairākas reizes, lūdzu iekļaujiet zemāk redzamās tehniskās detaļas jūsu ziņojumā.", - "This action requires you to confirm your password:" : "Šai darbībai ir nepieciešams, lai jūs apstiprinātu jūsu paroli:", - "Wrong password. Reset it?" : "Nepareiza parole. Nodzēst to?", "Stay logged in" : "Palikt ierakstītam", + "Back to log in" : "Atpakaļ uz pierakstīšanos", "Alternative Logins" : "Alternatīvās pieteikšanās", "Alternative login using app token" : "Alternatīvās pieteikšanās izmantojot programmas pilnvaru.", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Uzlabota drošība ir iespējota jūsu kontam. Lūdzu autentificējies izmantojot otru faktoru.", - "You are accessing the server from an untrusted domain." : "Jūs piekļūstat serverim no neuzticama domēna.", "Add \"%s\" as trusted domain" : "Pievienot \"%s\" kā uzticamu domēnu", "%s will be updated to version %s" : "%s tiks atjaunināts uz versiju %s", "This page will refresh itself when the %s instance is available again." : "Lapa tiks atsvaidzināta kad %s instance atkal ir pieejama.", "Thank you for your patience." : "Paldies par jūsu pacietību.", - "Back to log in" : "Atpakaļ uz pierakstīšanos", "Enable" : "Iespējot" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/core/l10n/lv.json b/core/l10n/lv.json index 0e52dca757..639dc98657 100644 --- a/core/l10n/lv.json +++ b/core/l10n/lv.json @@ -286,7 +286,6 @@ "Updated \"%s\" to %s" : "Atjaunināts \"%s\" uz %s", "There was an error loading your contacts" : "Notikusi kļūda ielādējot kontaktpersonu sarakstu", "There were problems with the code integrity check. More information…" : "Programmatūras koda pārbaude atgrieza kļūdas. Sīkāk…", - "Shared with {recipients}" : "Koplietots ar {recipients}", "Error setting expiration date" : "Kļūda, iestatot termiņa datumu", "The public link will expire no later than {days} days after it is created" : "Šis links beigs strādāt pēc ne vēlāk kā {days} dienām pēc tam kad tas tiks izveidots", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} koplietots ar saiti", @@ -298,20 +297,15 @@ "Share with other people by entering a user or group or an email address." : "Dalīties ar citiem cilvēkiem ievadot lietotāju, grupu vai e-pasta adresi.", "The specified document has not been found on the server." : "Norādītais dokuments nav atrasts serverī.", "You can click here to return to %s." : "Jūs varat noklikšķināt šeit, lai atgrieztos uz %s.", - "The server encountered an internal error and was unable to complete your request." : "Serverī radās iekšēja kļūda, un tas nevarēja pabeigt jūsu pieprasījumu.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Lūdzu sazinieties ar servera administrātoru ja šī kļūda parādās vairākas reizes, lūdzu iekļaujiet zemāk redzamās tehniskās detaļas jūsu ziņojumā.", - "This action requires you to confirm your password:" : "Šai darbībai ir nepieciešams, lai jūs apstiprinātu jūsu paroli:", - "Wrong password. Reset it?" : "Nepareiza parole. Nodzēst to?", "Stay logged in" : "Palikt ierakstītam", + "Back to log in" : "Atpakaļ uz pierakstīšanos", "Alternative Logins" : "Alternatīvās pieteikšanās", "Alternative login using app token" : "Alternatīvās pieteikšanās izmantojot programmas pilnvaru.", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Uzlabota drošība ir iespējota jūsu kontam. Lūdzu autentificējies izmantojot otru faktoru.", - "You are accessing the server from an untrusted domain." : "Jūs piekļūstat serverim no neuzticama domēna.", "Add \"%s\" as trusted domain" : "Pievienot \"%s\" kā uzticamu domēnu", "%s will be updated to version %s" : "%s tiks atjaunināts uz versiju %s", "This page will refresh itself when the %s instance is available again." : "Lapa tiks atsvaidzināta kad %s instance atkal ir pieejama.", "Thank you for your patience." : "Paldies par jūsu pacietību.", - "Back to log in" : "Atpakaļ uz pierakstīšanos", "Enable" : "Iespējot" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" } \ No newline at end of file diff --git a/core/l10n/nb.js b/core/l10n/nb.js index e041a36474..928882f978 100644 --- a/core/l10n/nb.js +++ b/core/l10n/nb.js @@ -357,22 +357,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (tredjepart)", "There was an error loading your contacts" : "Feil ved innlasting av kontaktene dine", "There were problems with the code integrity check. More information…" : "Det oppstod problemer med sjekk av kode-integritet. Mer informasjon…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Vev-tjeneren din er ikke satt opp til å tillate synkronisering av filer ennå, fordi WebDAV-grensesnittet ikke ser ut til å virke.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Din vevtjener er ikke satt opp korrekt for å hente \"{url}\". Mer informasjon finner du i vår dokumentasjon.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Denne tjeneren har ingen fungerende internett-forbindelse. Dette betyr at noen funksjoner, som tilknytning av eksterne lagre, varslinger om oppdateringer eller installering av tredjepartsprogrammer ikke vil virke. Fjerntilgang til filer og utsending av varsler på e-post vil kanskje ikke virke heller. Vi anbefaler å aktivere en internett-forbindelse for denne tjeneren hvis du vil ha full funksjonalitet.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Hurtigminne er ikke satt opp. For bedre ytelse bør du sette opp hurtigminne hvis det er tilgjengelig. Mer informasjon finnes i dokumentasjonen.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom er ikke lesbar for PHP, noe som frarådes av sikkerhetsgrunner. Mer informasjon finnes i vår dokumentasjon.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Du bruker PHP-{version}. Vi anbefaler deg å oppgradere PHP versjonen for å utnytte ytelse og sikkerhetsoppdateringer som tilbys av PHP Group, så fort din distribusjon støtter det.", - "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 documentation." : "De omvendte mellomtjener-hodene er ikke satt opp rett, eller du kobler til Nextcloud fra en betrodd mellomtjener. Hvis du ikke kobler til Nextcloud fra en betrodd mellomtjener, er dette et sikkerhetsproblem, og kan tillate en angriper å forfalske deres IP-adresse slik den er synlig for Nextcloud. Ytterligere informasjon er å finne i dokumentasjonen.", - "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 memcached wiki about both modules." : "Memcached er satt opp som distribuert hurtiglager, men feil PHP-modul \"memcache\" er installert. \\OC\\Memcache\\Memcached støtter bare \"memcached\" og ikke \"memcache\". Se memcached-wikien for informasjon om begge modulene.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Noen filer besto ikke gyldighetssjekken. Ytterligere informasjon om hvordan dette problemet kan løses finnes i vår dokumentasjon. (Liste over ugyldige filer… / Skann på ny…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP Opcache er ikke satt opp rett. For bedre ytelse anbefales det å bruke følgende innstillinger i php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP-funksjonen \"set_time_limit\" er ikke tilgjengelig. Dette kan resultere i at skript blir stoppet midt i kjøring, noe som knekker installasjonen din. Det anbefales sterkt å skru på denne funksjonen.", - "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." : "Datamappen og filene dine er sannsynligvis tilgjengelige fra Internett. .htaccess-filen fungerer ikke. Det anbefales sterkt at du setter opp vev-tjeneren slik at datamappen ikke kan nås eller at du flytter datamappen ut av vev-tjenerens dokumentrot.", - "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." : "HTTP-header \"{header}\" er ikke satt opp lik \"{expected}\". Dette kan være en sikkerhetsrisiko og vi anbefaler at denne innstillingen endres.", - "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 security tips." : "HTTP innledning \"Strict-Transport-Security\" angir styrke på transportsikkerhet og er ikke satt opp med minst \"{seconds}\" sekunder. For bedre sikkerhet anbefales det å skru på HSTS som beskrevet i våre sikkerhetstips.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Du besøker denne nettsiden via HTTP. Vi anbefaler på det sterkeste at du konfigurerer tjeneren til å kreve HTTPS i stedet, som beskrevet i sikkerhetstips.", - "Shared with {recipients}" : "Delt med {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom er ikke lesbar for PHP, noe som frarådes av sikkerhetsgrunner. Mer informasjon finnes i dokumentasjonen.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Din PHP-installasjon har ikke FreeType-støtte. Dette fører til knekte profilbilder og skadelidende innstillingsgrensesnitt.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "HTTP innledning \"Strict-Transport-Security\" angir styrke på transportsikkerhet og er ikke satt opp med minst \"{seconds}\" sekunder. For bedre sikkerhet anbefales det å skru på HSTS som beskrevet i sikkerhetstipsene.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Du besøker denne nettsiden via HTTP. Det anbefales sterkt at du setter opp tjeneren til å kreve HTTPS i stedet, som beskrevet i sikkerhetstipsene.", "Error setting expiration date" : "Kan ikke sette utløpsdato", "The public link will expire no later than {days} days after it is created" : "Den offentlige lenken vil utløpe senest {days} dager etter at den lages", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} delt via lenke", @@ -384,31 +372,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Del med andre ved å skrive inn en bruker, en gruppe, eller en e-postadresse.", "The specified document has not been found on the server." : "Det angitte dokumentet ble ikke funnet på tjeneren.", "You can click here to return to %s." : "Du kan klikke her for å gå tilbake til %s.", - "The server encountered an internal error and was unable to complete your request." : "Tjeneren støtte på en intern feil og kunne ikke fullføre forespørselen din.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Kontakt tjeneradministratoren hvis denne feilen oppstår flere ganger. Ta med de tekniske detaljene nedenfor i rapporten din.", - "For information how to properly configure your server, please see the documentation." : "For informasjon om hvordan du skal konfigurere tjeneren skikkelig, se i dokumentasjonen.", - "This action requires you to confirm your password:" : "Denne handlingen krever at du bekrefter ditt passord:", - "Wrong password. Reset it?" : "Feilpassord. Tilbakestill?", "Stay logged in" : "Forbli innlogget", + "Back to log in" : "Tilbake til innlogging", "Alternative Logins" : "Alternative innlogginger", - "You are about to grant \"%s\" access to your %s account." : "Du er i ferd med å gi \"%s\" tilgang til din %s-konto.", + "You are about to grant %s access to your %s account." : "Du er i ferd med å gi %s tilgang til din %s konto.", "Alternative login using app token" : "Alternativ innlogging ved bruk av program-symbol", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Utvidet sikkerhet er aktivert for din konto. Autentiser deg ved å bruke en andre faktor.", - "You are accessing the server from an untrusted domain." : "Du besøker tjeneren fra et ikke-klarert domene.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kontakt din administrator. Hvis du er administrator for denne instansen, sett opp innstillingen \"trusted_domains\" i config/config.php. Et eksempel på oppsett er gitt i config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Avhengig av oppsettet kan du, som administrator, kanskje også bruke kanppen nedenfor til å stole på dette domenet.", + "Depending on your configuration, this button could also work to trust the domain:" : "Avhengig av ditt oppsett, kan denne knappen også betro domenet.", "Add \"%s\" as trusted domain" : "Legg til \"%s\" som et klarert domene", "%s will be updated to version %s" : "%s vil bli oppdatert til versjon %s", - "For help, see the documentation." : "For hjelp, se i dokumentasjonen.", "This page will refresh itself when the %s instance is available again." : "Denne siden vil bli lastet på nytt når %s-instansen er tilgjengelig igjen.", "Thank you for your patience." : "Takk for din tålmodighet.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom er ikke lesbar for PHP, noe som frarådes av sikkerhetsgrunner. Mer informasjon finnes i dokumentasjonen.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Din PHP-installasjon har ikke FreeType-støtte. Dette fører til knekte profilbilder og skadelidende innstillingsgrensesnitt.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "HTTP innledning \"Strict-Transport-Security\" angir styrke på transportsikkerhet og er ikke satt opp med minst \"{seconds}\" sekunder. For bedre sikkerhet anbefales det å skru på HSTS som beskrevet i sikkerhetstipsene.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Du besøker denne nettsiden via HTTP. Det anbefales sterkt at du setter opp tjeneren til å kreve HTTPS i stedet, som beskrevet i sikkerhetstipsene.", - "Back to log in" : "Tilbake til innlogging", - "You are about to grant %s access to your %s account." : "Du er i ferd med å gi %s tilgang til din %s konto.", - "Depending on your configuration, this button could also work to trust the domain:" : "Avhengig av ditt oppsett, kan denne knappen også betro domenet.", "Copy URL" : "Kopier URL", "Enable" : "Aktiver", "{sharee} (conversation)" : "{sharee} (conversation)", diff --git a/core/l10n/nb.json b/core/l10n/nb.json index 912f86583b..e3d62340b9 100644 --- a/core/l10n/nb.json +++ b/core/l10n/nb.json @@ -355,22 +355,10 @@ "%s (3rdparty)" : "%s (tredjepart)", "There was an error loading your contacts" : "Feil ved innlasting av kontaktene dine", "There were problems with the code integrity check. More information…" : "Det oppstod problemer med sjekk av kode-integritet. Mer informasjon…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Vev-tjeneren din er ikke satt opp til å tillate synkronisering av filer ennå, fordi WebDAV-grensesnittet ikke ser ut til å virke.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Din vevtjener er ikke satt opp korrekt for å hente \"{url}\". Mer informasjon finner du i vår dokumentasjon.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Denne tjeneren har ingen fungerende internett-forbindelse. Dette betyr at noen funksjoner, som tilknytning av eksterne lagre, varslinger om oppdateringer eller installering av tredjepartsprogrammer ikke vil virke. Fjerntilgang til filer og utsending av varsler på e-post vil kanskje ikke virke heller. Vi anbefaler å aktivere en internett-forbindelse for denne tjeneren hvis du vil ha full funksjonalitet.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Hurtigminne er ikke satt opp. For bedre ytelse bør du sette opp hurtigminne hvis det er tilgjengelig. Mer informasjon finnes i dokumentasjonen.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom er ikke lesbar for PHP, noe som frarådes av sikkerhetsgrunner. Mer informasjon finnes i vår dokumentasjon.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Du bruker PHP-{version}. Vi anbefaler deg å oppgradere PHP versjonen for å utnytte ytelse og sikkerhetsoppdateringer som tilbys av PHP Group, så fort din distribusjon støtter det.", - "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 documentation." : "De omvendte mellomtjener-hodene er ikke satt opp rett, eller du kobler til Nextcloud fra en betrodd mellomtjener. Hvis du ikke kobler til Nextcloud fra en betrodd mellomtjener, er dette et sikkerhetsproblem, og kan tillate en angriper å forfalske deres IP-adresse slik den er synlig for Nextcloud. Ytterligere informasjon er å finne i dokumentasjonen.", - "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 memcached wiki about both modules." : "Memcached er satt opp som distribuert hurtiglager, men feil PHP-modul \"memcache\" er installert. \\OC\\Memcache\\Memcached støtter bare \"memcached\" og ikke \"memcache\". Se memcached-wikien for informasjon om begge modulene.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Noen filer besto ikke gyldighetssjekken. Ytterligere informasjon om hvordan dette problemet kan løses finnes i vår dokumentasjon. (Liste over ugyldige filer… / Skann på ny…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP Opcache er ikke satt opp rett. For bedre ytelse anbefales det å bruke følgende innstillinger i php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP-funksjonen \"set_time_limit\" er ikke tilgjengelig. Dette kan resultere i at skript blir stoppet midt i kjøring, noe som knekker installasjonen din. Det anbefales sterkt å skru på denne funksjonen.", - "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." : "Datamappen og filene dine er sannsynligvis tilgjengelige fra Internett. .htaccess-filen fungerer ikke. Det anbefales sterkt at du setter opp vev-tjeneren slik at datamappen ikke kan nås eller at du flytter datamappen ut av vev-tjenerens dokumentrot.", - "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." : "HTTP-header \"{header}\" er ikke satt opp lik \"{expected}\". Dette kan være en sikkerhetsrisiko og vi anbefaler at denne innstillingen endres.", - "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 security tips." : "HTTP innledning \"Strict-Transport-Security\" angir styrke på transportsikkerhet og er ikke satt opp med minst \"{seconds}\" sekunder. For bedre sikkerhet anbefales det å skru på HSTS som beskrevet i våre sikkerhetstips.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Du besøker denne nettsiden via HTTP. Vi anbefaler på det sterkeste at du konfigurerer tjeneren til å kreve HTTPS i stedet, som beskrevet i sikkerhetstips.", - "Shared with {recipients}" : "Delt med {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom er ikke lesbar for PHP, noe som frarådes av sikkerhetsgrunner. Mer informasjon finnes i dokumentasjonen.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Din PHP-installasjon har ikke FreeType-støtte. Dette fører til knekte profilbilder og skadelidende innstillingsgrensesnitt.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "HTTP innledning \"Strict-Transport-Security\" angir styrke på transportsikkerhet og er ikke satt opp med minst \"{seconds}\" sekunder. For bedre sikkerhet anbefales det å skru på HSTS som beskrevet i sikkerhetstipsene.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Du besøker denne nettsiden via HTTP. Det anbefales sterkt at du setter opp tjeneren til å kreve HTTPS i stedet, som beskrevet i sikkerhetstipsene.", "Error setting expiration date" : "Kan ikke sette utløpsdato", "The public link will expire no later than {days} days after it is created" : "Den offentlige lenken vil utløpe senest {days} dager etter at den lages", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} delt via lenke", @@ -382,31 +370,17 @@ "Share with other people by entering a user or group or an email address." : "Del med andre ved å skrive inn en bruker, en gruppe, eller en e-postadresse.", "The specified document has not been found on the server." : "Det angitte dokumentet ble ikke funnet på tjeneren.", "You can click here to return to %s." : "Du kan klikke her for å gå tilbake til %s.", - "The server encountered an internal error and was unable to complete your request." : "Tjeneren støtte på en intern feil og kunne ikke fullføre forespørselen din.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Kontakt tjeneradministratoren hvis denne feilen oppstår flere ganger. Ta med de tekniske detaljene nedenfor i rapporten din.", - "For information how to properly configure your server, please see the documentation." : "For informasjon om hvordan du skal konfigurere tjeneren skikkelig, se i dokumentasjonen.", - "This action requires you to confirm your password:" : "Denne handlingen krever at du bekrefter ditt passord:", - "Wrong password. Reset it?" : "Feilpassord. Tilbakestill?", "Stay logged in" : "Forbli innlogget", + "Back to log in" : "Tilbake til innlogging", "Alternative Logins" : "Alternative innlogginger", - "You are about to grant \"%s\" access to your %s account." : "Du er i ferd med å gi \"%s\" tilgang til din %s-konto.", + "You are about to grant %s access to your %s account." : "Du er i ferd med å gi %s tilgang til din %s konto.", "Alternative login using app token" : "Alternativ innlogging ved bruk av program-symbol", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Utvidet sikkerhet er aktivert for din konto. Autentiser deg ved å bruke en andre faktor.", - "You are accessing the server from an untrusted domain." : "Du besøker tjeneren fra et ikke-klarert domene.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kontakt din administrator. Hvis du er administrator for denne instansen, sett opp innstillingen \"trusted_domains\" i config/config.php. Et eksempel på oppsett er gitt i config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Avhengig av oppsettet kan du, som administrator, kanskje også bruke kanppen nedenfor til å stole på dette domenet.", + "Depending on your configuration, this button could also work to trust the domain:" : "Avhengig av ditt oppsett, kan denne knappen også betro domenet.", "Add \"%s\" as trusted domain" : "Legg til \"%s\" som et klarert domene", "%s will be updated to version %s" : "%s vil bli oppdatert til versjon %s", - "For help, see the documentation." : "For hjelp, se i dokumentasjonen.", "This page will refresh itself when the %s instance is available again." : "Denne siden vil bli lastet på nytt når %s-instansen er tilgjengelig igjen.", "Thank you for your patience." : "Takk for din tålmodighet.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom er ikke lesbar for PHP, noe som frarådes av sikkerhetsgrunner. Mer informasjon finnes i dokumentasjonen.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Din PHP-installasjon har ikke FreeType-støtte. Dette fører til knekte profilbilder og skadelidende innstillingsgrensesnitt.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "HTTP innledning \"Strict-Transport-Security\" angir styrke på transportsikkerhet og er ikke satt opp med minst \"{seconds}\" sekunder. For bedre sikkerhet anbefales det å skru på HSTS som beskrevet i sikkerhetstipsene.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Du besøker denne nettsiden via HTTP. Det anbefales sterkt at du setter opp tjeneren til å kreve HTTPS i stedet, som beskrevet i sikkerhetstipsene.", - "Back to log in" : "Tilbake til innlogging", - "You are about to grant %s access to your %s account." : "Du er i ferd med å gi %s tilgang til din %s konto.", - "Depending on your configuration, this button could also work to trust the domain:" : "Avhengig av ditt oppsett, kan denne knappen også betro domenet.", "Copy URL" : "Kopier URL", "Enable" : "Aktiver", "{sharee} (conversation)" : "{sharee} (conversation)", diff --git a/core/l10n/nl.js b/core/l10n/nl.js index b56ab830b2..c8d73a911a 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -370,22 +370,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (3rdparty)", "There was an error loading your contacts" : "Er is een fout opgetreden tijdens het laden van uw contacten", "There were problems with the code integrity check. More information…" : "Er traden problemen op tijdens de code betrouwbaarheidscontrole. Meer informatie…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Uw webserver is nog niet juist ingesteld voor het synchroniseren van bestanden omdat de WebDAV-interface niet naar behoren werkt.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Je webserver is niet goed ingesteld om me \"{url}\" om te kunnen gaan. Meer informatie vindt je in onze documentatie.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Deze server heeft geen werkende internetverbinding: Meerdere (eind)punten konden niet bereikt worden. Dit betekent dat sommige onderdelen, zoals het koppelen van externe opslag, het ontvangen van notificaties over updates of de installatie van third-party apps, niet zullen werken. Ook het benaderen van bestanden op afstand en het verzenden van notificatie via e-mail werkt mogelijk niet. Als je alle onderdelen wil gebruiken, moet je de internetverbinding van deze server aanzetten.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Er is niks ingesteld voor caching. Om de prestaties te verbeteren kun je een cache instellen als dit beschikbaar is. Meer informatie vindt je in onze documentatie.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom kan niet gelezen worden door PHP en dat wordt sterk afgeraden ivm veiligheid van je server. Meer informatie vindt je in onze documentatie.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Je gebruikt momenteel PHP versie {version}. We raden je aan om PHP te upgraden om zo te profiteren van prestatieverbeteringen en veiligheidsupdates aangeboden door de PHP Group zodra het besturingssysteem van je server dit ondersteunt.", - "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 documentation." : "De reverse proxy headers configuratie is onjuist, of je benadert Nextcloud vanaf een vertrouwde proxy. Als je Nextcloud niet vanaf een vertrouwde proxy benaderd, is dit een beveiligingsprobleem en kan een kwaadwillende toelaten om hun IP adres te verhullen voor Nextcloud. Meer informatie kan in onze documentatie worden gevonden.documentatie worden gevonden.", - "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 memcached wiki about both modules." : "Memcached is geconfigureerd als gedistribueerde cache, maar de verkeerde PHP module \"memcache\" is geinstalleerd. . \\OC\\Memcache\\Memcached ondersteunt alleen \"memcached\" maar niet \"memcache\". Zie de memcached wikiover beide modules.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Sommige bestanden hebben de integriteitscontrole niet doorstaan. Meer informatie over hoe je dit probleem kunt oplossen vindt je in onze documentatie. (Lijst van ongeldige bestanden… / Opnieuw scannen)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "De PHP OPcache is niet goed ingesteld. Voor betere prestaties raden we je aan om de volgende instellingen te gebruiken in php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "De PHP functie \"set_time_limit\" is niet beschikbaar. Dit kan er voor zorgen dat scripts gestopt worden tijdens de uitvoeren ervan, wat resulteert in een defecte installatie. We raden sterk aan deze functie aan te zetten.", - "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." : "De datafolder en bestanden zijn waarschijnlijk te benaderen via het internet. Het .htaccess bestand werkt niet. Het is sterk aangeraden om de webserver in te stellen dat de datafolder niet meer te benaderen is, of dat je de datafolder verplaatst naar een locatie buiten de hoofdmap voor documenten van de webserver.", - "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." : "De \"{header}\" HTTP header is niet ingesteld om gelijk te zijn aan \"{expected}\". Dit is een mogelijk beveiligings- of privacyrisico en we raden je aan deze instellingen aan te passen.", - "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 security tips." : "De \"Strict-Transport-Security\" HTTP header is niet ingesteld op minimaal \"{seconds}\" seconde. Voor een veiliger systeem raden we je aan om HSTS aan te zetten, zoals beschreven in onze beveiligingstips.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Je bezoekt deze site via een HTTP-verbinding. We raden je ten sterkste aan om je server beveiligde verbindingen (HTTPS) te verseisen, zoals beschreven in onze beveiligingstips.", - "Shared with {recipients}" : "Delen met {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom is niet leesbaar voor PHP, hetgeen sterk wordt afgeraden om veiligheidsredenen. Meer informatie in onze documentatie.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Je PHP ondersteunt geen freetype. Daardoor kunnen profielfoto's en de instellingen niet goed weergegeven worden.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "De \"Strict-Transport-Security\" HTTP header is niet ingesteld als minimaal \"{seconds}\" seconden. Voor verbeterde beveiliging adviseren we HSTS in te schakelen zoals beschreven in onze security tips.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "De site is onveilig verbonden over HTTP. We adviseren je dringend om je server zo te configureren dat HTTPS wordt vereist, zoals beschreven in onze security tips.", "Error setting expiration date" : "Fout tijdens het instellen van de vervaldatum", "The public link will expire no later than {days} days after it is created" : "De openbare link vervalt niet eerder dan {days} dagen na het aanmaken", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} delen via link", @@ -397,31 +385,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Deel met anderen door het invullen van een gebruiker, groep of een emailadres.", "The specified document has not been found on the server." : "Het opgegeven document is niet gevonden op deze server.", "You can click here to return to %s." : "Klik hier om terug te keren naar %s.", - "The server encountered an internal error and was unable to complete your request." : "Er is een interne fout opgetreden op de server en kon daarom je verzoek niet verwerken.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Neem alstublieft contact op met de serverbeheerder als deze foutmelding meerdere keren terugkomt, en neem onderstaande technische details hierin op. ", - "For information how to properly configure your server, please see the documentation." : "Voor meer informatie over het correct instellen van je server, verwijzen we je graag naar onze documentatie.", - "This action requires you to confirm your password:" : "Deze actie moet je met je wachtwoord bevestigen:", - "Wrong password. Reset it?" : "Onjuist wachtwoord. Wachtwoord resetten?", "Stay logged in" : "Ingelogd blijven", + "Back to log in" : "Terug naar inloggen", "Alternative Logins" : "Alternatieve inlogs", - "You are about to grant \"%s\" access to your %s account." : "Je staat op het punt om \"%s\" toegang te geven tot je %s account.", + "You are about to grant %s access to your %s account." : "Je staat op het punt om %s toegang te verlenen to je %s account.", "Alternative login using app token" : "Alternatieve login doormiddel van app token", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Aanvullende beveiliging is ingeschakeld voor je account. Log in met een tweede factor.", - "You are accessing the server from an untrusted domain." : "Je benadert de server van een niet-vertrouwd domein.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Neem contact op met de beheerder. Als je zelf de beheerder bent van deze installatie, zorg dan de \"trusted_domains\" instellingen goed zijn ingesteld in config/config.php. Een voorbeeldconfiguratie vind je in config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Afhankelijk van je instellingen kun je mogelijk als admin ook de onderstaande knop gebruiken om dit domein te vertrouwen.", + "Depending on your configuration, this button could also work to trust the domain:" : "Afhankelijk van je configuratie kan deze knop ook werken om het volgende domein te vertrouwen:", "Add \"%s\" as trusted domain" : "\"%s\" toevoegen als vertrouwd domein", "%s will be updated to version %s" : "%s wordt geüpdatet naar versie %s", - "For help, see the documentation." : "Voor hulp, zie de documentatie.", "This page will refresh itself when the %s instance is available again." : "Deze pagina wordt ververst als de %s-installatie weer beschikbaar is.", "Thank you for your patience." : "Bedankt voor je geduld.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom is niet leesbaar voor PHP, hetgeen sterk wordt afgeraden om veiligheidsredenen. Meer informatie in onze documentatie.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Je PHP ondersteunt geen freetype. Daardoor kunnen profielfoto's en de instellingen niet goed weergegeven worden.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "De \"Strict-Transport-Security\" HTTP header is niet ingesteld als minimaal \"{seconds}\" seconden. Voor verbeterde beveiliging adviseren we HSTS in te schakelen zoals beschreven in onze security tips.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "De site is onveilig verbonden over HTTP. We adviseren je dringend om je server zo te configureren dat HTTPS wordt vereist, zoals beschreven in onze security tips.", - "Back to log in" : "Terug naar inloggen", - "You are about to grant %s access to your %s account." : "Je staat op het punt om %s toegang te verlenen to je %s account.", - "Depending on your configuration, this button could also work to trust the domain:" : "Afhankelijk van je configuratie kan deze knop ook werken om het volgende domein te vertrouwen:", "Copy URL" : "Kopiëren URL", "Enable" : "Inschakelen", "{sharee} (conversation)" : "{sharee} (gesprek)", diff --git a/core/l10n/nl.json b/core/l10n/nl.json index 9b78087640..84eba1d0c0 100644 --- a/core/l10n/nl.json +++ b/core/l10n/nl.json @@ -368,22 +368,10 @@ "%s (3rdparty)" : "%s (3rdparty)", "There was an error loading your contacts" : "Er is een fout opgetreden tijdens het laden van uw contacten", "There were problems with the code integrity check. More information…" : "Er traden problemen op tijdens de code betrouwbaarheidscontrole. Meer informatie…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Uw webserver is nog niet juist ingesteld voor het synchroniseren van bestanden omdat de WebDAV-interface niet naar behoren werkt.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Je webserver is niet goed ingesteld om me \"{url}\" om te kunnen gaan. Meer informatie vindt je in onze documentatie.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Deze server heeft geen werkende internetverbinding: Meerdere (eind)punten konden niet bereikt worden. Dit betekent dat sommige onderdelen, zoals het koppelen van externe opslag, het ontvangen van notificaties over updates of de installatie van third-party apps, niet zullen werken. Ook het benaderen van bestanden op afstand en het verzenden van notificatie via e-mail werkt mogelijk niet. Als je alle onderdelen wil gebruiken, moet je de internetverbinding van deze server aanzetten.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Er is niks ingesteld voor caching. Om de prestaties te verbeteren kun je een cache instellen als dit beschikbaar is. Meer informatie vindt je in onze documentatie.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom kan niet gelezen worden door PHP en dat wordt sterk afgeraden ivm veiligheid van je server. Meer informatie vindt je in onze documentatie.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Je gebruikt momenteel PHP versie {version}. We raden je aan om PHP te upgraden om zo te profiteren van prestatieverbeteringen en veiligheidsupdates aangeboden door de PHP Group zodra het besturingssysteem van je server dit ondersteunt.", - "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 documentation." : "De reverse proxy headers configuratie is onjuist, of je benadert Nextcloud vanaf een vertrouwde proxy. Als je Nextcloud niet vanaf een vertrouwde proxy benaderd, is dit een beveiligingsprobleem en kan een kwaadwillende toelaten om hun IP adres te verhullen voor Nextcloud. Meer informatie kan in onze documentatie worden gevonden.documentatie worden gevonden.", - "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 memcached wiki about both modules." : "Memcached is geconfigureerd als gedistribueerde cache, maar de verkeerde PHP module \"memcache\" is geinstalleerd. . \\OC\\Memcache\\Memcached ondersteunt alleen \"memcached\" maar niet \"memcache\". Zie de memcached wikiover beide modules.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Sommige bestanden hebben de integriteitscontrole niet doorstaan. Meer informatie over hoe je dit probleem kunt oplossen vindt je in onze documentatie. (Lijst van ongeldige bestanden… / Opnieuw scannen)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "De PHP OPcache is niet goed ingesteld. Voor betere prestaties raden we je aan om de volgende instellingen te gebruiken in php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "De PHP functie \"set_time_limit\" is niet beschikbaar. Dit kan er voor zorgen dat scripts gestopt worden tijdens de uitvoeren ervan, wat resulteert in een defecte installatie. We raden sterk aan deze functie aan te zetten.", - "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." : "De datafolder en bestanden zijn waarschijnlijk te benaderen via het internet. Het .htaccess bestand werkt niet. Het is sterk aangeraden om de webserver in te stellen dat de datafolder niet meer te benaderen is, of dat je de datafolder verplaatst naar een locatie buiten de hoofdmap voor documenten van de webserver.", - "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." : "De \"{header}\" HTTP header is niet ingesteld om gelijk te zijn aan \"{expected}\". Dit is een mogelijk beveiligings- of privacyrisico en we raden je aan deze instellingen aan te passen.", - "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 security tips." : "De \"Strict-Transport-Security\" HTTP header is niet ingesteld op minimaal \"{seconds}\" seconde. Voor een veiliger systeem raden we je aan om HSTS aan te zetten, zoals beschreven in onze beveiligingstips.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Je bezoekt deze site via een HTTP-verbinding. We raden je ten sterkste aan om je server beveiligde verbindingen (HTTPS) te verseisen, zoals beschreven in onze beveiligingstips.", - "Shared with {recipients}" : "Delen met {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom is niet leesbaar voor PHP, hetgeen sterk wordt afgeraden om veiligheidsredenen. Meer informatie in onze documentatie.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Je PHP ondersteunt geen freetype. Daardoor kunnen profielfoto's en de instellingen niet goed weergegeven worden.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "De \"Strict-Transport-Security\" HTTP header is niet ingesteld als minimaal \"{seconds}\" seconden. Voor verbeterde beveiliging adviseren we HSTS in te schakelen zoals beschreven in onze security tips.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "De site is onveilig verbonden over HTTP. We adviseren je dringend om je server zo te configureren dat HTTPS wordt vereist, zoals beschreven in onze security tips.", "Error setting expiration date" : "Fout tijdens het instellen van de vervaldatum", "The public link will expire no later than {days} days after it is created" : "De openbare link vervalt niet eerder dan {days} dagen na het aanmaken", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} delen via link", @@ -395,31 +383,17 @@ "Share with other people by entering a user or group or an email address." : "Deel met anderen door het invullen van een gebruiker, groep of een emailadres.", "The specified document has not been found on the server." : "Het opgegeven document is niet gevonden op deze server.", "You can click here to return to %s." : "Klik hier om terug te keren naar %s.", - "The server encountered an internal error and was unable to complete your request." : "Er is een interne fout opgetreden op de server en kon daarom je verzoek niet verwerken.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Neem alstublieft contact op met de serverbeheerder als deze foutmelding meerdere keren terugkomt, en neem onderstaande technische details hierin op. ", - "For information how to properly configure your server, please see the documentation." : "Voor meer informatie over het correct instellen van je server, verwijzen we je graag naar onze documentatie.", - "This action requires you to confirm your password:" : "Deze actie moet je met je wachtwoord bevestigen:", - "Wrong password. Reset it?" : "Onjuist wachtwoord. Wachtwoord resetten?", "Stay logged in" : "Ingelogd blijven", + "Back to log in" : "Terug naar inloggen", "Alternative Logins" : "Alternatieve inlogs", - "You are about to grant \"%s\" access to your %s account." : "Je staat op het punt om \"%s\" toegang te geven tot je %s account.", + "You are about to grant %s access to your %s account." : "Je staat op het punt om %s toegang te verlenen to je %s account.", "Alternative login using app token" : "Alternatieve login doormiddel van app token", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Aanvullende beveiliging is ingeschakeld voor je account. Log in met een tweede factor.", - "You are accessing the server from an untrusted domain." : "Je benadert de server van een niet-vertrouwd domein.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Neem contact op met de beheerder. Als je zelf de beheerder bent van deze installatie, zorg dan de \"trusted_domains\" instellingen goed zijn ingesteld in config/config.php. Een voorbeeldconfiguratie vind je in config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Afhankelijk van je instellingen kun je mogelijk als admin ook de onderstaande knop gebruiken om dit domein te vertrouwen.", + "Depending on your configuration, this button could also work to trust the domain:" : "Afhankelijk van je configuratie kan deze knop ook werken om het volgende domein te vertrouwen:", "Add \"%s\" as trusted domain" : "\"%s\" toevoegen als vertrouwd domein", "%s will be updated to version %s" : "%s wordt geüpdatet naar versie %s", - "For help, see the documentation." : "Voor hulp, zie de documentatie.", "This page will refresh itself when the %s instance is available again." : "Deze pagina wordt ververst als de %s-installatie weer beschikbaar is.", "Thank you for your patience." : "Bedankt voor je geduld.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom is niet leesbaar voor PHP, hetgeen sterk wordt afgeraden om veiligheidsredenen. Meer informatie in onze documentatie.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Je PHP ondersteunt geen freetype. Daardoor kunnen profielfoto's en de instellingen niet goed weergegeven worden.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "De \"Strict-Transport-Security\" HTTP header is niet ingesteld als minimaal \"{seconds}\" seconden. Voor verbeterde beveiliging adviseren we HSTS in te schakelen zoals beschreven in onze security tips.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "De site is onveilig verbonden over HTTP. We adviseren je dringend om je server zo te configureren dat HTTPS wordt vereist, zoals beschreven in onze security tips.", - "Back to log in" : "Terug naar inloggen", - "You are about to grant %s access to your %s account." : "Je staat op het punt om %s toegang te verlenen to je %s account.", - "Depending on your configuration, this button could also work to trust the domain:" : "Afhankelijk van je configuratie kan deze knop ook werken om het volgende domein te vertrouwen:", "Copy URL" : "Kopiëren URL", "Enable" : "Inschakelen", "{sharee} (conversation)" : "{sharee} (gesprek)", diff --git a/core/l10n/pl.js b/core/l10n/pl.js index a8620c9ef6..631927fce8 100644 --- a/core/l10n/pl.js +++ b/core/l10n/pl.js @@ -345,22 +345,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (od innych)", "There was an error loading your contacts" : "Wystąpił błąd podczas wczytywania twoich kontaktów", "There were problems with the code integrity check. More information…" : "Wystąpiły problemy przy sprawdzaniu integralności kodu Więcej informacji…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Serwer WWW nie jest jeszcze na tyle poprawnie skonfigurowany, aby umożliwić synchronizację plików, ponieważ interfejs WebDAV wydaje się być uszkodzony.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Serwer WWW nie jest poprawnie skonfigurowany, aby wyświetlić \"{url}\". Więcej informacji można znaleźć w naszej dokumentacji.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Serwer nie ma aktywnego połączenia z Internetem. Wiele połączeń nie może być osiągniętych. Oznacza to, że część funkcji takich jak zewnętrzny magazyn, powiadomienia o aktualizacjach lub instalacja aplikacji firm trzecich nie będzie działała. Dostęp zdalny do plików oraz wysyłanie powiadomień mailowych również może nie działać. Sugerujemy udostępnienie połączenia z Internetem temu serwerowi jeśli chcesz mieć pełną funkcjonalność.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Nie skonfigurowano pamięci cache. Jeśli to możliwe skonfiguruj pamięć cache, aby zwiększyć wydajność. Więcej informacji można znaleźć w naszej dokumentacji.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP nie może czytać z /dev/urandom co jest wymagane ze względów bezpieczeństwa. Więcej informacji można znaleźć w naszej dokumentacji.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Posiadasz aktualnie PHP w wersji {version}. Aby skorzystać z aktualizacji dotyczących wydajności i bezpieczeństwa otrzymanych z PHP Group zachęcamy do podniesienia wersji PHP, kiedy tylko twoja dystrybucja będzie je wspierał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 documentation." : "Konfiguracja nagłówków reverse proxy jest niepoprawna albo łączysz się do Nextclouda przez zaufane proxy. Jeśli nie łączysz się z zaufanego proxy, to jest to problem bezpieczeństwa i atakujący może podszyć się pod adres IP jako widoczny dla Nextclouda. Więcej informacji można znaleźć w naszej dokumentacji.", - "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 memcached wiki about both modules." : "Jako cache jest skonfigurowane \"memcached\", ale błędny moduł PHP \"memcache\" jest zainstalowany. \\OC\\Memcache\\Memcached wspiera tylko \"memcached\", a nie \"memcache\". Sprawdź memcached wiki o obu tych modułach.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Niektóre pliki nie przeszły sprawdzania spójności. Dalsze informacje jak to naprawić mogą być znalezione w naszej dokumentacji. (Lista niepoprawnych plików... / Skanowanie ponowne…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP OPcache nie jest prawidłowo skonfigurowany Dla lepszej wydajności zalecamy użycie następujących ustawień w php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "Funkcja PHP \"set_time_limit\" nie jest dostępna. Może to powodować zatrzymanie skryptów w podczas działania i w efekcie przerwanie instalacji. Silnie rekomendujemy włączenie tej funkcji.", - "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." : "Twój katalog z danymi i twoje pliki prawdopodobnie są dostępne przez Internet. Plik .htaccess nie działa. Usilnie zalecamy, żebyś tak skonfigurował swój serwer, żeby katalog z danymi nie był dalej dostępny lub przenieś swój katalog z danymi poza katalog root serwera webowego.", - "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." : "Nagłówek HTTP \"{header}\" nie jest ustawiony na \"{expected}\". Jest to potencjalnym zagrożeniem prywatności oraz bezpieczeństwa i zalecamy poprawienie tego ustawienia.", - "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 security tips." : "Nagłówek HTTP \"Strict-Transport-Security\" nie jest ustawiony na przynajmniej \"{seconds}\" sekund. Dla zwiększenia bezpieczeństwa zalecamy ustawienie HSTS tak jak opisaliśmy to w naszych wskazówkach dot. bezpieczeństwa.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Dostęp do tej strony jest za pośrednictwem protokołu HTTP. Zalecamy skonfigurowanie dostępu do serwera za pomocą protokołu HTTPS zamiast HTTP, jak to opisano w naszych wskazówkach bezpieczeństwa.", - "Shared with {recipients}" : "Współdzielony z {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP nie może czytać z /dev/urandom co jest wymagane ze względów bezpieczeństwa. Więcej informacji można znaleźć w naszej dokumentacji.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Twoje PHP nie posiada wsparcia czcionek FreeType, co powoduje problemy z zdjęciami profilowymi oraz interfejsem ustawień.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "Nagłówek HTTP \"Strict-Transport-Security\" nie jest ustawiony na przynajmniej \"{seconds}\" sekund. Dla zwiększenia bezpieczeństwa zalecamy ustawienie HSTS tak jak opisaliśmy to w naszych wskazówkach dotyczących bezpieczeństwa.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Dostęp do tej strony jest za pośrednictwem protokołu HTTP. Zalecamy skonfigurowanie dostępu do serwera za pomocą protokołu HTTPS zamiast HTTP, jak to opisano w naszych wskazówkach bezpieczeństwa.", "Error setting expiration date" : "Błąd podczas ustawiania daty wygaśnięcia", "The public link will expire no later than {days} days after it is created" : "Link publiczny wygaśnie nie później niż po {days} dniach od utworzenia", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} udostępniane za pośrednictwem łącza", @@ -372,31 +360,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Współdziel z innymi osobami przez wpisanie użytkownika lub grupy lub adresu e-mail.", "The specified document has not been found on the server." : "Wskazany dokument nie został znaleziony na serwerze.", "You can click here to return to %s." : "Możesz kliknąć tutaj aby powrócić do %s.", - "The server encountered an internal error and was unable to complete your request." : "Serwer napotkał błąd wewnętrzny i nie był w stanie ukończyć Twojego żądania.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Proszę skontaktować się z administratorem jeśli ten błąd będzie się pojawiał wielokrotnie, proszę do zgłoszenia dołączyć szczegóły techniczne opisane poniżej.", - "For information how to properly configure your server, please see the documentation." : "Aby uzyskać informację jak poprawnie skonfigurować Twój serwer, zajrzyj do dokumentacji.", - "This action requires you to confirm your password:" : "Ta akcja wymaga potwierdzenia Twojego hasła:", - "Wrong password. Reset it?" : "Niepoprawne hasło? Zresetować je?", "Stay logged in" : "Pozostań zalogowany", + "Back to log in" : "Powrót do logowania", "Alternative Logins" : "Alternatywne loginy", - "You are about to grant \"%s\" access to your %s account." : "Masz zamiar przyznać \"%s\" dostep do twojego %s konta.", + "You are about to grant %s access to your %s account." : "Zamierzasz udzielić %s dostępu do Twojego konta %s.", "Alternative login using app token" : "Zaloguj alternatywnie używając tokenu aplikacji", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Dla Twojego konta uruchomiono wzmocnioną ochronę. Uwierzytelnij przy pomocy drugiego składnika.", - "You are accessing the server from an untrusted domain." : "Uzyskujesz dostęp do serwera z niezaufanej domeny.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Proszę skontaktować się z Twoim administratorem. Jeżeli jesteś administratorem tej instalacji, skonfiguruj ustawienie \"trusted_domains\" w pliku config/config.php. Przykład konfiguracji jest zawarty w pliku config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "W zależności od konfiguracji, jako administrator możesz także użyć poniższego przycisku aby zaufać tej domenie.", + "Depending on your configuration, this button could also work to trust the domain:" : "W zależności od Twojej konfiguracji, ten przycisk aby zaufać domenie powinien również zadziałać: ", "Add \"%s\" as trusted domain" : "Dodaj \"%s\" jako domenę zaufaną", "%s will be updated to version %s" : "%s zostanie zaktualizowane do wersji %s", - "For help, see the documentation." : "Aby uzyskać pomoc, zajrzyj do dokumentacji.", "This page will refresh itself when the %s instance is available again." : "Strona odświeży się gdy instancja %s będzie ponownie dostępna.", "Thank you for your patience." : "Dziękuję za cierpliwość.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP nie może czytać z /dev/urandom co jest wymagane ze względów bezpieczeństwa. Więcej informacji można znaleźć w naszej dokumentacji.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Twoje PHP nie posiada wsparcia czcionek FreeType, co powoduje problemy z zdjęciami profilowymi oraz interfejsem ustawień.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "Nagłówek HTTP \"Strict-Transport-Security\" nie jest ustawiony na przynajmniej \"{seconds}\" sekund. Dla zwiększenia bezpieczeństwa zalecamy ustawienie HSTS tak jak opisaliśmy to w naszych wskazówkach dotyczących bezpieczeństwa.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Dostęp do tej strony jest za pośrednictwem protokołu HTTP. Zalecamy skonfigurowanie dostępu do serwera za pomocą protokołu HTTPS zamiast HTTP, jak to opisano w naszych wskazówkach bezpieczeństwa.", - "Back to log in" : "Powrót do logowania", - "You are about to grant %s access to your %s account." : "Zamierzasz udzielić %s dostępu do Twojego konta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "W zależności od Twojej konfiguracji, ten przycisk aby zaufać domenie powinien również zadziałać: ", "Copy URL" : "Skopiuj URL", "Enable" : "Włącz", "{sharee} (conversation)" : "{sharee} (konwersacja)", diff --git a/core/l10n/pl.json b/core/l10n/pl.json index c51eb7d934..9e1968c964 100644 --- a/core/l10n/pl.json +++ b/core/l10n/pl.json @@ -343,22 +343,10 @@ "%s (3rdparty)" : "%s (od innych)", "There was an error loading your contacts" : "Wystąpił błąd podczas wczytywania twoich kontaktów", "There were problems with the code integrity check. More information…" : "Wystąpiły problemy przy sprawdzaniu integralności kodu Więcej informacji…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Serwer WWW nie jest jeszcze na tyle poprawnie skonfigurowany, aby umożliwić synchronizację plików, ponieważ interfejs WebDAV wydaje się być uszkodzony.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Serwer WWW nie jest poprawnie skonfigurowany, aby wyświetlić \"{url}\". Więcej informacji można znaleźć w naszej dokumentacji.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Serwer nie ma aktywnego połączenia z Internetem. Wiele połączeń nie może być osiągniętych. Oznacza to, że część funkcji takich jak zewnętrzny magazyn, powiadomienia o aktualizacjach lub instalacja aplikacji firm trzecich nie będzie działała. Dostęp zdalny do plików oraz wysyłanie powiadomień mailowych również może nie działać. Sugerujemy udostępnienie połączenia z Internetem temu serwerowi jeśli chcesz mieć pełną funkcjonalność.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Nie skonfigurowano pamięci cache. Jeśli to możliwe skonfiguruj pamięć cache, aby zwiększyć wydajność. Więcej informacji można znaleźć w naszej dokumentacji.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP nie może czytać z /dev/urandom co jest wymagane ze względów bezpieczeństwa. Więcej informacji można znaleźć w naszej dokumentacji.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Posiadasz aktualnie PHP w wersji {version}. Aby skorzystać z aktualizacji dotyczących wydajności i bezpieczeństwa otrzymanych z PHP Group zachęcamy do podniesienia wersji PHP, kiedy tylko twoja dystrybucja będzie je wspierał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 documentation." : "Konfiguracja nagłówków reverse proxy jest niepoprawna albo łączysz się do Nextclouda przez zaufane proxy. Jeśli nie łączysz się z zaufanego proxy, to jest to problem bezpieczeństwa i atakujący może podszyć się pod adres IP jako widoczny dla Nextclouda. Więcej informacji można znaleźć w naszej dokumentacji.", - "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 memcached wiki about both modules." : "Jako cache jest skonfigurowane \"memcached\", ale błędny moduł PHP \"memcache\" jest zainstalowany. \\OC\\Memcache\\Memcached wspiera tylko \"memcached\", a nie \"memcache\". Sprawdź memcached wiki o obu tych modułach.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Niektóre pliki nie przeszły sprawdzania spójności. Dalsze informacje jak to naprawić mogą być znalezione w naszej dokumentacji. (Lista niepoprawnych plików... / Skanowanie ponowne…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP OPcache nie jest prawidłowo skonfigurowany Dla lepszej wydajności zalecamy użycie następujących ustawień w php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "Funkcja PHP \"set_time_limit\" nie jest dostępna. Może to powodować zatrzymanie skryptów w podczas działania i w efekcie przerwanie instalacji. Silnie rekomendujemy włączenie tej funkcji.", - "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." : "Twój katalog z danymi i twoje pliki prawdopodobnie są dostępne przez Internet. Plik .htaccess nie działa. Usilnie zalecamy, żebyś tak skonfigurował swój serwer, żeby katalog z danymi nie był dalej dostępny lub przenieś swój katalog z danymi poza katalog root serwera webowego.", - "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." : "Nagłówek HTTP \"{header}\" nie jest ustawiony na \"{expected}\". Jest to potencjalnym zagrożeniem prywatności oraz bezpieczeństwa i zalecamy poprawienie tego ustawienia.", - "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 security tips." : "Nagłówek HTTP \"Strict-Transport-Security\" nie jest ustawiony na przynajmniej \"{seconds}\" sekund. Dla zwiększenia bezpieczeństwa zalecamy ustawienie HSTS tak jak opisaliśmy to w naszych wskazówkach dot. bezpieczeństwa.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Dostęp do tej strony jest za pośrednictwem protokołu HTTP. Zalecamy skonfigurowanie dostępu do serwera za pomocą protokołu HTTPS zamiast HTTP, jak to opisano w naszych wskazówkach bezpieczeństwa.", - "Shared with {recipients}" : "Współdzielony z {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP nie może czytać z /dev/urandom co jest wymagane ze względów bezpieczeństwa. Więcej informacji można znaleźć w naszej dokumentacji.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Twoje PHP nie posiada wsparcia czcionek FreeType, co powoduje problemy z zdjęciami profilowymi oraz interfejsem ustawień.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "Nagłówek HTTP \"Strict-Transport-Security\" nie jest ustawiony na przynajmniej \"{seconds}\" sekund. Dla zwiększenia bezpieczeństwa zalecamy ustawienie HSTS tak jak opisaliśmy to w naszych wskazówkach dotyczących bezpieczeństwa.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Dostęp do tej strony jest za pośrednictwem protokołu HTTP. Zalecamy skonfigurowanie dostępu do serwera za pomocą protokołu HTTPS zamiast HTTP, jak to opisano w naszych wskazówkach bezpieczeństwa.", "Error setting expiration date" : "Błąd podczas ustawiania daty wygaśnięcia", "The public link will expire no later than {days} days after it is created" : "Link publiczny wygaśnie nie później niż po {days} dniach od utworzenia", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} udostępniane za pośrednictwem łącza", @@ -370,31 +358,17 @@ "Share with other people by entering a user or group or an email address." : "Współdziel z innymi osobami przez wpisanie użytkownika lub grupy lub adresu e-mail.", "The specified document has not been found on the server." : "Wskazany dokument nie został znaleziony na serwerze.", "You can click here to return to %s." : "Możesz kliknąć tutaj aby powrócić do %s.", - "The server encountered an internal error and was unable to complete your request." : "Serwer napotkał błąd wewnętrzny i nie był w stanie ukończyć Twojego żądania.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Proszę skontaktować się z administratorem jeśli ten błąd będzie się pojawiał wielokrotnie, proszę do zgłoszenia dołączyć szczegóły techniczne opisane poniżej.", - "For information how to properly configure your server, please see the documentation." : "Aby uzyskać informację jak poprawnie skonfigurować Twój serwer, zajrzyj do dokumentacji.", - "This action requires you to confirm your password:" : "Ta akcja wymaga potwierdzenia Twojego hasła:", - "Wrong password. Reset it?" : "Niepoprawne hasło? Zresetować je?", "Stay logged in" : "Pozostań zalogowany", + "Back to log in" : "Powrót do logowania", "Alternative Logins" : "Alternatywne loginy", - "You are about to grant \"%s\" access to your %s account." : "Masz zamiar przyznać \"%s\" dostep do twojego %s konta.", + "You are about to grant %s access to your %s account." : "Zamierzasz udzielić %s dostępu do Twojego konta %s.", "Alternative login using app token" : "Zaloguj alternatywnie używając tokenu aplikacji", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Dla Twojego konta uruchomiono wzmocnioną ochronę. Uwierzytelnij przy pomocy drugiego składnika.", - "You are accessing the server from an untrusted domain." : "Uzyskujesz dostęp do serwera z niezaufanej domeny.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Proszę skontaktować się z Twoim administratorem. Jeżeli jesteś administratorem tej instalacji, skonfiguruj ustawienie \"trusted_domains\" w pliku config/config.php. Przykład konfiguracji jest zawarty w pliku config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "W zależności od konfiguracji, jako administrator możesz także użyć poniższego przycisku aby zaufać tej domenie.", + "Depending on your configuration, this button could also work to trust the domain:" : "W zależności od Twojej konfiguracji, ten przycisk aby zaufać domenie powinien również zadziałać: ", "Add \"%s\" as trusted domain" : "Dodaj \"%s\" jako domenę zaufaną", "%s will be updated to version %s" : "%s zostanie zaktualizowane do wersji %s", - "For help, see the documentation." : "Aby uzyskać pomoc, zajrzyj do dokumentacji.", "This page will refresh itself when the %s instance is available again." : "Strona odświeży się gdy instancja %s będzie ponownie dostępna.", "Thank you for your patience." : "Dziękuję za cierpliwość.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP nie może czytać z /dev/urandom co jest wymagane ze względów bezpieczeństwa. Więcej informacji można znaleźć w naszej dokumentacji.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Twoje PHP nie posiada wsparcia czcionek FreeType, co powoduje problemy z zdjęciami profilowymi oraz interfejsem ustawień.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "Nagłówek HTTP \"Strict-Transport-Security\" nie jest ustawiony na przynajmniej \"{seconds}\" sekund. Dla zwiększenia bezpieczeństwa zalecamy ustawienie HSTS tak jak opisaliśmy to w naszych wskazówkach dotyczących bezpieczeństwa.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Dostęp do tej strony jest za pośrednictwem protokołu HTTP. Zalecamy skonfigurowanie dostępu do serwera za pomocą protokołu HTTPS zamiast HTTP, jak to opisano w naszych wskazówkach bezpieczeństwa.", - "Back to log in" : "Powrót do logowania", - "You are about to grant %s access to your %s account." : "Zamierzasz udzielić %s dostępu do Twojego konta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "W zależności od Twojej konfiguracji, ten przycisk aby zaufać domenie powinien również zadziałać: ", "Copy URL" : "Skopiuj URL", "Enable" : "Włącz", "{sharee} (conversation)" : "{sharee} (konwersacja)", diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index 1064591e56..286962dd20 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -370,22 +370,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (3rdparty)", "There was an error loading your contacts" : "Houve um erro carregando seus contatos", "There were problems with the code integrity check. More information…" : "Houve problemas com a verificação de integridade do código. Mais informações…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Seu servidor web ainda não está configurado corretamente para permitir a sincronização de arquivos porque a interface do WebDAV parece estar com problemas.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Seu servidor web não está configurado corretamente para resolver \"{url}\". Mais informações podem ser encontradas em nossa documentação.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor não possui conexão de internet: Vários pontos finais não puderam ser alcançados. Isso significa que alguns dos recursos como montagem de armazenamento externo, notificações sobre atualizações ou instalação de aplicativos de terceiros não funcionarão. Acesso a arquivos remotos e envio de e-mails de notificação podem também não funcionar. Sugerimos habilitar a conexão com a Internet para este servidor se desejar ter todos os recursos.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Nenhum cache de memória configurado. Para melhorar o desempenho, configure um memcache se disponível. Mais informações podem ser encontradas em nossa documentação.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom não é legível pelo PHP, o que é altamente desencorajado por razões de segurança. Mais informações podem ser encontradas em nossa documentação.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Você está executando o PHP {version}. Recomendamos que atualize a versão do PHP para tirar proveito das atualizações de desempenho e segurança fornecidas pelo Grupo PHP assim que sua distribuição o suportar.", - "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 documentation." : "A configuração de cabeçalho do proxy reverso está incorreta ou você está acessando o Nextcloud a partir de um proxy confiável. Se você não estiver acessando o Nextcloud a partir de um proxy confiável, este é um problema de segurança e pode permitir que um invasor acesse abusivamente o endereço IP visível do Nextcloud. Mais informações podem ser encontradas em nossa documentação.", - "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 memcached wiki about both modules." : "O Memcached está configurado como cache distribuído, mas o módulo PHP \"memcache\" errado está instalado. \\OC\\Memcache\\Memcached só suporta \"memcached\" e não \"memcache\". Veja o wiki memcached sobre ambos os módulos.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Alguns arquivos não passaram pela verificação de integridade. Mais informações sobre como resolver esse problema podem ser encontradas em nossa documentação. (Lista de arquivos inválidos… / Verificar novamente…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "The PHP OPcache não está configurado corretamente. Para um melhor desempenho, recomendamos usar as seguintes configurações no php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "A função PHP \"set_time_limit\" não está disponível. Isso pode resultar em travamento de scripts, prejudicando sua instalação. Recomendamos fortemente habilitar esta função.", - "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." : "Seu diretório de dados e seus arquivos provavelmente podem ser acessados pela Internet. O arquivo .htaccess não está funcionando. É altamente recomendável que você configure seu servidor web de forma que o diretório de dados não seja mais acessível ou mova-o para fora da raiz de documentos do servidor 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." : "O cabeçalho HTTP \"{header}\" não está configurado igual a \"{expected}\". Isso é um potencial risco de segurança e/ou privacidade e recomendamos ajustar esta configuração.", - "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 security tips." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está configurado para ao menos \"{seconds}\" segundos. Para uma segurança aprimorada, recomendamos habilitar HSTS como descrito em nossas dicas de segurança.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Você está acessando este site via HTTP. Recomendamos que configure seu servidor para exigir o uso de HTTPS, conforme descrito em nossas dicas de segurança.", - "Shared with {recipients}" : "Compartilhado com {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom não é legível pelo PHP, o que é altamente desencorajado por razões de segurança. Mais informações podem ser encontradas na documentação.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Seu PHP não possui suporte a freetype. Isso resultará em imagens erradas no perfil e na interface de configurações.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está definido para pelo menos \"{seconds}\" segundos. Para ter uma segurança melhorada, recomenda-se habilitar o HSTS conforme descrito nas dicas de segurança.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Acessando o site via HTTP não seguro. É recomendado configurar seu servidor para exigir HTTPS, conforme descrito nas dicas de segurança.", "Error setting expiration date" : "Erro ao definir data de expiração", "The public link will expire no later than {days} days after it is created" : "O link público irá expirar não antes de {days} depois de criado", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatiorDisplayName}} compartilhou via link", @@ -397,31 +385,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Compartilhe com outras pessoas entrando um usuário, grupo ou um e-mail.", "The specified document has not been found on the server." : "O documento especificado não foi encontrado no servidor.", "You can click here to return to %s." : "Você pode clicar aqui para retornar para %s.", - "The server encountered an internal error and was unable to complete your request." : "O servidor encontrou um erro interno e não pode completar sua solicitação.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Entre em contato com o administrador se este erro aparecer várias vezes. Inclua os detalhes técnicos abaixo no seu relatório.", - "For information how to properly configure your server, please see the documentation." : "Para obter informações sobre como configurar corretamente o servidor, consulte a documentação.", - "This action requires you to confirm your password:" : "Esta ação exige que você confirme sua senha:", - "Wrong password. Reset it?" : "Senha incorreta. Redefini-la?", "Stay logged in" : "Permaneça logado", + "Back to log in" : "Voltar ao login", "Alternative Logins" : "Logins alternativos", - "You are about to grant \"%s\" access to your %s account." : "Você está prestes a conceder acesso a \"%s\" à sua conta %s.", + "You are about to grant %s access to your %s account." : "Você está prestes a conceder acesso a %s à sua conta %s.", "Alternative login using app token" : "Login alternativo usando o token do aplicativo", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "A segurança aprimorada está habilitada para sua conta. Por favor autentique usando um segundo fator.", - "You are accessing the server from an untrusted domain." : "Você está acessando o servidor de um domínio não confiável.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Entre em contato com o administrador. Se você é o administrador, defina a configuração \"trusted_domains\" em config/config.php. Uma configuração de exemplo é fornecida em config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependendo da configuração, como administrador você também poderá usar o botão abaixo para confiar neste domínio.", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependendo de sua configuração, este botão também pode funcionar para confiar no domínio.", "Add \"%s\" as trusted domain" : "Adicionar \"%s\" como um domínio confiável", "%s will be updated to version %s" : "%s será atualizado para a versão %s", - "For help, see the documentation." : "Para mais ajuda, veja a documentação.", "This page will refresh itself when the %s instance is available again." : "Esta página será atualizada automaticamente quando o %s estiver disponível novamente.", "Thank you for your patience." : "Obrigado pela sua paciência.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom não é legível pelo PHP, o que é altamente desencorajado por razões de segurança. Mais informações podem ser encontradas na documentação.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Seu PHP não possui suporte a freetype. Isso resultará em imagens erradas no perfil e na interface de configurações.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está definido para pelo menos \"{seconds}\" segundos. Para ter uma segurança melhorada, recomenda-se habilitar o HSTS conforme descrito nas dicas de segurança.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Acessando o site via HTTP não seguro. É recomendado configurar seu servidor para exigir HTTPS, conforme descrito nas dicas de segurança.", - "Back to log in" : "Voltar ao login", - "You are about to grant %s access to your %s account." : "Você está prestes a conceder acesso a %s à sua conta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependendo de sua configuração, este botão também pode funcionar para confiar no domínio.", "Copy URL" : "Copiar URL", "Enable" : "Ativar", "{sharee} (conversation)" : "{sharee} (conversation)", diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json index a405c9a409..7bd7e9420f 100644 --- a/core/l10n/pt_BR.json +++ b/core/l10n/pt_BR.json @@ -368,22 +368,10 @@ "%s (3rdparty)" : "%s (3rdparty)", "There was an error loading your contacts" : "Houve um erro carregando seus contatos", "There were problems with the code integrity check. More information…" : "Houve problemas com a verificação de integridade do código. Mais informações…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Seu servidor web ainda não está configurado corretamente para permitir a sincronização de arquivos porque a interface do WebDAV parece estar com problemas.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Seu servidor web não está configurado corretamente para resolver \"{url}\". Mais informações podem ser encontradas em nossa documentação.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor não possui conexão de internet: Vários pontos finais não puderam ser alcançados. Isso significa que alguns dos recursos como montagem de armazenamento externo, notificações sobre atualizações ou instalação de aplicativos de terceiros não funcionarão. Acesso a arquivos remotos e envio de e-mails de notificação podem também não funcionar. Sugerimos habilitar a conexão com a Internet para este servidor se desejar ter todos os recursos.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Nenhum cache de memória configurado. Para melhorar o desempenho, configure um memcache se disponível. Mais informações podem ser encontradas em nossa documentação.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom não é legível pelo PHP, o que é altamente desencorajado por razões de segurança. Mais informações podem ser encontradas em nossa documentação.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Você está executando o PHP {version}. Recomendamos que atualize a versão do PHP para tirar proveito das atualizações de desempenho e segurança fornecidas pelo Grupo PHP assim que sua distribuição o suportar.", - "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 documentation." : "A configuração de cabeçalho do proxy reverso está incorreta ou você está acessando o Nextcloud a partir de um proxy confiável. Se você não estiver acessando o Nextcloud a partir de um proxy confiável, este é um problema de segurança e pode permitir que um invasor acesse abusivamente o endereço IP visível do Nextcloud. Mais informações podem ser encontradas em nossa documentação.", - "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 memcached wiki about both modules." : "O Memcached está configurado como cache distribuído, mas o módulo PHP \"memcache\" errado está instalado. \\OC\\Memcache\\Memcached só suporta \"memcached\" e não \"memcache\". Veja o wiki memcached sobre ambos os módulos.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Alguns arquivos não passaram pela verificação de integridade. Mais informações sobre como resolver esse problema podem ser encontradas em nossa documentação. (Lista de arquivos inválidos… / Verificar novamente…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "The PHP OPcache não está configurado corretamente. Para um melhor desempenho, recomendamos usar as seguintes configurações no php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "A função PHP \"set_time_limit\" não está disponível. Isso pode resultar em travamento de scripts, prejudicando sua instalação. Recomendamos fortemente habilitar esta função.", - "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." : "Seu diretório de dados e seus arquivos provavelmente podem ser acessados pela Internet. O arquivo .htaccess não está funcionando. É altamente recomendável que você configure seu servidor web de forma que o diretório de dados não seja mais acessível ou mova-o para fora da raiz de documentos do servidor 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." : "O cabeçalho HTTP \"{header}\" não está configurado igual a \"{expected}\". Isso é um potencial risco de segurança e/ou privacidade e recomendamos ajustar esta configuração.", - "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 security tips." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está configurado para ao menos \"{seconds}\" segundos. Para uma segurança aprimorada, recomendamos habilitar HSTS como descrito em nossas dicas de segurança.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Você está acessando este site via HTTP. Recomendamos que configure seu servidor para exigir o uso de HTTPS, conforme descrito em nossas dicas de segurança.", - "Shared with {recipients}" : "Compartilhado com {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom não é legível pelo PHP, o que é altamente desencorajado por razões de segurança. Mais informações podem ser encontradas na documentação.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Seu PHP não possui suporte a freetype. Isso resultará em imagens erradas no perfil e na interface de configurações.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está definido para pelo menos \"{seconds}\" segundos. Para ter uma segurança melhorada, recomenda-se habilitar o HSTS conforme descrito nas dicas de segurança.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Acessando o site via HTTP não seguro. É recomendado configurar seu servidor para exigir HTTPS, conforme descrito nas dicas de segurança.", "Error setting expiration date" : "Erro ao definir data de expiração", "The public link will expire no later than {days} days after it is created" : "O link público irá expirar não antes de {days} depois de criado", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatiorDisplayName}} compartilhou via link", @@ -395,31 +383,17 @@ "Share with other people by entering a user or group or an email address." : "Compartilhe com outras pessoas entrando um usuário, grupo ou um e-mail.", "The specified document has not been found on the server." : "O documento especificado não foi encontrado no servidor.", "You can click here to return to %s." : "Você pode clicar aqui para retornar para %s.", - "The server encountered an internal error and was unable to complete your request." : "O servidor encontrou um erro interno e não pode completar sua solicitação.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Entre em contato com o administrador se este erro aparecer várias vezes. Inclua os detalhes técnicos abaixo no seu relatório.", - "For information how to properly configure your server, please see the documentation." : "Para obter informações sobre como configurar corretamente o servidor, consulte a documentação.", - "This action requires you to confirm your password:" : "Esta ação exige que você confirme sua senha:", - "Wrong password. Reset it?" : "Senha incorreta. Redefini-la?", "Stay logged in" : "Permaneça logado", + "Back to log in" : "Voltar ao login", "Alternative Logins" : "Logins alternativos", - "You are about to grant \"%s\" access to your %s account." : "Você está prestes a conceder acesso a \"%s\" à sua conta %s.", + "You are about to grant %s access to your %s account." : "Você está prestes a conceder acesso a %s à sua conta %s.", "Alternative login using app token" : "Login alternativo usando o token do aplicativo", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "A segurança aprimorada está habilitada para sua conta. Por favor autentique usando um segundo fator.", - "You are accessing the server from an untrusted domain." : "Você está acessando o servidor de um domínio não confiável.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Entre em contato com o administrador. Se você é o administrador, defina a configuração \"trusted_domains\" em config/config.php. Uma configuração de exemplo é fornecida em config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependendo da configuração, como administrador você também poderá usar o botão abaixo para confiar neste domínio.", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependendo de sua configuração, este botão também pode funcionar para confiar no domínio.", "Add \"%s\" as trusted domain" : "Adicionar \"%s\" como um domínio confiável", "%s will be updated to version %s" : "%s será atualizado para a versão %s", - "For help, see the documentation." : "Para mais ajuda, veja a documentação.", "This page will refresh itself when the %s instance is available again." : "Esta página será atualizada automaticamente quando o %s estiver disponível novamente.", "Thank you for your patience." : "Obrigado pela sua paciência.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom não é legível pelo PHP, o que é altamente desencorajado por razões de segurança. Mais informações podem ser encontradas na documentação.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Seu PHP não possui suporte a freetype. Isso resultará em imagens erradas no perfil e na interface de configurações.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está definido para pelo menos \"{seconds}\" segundos. Para ter uma segurança melhorada, recomenda-se habilitar o HSTS conforme descrito nas dicas de segurança.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Acessando o site via HTTP não seguro. É recomendado configurar seu servidor para exigir HTTPS, conforme descrito nas dicas de segurança.", - "Back to log in" : "Voltar ao login", - "You are about to grant %s access to your %s account." : "Você está prestes a conceder acesso a %s à sua conta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependendo de sua configuração, este botão também pode funcionar para confiar no domínio.", "Copy URL" : "Copiar URL", "Enable" : "Ativar", "{sharee} (conversation)" : "{sharee} (conversation)", diff --git a/core/l10n/pt_PT.js b/core/l10n/pt_PT.js index 4587809841..5f8bde808a 100644 --- a/core/l10n/pt_PT.js +++ b/core/l10n/pt_PT.js @@ -300,22 +300,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (terceiros)", "There was an error loading your contacts" : "Ocorreu um erro ao carregar os seus contactos", "There were problems with the code integrity check. More information…" : "Existiram alguns problemas com a verificação de integridade do código. Mais informação…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "O seu servidor web ainda não está devidamente configurado para permitir sincronização de ficheiros porque a interface WebDAV não está a funcionar correctamente.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "O seu servidor web ainda não está devidamente configurado para traduzir \"{url}\". Mais informações podem ser obtidas na nossa documentação.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor não tem conexão à Internet: Não foi possível alcançar vários endpoints. Isto significa que algumas das funcionalidades tal como montar armazenamento externo, notificações sobre actualizações ou a instalação de aplicações de terceiros poderão não funcionar. O acesso remoto a ficheiros e o envio de notificações por e-mail também poderá não funcionar. Sugerimos que active a conexão à Internet neste servidor se quiser usar todas as funcionalidades.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Não foi configurada memória de cache. Para melhorar o desempenho configure a memcache se estiver disponível. Mais informações podem ser obtidas na nossa documentação.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom não é legível pelo PHP o que é altamente desaconselhado por motivos de segurança. Mais informações podem er obtidas na nossa documentação.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Actualmente está a correr PHP {versão}. Aconselhamos que actualize a versão do PHP para tirar partido das vantagens de desempenho e actualizações de segurança disponibilizados pelo Grupo PHP assim que a sua distribuição a suporte.", - "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 documentation." : "A configuração dos cabeçalhos de reverse proxy está incorrecta, ou está a tentar ao Nextcloud através de um proxy confiável. Se não está a aceder ao Nextcloud através de um proxy confiável, isto é um problema de segurança e pode permitir a um atacante fazer spoof do endereço IP visível para a Nextcloud. Mais informações podem ser obtidas na nossa documentação.", - "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 memcached wiki about both modules." : "A Memcached está configurada como cache distribuida, mas o módulo PHP \"memcache\" instalado está incorrecto. \\OC\\Memcache\\Memcached apenas suporta \"memcached\" e não \"memcache\". Ver em memcached wiki sobre ambos os módulos.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Alguns ficheiros não passaram no teste de integridade. Mais informação sobre a resolução deste problema pode ser encontrada na nossa documentação. (Lista de ficheiros inválidos... / Analisar novamente ...)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "A OPcache PHP não está devidamente configurada. Para melhorar a performance recomendamos que use as seguintes definições no php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "A função PHP \"set_time_limit\" não está disponível. Isto pode resultar na paragem de script a meio da execução, corrompendo a instalação. Recomendamos vivamente que active esta função.", - "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." : "O seu directório de dados e os seus ficheiros estão provavelmente acessíveis através da Internet. O ficheiro .htaccess não está a funcionar. Recomendamos vivamente que configure o seu servidor web de forma a que o directório de dados deixe de estar acessível ou mova-o para fora da raíz de documentos do servidor 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." : "O cabeçalho HTTP \"{cabeçalho}\" não está configurado tal como \"{esperado}\". Isto é um potencial risco de segurança ou privacidade pelo que recomendamos que ajuste esta definição.", - "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 security tips." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está definido para pelo menos \"{segundos}\" segundos. Para melhorar a segurança recomendamos que active o HSTS como descrito em dicas de segurança.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Está a aceder a este site via HTTP. Recomendamos vivamente que configure o seu servidor para requerer a utilização de HTTPS como descrito nas nossas dicas de segurança.", - "Shared with {recipients}" : "Partilhado com receptores", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom não é legível pelo PHP, o que é altamente desencorajado por motivos de segurança. Pode ser encontrada mais informação na documentação.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "O seu PHP não suporta freetype. Isto irá resultar em fotos de perfil e interface de definições corrompidas.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está definido para pelo menos \"{segundos}\" segundos. Para melhorar a segurança, recomendamos que active o HSTS como descrito em dicas de segurança.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Acedendo ao site de forma insegura usando HTTP. Recomendamos vivamente que configure o servidor para requerer HTTPS, tal como descrito em dicas de segurança.", "Error setting expiration date" : "Erro ao definir a data de expiração", "The public link will expire no later than {days} days after it is created" : "A hiperligação pública irá expirar, o mais tardar {days} dias depois da sua criação", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} partilhado via ligação", @@ -327,30 +315,16 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Partilhar com terceiros introduzindo um nome de utilizador ou grupo ou um endereço de e-mail.", "The specified document has not been found on the server." : "O documento especificado não foi encontrado no servidor.", "You can click here to return to %s." : "Pode clicar aqui para voltar para %s.", - "The server encountered an internal error and was unable to complete your request." : "Ocorreu um erro interno no servidor e não foi possível completar o pedido", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor contacte o administrador do servidor se o erro se repetir múltiplas vezes, incluindo os detalhes técnicos abaixo mencionados no seu relatório", - "For information how to properly configure your server, please see the documentation." : "Para obter informação sobre como configurar correctamente o seu servidor, por favor veja a documentação.", - "This action requires you to confirm your password:" : "Esta acção requer a confirmação da senha:", - "Wrong password. Reset it?" : "Senha errada. Redefini-la?", "Stay logged in" : "Manter sessão iniciada", + "Back to log in" : "Voltar à entrada", "Alternative Logins" : "Contas de Acesso Alternativas", - "You are about to grant \"%s\" access to your %s account." : "Está prestes a permitir \"%s\" aceder à sua conta %s.", + "You are about to grant %s access to your %s account." : "Está prestes a permitir %s aceder á sua conta %s.", "Alternative login using app token" : "Autenticação alternativa usando token da aplicação", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Segurança melhorada activada na sua conta. Por favor, autentique-se usando o segundo factor.", - "You are accessing the server from an untrusted domain." : "Está a aceder ao servidor a partir de um domínio que não é de confiança.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor, contacte o seu administrador. Se é um administrador desta instância, configure a definição \"trusted_domains\" em config/config.php. É fornecido um exemplo de configuração em config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependendo da sua configuração, como administrador poderá também conseguir usar o botão que se segue para confiar neste domínio.", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependendo da sua configuração, este botão poderá servir para confiar no domínio:", "Add \"%s\" as trusted domain" : "Adicionar \"%s\" como um domínio de confiança", "%s will be updated to version %s" : "%s será atualizada para a versão %s.", - "For help, see the documentation." : "Para obter ajuda, consulte a documentação.", "This page will refresh itself when the %s instance is available again." : "Esta página irá ser atualizada quando a instância %s ficar novamente disponível.", - "Thank you for your patience." : "Obrigado pela sua paciência.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom não é legível pelo PHP, o que é altamente desencorajado por motivos de segurança. Pode ser encontrada mais informação na documentação.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "O seu PHP não suporta freetype. Isto irá resultar em fotos de perfil e interface de definições corrompidas.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está definido para pelo menos \"{segundos}\" segundos. Para melhorar a segurança, recomendamos que active o HSTS como descrito em dicas de segurança.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Acedendo ao site de forma insegura usando HTTP. Recomendamos vivamente que configure o servidor para requerer HTTPS, tal como descrito em dicas de segurança.", - "Back to log in" : "Voltar à entrada", - "You are about to grant %s access to your %s account." : "Está prestes a permitir %s aceder á sua conta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependendo da sua configuração, este botão poderá servir para confiar no domínio:" + "Thank you for your patience." : "Obrigado pela sua paciência." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/pt_PT.json b/core/l10n/pt_PT.json index 5175ce6471..d26a77ec9a 100644 --- a/core/l10n/pt_PT.json +++ b/core/l10n/pt_PT.json @@ -298,22 +298,10 @@ "%s (3rdparty)" : "%s (terceiros)", "There was an error loading your contacts" : "Ocorreu um erro ao carregar os seus contactos", "There were problems with the code integrity check. More information…" : "Existiram alguns problemas com a verificação de integridade do código. Mais informação…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "O seu servidor web ainda não está devidamente configurado para permitir sincronização de ficheiros porque a interface WebDAV não está a funcionar correctamente.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "O seu servidor web ainda não está devidamente configurado para traduzir \"{url}\". Mais informações podem ser obtidas na nossa documentação.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor não tem conexão à Internet: Não foi possível alcançar vários endpoints. Isto significa que algumas das funcionalidades tal como montar armazenamento externo, notificações sobre actualizações ou a instalação de aplicações de terceiros poderão não funcionar. O acesso remoto a ficheiros e o envio de notificações por e-mail também poderá não funcionar. Sugerimos que active a conexão à Internet neste servidor se quiser usar todas as funcionalidades.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Não foi configurada memória de cache. Para melhorar o desempenho configure a memcache se estiver disponível. Mais informações podem ser obtidas na nossa documentação.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom não é legível pelo PHP o que é altamente desaconselhado por motivos de segurança. Mais informações podem er obtidas na nossa documentação.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Actualmente está a correr PHP {versão}. Aconselhamos que actualize a versão do PHP para tirar partido das vantagens de desempenho e actualizações de segurança disponibilizados pelo Grupo PHP assim que a sua distribuição a suporte.", - "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 documentation." : "A configuração dos cabeçalhos de reverse proxy está incorrecta, ou está a tentar ao Nextcloud através de um proxy confiável. Se não está a aceder ao Nextcloud através de um proxy confiável, isto é um problema de segurança e pode permitir a um atacante fazer spoof do endereço IP visível para a Nextcloud. Mais informações podem ser obtidas na nossa documentação.", - "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 memcached wiki about both modules." : "A Memcached está configurada como cache distribuida, mas o módulo PHP \"memcache\" instalado está incorrecto. \\OC\\Memcache\\Memcached apenas suporta \"memcached\" e não \"memcache\". Ver em memcached wiki sobre ambos os módulos.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Alguns ficheiros não passaram no teste de integridade. Mais informação sobre a resolução deste problema pode ser encontrada na nossa documentação. (Lista de ficheiros inválidos... / Analisar novamente ...)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "A OPcache PHP não está devidamente configurada. Para melhorar a performance recomendamos que use as seguintes definições no php.ini:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "A função PHP \"set_time_limit\" não está disponível. Isto pode resultar na paragem de script a meio da execução, corrompendo a instalação. Recomendamos vivamente que active esta função.", - "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." : "O seu directório de dados e os seus ficheiros estão provavelmente acessíveis através da Internet. O ficheiro .htaccess não está a funcionar. Recomendamos vivamente que configure o seu servidor web de forma a que o directório de dados deixe de estar acessível ou mova-o para fora da raíz de documentos do servidor 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." : "O cabeçalho HTTP \"{cabeçalho}\" não está configurado tal como \"{esperado}\". Isto é um potencial risco de segurança ou privacidade pelo que recomendamos que ajuste esta definição.", - "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 security tips." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está definido para pelo menos \"{segundos}\" segundos. Para melhorar a segurança recomendamos que active o HSTS como descrito em dicas de segurança.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Está a aceder a este site via HTTP. Recomendamos vivamente que configure o seu servidor para requerer a utilização de HTTPS como descrito nas nossas dicas de segurança.", - "Shared with {recipients}" : "Partilhado com receptores", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom não é legível pelo PHP, o que é altamente desencorajado por motivos de segurança. Pode ser encontrada mais informação na documentação.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "O seu PHP não suporta freetype. Isto irá resultar em fotos de perfil e interface de definições corrompidas.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está definido para pelo menos \"{segundos}\" segundos. Para melhorar a segurança, recomendamos que active o HSTS como descrito em dicas de segurança.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Acedendo ao site de forma insegura usando HTTP. Recomendamos vivamente que configure o servidor para requerer HTTPS, tal como descrito em dicas de segurança.", "Error setting expiration date" : "Erro ao definir a data de expiração", "The public link will expire no later than {days} days after it is created" : "A hiperligação pública irá expirar, o mais tardar {days} dias depois da sua criação", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} partilhado via ligação", @@ -325,30 +313,16 @@ "Share with other people by entering a user or group or an email address." : "Partilhar com terceiros introduzindo um nome de utilizador ou grupo ou um endereço de e-mail.", "The specified document has not been found on the server." : "O documento especificado não foi encontrado no servidor.", "You can click here to return to %s." : "Pode clicar aqui para voltar para %s.", - "The server encountered an internal error and was unable to complete your request." : "Ocorreu um erro interno no servidor e não foi possível completar o pedido", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor contacte o administrador do servidor se o erro se repetir múltiplas vezes, incluindo os detalhes técnicos abaixo mencionados no seu relatório", - "For information how to properly configure your server, please see the documentation." : "Para obter informação sobre como configurar correctamente o seu servidor, por favor veja a documentação.", - "This action requires you to confirm your password:" : "Esta acção requer a confirmação da senha:", - "Wrong password. Reset it?" : "Senha errada. Redefini-la?", "Stay logged in" : "Manter sessão iniciada", + "Back to log in" : "Voltar à entrada", "Alternative Logins" : "Contas de Acesso Alternativas", - "You are about to grant \"%s\" access to your %s account." : "Está prestes a permitir \"%s\" aceder à sua conta %s.", + "You are about to grant %s access to your %s account." : "Está prestes a permitir %s aceder á sua conta %s.", "Alternative login using app token" : "Autenticação alternativa usando token da aplicação", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Segurança melhorada activada na sua conta. Por favor, autentique-se usando o segundo factor.", - "You are accessing the server from an untrusted domain." : "Está a aceder ao servidor a partir de um domínio que não é de confiança.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor, contacte o seu administrador. Se é um administrador desta instância, configure a definição \"trusted_domains\" em config/config.php. É fornecido um exemplo de configuração em config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependendo da sua configuração, como administrador poderá também conseguir usar o botão que se segue para confiar neste domínio.", + "Depending on your configuration, this button could also work to trust the domain:" : "Dependendo da sua configuração, este botão poderá servir para confiar no domínio:", "Add \"%s\" as trusted domain" : "Adicionar \"%s\" como um domínio de confiança", "%s will be updated to version %s" : "%s será atualizada para a versão %s.", - "For help, see the documentation." : "Para obter ajuda, consulte a documentação.", "This page will refresh itself when the %s instance is available again." : "Esta página irá ser atualizada quando a instância %s ficar novamente disponível.", - "Thank you for your patience." : "Obrigado pela sua paciência.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom não é legível pelo PHP, o que é altamente desencorajado por motivos de segurança. Pode ser encontrada mais informação na documentação.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "O seu PHP não suporta freetype. Isto irá resultar em fotos de perfil e interface de definições corrompidas.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está definido para pelo menos \"{segundos}\" segundos. Para melhorar a segurança, recomendamos que active o HSTS como descrito em dicas de segurança.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Acedendo ao site de forma insegura usando HTTP. Recomendamos vivamente que configure o servidor para requerer HTTPS, tal como descrito em dicas de segurança.", - "Back to log in" : "Voltar à entrada", - "You are about to grant %s access to your %s account." : "Está prestes a permitir %s aceder á sua conta %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "Dependendo da sua configuração, este botão poderá servir para confiar no domínio:" + "Thank you for your patience." : "Obrigado pela sua paciência." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/ro.js b/core/l10n/ro.js index 3609c8dafa..eefe506aae 100644 --- a/core/l10n/ro.js +++ b/core/l10n/ro.js @@ -279,13 +279,13 @@ OC.L10N.register( "You can click here to return to %s." : "Poți da click aici pentru a te întoarce la %s.", "Stay logged in" : "Rămâi autentificat", "Alternative Logins" : "Conectări alternative", + "You are about to grant %s access to your %s account." : "Ești pe cale să permiți %s accesul la %s contul tău.", "Alternative login using app token" : "Conectare alternativă folosind token-ul aplicației", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Securitatea îmbunătățită este activată pentru contul tău. Autentifică-te utilizând un al doilea factor.", + "Depending on your configuration, this button could also work to trust the domain:" : "În funcție de configurație, acest buton poate fi folosit pentru a te încrede în domeniul:", "Add \"%s\" as trusted domain" : "Adaugă \"%s\" ca domeniu de încredere", "%s will be updated to version %s" : "%s va fi actualizat la versiunea %s", "This page will refresh itself when the %s instance is available again." : "Această pagină se va reîmprospăta atunci când %s instance e disponibil din nou.", - "Thank you for your patience." : "Îți mulțumim pentru răbdare.", - "You are about to grant %s access to your %s account." : "Ești pe cale să permiți %s accesul la %s contul tău.", - "Depending on your configuration, this button could also work to trust the domain:" : "În funcție de configurație, acest buton poate fi folosit pentru a te încrede în domeniul:" + "Thank you for your patience." : "Îți mulțumim pentru răbdare." }, "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/core/l10n/ro.json b/core/l10n/ro.json index 5bb8ec435e..46f57d7a18 100644 --- a/core/l10n/ro.json +++ b/core/l10n/ro.json @@ -277,13 +277,13 @@ "You can click here to return to %s." : "Poți da click aici pentru a te întoarce la %s.", "Stay logged in" : "Rămâi autentificat", "Alternative Logins" : "Conectări alternative", + "You are about to grant %s access to your %s account." : "Ești pe cale să permiți %s accesul la %s contul tău.", "Alternative login using app token" : "Conectare alternativă folosind token-ul aplicației", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Securitatea îmbunătățită este activată pentru contul tău. Autentifică-te utilizând un al doilea factor.", + "Depending on your configuration, this button could also work to trust the domain:" : "În funcție de configurație, acest buton poate fi folosit pentru a te încrede în domeniul:", "Add \"%s\" as trusted domain" : "Adaugă \"%s\" ca domeniu de încredere", "%s will be updated to version %s" : "%s va fi actualizat la versiunea %s", "This page will refresh itself when the %s instance is available again." : "Această pagină se va reîmprospăta atunci când %s instance e disponibil din nou.", - "Thank you for your patience." : "Îți mulțumim pentru răbdare.", - "You are about to grant %s access to your %s account." : "Ești pe cale să permiți %s accesul la %s contul tău.", - "Depending on your configuration, this button could also work to trust the domain:" : "În funcție de configurație, acest buton poate fi folosit pentru a te încrede în domeniul:" + "Thank you for your patience." : "Îți mulțumim pentru răbdare." },"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" } \ No newline at end of file diff --git a/core/l10n/ru.js b/core/l10n/ru.js index 59657fc3ce..2dbb629841 100644 --- a/core/l10n/ru.js +++ b/core/l10n/ru.js @@ -370,22 +370,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (стороннее)", "There was an error loading your contacts" : "При загрузке контактов произошла ошибка", "There were problems with the code integrity check. More information…" : " Обнаружены нарушения целостности кода. Подробнее…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Ваш веб-сервер ещё не настроен должным образом для синхронизации файлов — интерфейс WebDAV, кажется, испорчен.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Веб-сервер не настроен верно для разрешения «{url}». Дополнительная информация содержится в нашей документации.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Этот сервер не подключён к Интернету: множество сетевых узлов не доступны. Это означает, функции, зависящие от соединения с Интернет, такие как подключение внешнего хранилища, уведомления об обновлениях или установка сторонних приложений, не будут работать. Так же могут не работать удалённый доступ к файлам и отправка уведомлений по электронной почте. Для обеспечения работы всех функций рекомендуется разрешить серверу доступ в Интернет.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Механизм кэширования не настроен. Для увеличения производительности сервера, по возможности, настройте memcache. Дополнительная информация в нашей документации.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP не имеет доступа на чтение к /dev/urandom, что крайне нежелательно по соображениям безопасности. Дополнительная информация содержится в нашей документации .", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Используется PHP {version}. Рекомендуется обновить PHP, чтобы воспользоваться улучшениями производительности и безопасности, внедрёнными PHP Group, как только новая версия будет доступна в вашем дистрибутиве. ", - "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 documentation." : "Заголовки обратного прокси настроены неправильно, либо вы подключены к серверу Nextcloud через доверенный прокси. Если Nextcloud открыт не через доверенный прокси, то это проблема безопасности, которая может позволить атакующему подделать IP-адрес, определяемый сервером Nextcloud. Дополнительная информация содержится в документации.", - "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 memcached wiki about both modules." : "Memcached настроен на распределенный кэш, но установлен неподдерживаемый модуль PHP «memcache». \\OC\\Memcache\\Memcached поддерживает только модуль «memcached», но не «memcache». Дополнительная информации на wiki странице memcached об обоих модулях.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Некоторые файлы не прошли проверку целостности. Дополнительная информация о способах решения этой проблемы содержится в документации. (Список проблемных файлов… / Выполнить повторное сканирование…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP OPcache не настроен правильно. Для обеспечения лучшей производительности рекомендуется задать в файле php.ini следующие значения параметров:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "Функция PHP «set_time_limit» недоступна. В случае остановки скриптов во время работы это может привести к повреждению установки сервера Nextcloud. Настоятельно рекомендуется включить эту функцию.", - "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." : "Каталог данных и файлы, возможно, доступны из Интернета. Файл .htaccess не работает. Настоятельно рекомендуется настроить веб-сервер таким образом, чтобы каталог данных не был доступен из внешней сети, либо переместить каталог данных за пределы корневого каталога веб-сервера.", - "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." : "Заголовок HTTP «{header}» не настроен на значение «{expected}». Это потенциальная проблема безопасности и рекомендуется изменить эти настройки.", - "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 security tips." : "Значение HTTP-заголовка «Strict-Transport-Security» должно быть настроено минимум на «{seconds}» секунд. Для улучшения безопасности рекомендуется включить HSTS согласно нашим советам по безопасности.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Используется небезопасное соподчинение по протоколу HTTP. Настоятельно рекомендуется настроить сервер на использование HTTPS согласно нашим советам по безопасности.", - "Shared with {recipients}" : "Вы поделились с {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP не имеет доступа на чтение к /dev/urandom, что крайне нежелательно по соображениям безопасности. Дополнительную информацию можно найти в нашей документации .", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Установленная версия PHP не поддерживает библиотеку FreeType, что приводит к неверному отображению изображений профиля и интерфейса настроек.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "Заголовок HTTP «Strict-Transport-Security» должен быть настроен как минимум на «{seconds}» секунд. Для улучшения безопасности рекомендуется включить HSTS согласно нашим подсказкам по безопасности.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Используется небезопасное соподчинение по протоколу HTTP. Настоятельно рекомендуется настроить сервер на использование HTTPS согласно нашим подсказкам по безопасности.", "Error setting expiration date" : "Ошибка при установке срока доступа", "The public link will expire no later than {days} days after it is created" : "Срок действия общедоступной ссылки истекает не позже чем через {days} дней после её создания", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} предоставил(а) доступ созданием ссылки", @@ -397,31 +385,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Поделиться, указав имя пользователя или группы, либо адрес email.", "The specified document has not been found on the server." : "Указанный документ не найден на сервере.", "You can click here to return to %s." : "Вы можете нажать здесь, чтобы вернуться в %s.", - "The server encountered an internal error and was unable to complete your request." : "Запрос не выполнен, на сервере произошла ошибка.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Пожалуйста, свяжитесь с администратором сервера если эта ошибка будет повторяться. Прикрепите указанную ниже техническую информацию к своему сообщению.", - "For information how to properly configure your server, please see the documentation." : "Информацию о правильной настройке сервера можно найти в документации.", - "This action requires you to confirm your password:" : "Это действие требует подтверждения вашего пароля:", - "Wrong password. Reset it?" : "Неверный пароль. Сбросить его?", "Stay logged in" : "Оставаться в системе", + "Back to log in" : "Вернуться к диалогу входа в систему", "Alternative Logins" : "Альтернативные имена пользователя", - "You are about to grant \"%s\" access to your %s account." : "Вы собираетесь предоставить «%s» доступ ко своей учётной записи %s.", + "You are about to grant %s access to your %s account." : "Вы собираетесь предоставить пользователю %s доступ к вашему аккаунту %s.", "Alternative login using app token" : "Альтернативный вход с токеном приложения", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Для вашей учётной записи включена повышенная безопасность. Пожалуйста, аутентифицируйтесь, используя код.", - "You are accessing the server from an untrusted domain." : "Вы пытаетесь получить доступ к серверу с недоверенного домена.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Обратитесь к администратору. Если вы являетесь администратором этого сервера, измените значение параметра «trusted_domains» в файле «config/config.php». Пример настройки можно найти в файле «config/config.sample.php».", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "В зависимости от конфигурации, вы, как администратор, можете также добавить домен в список доверенных при помощи кнопки, расположенной ниже.", + "Depending on your configuration, this button could also work to trust the domain:" : "В зависимости от конфигурации, эта кнопка может сделать доверенным следующий домен:", "Add \"%s\" as trusted domain" : "Добавить «%s» в список доверенных доменов", "%s will be updated to version %s" : "%s будет обновлен до версии %s", - "For help, see the documentation." : "Для получения помощи обратитесь к документации.", "This page will refresh itself when the %s instance is available again." : "Эта страница обновится автоматически когда сервер %s снова станет доступен.", "Thank you for your patience." : "Спасибо за терпение.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP не имеет доступа на чтение к /dev/urandom, что крайне нежелательно по соображениям безопасности. Дополнительную информацию можно найти в нашей документации .", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Установленная версия PHP не поддерживает библиотеку FreeType, что приводит к неверному отображению изображений профиля и интерфейса настроек.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "Заголовок HTTP «Strict-Transport-Security» должен быть настроен как минимум на «{seconds}» секунд. Для улучшения безопасности рекомендуется включить HSTS согласно нашим подсказкам по безопасности.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Используется небезопасное соподчинение по протоколу HTTP. Настоятельно рекомендуется настроить сервер на использование HTTPS согласно нашим подсказкам по безопасности.", - "Back to log in" : "Вернуться к диалогу входа в систему", - "You are about to grant %s access to your %s account." : "Вы собираетесь предоставить пользователю %s доступ к вашему аккаунту %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "В зависимости от конфигурации, эта кнопка может сделать доверенным следующий домен:", "Copy URL" : "Копировать ссылку", "Enable" : "Использовать", "{sharee} (conversation)" : "{sharee} (разговор)", diff --git a/core/l10n/ru.json b/core/l10n/ru.json index 2a319017e0..b6687a3fa0 100644 --- a/core/l10n/ru.json +++ b/core/l10n/ru.json @@ -368,22 +368,10 @@ "%s (3rdparty)" : "%s (стороннее)", "There was an error loading your contacts" : "При загрузке контактов произошла ошибка", "There were problems with the code integrity check. More information…" : " Обнаружены нарушения целостности кода. Подробнее…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Ваш веб-сервер ещё не настроен должным образом для синхронизации файлов — интерфейс WebDAV, кажется, испорчен.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Веб-сервер не настроен верно для разрешения «{url}». Дополнительная информация содержится в нашей документации.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Этот сервер не подключён к Интернету: множество сетевых узлов не доступны. Это означает, функции, зависящие от соединения с Интернет, такие как подключение внешнего хранилища, уведомления об обновлениях или установка сторонних приложений, не будут работать. Так же могут не работать удалённый доступ к файлам и отправка уведомлений по электронной почте. Для обеспечения работы всех функций рекомендуется разрешить серверу доступ в Интернет.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Механизм кэширования не настроен. Для увеличения производительности сервера, по возможности, настройте memcache. Дополнительная информация в нашей документации.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP не имеет доступа на чтение к /dev/urandom, что крайне нежелательно по соображениям безопасности. Дополнительная информация содержится в нашей документации .", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Используется PHP {version}. Рекомендуется обновить PHP, чтобы воспользоваться улучшениями производительности и безопасности, внедрёнными PHP Group, как только новая версия будет доступна в вашем дистрибутиве. ", - "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 documentation." : "Заголовки обратного прокси настроены неправильно, либо вы подключены к серверу Nextcloud через доверенный прокси. Если Nextcloud открыт не через доверенный прокси, то это проблема безопасности, которая может позволить атакующему подделать IP-адрес, определяемый сервером Nextcloud. Дополнительная информация содержится в документации.", - "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 memcached wiki about both modules." : "Memcached настроен на распределенный кэш, но установлен неподдерживаемый модуль PHP «memcache». \\OC\\Memcache\\Memcached поддерживает только модуль «memcached», но не «memcache». Дополнительная информации на wiki странице memcached об обоих модулях.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Некоторые файлы не прошли проверку целостности. Дополнительная информация о способах решения этой проблемы содержится в документации. (Список проблемных файлов… / Выполнить повторное сканирование…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP OPcache не настроен правильно. Для обеспечения лучшей производительности рекомендуется задать в файле php.ini следующие значения параметров:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "Функция PHP «set_time_limit» недоступна. В случае остановки скриптов во время работы это может привести к повреждению установки сервера Nextcloud. Настоятельно рекомендуется включить эту функцию.", - "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." : "Каталог данных и файлы, возможно, доступны из Интернета. Файл .htaccess не работает. Настоятельно рекомендуется настроить веб-сервер таким образом, чтобы каталог данных не был доступен из внешней сети, либо переместить каталог данных за пределы корневого каталога веб-сервера.", - "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." : "Заголовок HTTP «{header}» не настроен на значение «{expected}». Это потенциальная проблема безопасности и рекомендуется изменить эти настройки.", - "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 security tips." : "Значение HTTP-заголовка «Strict-Transport-Security» должно быть настроено минимум на «{seconds}» секунд. Для улучшения безопасности рекомендуется включить HSTS согласно нашим советам по безопасности.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Используется небезопасное соподчинение по протоколу HTTP. Настоятельно рекомендуется настроить сервер на использование HTTPS согласно нашим советам по безопасности.", - "Shared with {recipients}" : "Вы поделились с {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP не имеет доступа на чтение к /dev/urandom, что крайне нежелательно по соображениям безопасности. Дополнительную информацию можно найти в нашей документации .", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Установленная версия PHP не поддерживает библиотеку FreeType, что приводит к неверному отображению изображений профиля и интерфейса настроек.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "Заголовок HTTP «Strict-Transport-Security» должен быть настроен как минимум на «{seconds}» секунд. Для улучшения безопасности рекомендуется включить HSTS согласно нашим подсказкам по безопасности.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Используется небезопасное соподчинение по протоколу HTTP. Настоятельно рекомендуется настроить сервер на использование HTTPS согласно нашим подсказкам по безопасности.", "Error setting expiration date" : "Ошибка при установке срока доступа", "The public link will expire no later than {days} days after it is created" : "Срок действия общедоступной ссылки истекает не позже чем через {days} дней после её создания", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} предоставил(а) доступ созданием ссылки", @@ -395,31 +383,17 @@ "Share with other people by entering a user or group or an email address." : "Поделиться, указав имя пользователя или группы, либо адрес email.", "The specified document has not been found on the server." : "Указанный документ не найден на сервере.", "You can click here to return to %s." : "Вы можете нажать здесь, чтобы вернуться в %s.", - "The server encountered an internal error and was unable to complete your request." : "Запрос не выполнен, на сервере произошла ошибка.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Пожалуйста, свяжитесь с администратором сервера если эта ошибка будет повторяться. Прикрепите указанную ниже техническую информацию к своему сообщению.", - "For information how to properly configure your server, please see the documentation." : "Информацию о правильной настройке сервера можно найти в документации.", - "This action requires you to confirm your password:" : "Это действие требует подтверждения вашего пароля:", - "Wrong password. Reset it?" : "Неверный пароль. Сбросить его?", "Stay logged in" : "Оставаться в системе", + "Back to log in" : "Вернуться к диалогу входа в систему", "Alternative Logins" : "Альтернативные имена пользователя", - "You are about to grant \"%s\" access to your %s account." : "Вы собираетесь предоставить «%s» доступ ко своей учётной записи %s.", + "You are about to grant %s access to your %s account." : "Вы собираетесь предоставить пользователю %s доступ к вашему аккаунту %s.", "Alternative login using app token" : "Альтернативный вход с токеном приложения", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Для вашей учётной записи включена повышенная безопасность. Пожалуйста, аутентифицируйтесь, используя код.", - "You are accessing the server from an untrusted domain." : "Вы пытаетесь получить доступ к серверу с недоверенного домена.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Обратитесь к администратору. Если вы являетесь администратором этого сервера, измените значение параметра «trusted_domains» в файле «config/config.php». Пример настройки можно найти в файле «config/config.sample.php».", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "В зависимости от конфигурации, вы, как администратор, можете также добавить домен в список доверенных при помощи кнопки, расположенной ниже.", + "Depending on your configuration, this button could also work to trust the domain:" : "В зависимости от конфигурации, эта кнопка может сделать доверенным следующий домен:", "Add \"%s\" as trusted domain" : "Добавить «%s» в список доверенных доменов", "%s will be updated to version %s" : "%s будет обновлен до версии %s", - "For help, see the documentation." : "Для получения помощи обратитесь к документации.", "This page will refresh itself when the %s instance is available again." : "Эта страница обновится автоматически когда сервер %s снова станет доступен.", "Thank you for your patience." : "Спасибо за терпение.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP не имеет доступа на чтение к /dev/urandom, что крайне нежелательно по соображениям безопасности. Дополнительную информацию можно найти в нашей документации .", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Установленная версия PHP не поддерживает библиотеку FreeType, что приводит к неверному отображению изображений профиля и интерфейса настроек.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "Заголовок HTTP «Strict-Transport-Security» должен быть настроен как минимум на «{seconds}» секунд. Для улучшения безопасности рекомендуется включить HSTS согласно нашим подсказкам по безопасности.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Используется небезопасное соподчинение по протоколу HTTP. Настоятельно рекомендуется настроить сервер на использование HTTPS согласно нашим подсказкам по безопасности.", - "Back to log in" : "Вернуться к диалогу входа в систему", - "You are about to grant %s access to your %s account." : "Вы собираетесь предоставить пользователю %s доступ к вашему аккаунту %s.", - "Depending on your configuration, this button could also work to trust the domain:" : "В зависимости от конфигурации, эта кнопка может сделать доверенным следующий домен:", "Copy URL" : "Копировать ссылку", "Enable" : "Использовать", "{sharee} (conversation)" : "{sharee} (разговор)", diff --git a/core/l10n/sk.js b/core/l10n/sk.js index f5cdb64433..7cf4702b15 100644 --- a/core/l10n/sk.js +++ b/core/l10n/sk.js @@ -360,22 +360,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (od tretej strany)", "There was an error loading your contacts" : "Pri otváraní kontaktov došlo k chybe", "There were problems with the code integrity check. More information…" : "Pri kontrole integrity kódu sa vyskytli chyby. Viac informácií…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Váš webový server nie je zatiaľ správne nastavený, aby umožnil synchronizáciu súborov, pretože rozhranie WebDAV sa zdá byť nefunkčné.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Váš web server nie je správne nastavený, aby správne rozpoznával \"{url}\". Viac informácií nájdete v našej dokumentácii.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Server nemá funkčné pripojenie k internetu. Niektoré moduly ako napr. externé úložisko, oznámenie o dostupných aktualizáciách alebo inštalácia aplikácií tretích strán nebudú fungovať. Vzdialený prístup k súborom a odosielanie oznamovacích emailov tiež nemusí fungovať. Ak chcete využívať všetky funkcie, odporúčame povoliť tomuto serveru pripojenie k internetu.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Nie je nakonfigurované žiadna memory cache. Ak je dostupná aplikácia memchache, jej správnou konfiguráciou zvýšite výkon. Viac informácií nájdete v našej dokumentácii.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "dev/urandom nie je prístupný na čítanie procesom PHP, čo z bezpečnostných dôvodov nie je odporúčané. Viac informácií nájdete v našej dokumentácii.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Aktuálne používate PHP {version}. Dôrazne odporúčame prechod na vyššiu verziu ihneď, ako to vaša distribúcia dovolí, aby ste využili všetky výkonnostné a bezpečnostné možnosti novej verzie PHP od PHP Group.", - "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 documentation." : "Konfigurácia hlavičiek reverse proxy nie je správna alebo pristupujete k NextCloud z dôveryhodného proxy servera. Ak k NextCloud nepristupujete z dôveryhodného proxy servera, vzniká bezpečnostné riziko - IP adresa potenciálneho útočníka, ktorú vidí NextCloud, môže byť falošná. Viac informácií nájdete v našej dokumentácii.", - "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 memcached wiki about both modules." : "Memcached je nakonfigurovaný ako distribuovaná vyrovnávacia pamäť, ale v PHP je nainštalovaný nesprávny modul - \"memcache\". \\OC\\Memcache\\Memcached podporuje len modul \"memcached\", \"memcache\" nie je podporovaný. Viac informácií nájdete na memcached wiki stránke o oboch moduloch.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Niektoré zo súborov neprešli kontrolou integrity. Viac informácii, aku napraviť túto situáciu, nájdete v našej dokumentácii. (Zobraziť zoznam podozrivých súborov / a href=\"{rescanEndpoint}\"Verifikovať znovu...)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP OPcache nie je nakonfigurovaná správne. Pre zvýšenie výkonu použite v php.ini nasledovné odporúčané nastavenia:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "Funkcia PHP \"set_time_limit\" nie je k dispozícii. To by mohlo viesť k zastaveniu skriptov v polovici vykonávania, čím by došlo k prerušeniu inštalácie. Dôrazne odporúčame povoliť túto funkciu.", - "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." : "Váš priečinok s dátami aj vaše súbory sú pravdepodobne prístupné z internetu. Súbor .htaccess nefunguje. Dôrazne odporúčame nakonfigurovať webový server tak, aby priečinok s dátami nebol naďalej prístupný alebo presunúť priečinok s dátami mimo priestoru, ktorý webový server sprístupňuje.", - "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." : "Hlavička HTTP \"{header}\" nie je nakonfigurovaná tak, aby sa rovnala \"{expected}\". Toto je potenciálne riziko pre bezpečnosť alebo ochranu osobných údajov a preto odporúčame toto nastavenie upraviť.", - "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 security tips." : "Hlavička HTTP \"Strict-Transport-Security\" nie je nakonfigurovaná aspoň na \"{seconds}\" sekúnd. Pre zvýšenie bezpečnosti odporúčame povoliť HSTS tak, ako je to popísané v našich bezpečnostných tipoch.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Prístup na túto stránku sa uskutočňuje prostredníctvom protokolu HTTP. Dôrazne odporúčame, aby ste namiesto toho nakonfigurovali server tak, aby vyžadoval použitie HTTPS, ako je to popísané v našich bezpečnostných tipoch.", - "Shared with {recipients}" : "Sprístupnené pre {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom nie je prístupný na čítanie procesom PHP, čo z bezpečnostných dôvodov nie je vôbec odporúčané. Viac informácií nájdete v dokumentácii.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Vaše PHP nemá podporu FreeType, čo bude mať za následok poškodenie profilových obrázkov a rozhrania nastavení.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "Hlavička HTTP \"Strict-Transport-Security\" nie je nakonfigurovaná aspoň na \"{seconds}\" sekúnd. Pre zvýšenie bezpečnosti odporúčame povoliť HSTS tak, ako je to popísané v našich bezpečnostných tipoch.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Prístup na túto stránku sa uskutočňuje prostredníctvom nezabezpečeného protokolu HTTP. Dôrazne odporúčame, aby ste namiesto toho nakonfigurovali server tak, aby vyžadoval použitie HTTPS, ako je to popísané v našich bezpečnostných tipoch.", "Error setting expiration date" : "Chyba pri nastavení dátumu expirácie", "The public link will expire no later than {days} days after it is created" : "Verejný odkaz nevyprší skôr než za {days} dní po vytvorení", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} zdieľal pomocou odkazu", @@ -387,31 +375,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Sprístupniť iným ľuďom zadaním používateľa, skupiny alebo e-mailovej adresy.", "The specified document has not been found on the server." : "Zadaný dokument nebol nájdený na serveri.", "You can click here to return to %s." : "Kliknite tu pre návrat do %s.", - "The server encountered an internal error and was unable to complete your request." : "Na serveri došlo k vnútornej chybe a nebol schopný dokončiť vašu požiadavku.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Obráťte sa na správcu servera, ak sa táto chyba objaví znovu viackrát, uveďte nižšie zobrazené technické údaje vo svojej správe.", - "For information how to properly configure your server, please see the documentation." : "Informácie o tom, ako správne nakonfigurovať server, nájdete v dokumentácii.", - "This action requires you to confirm your password:" : "Táto akcia vyžaduje potvrdenie vášho hesla:", - "Wrong password. Reset it?" : "Chybné heslo. Chcete ho obnoviť?", "Stay logged in" : "Zostať prihlásený", + "Back to log in" : "Späť na prihlásenie", "Alternative Logins" : "Alternatívne prihlásenie", - "You are about to grant \"%s\" access to your %s account." : "Chystáte sa povoliť prístup \"%s\" k vášmu účtu %s.", + "You are about to grant %s access to your %s account." : "Chystáte sa udeliť %s prístup k svojmu %s účtu.", "Alternative login using app token" : "Alternatívne prihlásenie pomocou tokenu aplikácie", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Vylepšená bezpečnosť je pre váš účet povolená. Overenie pomocou druhého faktora.", - "You are accessing the server from an untrusted domain." : "Pristupujete na server v nedôveryhodnej doméne.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kontaktujte svojho správcu. Ak ste správcom tejto inštancie vy, nakonfigurujte nastavenie \"trusted_domains\" v config/config.php. Príklad konfigurácie je uvedený v config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "V závislosti na konfigurácii, vám môže byť ako správcovi umožnené použitie tlačidla nižšie pre označenie tejto domény ako dôveryhodnej.", + "Depending on your configuration, this button could also work to trust the domain:" : "V závislosti od vašej konfigurácie by toto tlačidlo mohlo fungovať tak, že dôverujete doméne:", "Add \"%s\" as trusted domain" : "Pridať \"%s\" ako dôveryhodnú doménu", "%s will be updated to version %s" : "%s bude zaktualizovaný na verziu %s.", - "For help, see the documentation." : "Pomoc nájdete v dokumentácii.", "This page will refresh itself when the %s instance is available again." : "Táto stránka sa obnoví sama hneď ako bude %s inštancia znovu dostupná.", "Thank you for your patience." : "Ďakujeme za Vašu trpezlivosť.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom nie je prístupný na čítanie procesom PHP, čo z bezpečnostných dôvodov nie je vôbec odporúčané. Viac informácií nájdete v dokumentácii.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Vaše PHP nemá podporu FreeType, čo bude mať za následok poškodenie profilových obrázkov a rozhrania nastavení.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "Hlavička HTTP \"Strict-Transport-Security\" nie je nakonfigurovaná aspoň na \"{seconds}\" sekúnd. Pre zvýšenie bezpečnosti odporúčame povoliť HSTS tak, ako je to popísané v našich bezpečnostných tipoch.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Prístup na túto stránku sa uskutočňuje prostredníctvom nezabezpečeného protokolu HTTP. Dôrazne odporúčame, aby ste namiesto toho nakonfigurovali server tak, aby vyžadoval použitie HTTPS, ako je to popísané v našich bezpečnostných tipoch.", - "Back to log in" : "Späť na prihlásenie", - "You are about to grant %s access to your %s account." : "Chystáte sa udeliť %s prístup k svojmu %s účtu.", - "Depending on your configuration, this button could also work to trust the domain:" : "V závislosti od vašej konfigurácie by toto tlačidlo mohlo fungovať tak, že dôverujete doméne:", "Copy URL" : "Kopírovať URL", "Enable" : "Povoliť", "{sharee} (conversation)" : "{sharee} (rozhovor)", diff --git a/core/l10n/sk.json b/core/l10n/sk.json index c7e5bf045a..bec2088bf8 100644 --- a/core/l10n/sk.json +++ b/core/l10n/sk.json @@ -358,22 +358,10 @@ "%s (3rdparty)" : "%s (od tretej strany)", "There was an error loading your contacts" : "Pri otváraní kontaktov došlo k chybe", "There were problems with the code integrity check. More information…" : "Pri kontrole integrity kódu sa vyskytli chyby. Viac informácií…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Váš webový server nie je zatiaľ správne nastavený, aby umožnil synchronizáciu súborov, pretože rozhranie WebDAV sa zdá byť nefunkčné.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Váš web server nie je správne nastavený, aby správne rozpoznával \"{url}\". Viac informácií nájdete v našej dokumentácii.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Server nemá funkčné pripojenie k internetu. Niektoré moduly ako napr. externé úložisko, oznámenie o dostupných aktualizáciách alebo inštalácia aplikácií tretích strán nebudú fungovať. Vzdialený prístup k súborom a odosielanie oznamovacích emailov tiež nemusí fungovať. Ak chcete využívať všetky funkcie, odporúčame povoliť tomuto serveru pripojenie k internetu.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Nie je nakonfigurované žiadna memory cache. Ak je dostupná aplikácia memchache, jej správnou konfiguráciou zvýšite výkon. Viac informácií nájdete v našej dokumentácii.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "dev/urandom nie je prístupný na čítanie procesom PHP, čo z bezpečnostných dôvodov nie je odporúčané. Viac informácií nájdete v našej dokumentácii.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Aktuálne používate PHP {version}. Dôrazne odporúčame prechod na vyššiu verziu ihneď, ako to vaša distribúcia dovolí, aby ste využili všetky výkonnostné a bezpečnostné možnosti novej verzie PHP od PHP Group.", - "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 documentation." : "Konfigurácia hlavičiek reverse proxy nie je správna alebo pristupujete k NextCloud z dôveryhodného proxy servera. Ak k NextCloud nepristupujete z dôveryhodného proxy servera, vzniká bezpečnostné riziko - IP adresa potenciálneho útočníka, ktorú vidí NextCloud, môže byť falošná. Viac informácií nájdete v našej dokumentácii.", - "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 memcached wiki about both modules." : "Memcached je nakonfigurovaný ako distribuovaná vyrovnávacia pamäť, ale v PHP je nainštalovaný nesprávny modul - \"memcache\". \\OC\\Memcache\\Memcached podporuje len modul \"memcached\", \"memcache\" nie je podporovaný. Viac informácií nájdete na memcached wiki stránke o oboch moduloch.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Niektoré zo súborov neprešli kontrolou integrity. Viac informácii, aku napraviť túto situáciu, nájdete v našej dokumentácii. (Zobraziť zoznam podozrivých súborov / a href=\"{rescanEndpoint}\"Verifikovať znovu...)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP OPcache nie je nakonfigurovaná správne. Pre zvýšenie výkonu použite v php.ini nasledovné odporúčané nastavenia:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "Funkcia PHP \"set_time_limit\" nie je k dispozícii. To by mohlo viesť k zastaveniu skriptov v polovici vykonávania, čím by došlo k prerušeniu inštalácie. Dôrazne odporúčame povoliť túto funkciu.", - "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." : "Váš priečinok s dátami aj vaše súbory sú pravdepodobne prístupné z internetu. Súbor .htaccess nefunguje. Dôrazne odporúčame nakonfigurovať webový server tak, aby priečinok s dátami nebol naďalej prístupný alebo presunúť priečinok s dátami mimo priestoru, ktorý webový server sprístupňuje.", - "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." : "Hlavička HTTP \"{header}\" nie je nakonfigurovaná tak, aby sa rovnala \"{expected}\". Toto je potenciálne riziko pre bezpečnosť alebo ochranu osobných údajov a preto odporúčame toto nastavenie upraviť.", - "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 security tips." : "Hlavička HTTP \"Strict-Transport-Security\" nie je nakonfigurovaná aspoň na \"{seconds}\" sekúnd. Pre zvýšenie bezpečnosti odporúčame povoliť HSTS tak, ako je to popísané v našich bezpečnostných tipoch.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Prístup na túto stránku sa uskutočňuje prostredníctvom protokolu HTTP. Dôrazne odporúčame, aby ste namiesto toho nakonfigurovali server tak, aby vyžadoval použitie HTTPS, ako je to popísané v našich bezpečnostných tipoch.", - "Shared with {recipients}" : "Sprístupnené pre {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom nie je prístupný na čítanie procesom PHP, čo z bezpečnostných dôvodov nie je vôbec odporúčané. Viac informácií nájdete v dokumentácii.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Vaše PHP nemá podporu FreeType, čo bude mať za následok poškodenie profilových obrázkov a rozhrania nastavení.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "Hlavička HTTP \"Strict-Transport-Security\" nie je nakonfigurovaná aspoň na \"{seconds}\" sekúnd. Pre zvýšenie bezpečnosti odporúčame povoliť HSTS tak, ako je to popísané v našich bezpečnostných tipoch.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Prístup na túto stránku sa uskutočňuje prostredníctvom nezabezpečeného protokolu HTTP. Dôrazne odporúčame, aby ste namiesto toho nakonfigurovali server tak, aby vyžadoval použitie HTTPS, ako je to popísané v našich bezpečnostných tipoch.", "Error setting expiration date" : "Chyba pri nastavení dátumu expirácie", "The public link will expire no later than {days} days after it is created" : "Verejný odkaz nevyprší skôr než za {days} dní po vytvorení", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} zdieľal pomocou odkazu", @@ -385,31 +373,17 @@ "Share with other people by entering a user or group or an email address." : "Sprístupniť iným ľuďom zadaním používateľa, skupiny alebo e-mailovej adresy.", "The specified document has not been found on the server." : "Zadaný dokument nebol nájdený na serveri.", "You can click here to return to %s." : "Kliknite tu pre návrat do %s.", - "The server encountered an internal error and was unable to complete your request." : "Na serveri došlo k vnútornej chybe a nebol schopný dokončiť vašu požiadavku.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Obráťte sa na správcu servera, ak sa táto chyba objaví znovu viackrát, uveďte nižšie zobrazené technické údaje vo svojej správe.", - "For information how to properly configure your server, please see the documentation." : "Informácie o tom, ako správne nakonfigurovať server, nájdete v dokumentácii.", - "This action requires you to confirm your password:" : "Táto akcia vyžaduje potvrdenie vášho hesla:", - "Wrong password. Reset it?" : "Chybné heslo. Chcete ho obnoviť?", "Stay logged in" : "Zostať prihlásený", + "Back to log in" : "Späť na prihlásenie", "Alternative Logins" : "Alternatívne prihlásenie", - "You are about to grant \"%s\" access to your %s account." : "Chystáte sa povoliť prístup \"%s\" k vášmu účtu %s.", + "You are about to grant %s access to your %s account." : "Chystáte sa udeliť %s prístup k svojmu %s účtu.", "Alternative login using app token" : "Alternatívne prihlásenie pomocou tokenu aplikácie", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Vylepšená bezpečnosť je pre váš účet povolená. Overenie pomocou druhého faktora.", - "You are accessing the server from an untrusted domain." : "Pristupujete na server v nedôveryhodnej doméne.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kontaktujte svojho správcu. Ak ste správcom tejto inštancie vy, nakonfigurujte nastavenie \"trusted_domains\" v config/config.php. Príklad konfigurácie je uvedený v config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "V závislosti na konfigurácii, vám môže byť ako správcovi umožnené použitie tlačidla nižšie pre označenie tejto domény ako dôveryhodnej.", + "Depending on your configuration, this button could also work to trust the domain:" : "V závislosti od vašej konfigurácie by toto tlačidlo mohlo fungovať tak, že dôverujete doméne:", "Add \"%s\" as trusted domain" : "Pridať \"%s\" ako dôveryhodnú doménu", "%s will be updated to version %s" : "%s bude zaktualizovaný na verziu %s.", - "For help, see the documentation." : "Pomoc nájdete v dokumentácii.", "This page will refresh itself when the %s instance is available again." : "Táto stránka sa obnoví sama hneď ako bude %s inštancia znovu dostupná.", "Thank you for your patience." : "Ďakujeme za Vašu trpezlivosť.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "/dev/urandom nie je prístupný na čítanie procesom PHP, čo z bezpečnostných dôvodov nie je vôbec odporúčané. Viac informácií nájdete v dokumentácii.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Vaše PHP nemá podporu FreeType, čo bude mať za následok poškodenie profilových obrázkov a rozhrania nastavení.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "Hlavička HTTP \"Strict-Transport-Security\" nie je nakonfigurovaná aspoň na \"{seconds}\" sekúnd. Pre zvýšenie bezpečnosti odporúčame povoliť HSTS tak, ako je to popísané v našich bezpečnostných tipoch.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Prístup na túto stránku sa uskutočňuje prostredníctvom nezabezpečeného protokolu HTTP. Dôrazne odporúčame, aby ste namiesto toho nakonfigurovali server tak, aby vyžadoval použitie HTTPS, ako je to popísané v našich bezpečnostných tipoch.", - "Back to log in" : "Späť na prihlásenie", - "You are about to grant %s access to your %s account." : "Chystáte sa udeliť %s prístup k svojmu %s účtu.", - "Depending on your configuration, this button could also work to trust the domain:" : "V závislosti od vašej konfigurácie by toto tlačidlo mohlo fungovať tak, že dôverujete doméne:", "Copy URL" : "Kopírovať URL", "Enable" : "Povoliť", "{sharee} (conversation)" : "{sharee} (rozhovor)", diff --git a/core/l10n/sl.js b/core/l10n/sl.js index 46a9d2b3c5..188729b79a 100644 --- a/core/l10n/sl.js +++ b/core/l10n/sl.js @@ -266,15 +266,14 @@ OC.L10N.register( "{sharee} (email)" : "{sharee} (email)", "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.", - "Wrong password. Reset it?" : "Napačno geslo. Ali ga želite ponastaviti?", "Stay logged in" : "Ohrani prijavo", + "Back to log in" : "Nazaj na prijavo", "Alternative Logins" : "Druge prijavne možnosti", "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.", "Add \"%s\" as trusted domain" : "Dodaj \"%s\" kot varno domeno", "%s will be updated to version %s" : "%s bo posodobljen na različico %s.", "This page will refresh itself when the %s instance is available again." : "Stran bo osvežena ko bo %s spet na voljo.", "Thank you for your patience." : "Hvala za potrpežljivost!", - "Back to log in" : "Nazaj na prijavo", "Copy URL" : "Kopiraj naslov URL", "Enable" : "Omogoči" }, diff --git a/core/l10n/sl.json b/core/l10n/sl.json index c4077d7c76..289cf2ed51 100644 --- a/core/l10n/sl.json +++ b/core/l10n/sl.json @@ -264,15 +264,14 @@ "{sharee} (email)" : "{sharee} (email)", "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.", - "Wrong password. Reset it?" : "Napačno geslo. Ali ga želite ponastaviti?", "Stay logged in" : "Ohrani prijavo", + "Back to log in" : "Nazaj na prijavo", "Alternative Logins" : "Druge prijavne možnosti", "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.", "Add \"%s\" as trusted domain" : "Dodaj \"%s\" kot varno domeno", "%s will be updated to version %s" : "%s bo posodobljen na različico %s.", "This page will refresh itself when the %s instance is available again." : "Stran bo osvežena ko bo %s spet na voljo.", "Thank you for your patience." : "Hvala za potrpežljivost!", - "Back to log in" : "Nazaj na prijavo", "Copy URL" : "Kopiraj naslov URL", "Enable" : "Omogoči" },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" diff --git a/core/l10n/sq.js b/core/l10n/sq.js index 50efdcfaaf..0ae58793ca 100644 --- a/core/l10n/sq.js +++ b/core/l10n/sq.js @@ -281,14 +281,12 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Shpërndaje me persona të tjerë duke vendosur një perdorues ose një grup ose një adresë emaili", "The specified document has not been found on the server." : "Dokumenti i përcaktuar s’u gjet në shërbyes.", "You can click here to return to %s." : "Mund të klikoni këtu për t’u kthyer te %s.", - "Wrong password. Reset it?" : "Fjalëkalim i gabuar. Të ricaktohet?", "Stay logged in" : "Qëndro i futur", "Alternative Logins" : "Hyrje Alternative", "Alternative login using app token" : "Hyrje alternative duke perdorur çelësin identifikues të API-t", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Rrit sigurinë për llogarin tuaj. Ju lutem bëni verifikimin duke përdorur një element të dytë.", "Add \"%s\" as trusted domain" : "Shtojeni \"%s\" si përkatësi të besuar", "%s will be updated to version %s" : "%s do të përditësohet me versionin %s", - "For help, see the documentation." : "Për ndihmë, shihni dokumentimin.", "This page will refresh itself when the %s instance is available again." : "Kjo faqe do të rifreskohet vetiu, sapo instanca %s të jetë sërish gati.", "Thank you for your patience." : "Ju faleminderit për durimin.", "Enable" : "Aktivizo" diff --git a/core/l10n/sq.json b/core/l10n/sq.json index 1c65c3f3ae..5731ba8f86 100644 --- a/core/l10n/sq.json +++ b/core/l10n/sq.json @@ -279,14 +279,12 @@ "Share with other people by entering a user or group or an email address." : "Shpërndaje me persona të tjerë duke vendosur një perdorues ose një grup ose një adresë emaili", "The specified document has not been found on the server." : "Dokumenti i përcaktuar s’u gjet në shërbyes.", "You can click here to return to %s." : "Mund të klikoni këtu për t’u kthyer te %s.", - "Wrong password. Reset it?" : "Fjalëkalim i gabuar. Të ricaktohet?", "Stay logged in" : "Qëndro i futur", "Alternative Logins" : "Hyrje Alternative", "Alternative login using app token" : "Hyrje alternative duke perdorur çelësin identifikues të API-t", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Rrit sigurinë për llogarin tuaj. Ju lutem bëni verifikimin duke përdorur një element të dytë.", "Add \"%s\" as trusted domain" : "Shtojeni \"%s\" si përkatësi të besuar", "%s will be updated to version %s" : "%s do të përditësohet me versionin %s", - "For help, see the documentation." : "Për ndihmë, shihni dokumentimin.", "This page will refresh itself when the %s instance is available again." : "Kjo faqe do të rifreskohet vetiu, sapo instanca %s të jetë sërish gati.", "Thank you for your patience." : "Ju faleminderit për durimin.", "Enable" : "Aktivizo" diff --git a/core/l10n/sr.js b/core/l10n/sr.js index 3115b61bf5..4ae43361c3 100644 --- a/core/l10n/sr.js +++ b/core/l10n/sr.js @@ -370,22 +370,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (од 3. лица)", "There was an error loading your contacts" : "Догодила се грешка приликом учитавања Ваших контаката", "There were problems with the code integrity check. More information…" : "Догодила се грешка приликом провере интегритета кода. Више информација...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Ваш сервер није правилно подешен да омогући синхронизацију фајлова. Изгледа да је ВебДАВ сучеље покварено.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Ваш сервер није правилно подешен да разлучи \"{url}\". Можете наћи више информација у нашој документацији.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Овај сервер нема интернет конекцију: немогуће је доћи до више интернет крајњих тачака. Ово значи да неке могућности као што су качење спољних складишта, обавештења о ажурирањима или инсталација апликација треће стране неће радити. Приступање фајловима споља и слање обавештења е-поштом исто тако може да не ради. Саветујемо да омогућите интернет конекцију овом серверу ако желите све могућности.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Нисте подесили меморијски кеш. Да побољшате перформансе, подесите меморијски кеш, ако је доступан. Више информација има у нашој документацији.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP не може да чита /dev/urandom. Ово се баш не препоручује из сигурносних разлога. Можете наћи више информација у нашој документацији.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Тренутно користите {version} верзију PHP-а. Требало би да надоградите PHP верзију да искористите сва безбедоносна ажурирања и побољшања брзине које обезбеђује PHP група, чим Ваша дистрибуција почне да је подржава.", - "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 documentation." : "Или подешавање обрнутих прокси заглавља није исправно, или приступате Некстклауду преко проксија од поверења. Ако не приступате Некстклауду преко проксија од поверења, ово је безбедоносни проблем и може омогућити нападачу да лажира да је његова IP адреса видљива Некстклауду. Више информација о овоме има у нашој документацији.", - "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 memcached wiki about both modules." : "Memcached је подешен као дистрибуирани кеш, али је инсталиран погрешни PHP модуле \"memcache\". \\OC\\Memcache\\Memcached подржава само \"memcached\" модул, а не и \"memcache\". Погледајте memcached вики о оба модула.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Неки фајлови нису прошли проверу интегритета. Даљње информације о томе како да решите овај проблем се могу наћи у нашој документацији. (Списак неисправних фајлова/Скенирај поново)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP OPcache није подешен исправно. За боље перформанце предлажемо да користите следећа подешавања у php.ini датотеци:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP функција \"set_time_limit\" није доступна. Ово може да узрокује да се скрипте закоче у сред извршавања, и тако покваре инсталацију. Препоручујемо да омогућите ову функцију.", - "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." : "Ваша фасцикла са подацима и Ваши фајлови су вероватно доступни са интернета. .htaccess фајл не ради. Препоручујемо да подесите Ваш веб сервер тако да је фасцикла са подацима ван фасцикле кореног документа веб сервера.", - "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." : "HTTP заглавље „{header}“ није подешено као „{expected}“. Ово потенцијално угрожава безбедност и приватност и препоручујемо да подесите ову поставку.", - "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 security tips." : "\"Strict-Transport-Security\" HTTP заглавље није подешено да буде бар \"{seconds}\" секунди. За додатну сигурност, предлажемо да омогућите HSTS као што је описано у нашим сигурносним саветима.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Приступате овом сајту преко HTTP-а. Препоручујемо да подесите Ваш сервер да захтева HTTPS као што је описано у нашим безбедоносним саветима.", - "Shared with {recipients}" : "Дељено са {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP не може да чита /dev/urandom. Ово се баш не препоручује из сигурносних разлога. Можете наћи више информација у документацији.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Ваша PHP инсталација нема подршку за freetype. Ово ће довести до неисправних профилних слика и неисправног интерфејса за подешавања.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "\"Strict-Transport-Security\" HTTP заглавље није подешено да буде бар \"{seconds}\" секунди. За додатну сигурност, предлаже се да омогућите HSTS као што је описано у сигурносним саветима.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Приступање сајту преко HTTP-а. Препоручује се да подесите Ваш сервер да захтева HTTPS као што је описано у безбедоносним саветима.", "Error setting expiration date" : "Грешка при постављању датума истека", "The public link will expire no later than {days} days after it is created" : "Јавна веза ће престати да важи {days} дана након стварања", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} је поделио преко везе", @@ -397,31 +385,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Делите са другим људима тако што унесете корисника или групу.", "The specified document has not been found on the server." : "Наведени документ није нађен на серверу.", "You can click here to return to %s." : "Кликните овде да се вратите на %s.", - "The server encountered an internal error and was unable to complete your request." : "Због интерне грешке на серверу, ваш захтев није могао бити довршен.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Контактирајте администратора ако се грешка понови више пута и укључите у извештај техничке појединости наведене испод.", - "For information how to properly configure your server, please see the documentation." : "За информације како да правилно подесите Ваш сервер, погледајте документацију.", - "This action requires you to confirm your password:" : "Ова радња захтева да потврдите лозинку:", - "Wrong password. Reset it?" : "Погрешна лозинка. Желите ли да је ресетујете?", "Stay logged in" : "Останите пријављени", + "Back to log in" : "Назад на пријаву", "Alternative Logins" : "Алтернативне пријаве", - "You are about to grant \"%s\" access to your %s account." : "Управо ћете одобрити \"%s\" приступ Вашем %s налогу.", + "You are about to grant %s access to your %s account." : "Управо ћете одобрити %s приступ Вашем %s налогу.", "Alternative login using app token" : "Алтернативна пријава коришћењем апликативног жетона", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Повећана сигурност је омогућена за овај налог. Проверите идентитет и другим фактором.", - "You are accessing the server from an untrusted domain." : "Приступате серверу са непоузданог домена.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Контактирајте Вашег администратора. Ако сте Ви администратор, измените \"trusted_domains\" подешавање у config/config.php. Пример једног подешавања је дат у config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Зависно од ваших подешавања, као администратор можете употребити дугме испод да потврдите поузданост домена.", + "Depending on your configuration, this button could also work to trust the domain:" : "У зависности од Ваше конфигурације, овим дугметом може да послужи да почнете да верујете овом домену:", "Add \"%s\" as trusted domain" : "Додај „%s“ као поуздан домен", "%s will be updated to version %s" : "%s ће бити ажурирана на верзију %s", - "For help, see the documentation." : "За помоћ, погледајте документацију.", "This page will refresh itself when the %s instance is available again." : "Ова страница ће се сама освежити када %s постане поново доступан.", "Thank you for your patience." : "Хвала Вам на стрпљењу.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP не може да чита /dev/urandom. Ово се баш не препоручује из сигурносних разлога. Можете наћи више информација у документацији.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Ваша PHP инсталација нема подршку за freetype. Ово ће довести до неисправних профилних слика и неисправног интерфејса за подешавања.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "\"Strict-Transport-Security\" HTTP заглавље није подешено да буде бар \"{seconds}\" секунди. За додатну сигурност, предлаже се да омогућите HSTS као што је описано у сигурносним саветима.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Приступање сајту преко HTTP-а. Препоручује се да подесите Ваш сервер да захтева HTTPS као што је описано у безбедоносним саветима.", - "Back to log in" : "Назад на пријаву", - "You are about to grant %s access to your %s account." : "Управо ћете одобрити %s приступ Вашем %s налогу.", - "Depending on your configuration, this button could also work to trust the domain:" : "У зависности од Ваше конфигурације, овим дугметом може да послужи да почнете да верујете овом домену:", "Copy URL" : "Копирај URL", "Enable" : "Укључи", "{sharee} (conversation)" : "{sharee} (разговор)", diff --git a/core/l10n/sr.json b/core/l10n/sr.json index ad6111bc1d..6ac6cfe47c 100644 --- a/core/l10n/sr.json +++ b/core/l10n/sr.json @@ -368,22 +368,10 @@ "%s (3rdparty)" : "%s (од 3. лица)", "There was an error loading your contacts" : "Догодила се грешка приликом учитавања Ваших контаката", "There were problems with the code integrity check. More information…" : "Догодила се грешка приликом провере интегритета кода. Више информација...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Ваш сервер није правилно подешен да омогући синхронизацију фајлова. Изгледа да је ВебДАВ сучеље покварено.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Ваш сервер није правилно подешен да разлучи \"{url}\". Можете наћи више информација у нашој документацији.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Овај сервер нема интернет конекцију: немогуће је доћи до више интернет крајњих тачака. Ово значи да неке могућности као што су качење спољних складишта, обавештења о ажурирањима или инсталација апликација треће стране неће радити. Приступање фајловима споља и слање обавештења е-поштом исто тако може да не ради. Саветујемо да омогућите интернет конекцију овом серверу ако желите све могућности.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Нисте подесили меморијски кеш. Да побољшате перформансе, подесите меморијски кеш, ако је доступан. Више информација има у нашој документацији.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP не може да чита /dev/urandom. Ово се баш не препоручује из сигурносних разлога. Можете наћи више информација у нашој документацији.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Тренутно користите {version} верзију PHP-а. Требало би да надоградите PHP верзију да искористите сва безбедоносна ажурирања и побољшања брзине које обезбеђује PHP група, чим Ваша дистрибуција почне да је подржава.", - "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 documentation." : "Или подешавање обрнутих прокси заглавља није исправно, или приступате Некстклауду преко проксија од поверења. Ако не приступате Некстклауду преко проксија од поверења, ово је безбедоносни проблем и може омогућити нападачу да лажира да је његова IP адреса видљива Некстклауду. Више информација о овоме има у нашој документацији.", - "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 memcached wiki about both modules." : "Memcached је подешен као дистрибуирани кеш, али је инсталиран погрешни PHP модуле \"memcache\". \\OC\\Memcache\\Memcached подржава само \"memcached\" модул, а не и \"memcache\". Погледајте memcached вики о оба модула.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Неки фајлови нису прошли проверу интегритета. Даљње информације о томе како да решите овај проблем се могу наћи у нашој документацији. (Списак неисправних фајлова/Скенирај поново)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP OPcache није подешен исправно. За боље перформанце предлажемо да користите следећа подешавања у php.ini датотеци:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP функција \"set_time_limit\" није доступна. Ово може да узрокује да се скрипте закоче у сред извршавања, и тако покваре инсталацију. Препоручујемо да омогућите ову функцију.", - "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." : "Ваша фасцикла са подацима и Ваши фајлови су вероватно доступни са интернета. .htaccess фајл не ради. Препоручујемо да подесите Ваш веб сервер тако да је фасцикла са подацима ван фасцикле кореног документа веб сервера.", - "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." : "HTTP заглавље „{header}“ није подешено као „{expected}“. Ово потенцијално угрожава безбедност и приватност и препоручујемо да подесите ову поставку.", - "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 security tips." : "\"Strict-Transport-Security\" HTTP заглавље није подешено да буде бар \"{seconds}\" секунди. За додатну сигурност, предлажемо да омогућите HSTS као што је описано у нашим сигурносним саветима.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Приступате овом сајту преко HTTP-а. Препоручујемо да подесите Ваш сервер да захтева HTTPS као што је описано у нашим безбедоносним саветима.", - "Shared with {recipients}" : "Дељено са {recipients}", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP не може да чита /dev/urandom. Ово се баш не препоручује из сигурносних разлога. Можете наћи више информација у документацији.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Ваша PHP инсталација нема подршку за freetype. Ово ће довести до неисправних профилних слика и неисправног интерфејса за подешавања.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "\"Strict-Transport-Security\" HTTP заглавље није подешено да буде бар \"{seconds}\" секунди. За додатну сигурност, предлаже се да омогућите HSTS као што је описано у сигурносним саветима.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Приступање сајту преко HTTP-а. Препоручује се да подесите Ваш сервер да захтева HTTPS као што је описано у безбедоносним саветима.", "Error setting expiration date" : "Грешка при постављању датума истека", "The public link will expire no later than {days} days after it is created" : "Јавна веза ће престати да важи {days} дана након стварања", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} је поделио преко везе", @@ -395,31 +383,17 @@ "Share with other people by entering a user or group or an email address." : "Делите са другим људима тако што унесете корисника или групу.", "The specified document has not been found on the server." : "Наведени документ није нађен на серверу.", "You can click here to return to %s." : "Кликните овде да се вратите на %s.", - "The server encountered an internal error and was unable to complete your request." : "Због интерне грешке на серверу, ваш захтев није могао бити довршен.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Контактирајте администратора ако се грешка понови више пута и укључите у извештај техничке појединости наведене испод.", - "For information how to properly configure your server, please see the documentation." : "За информације како да правилно подесите Ваш сервер, погледајте документацију.", - "This action requires you to confirm your password:" : "Ова радња захтева да потврдите лозинку:", - "Wrong password. Reset it?" : "Погрешна лозинка. Желите ли да је ресетујете?", "Stay logged in" : "Останите пријављени", + "Back to log in" : "Назад на пријаву", "Alternative Logins" : "Алтернативне пријаве", - "You are about to grant \"%s\" access to your %s account." : "Управо ћете одобрити \"%s\" приступ Вашем %s налогу.", + "You are about to grant %s access to your %s account." : "Управо ћете одобрити %s приступ Вашем %s налогу.", "Alternative login using app token" : "Алтернативна пријава коришћењем апликативног жетона", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Повећана сигурност је омогућена за овај налог. Проверите идентитет и другим фактором.", - "You are accessing the server from an untrusted domain." : "Приступате серверу са непоузданог домена.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Контактирајте Вашег администратора. Ако сте Ви администратор, измените \"trusted_domains\" подешавање у config/config.php. Пример једног подешавања је дат у config/config.sample.php.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Зависно од ваших подешавања, као администратор можете употребити дугме испод да потврдите поузданост домена.", + "Depending on your configuration, this button could also work to trust the domain:" : "У зависности од Ваше конфигурације, овим дугметом може да послужи да почнете да верујете овом домену:", "Add \"%s\" as trusted domain" : "Додај „%s“ као поуздан домен", "%s will be updated to version %s" : "%s ће бити ажурирана на верзију %s", - "For help, see the documentation." : "За помоћ, погледајте документацију.", "This page will refresh itself when the %s instance is available again." : "Ова страница ће се сама освежити када %s постане поново доступан.", "Thank you for your patience." : "Хвала Вам на стрпљењу.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP не може да чита /dev/urandom. Ово се баш не препоручује из сигурносних разлога. Можете наћи више информација у документацији.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Ваша PHP инсталација нема подршку за freetype. Ово ће довести до неисправних профилних слика и неисправног интерфејса за подешавања.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "\"Strict-Transport-Security\" HTTP заглавље није подешено да буде бар \"{seconds}\" секунди. За додатну сигурност, предлаже се да омогућите HSTS као што је описано у сигурносним саветима.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Приступање сајту преко HTTP-а. Препоручује се да подесите Ваш сервер да захтева HTTPS као што је описано у безбедоносним саветима.", - "Back to log in" : "Назад на пријаву", - "You are about to grant %s access to your %s account." : "Управо ћете одобрити %s приступ Вашем %s налогу.", - "Depending on your configuration, this button could also work to trust the domain:" : "У зависности од Ваше конфигурације, овим дугметом може да послужи да почнете да верујете овом домену:", "Copy URL" : "Копирај URL", "Enable" : "Укључи", "{sharee} (conversation)" : "{sharee} (разговор)", diff --git a/core/l10n/sv.js b/core/l10n/sv.js index b3a85f866e..21f55c9c1a 100644 --- a/core/l10n/sv.js +++ b/core/l10n/sv.js @@ -334,8 +334,7 @@ OC.L10N.register( "%s (3rdparty)" : "%s (tredjepart)", "There was an error loading your contacts" : "Det gick inte att läsa in dina kontakter", "There were problems with the code integrity check. More information…" : " Ett problem uppstod under integritetskontrollen av koden. Mer information ... ", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Vissa filer har inte passerat integritetskontrollen. Ytterligare information om hur du löser problemet kan hittas i vår dokumentation. (Lista över ogiltiga filer… / Scanna igen…)", - "Shared with {recipients}" : "Delad med {recipients}", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Åtkomst till webbplatsen osäkert via HTTP. Du rekommenderas starkt att ställa in din server för att kräva HTTPS istället, som beskrivs i säkerhetstips.", "Error setting expiration date" : "Fel vid val av utgångsdatum", "The public link will expire no later than {days} days after it is created" : "Den offentliga länken kommer sluta gälla inte senare än {days} dagar efter att den skapades", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} delad via länk", @@ -347,25 +346,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Dela med andra personer genom att ange användarnamn, grupp eller en e-postadress.", "The specified document has not been found on the server." : "Det angivna dokumentet hittades inte på servern.", "You can click here to return to %s." : "Du kan klicka här för att återvända till %s.", - "The server encountered an internal error and was unable to complete your request." : "Ett internt fel uppstod och servern kunde inte slutföra i din begäran.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Kontakta serveradministratören om detta fel återkommer flera gånger och inkludera nedanstående tekniska detaljer i din felrapport.", - "This action requires you to confirm your password:" : "Denna åtgärd kräver att du bekräftar ditt lösenord:", - "Wrong password. Reset it?" : "Felaktigt lösenord. Vill du återställa?", "Stay logged in" : "Fortsätt vara inloggad.", + "Back to log in" : "Tillbaks till inloggning", "Alternative Logins" : "Alternativa inloggningar", - "You are about to grant \"%s\" access to your %s account." : "Du håller på att ge \"%s\" åtkomst till ditt %s konto.", + "You are about to grant %s access to your %s account." : "Du håller på att ge %s tillgång till ditt %s-konto.", "Alternative login using app token" : "Alternativ inloggning med app-token", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Utökad säkerhet är aktiverat för ditt konto. Var vänlig verifiera med tvåfaktorsautentisering.", - "You are accessing the server from an untrusted domain." : "Du ansluter till servern från en otillförlitlig domän.", + "Depending on your configuration, this button could also work to trust the domain:" : "Beroende på din konfiguration kan denna knappen också fungera föra att lita på domänen:", "Add \"%s\" as trusted domain" : "Lägg till \"%s\" som en pålitlig domän", "%s will be updated to version %s" : "%s kommer att uppdateras till version %s", - "For help, see the documentation." : "För hjälp, se documentation.", "This page will refresh itself when the %s instance is available again." : "Denna sida uppdaterar sig själv när %s-instansen är tillgänglig igen.", "Thank you for your patience." : "Tack för ditt tålamod.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Åtkomst till webbplatsen osäkert via HTTP. Du rekommenderas starkt att ställa in din server för att kräva HTTPS istället, som beskrivs i säkerhetstips.", - "Back to log in" : "Tillbaks till inloggning", - "You are about to grant %s access to your %s account." : "Du håller på att ge %s tillgång till ditt %s-konto.", - "Depending on your configuration, this button could also work to trust the domain:" : "Beroende på din konfiguration kan denna knappen också fungera föra att lita på domänen:", "Copy URL" : "Kopiera URL", "Enable" : "Aktivera", "Please log in before granting %s access to your %s account." : "Logga in innan du ger %s åtkomst till ditt %s konto.", diff --git a/core/l10n/sv.json b/core/l10n/sv.json index eccd9bcb9a..e4554b08e6 100644 --- a/core/l10n/sv.json +++ b/core/l10n/sv.json @@ -332,8 +332,7 @@ "%s (3rdparty)" : "%s (tredjepart)", "There was an error loading your contacts" : "Det gick inte att läsa in dina kontakter", "There were problems with the code integrity check. More information…" : " Ett problem uppstod under integritetskontrollen av koden. Mer information ... ", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Vissa filer har inte passerat integritetskontrollen. Ytterligare information om hur du löser problemet kan hittas i vår dokumentation. (Lista över ogiltiga filer… / Scanna igen…)", - "Shared with {recipients}" : "Delad med {recipients}", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Åtkomst till webbplatsen osäkert via HTTP. Du rekommenderas starkt att ställa in din server för att kräva HTTPS istället, som beskrivs i säkerhetstips.", "Error setting expiration date" : "Fel vid val av utgångsdatum", "The public link will expire no later than {days} days after it is created" : "Den offentliga länken kommer sluta gälla inte senare än {days} dagar efter att den skapades", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} delad via länk", @@ -345,25 +344,17 @@ "Share with other people by entering a user or group or an email address." : "Dela med andra personer genom att ange användarnamn, grupp eller en e-postadress.", "The specified document has not been found on the server." : "Det angivna dokumentet hittades inte på servern.", "You can click here to return to %s." : "Du kan klicka här för att återvända till %s.", - "The server encountered an internal error and was unable to complete your request." : "Ett internt fel uppstod och servern kunde inte slutföra i din begäran.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Kontakta serveradministratören om detta fel återkommer flera gånger och inkludera nedanstående tekniska detaljer i din felrapport.", - "This action requires you to confirm your password:" : "Denna åtgärd kräver att du bekräftar ditt lösenord:", - "Wrong password. Reset it?" : "Felaktigt lösenord. Vill du återställa?", "Stay logged in" : "Fortsätt vara inloggad.", + "Back to log in" : "Tillbaks till inloggning", "Alternative Logins" : "Alternativa inloggningar", - "You are about to grant \"%s\" access to your %s account." : "Du håller på att ge \"%s\" åtkomst till ditt %s konto.", + "You are about to grant %s access to your %s account." : "Du håller på att ge %s tillgång till ditt %s-konto.", "Alternative login using app token" : "Alternativ inloggning med app-token", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Utökad säkerhet är aktiverat för ditt konto. Var vänlig verifiera med tvåfaktorsautentisering.", - "You are accessing the server from an untrusted domain." : "Du ansluter till servern från en otillförlitlig domän.", + "Depending on your configuration, this button could also work to trust the domain:" : "Beroende på din konfiguration kan denna knappen också fungera föra att lita på domänen:", "Add \"%s\" as trusted domain" : "Lägg till \"%s\" som en pålitlig domän", "%s will be updated to version %s" : "%s kommer att uppdateras till version %s", - "For help, see the documentation." : "För hjälp, se documentation.", "This page will refresh itself when the %s instance is available again." : "Denna sida uppdaterar sig själv när %s-instansen är tillgänglig igen.", "Thank you for your patience." : "Tack för ditt tålamod.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Åtkomst till webbplatsen osäkert via HTTP. Du rekommenderas starkt att ställa in din server för att kräva HTTPS istället, som beskrivs i säkerhetstips.", - "Back to log in" : "Tillbaks till inloggning", - "You are about to grant %s access to your %s account." : "Du håller på att ge %s tillgång till ditt %s-konto.", - "Depending on your configuration, this button could also work to trust the domain:" : "Beroende på din konfiguration kan denna knappen också fungera föra att lita på domänen:", "Copy URL" : "Kopiera URL", "Enable" : "Aktivera", "Please log in before granting %s access to your %s account." : "Logga in innan du ger %s åtkomst till ditt %s konto.", diff --git a/core/l10n/tr.js b/core/l10n/tr.js index 5f987a2d62..3166472a23 100644 --- a/core/l10n/tr.js +++ b/core/l10n/tr.js @@ -370,22 +370,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s (3. taraf)", "There was an error loading your contacts" : "Kişileriniz yüklenirken bir sorun çıktı", "There were problems with the code integrity check. More information…" : "Kod bütünlüğü sınamasında sorunlar çıktı. Ayrıntılı bilgi…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Web sunucunuz dosya eşitlemesi için doğru şekilde ayarlanmamış. WevDAV arabirimi sorunlu görünüyor.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Web sunucunuz \"{url}\" adresi çözümleyebilmesi için doğru şekilde ayarlanmamış. Ayrıntılı bilgi almak için belgelere bakabilirsiniz.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Bu sunucunun çalışan bir İnternet bağlantısı yok. Birden çok uç noktaya erişilemez. Bu durumda dış depolama alanı bağlama, güncelleme bildirimleri ya da üçüncü taraf uygulamalarını kurmak gibi bazı özellikler çalışmaz. Dosyalara uzaktan erişim ve bildirim e-postalarının gönderilmesi işlemleri de yapılamaz. Tüm bu özelliklerin kullanılabilmesi için sunucunun İnternet bağlantısını etkinleştirmeniz önerilir.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Henüz bir ön bellek yapılandırılmamış. Olabiliyorsa başarımı arttırmak için memcache ön bellek ayarlarını yapın. Ayrıntılı bilgi almak için belgelere bakabilirsiniz.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "Güvenlik nedeniyle kullanılması önerilen /dev/urandom klasörü PHP tarafından okunamıyor. Ayrıntılı bilgi almak için belgelere bakabilirsiniz.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Şu anda PHP {version} sürümünü kullanıyorsunuz. Kullandığınız Linux dağıtımı desteklediği zaman PHP sürümünüzü güncelleyerek PHP grubu tarafından sağlanan başarım ve güvenlik geliştirmelerinden faydalanmanızı öneririz.", - "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 documentation." : "Ters vekil sunucu üst bilgi yapılandırmanız doğru değil ya da Nextcloud üzerine güvenilen bir vekil sunucudan erişiyorsunuz. Nextcloud üzerine güvenilen bir vekil sunucu üzerinden erişmiyorsanız bu bir güvenlik sorunudur ve bir saldırganın IP adresini farklıymış gibi göstermesine izin verebilir. Ayrıntlı bilgi almak için belgelere bakabilirsiniz.", - "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 memcached wiki about both modules." : "Memcached dağıtık bellek olarak yapılandırılmış ancak kurulmuş PHP \"memcache\" modülü yanlış. \\OC\\Memcache\\Memcached yalnız \"memcache\" modülünü değil \"memcached\" mdoülünü destekler. İki modül hakkında ayrıntılı bilgi almak için memcached wiki sayfasına bakabilirsiniz.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Bazı dosyalar bütünlük denetiminden geçemedi. Bu sorunun çözümü ile ilgili bilgi almak için belgelere bakabilirsiniz. (Geçersiz dosyaların listesi… / Yeniden Tara…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP OPcache doğru şekilde ayarlanmamış. Daha iyi sonuç almak için  php.ini dosyasında şu ayarların kullanılması önerilir ↗:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "\"set_time_limit\" PHP işlevi kullanılamıyor. Bu durum betiklerin yürütme sırasında durmasına, ve kurulumunuzun çalışmamasına neden olabilir. Bu işlevi etkinleştirmeniz önemle önerilir.", - "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." : "Veri klasörünüz ve dosyalarınız İnternet üzerinden erişime açık olabilir. .htaccess dosyası çalışmıyor. Web sunucunuzu yapılandırarak veri klasörüne erişimi engellemeniz ya da veri klasörünü web sunucu kök klasörü dışına taşımanız önemle önerilir.", - "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." : "\"{header}\" HTTP üst bilgisi \"{expected}\" ile eşleşmek üzere yapılandırılmamış. Bu durum muhtemel bir güvenlik ya da gizlilik riski oluşturduğundan bu ayarı düzeltmeniz önerilir.", - "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 security tips." : "\"Strict-Transport-Security\" HTTP üst bilgisi en azından\"{seconds}\" saniyedir yapılandırılmamış. Gelişmiş güvenlik sağlamak için güvenlik ipuçlarında anlatıldığı şekilde HSTS özelliğinin etkinleştirilmesi önerilir.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Bu siteye HTTP üzerinde erişiyorsunuz. Sunucunuzu güvenlik ipuçlarında anlatıldığı şekilde HTTPS kullanımını zorlayacak şekilde yapılandırmanız önemle önerilir.", - "Shared with {recipients}" : "{recipients} ile paylaşılmış", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "Güvenlik nedeniyle kullanılması önerilen /dev/urandom klasörü PHP tarafından okunamıyor. Ayrıntılı bilgi almak için belgelere bakabilirsiniz.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP kurulumunuzda FreeType desteği yok. Bu durum profil görsellerinin ve ayarlar bölümünün bozuk görüntülenmesine neden olur.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "\"Strict-Transport-Security\" HTTP üst bilgisi en azından\"{seconds}\" saniyedir ayarlanmamış. Gelişmiş güvenlik sağlamak için güvenlik ipuçlarında anlatıldığı şekilde HSTS özelliğinin etkinleştirilmesi önerilir.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Siteye HTTP üzerinden erişiliyor. Sunucunuzu güvenlik ipuçlarında anlatıldığı şekilde HTTPS kullanımı gerekecek şekilde yapılandırmanız önemle önerilir.", "Error setting expiration date" : "Son kullanma tarihi ayarlanırken sorun çıktı", "The public link will expire no later than {days} days after it is created" : "Herkese açık bağlantı, oluşturulduktan {days} gün sonra kullanımdan kaldırılacak", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} bağlantı ile paylaşılmış", @@ -397,31 +385,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Bir kullanıcı, grup ya da e-posta adresi yazarak başkaları ile paylaşın.", "The specified document has not been found on the server." : "Belirtilen dosya sunucuda bulunamadı.", "You can click here to return to %s." : "%s ana sayfasına dönmek için buraya tıklayın.", - "The server encountered an internal error and was unable to complete your request." : "Sunucu içinde bir sorun çıktığından isteğiniz tamamlanamadı.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Bu sorun bir kereden çok ortaya çıktıysa aşağıdaki teknik ayrıntıları da ekleyerek sunucu yöneticisiyle görüşün.", - "For information how to properly configure your server, please see the documentation." : "Sunucunuzu nasıl yapılandıracağınız hakkında bilgi almak için belgelere bakabilirsiniz.", - "This action requires you to confirm your password:" : "Bu işlemi yapabilmek için parolanızı yazmalısınız:", - "Wrong password. Reset it?" : "Parola yanlış. Sıfırlamak ister misiniz?", "Stay logged in" : "Bağlı kal", + "Back to log in" : "Oturum açmaya geri dön", "Alternative Logins" : "Alternatif Oturum Açmalar", - "You are about to grant \"%s\" access to your %s account." : "\"%s\" erişim iznini %s hesabınıza vermek üzeresiniz.", + "You are about to grant %s access to your %s account." : "%s erişim iznini %s hesabınız için vermek üzeresiniz.", "Alternative login using app token" : "Uygulama kodu ile alternatif oturum açma", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Hesabınız için gelişmiş güvenlik etkinleştirildi. Lütfen kimlik doğrulaması için ikinci aşamayı kullanıın.", - "You are accessing the server from an untrusted domain." : "Sunucuya güvenilmeyen bir etki alanından erişiyorsunuz.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Lütfen yöneticiniz ile görüşün. Bu kopyanın yöneticisi iseniz, config/config.php dosyası içerisindeki \"trusted_domain\" ayarını yapın. Örnek yapılandırma config/config.sample.php dosyasında görülebilir.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Yapılandırmanıza bağlı olarak, bir yönetici olarak bu etki alanına güvenmek için aşağıdaki düğmeyi de kullanabilirsiniz.", + "Depending on your configuration, this button could also work to trust the domain:" : "Yapılandırmanıza bağlı olarak, bu düğme etki alanına güvenmek için de kullanılabilir:", "Add \"%s\" as trusted domain" : "\"%s\" etki alanını güvenilir olarak ekle", "%s will be updated to version %s" : "%s, %s sürümüne güncellenecek", - "For help, see the documentation." : "Yardım almak için, belgelere bakın.", "This page will refresh itself when the %s instance is available again." : "Bu sayfa, %s kopyası yeniden kullanılabilir olduğunda kendini yenileyecek.", "Thank you for your patience." : "Anlayışınız için teşekkür ederiz.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "Güvenlik nedeniyle kullanılması önerilen /dev/urandom klasörü PHP tarafından okunamıyor. Ayrıntılı bilgi almak için belgelere bakabilirsiniz.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP kurulumunuzda FreeType desteği yok. Bu durum profil görsellerinin ve ayarlar bölümünün bozuk görüntülenmesine neden olur.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "\"Strict-Transport-Security\" HTTP üst bilgisi en azından\"{seconds}\" saniyedir ayarlanmamış. Gelişmiş güvenlik sağlamak için güvenlik ipuçlarında anlatıldığı şekilde HSTS özelliğinin etkinleştirilmesi önerilir.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Siteye HTTP üzerinden erişiliyor. Sunucunuzu güvenlik ipuçlarında anlatıldığı şekilde HTTPS kullanımı gerekecek şekilde yapılandırmanız önemle önerilir.", - "Back to log in" : "Oturum açmaya geri dön", - "You are about to grant %s access to your %s account." : "%s erişim iznini %s hesabınız için vermek üzeresiniz.", - "Depending on your configuration, this button could also work to trust the domain:" : "Yapılandırmanıza bağlı olarak, bu düğme etki alanına güvenmek için de kullanılabilir:", "Copy URL" : "Adresi Kopyala", "Enable" : "Etkinleştir", "{sharee} (conversation)" : "{sharee} (görüşme)", diff --git a/core/l10n/tr.json b/core/l10n/tr.json index c0ce7448a2..dac6945a46 100644 --- a/core/l10n/tr.json +++ b/core/l10n/tr.json @@ -368,22 +368,10 @@ "%s (3rdparty)" : "%s (3. taraf)", "There was an error loading your contacts" : "Kişileriniz yüklenirken bir sorun çıktı", "There were problems with the code integrity check. More information…" : "Kod bütünlüğü sınamasında sorunlar çıktı. Ayrıntılı bilgi…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Web sunucunuz dosya eşitlemesi için doğru şekilde ayarlanmamış. WevDAV arabirimi sorunlu görünüyor.", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "Web sunucunuz \"{url}\" adresi çözümleyebilmesi için doğru şekilde ayarlanmamış. Ayrıntılı bilgi almak için belgelere bakabilirsiniz.", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Bu sunucunun çalışan bir İnternet bağlantısı yok. Birden çok uç noktaya erişilemez. Bu durumda dış depolama alanı bağlama, güncelleme bildirimleri ya da üçüncü taraf uygulamalarını kurmak gibi bazı özellikler çalışmaz. Dosyalara uzaktan erişim ve bildirim e-postalarının gönderilmesi işlemleri de yapılamaz. Tüm bu özelliklerin kullanılabilmesi için sunucunun İnternet bağlantısını etkinleştirmeniz önerilir.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Henüz bir ön bellek yapılandırılmamış. Olabiliyorsa başarımı arttırmak için memcache ön bellek ayarlarını yapın. Ayrıntılı bilgi almak için belgelere bakabilirsiniz.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "Güvenlik nedeniyle kullanılması önerilen /dev/urandom klasörü PHP tarafından okunamıyor. Ayrıntılı bilgi almak için belgelere bakabilirsiniz.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Şu anda PHP {version} sürümünü kullanıyorsunuz. Kullandığınız Linux dağıtımı desteklediği zaman PHP sürümünüzü güncelleyerek PHP grubu tarafından sağlanan başarım ve güvenlik geliştirmelerinden faydalanmanızı öneririz.", - "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 documentation." : "Ters vekil sunucu üst bilgi yapılandırmanız doğru değil ya da Nextcloud üzerine güvenilen bir vekil sunucudan erişiyorsunuz. Nextcloud üzerine güvenilen bir vekil sunucu üzerinden erişmiyorsanız bu bir güvenlik sorunudur ve bir saldırganın IP adresini farklıymış gibi göstermesine izin verebilir. Ayrıntlı bilgi almak için belgelere bakabilirsiniz.", - "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 memcached wiki about both modules." : "Memcached dağıtık bellek olarak yapılandırılmış ancak kurulmuş PHP \"memcache\" modülü yanlış. \\OC\\Memcache\\Memcached yalnız \"memcache\" modülünü değil \"memcached\" mdoülünü destekler. İki modül hakkında ayrıntılı bilgi almak için memcached wiki sayfasına bakabilirsiniz.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Bazı dosyalar bütünlük denetiminden geçemedi. Bu sorunun çözümü ile ilgili bilgi almak için belgelere bakabilirsiniz. (Geçersiz dosyaların listesi… / Yeniden Tara…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP OPcache doğru şekilde ayarlanmamış. Daha iyi sonuç almak için  php.ini dosyasında şu ayarların kullanılması önerilir ↗:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "\"set_time_limit\" PHP işlevi kullanılamıyor. Bu durum betiklerin yürütme sırasında durmasına, ve kurulumunuzun çalışmamasına neden olabilir. Bu işlevi etkinleştirmeniz önemle önerilir.", - "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." : "Veri klasörünüz ve dosyalarınız İnternet üzerinden erişime açık olabilir. .htaccess dosyası çalışmıyor. Web sunucunuzu yapılandırarak veri klasörüne erişimi engellemeniz ya da veri klasörünü web sunucu kök klasörü dışına taşımanız önemle önerilir.", - "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." : "\"{header}\" HTTP üst bilgisi \"{expected}\" ile eşleşmek üzere yapılandırılmamış. Bu durum muhtemel bir güvenlik ya da gizlilik riski oluşturduğundan bu ayarı düzeltmeniz önerilir.", - "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 security tips." : "\"Strict-Transport-Security\" HTTP üst bilgisi en azından\"{seconds}\" saniyedir yapılandırılmamış. Gelişmiş güvenlik sağlamak için güvenlik ipuçlarında anlatıldığı şekilde HSTS özelliğinin etkinleştirilmesi önerilir.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Bu siteye HTTP üzerinde erişiyorsunuz. Sunucunuzu güvenlik ipuçlarında anlatıldığı şekilde HTTPS kullanımını zorlayacak şekilde yapılandırmanız önemle önerilir.", - "Shared with {recipients}" : "{recipients} ile paylaşılmış", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "Güvenlik nedeniyle kullanılması önerilen /dev/urandom klasörü PHP tarafından okunamıyor. Ayrıntılı bilgi almak için belgelere bakabilirsiniz.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP kurulumunuzda FreeType desteği yok. Bu durum profil görsellerinin ve ayarlar bölümünün bozuk görüntülenmesine neden olur.", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "\"Strict-Transport-Security\" HTTP üst bilgisi en azından\"{seconds}\" saniyedir ayarlanmamış. Gelişmiş güvenlik sağlamak için güvenlik ipuçlarında anlatıldığı şekilde HSTS özelliğinin etkinleştirilmesi önerilir.", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Siteye HTTP üzerinden erişiliyor. Sunucunuzu güvenlik ipuçlarında anlatıldığı şekilde HTTPS kullanımı gerekecek şekilde yapılandırmanız önemle önerilir.", "Error setting expiration date" : "Son kullanma tarihi ayarlanırken sorun çıktı", "The public link will expire no later than {days} days after it is created" : "Herkese açık bağlantı, oluşturulduktan {days} gün sonra kullanımdan kaldırılacak", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} bağlantı ile paylaşılmış", @@ -395,31 +383,17 @@ "Share with other people by entering a user or group or an email address." : "Bir kullanıcı, grup ya da e-posta adresi yazarak başkaları ile paylaşın.", "The specified document has not been found on the server." : "Belirtilen dosya sunucuda bulunamadı.", "You can click here to return to %s." : "%s ana sayfasına dönmek için buraya tıklayın.", - "The server encountered an internal error and was unable to complete your request." : "Sunucu içinde bir sorun çıktığından isteğiniz tamamlanamadı.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Bu sorun bir kereden çok ortaya çıktıysa aşağıdaki teknik ayrıntıları da ekleyerek sunucu yöneticisiyle görüşün.", - "For information how to properly configure your server, please see the documentation." : "Sunucunuzu nasıl yapılandıracağınız hakkında bilgi almak için belgelere bakabilirsiniz.", - "This action requires you to confirm your password:" : "Bu işlemi yapabilmek için parolanızı yazmalısınız:", - "Wrong password. Reset it?" : "Parola yanlış. Sıfırlamak ister misiniz?", "Stay logged in" : "Bağlı kal", + "Back to log in" : "Oturum açmaya geri dön", "Alternative Logins" : "Alternatif Oturum Açmalar", - "You are about to grant \"%s\" access to your %s account." : "\"%s\" erişim iznini %s hesabınıza vermek üzeresiniz.", + "You are about to grant %s access to your %s account." : "%s erişim iznini %s hesabınız için vermek üzeresiniz.", "Alternative login using app token" : "Uygulama kodu ile alternatif oturum açma", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Hesabınız için gelişmiş güvenlik etkinleştirildi. Lütfen kimlik doğrulaması için ikinci aşamayı kullanıın.", - "You are accessing the server from an untrusted domain." : "Sunucuya güvenilmeyen bir etki alanından erişiyorsunuz.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Lütfen yöneticiniz ile görüşün. Bu kopyanın yöneticisi iseniz, config/config.php dosyası içerisindeki \"trusted_domain\" ayarını yapın. Örnek yapılandırma config/config.sample.php dosyasında görülebilir.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Yapılandırmanıza bağlı olarak, bir yönetici olarak bu etki alanına güvenmek için aşağıdaki düğmeyi de kullanabilirsiniz.", + "Depending on your configuration, this button could also work to trust the domain:" : "Yapılandırmanıza bağlı olarak, bu düğme etki alanına güvenmek için de kullanılabilir:", "Add \"%s\" as trusted domain" : "\"%s\" etki alanını güvenilir olarak ekle", "%s will be updated to version %s" : "%s, %s sürümüne güncellenecek", - "For help, see the documentation." : "Yardım almak için, belgelere bakın.", "This page will refresh itself when the %s instance is available again." : "Bu sayfa, %s kopyası yeniden kullanılabilir olduğunda kendini yenileyecek.", "Thank you for your patience." : "Anlayışınız için teşekkür ederiz.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "Güvenlik nedeniyle kullanılması önerilen /dev/urandom klasörü PHP tarafından okunamıyor. Ayrıntılı bilgi almak için belgelere bakabilirsiniz.", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP kurulumunuzda FreeType desteği yok. Bu durum profil görsellerinin ve ayarlar bölümünün bozuk görüntülenmesine neden olur.", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "\"Strict-Transport-Security\" HTTP üst bilgisi en azından\"{seconds}\" saniyedir ayarlanmamış. Gelişmiş güvenlik sağlamak için güvenlik ipuçlarında anlatıldığı şekilde HSTS özelliğinin etkinleştirilmesi önerilir.", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "Siteye HTTP üzerinden erişiliyor. Sunucunuzu güvenlik ipuçlarında anlatıldığı şekilde HTTPS kullanımı gerekecek şekilde yapılandırmanız önemle önerilir.", - "Back to log in" : "Oturum açmaya geri dön", - "You are about to grant %s access to your %s account." : "%s erişim iznini %s hesabınız için vermek üzeresiniz.", - "Depending on your configuration, this button could also work to trust the domain:" : "Yapılandırmanıza bağlı olarak, bu düğme etki alanına güvenmek için de kullanılabilir:", "Copy URL" : "Adresi Kopyala", "Enable" : "Etkinleştir", "{sharee} (conversation)" : "{sharee} (görüşme)", diff --git a/core/l10n/uk.js b/core/l10n/uk.js index 1b9f33aaf6..3469351be7 100644 --- a/core/l10n/uk.js +++ b/core/l10n/uk.js @@ -261,14 +261,12 @@ OC.L10N.register( "{sharee} (email)" : "{sharee} (email)", "The specified document has not been found on the server." : "Не вдалось знайти вказаний документ на сервері.", "You can click here to return to %s." : "Ви можете натиснути тут для повернення до %s.", - "Wrong password. Reset it?" : "Невірний пароль. Скинути його?", "Stay logged in" : "Залишатись в системі", + "Back to log in" : "Повернутися до сторінки авторизації", "Alternative Logins" : "Альтернативні імена користувача", "Add \"%s\" as trusted domain" : "Додати \"%s\" як довірений домен", "%s will be updated to version %s" : "%s буде оновлено до версії %s", - "For help, see the documentation." : "Для допомоги, дивіться documentation.", "This page will refresh itself when the %s instance is available again." : "Ця сторінка автоматично перезавантажиться коли екземпляр %s стане знову доступний.", - "Thank you for your patience." : "Дякуємо за ваше терпіння.", - "Back to log in" : "Повернутися до сторінки авторизації" + "Thank you for your patience." : "Дякуємо за ваше терпіння." }, "nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); diff --git a/core/l10n/uk.json b/core/l10n/uk.json index 6edcb26749..e2fa30920c 100644 --- a/core/l10n/uk.json +++ b/core/l10n/uk.json @@ -259,14 +259,12 @@ "{sharee} (email)" : "{sharee} (email)", "The specified document has not been found on the server." : "Не вдалось знайти вказаний документ на сервері.", "You can click here to return to %s." : "Ви можете натиснути тут для повернення до %s.", - "Wrong password. Reset it?" : "Невірний пароль. Скинути його?", "Stay logged in" : "Залишатись в системі", + "Back to log in" : "Повернутися до сторінки авторизації", "Alternative Logins" : "Альтернативні імена користувача", "Add \"%s\" as trusted domain" : "Додати \"%s\" як довірений домен", "%s will be updated to version %s" : "%s буде оновлено до версії %s", - "For help, see the documentation." : "Для допомоги, дивіться documentation.", "This page will refresh itself when the %s instance is available again." : "Ця сторінка автоматично перезавантажиться коли екземпляр %s стане знову доступний.", - "Thank you for your patience." : "Дякуємо за ваше терпіння.", - "Back to log in" : "Повернутися до сторінки авторизації" + "Thank you for your patience." : "Дякуємо за ваше терпіння." },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" } \ No newline at end of file diff --git a/core/l10n/uz.js b/core/l10n/uz.js new file mode 100644 index 0000000000..0122cc5463 --- /dev/null +++ b/core/l10n/uz.js @@ -0,0 +1,209 @@ +OC.L10N.register( + "core", + { + "Please select a file." : "Iltimos, faylni tanlang.", + "File is too big" : "Fayl juda katta", + "The selected file is not an image." : "Tanlangan fayl tasvir emas.", + "The selected file cannot be read." : "Tanlangan faylni o'qib bo'lmaydi.", + "Invalid file provided" : "Berilgan fayl noto'g'ri", + "No image or file provided" : "Hech qanday rasm yoki fayl taqdim etilmagan", + "Unknown filetype" : "Noma'lum filetype", + "Invalid image" : "Tasdiqlanmagan tasvir", + "An error occurred. Please contact your admin." : "Xatolik yuz berdi. Iltimos, administratoringizga murojaat qiling.", + "No temporary profile picture available, try again" : "Vaqtinchalik profil tasviri mavjud emas, qayta urinib ko'ring", + "No crop data provided" : "Mahsulot ma'lumotlari yo'q", + "No valid crop data provided" : "Yaroqli ekin ma'lumotlari mavjud emas", + "Crop is not square" : "O'simlik kvadrat emas", + "Password reset is disabled" : "Parolni qayta tiklash o'chirilgan", + "Couldn't reset password because the token is invalid" : "Parolni qayta tiklab bo'lmadi, chunki token noto'g'ri", + "Couldn't reset password because the token is expired" : "Parolni o'chirish uchun parolni tiklab bo'lmadi", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Ushbu foydalanuvchi nomiga e-pochta manzili yo'qligi sababli, asl holatini tiklash uchun elektron pochta xabarini yuborib bo'lmadi. Administrator bilan bog'laning.", + "%s password reset" : "%s parolni tiklash ", + "Password reset" : "Parolni tiklash", + "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Parolni tiklash uchun quyidagi tugmani bosing. Parolni tiklashni talab qilmagan bo'lsangiz, ushbu e-pochtani e'tiborsiz qoldiring.", + "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Parolni tiklash uchun quyidagi havolani bosing. Parolni tiklashni talab qilmagan bo'lsangiz, ushbu e-pochtani e'tiborsiz qoldiring.", + "Couldn't send reset email. Please contact your administrator." : "Nolga o'rnatish elektron pochta manzili yuborilmadi. Administrator bilan bog'laning.", + "Couldn't send reset email. Please make sure your username is correct." : "Nolga o'rnatish elektron pochta manzili yuborilmadi. Foydalanuvchi nomingiz to'g'ri ekanligiga ishonch hosil qiling.", + "Preparing update" : "Yangilashni tayyorlash", + "[%d / %d]: %s" : "[%d / %d]: %s", + "Repair warning: " : "Ta'mirlash haqida ogohlantirish:", + "Repair error: " : "Ta'mirlash xatosi:", + "Please use the command line updater because automatic updating is disabled in the config.php." : "Iltimos, buyruq satri updater-dan foydalaning, chunki config.php da avtomatik yangilanish o'chirib qo'yilgan.", + "[%d / %d]: Checking table %s" : "[%d / %d]: Jadvalni tekshirish %s", + "Turned on maintenance mode" : "Ta'minot rejimida yoqilgan", + "Turned off maintenance mode" : "Xizmat rejimi o'chirilgan", + "Maintenance mode is kept active" : "Xizmat holati faol holda saqlanadi", + "Updating database schema" : "Ma'lumotlar bazasi sxemasini yangilash", + "Updated database" : "Yangilangan ma'lumotlar bazasi", + "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Ma'lumotlar bazasi sxemasining yangilanishi mumkinligini tekshirish (bu ma'lumotlar bazasi hajmiga qarab uzoq vaqt talab qilishi mumkin)", + "Checked database schema update" : "Ma'lumotlar bazasi diagrammasi yangilandi", + "Checking updates of apps" : "Ilovalarning yangilanishlarini tekshirish", + "Checked database schema update for apps" : "Ilovalar uchun ma'lumotlar bazasi sxemasi yangilandi", + "Starting code integrity check" : "Kod butunligini tekshirishni boshlash", + "Finished code integrity check" : "To'ldirilgan kod yaxlitligini tekshirish", + "Already up to date" : "Hozirgacha", + "Search contacts …" : "Kontaktlarni qidirish ...", + "No contacts found" : "Kontaktlar topilmadi", + "Show all contacts …" : "Barcha kontaktlarni ko'rsatish ...", + "Loading your contacts …" : "Kontaktlaringiz yuklanmoqda ...", + "No action available" : "Hech qanday harakat mavjud emas", + "Error fetching contact actions" : "Kontakt harakatlarini olishda xato", + "Settings" : "Sozlamalar", + "Connection to server lost" : "Serverga ulanish yo'qoldi", + "Saving..." : "Saqlanmoqda...", + "Dismiss" : "Tashlab qo'ymang", + "Authentication required" : "Tasdiqlanishi talab qilinadi", + "This action requires you to confirm your password" : "Bu amal sizning parolingizni tasdiqlashingizni talab qiladi", + "Confirm" : "Tasdiqlash", + "Password" : "Parol", + "Failed to authenticate, try again" : "Haqiqiylikni tekshirib bo'lmadi, qayta urinib ko'ring", + "seconds ago" : "soniya oldin", + "Logging in …" : "Kirish ...", + "I know what I'm doing" : "Men nima qilayotganimni bilaman", + "Password can not be changed. Please contact your administrator." : "Parolni o'zgartirib bo'lmaydi. Administrator bilan bog'laning.", + "No" : "Yo'q", + "Yes" : "Ha", + "No files in here" : "Bu erda hech qanday fayl yo'q", + "Choose" : "Tanlang", + "Copy" : "Nusxalash", + "Move" : "Ko'chiring", + "Error loading file picker template: {error}" : "Fayl topuvchi shablonini yuklashda xatolik: {error}", + "OK" : "OK", + "Error loading message template: {error}" : "Xabar shablonini yuklashda xato: {error}", + "read-only" : "faqat o'qish", + "One file conflict" : "Bir fayl nizoli", + "New Files" : "Yangi fayllar", + "Already existing files" : "Mavjud fayllar", + "Which files do you want to keep?" : "Siz qaysi fayllarni saqlamoqchisiz?", + "If you select both versions, the copied file will have a number added to its name." : "Ikkala versiyani tanlasangiz, kopyalanan faylda uning nomi qo'shilgan raqamga ega bo'ladi.", + "Cancel" : "Bekor qilish", + "Continue" : "Davom etish", + "(all selected)" : "(barcha tanlangan)", + "Error loading file exists template" : "Faylni yuklashda xatolik shablonni mavjud", + "Pending" : "Kutilmoqda", + "Copy to {folder}" : "{Folder} -ga nusxa olish", + "Very weak password" : "Juda zaif parol", + "Weak password" : "Zaif parol", + "Good password" : "Yaxshi parol", + "Strong password" : "Kuchli parol", + "Error occurred while checking server setup" : "Server sozlamalarini tekshirishda xatolik yuz berdi", + "Shared" : "Birgalikda", + "Choose a password for the public link" : "Umumiy havola uchun parolni tanlang", + "Choose a password for the public link or press the \"Enter\" key" : "Umumiy havola uchun parolni tanlang yoki \"Enter\" tugmasini bosing", + "Copied!" : "Nusxa olindi!", + "Not supported!" : "Qo'llab-quvvatlanmaydi!", + "Press ⌘-C to copy." : "Ko'chirib olish uchun ⌘-C tugmasini bosing.", + "Press Ctrl-C to copy." : "Nusxalash uchun Ctrl-C tugmalarini bosing.", + "Resharing is not allowed" : "Resharingga ruxsat berilmaydi", + "Link" : "Ulanish", + "Password protect" : "Parol himoyalangan", + "Allow editing" : "Tahrirlashga ruxsat bering", + "Email link to person" : "Shaxsga elektron pochta manzili", + "Send" : "Yuborish", + "Allow upload and editing" : "Yuklash va tahrirlashga ruxsat berish", + "Read only" : "Faqat o'qish", + "File drop (upload only)" : "Faylni ochish (faqat yuklash)", + "Set expiration date" : "Muddati tugashini belgilash", + "Expiration" : "Muddati", + "Unshare" : "Ajablanmaslik", + "Share link" : "Ulanishni ulashing", + "Could not unshare" : "Almashtirilmadi", + "Choose a password for the mail share" : "Pochta almashuvi uchun parolni tanlang", + "group" : "guruh", + "remote" : "masofadan turib", + "email" : "elektron pochta", + "Can reshare" : "Qayta tiklash mumkin", + "Can edit" : "Tahrirlashi mumkin", + "Can create" : "Yaratish mumkin", + "Can change" : "O'zgarishi mumkin", + "Can delete" : "O'chirib yuborishi mumkin", + "Access control" : "Kirishni boshqarish", + "Error while sharing" : "Almashish paytida xatolik yuz berdi", + "Share details could not be loaded for this item." : "Ushbu ma'lumot uchun almashish tafsilotlari yuklanmadi.", + "An error occurred. Please try again" : "Xatolik yuz berdi. Iltimos, yana bir bor urinib ko'ring", + "Name or email address..." : "Ism yoki elektron pochta manzili...", + "Name or federated cloud ID..." : "Nom yoki biriktirilgan bulut identifikatori...", + "Name, federated cloud ID or email address..." : "Nomi, federation bulut identifikatori yoki elektron pochta manzili...", + "Name..." : "Ism...", + "Error" : "Xato", + "Error removing share" : "Ishtirokni olib tashlashda xatolik yuz berdi", + "restricted" : "cheklangan", + "invisible" : "ko'rinmas", + "Delete" : "O'chir", + "Rename" : "Nomni o'zgartiring", + "Collaborative tags" : "Hamkorlik teglari", + "No tags found" : "Hech qanday teg topilmadi", + "unknown text" : "noma'lum matn", + "Hello world!" : "Salom Dunyo!", + "sunny" : "quyoshli", + "new" : "yangi", + "The update is in progress, leaving this page might interrupt the process in some environments." : "Yangilash davom etmoqda va ushbu sahifa ba'zi muhitlarda jarayonni to'xtatishi mumkin.", + "Update to {version}" : "{version} ga yangilash", + "An error occurred." : "Xatolik yuz berdi.", + "Please reload the page." : "Iltimos, sahifani qayta yuklang.", + "Searching other places" : "Boshqa joylarni qidirish", + "Personal" : "Shaxsiy", + "Users" : "Foydalanuvchilar", + "Apps" : "Ilovalar", + "Admin" : "Admin", + "Help" : "Yordam", + "Access forbidden" : "Kirish taqiqlangan", + "File not found" : "Fayl topilmadi", + "Internal Server Error" : "Serverdagi ichki xatolik", + "The server was unable to complete your request." : "Server so'rovingizni bajarib bo'lmadi.", + "If this happens again, please send the technical details below to the server administrator." : "Agar shunday bo'lsa, iltimos, quyidagi texnik ma'lumotlarni quyidagi server administratoriga yuboring.", + "More details can be found in the server log." : "Batafsil ma'lumotni server jurnallaridan topishingiz mumkin.", + "Technical details" : "Texnik ma'lumotlar", + "Remote Address: %s" : "Masofali manzil: %s", + "Request ID: %s" : "ID so'rovi: %s", + "Type: %s" : "ID so'rovi: %s", + "Code: %s" : "Kod: %s", + "Message: %s" : "Xabar: %s", + "File: %s" : "Fayl: %s", + "Line: %s" : "Qator: %s", + "Trace" : "Iz", + "Security warning" : "Xavfsizlik bo'yicha ogohlantirish", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : ".htaccess fayli ishlamayapti, chunki ma'lumotlar katalogingiz va fayllaringiz Internetdan foydalanish mumkin.", + "Username" : "Foydalanuvchi nomi", + "Storage & database" : "Saqlash va ma'lumotlar bazasi", + "Data folder" : "Ma'lumotlar jildi", + "Configure the database" : "Ma'lumotlar bazasini sozlang", + "Only %s is available." : "Faqat %s mavjud.", + "Install and activate additional PHP modules to choose other database types." : "Boshqa ma'lumotlar bazasi turlarini tanlash uchun qo'shimcha PHP modullarini o'rnating va ishga tushiring.", + "For more details check out the documentation." : "Qo'shimcha ma'lumot olish uchun hujjatlarni ko'rib chiqing.", + "Database user" : "Ma'lumotlar bazasi foydalanuvchisi", + "Database password" : "Ma'lumotlar bazasi paroli", + "Database name" : "Ma'lumotlar bazasi nomi", + "Database tablespace" : "Ma'lumotlar bazasi jadvali", + "Database host" : "Ma'lumotlar bazasi hosti", + "Please specify the port number along with the host name (e.g., localhost:5432)." : "Iltimos, uy egasi nomi bilan birga port raqamini ko'rsating (m-n, localhost: 5432).", + "Performance warning" : "Ishlash haqida ogohlantirish", + "SQLite will be used as database." : "SQLite ma'lumotlar bazasi sifatida ishlatiladi.", + "For larger installations we recommend to choose a different database backend." : "Katta hajmdagi o'rnatish uchun biz boshqa ma'lumotlar bazasi ordinatorini tanlashni tavsiya etamiz.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Ayniqsa, ish stoli mijozidan faylni sinxronlashtirish uchun SQLite-dan foydalanish tushkunlikka tushgan.", + "Finish setup" : "O'rnatishni tugating", + "Need help?" : "Yordam kerak?", + "See the documentation" : "Hujjatlarga qarang", + "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ushbu dastur to'g'ri ishlashi uchun JavaScript-ni talab qiladi. Iltimos, {linkstart} JavaScript-ni faollashtirish {linkend} va sahifani qayta yuklang.", + "More apps" : "Ko'proq ilovalar", + "Search" : "Qidirmoq", + "Reset search" : "Qidiruvni tiklash", + "Confirm your password" : "Parolingizni tasdiqlang", + "Server side authentication failed!" : "Server tomoni autentifikatsiyasi bajarilmadi!", + "Please contact your administrator." : "Administrator bilan bog'laning.", + "An internal error occurred." : "Ichki xato ro'y berdi.", + "Please try again or contact your administrator." : "Qaytadan urinib ko'ring yoki administrator bilan bog'laning.", + "Username or email" : "Foydalanuvchi nomi yoki elektron pochta", + "Log in" : "Kirish", + "Wrong password." : "Noto'g'ri parol.", + "Account access" : "Hisobga kirish", + "Error setting expiration date" : "Muddati tugash sanasini belgilashda xato", + "The public link will expire no later than {days} days after it is created" : "Jamoat havolasi tugaganidan keyin {days} kundan keyin tugaydi", + "Share with other people by entering a user or group or an email address." : "Biror foydalanuvchi yoki guruh yoki elektron pochta manzilini kiritish orqali boshqa odamlar bilan bo'lishing.", + "The specified document has not been found on the server." : "Belgilangan hujjat serverda topilmadi.", + "You can click here to return to %s." : "%s ga qaytish uchun bu yerga bosing.", + "Stay logged in" : "Kirishni unutmang", + "Back to log in" : "Kirish uchun qaytib boring", + "Alternative Logins" : "Shu bilan bir qatorda kirishlar" +}, +"nplurals=1; plural=0;"); diff --git a/core/l10n/uz.json b/core/l10n/uz.json new file mode 100644 index 0000000000..2d626fffda --- /dev/null +++ b/core/l10n/uz.json @@ -0,0 +1,207 @@ +{ "translations": { + "Please select a file." : "Iltimos, faylni tanlang.", + "File is too big" : "Fayl juda katta", + "The selected file is not an image." : "Tanlangan fayl tasvir emas.", + "The selected file cannot be read." : "Tanlangan faylni o'qib bo'lmaydi.", + "Invalid file provided" : "Berilgan fayl noto'g'ri", + "No image or file provided" : "Hech qanday rasm yoki fayl taqdim etilmagan", + "Unknown filetype" : "Noma'lum filetype", + "Invalid image" : "Tasdiqlanmagan tasvir", + "An error occurred. Please contact your admin." : "Xatolik yuz berdi. Iltimos, administratoringizga murojaat qiling.", + "No temporary profile picture available, try again" : "Vaqtinchalik profil tasviri mavjud emas, qayta urinib ko'ring", + "No crop data provided" : "Mahsulot ma'lumotlari yo'q", + "No valid crop data provided" : "Yaroqli ekin ma'lumotlari mavjud emas", + "Crop is not square" : "O'simlik kvadrat emas", + "Password reset is disabled" : "Parolni qayta tiklash o'chirilgan", + "Couldn't reset password because the token is invalid" : "Parolni qayta tiklab bo'lmadi, chunki token noto'g'ri", + "Couldn't reset password because the token is expired" : "Parolni o'chirish uchun parolni tiklab bo'lmadi", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Ushbu foydalanuvchi nomiga e-pochta manzili yo'qligi sababli, asl holatini tiklash uchun elektron pochta xabarini yuborib bo'lmadi. Administrator bilan bog'laning.", + "%s password reset" : "%s parolni tiklash ", + "Password reset" : "Parolni tiklash", + "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Parolni tiklash uchun quyidagi tugmani bosing. Parolni tiklashni talab qilmagan bo'lsangiz, ushbu e-pochtani e'tiborsiz qoldiring.", + "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Parolni tiklash uchun quyidagi havolani bosing. Parolni tiklashni talab qilmagan bo'lsangiz, ushbu e-pochtani e'tiborsiz qoldiring.", + "Couldn't send reset email. Please contact your administrator." : "Nolga o'rnatish elektron pochta manzili yuborilmadi. Administrator bilan bog'laning.", + "Couldn't send reset email. Please make sure your username is correct." : "Nolga o'rnatish elektron pochta manzili yuborilmadi. Foydalanuvchi nomingiz to'g'ri ekanligiga ishonch hosil qiling.", + "Preparing update" : "Yangilashni tayyorlash", + "[%d / %d]: %s" : "[%d / %d]: %s", + "Repair warning: " : "Ta'mirlash haqida ogohlantirish:", + "Repair error: " : "Ta'mirlash xatosi:", + "Please use the command line updater because automatic updating is disabled in the config.php." : "Iltimos, buyruq satri updater-dan foydalaning, chunki config.php da avtomatik yangilanish o'chirib qo'yilgan.", + "[%d / %d]: Checking table %s" : "[%d / %d]: Jadvalni tekshirish %s", + "Turned on maintenance mode" : "Ta'minot rejimida yoqilgan", + "Turned off maintenance mode" : "Xizmat rejimi o'chirilgan", + "Maintenance mode is kept active" : "Xizmat holati faol holda saqlanadi", + "Updating database schema" : "Ma'lumotlar bazasi sxemasini yangilash", + "Updated database" : "Yangilangan ma'lumotlar bazasi", + "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Ma'lumotlar bazasi sxemasining yangilanishi mumkinligini tekshirish (bu ma'lumotlar bazasi hajmiga qarab uzoq vaqt talab qilishi mumkin)", + "Checked database schema update" : "Ma'lumotlar bazasi diagrammasi yangilandi", + "Checking updates of apps" : "Ilovalarning yangilanishlarini tekshirish", + "Checked database schema update for apps" : "Ilovalar uchun ma'lumotlar bazasi sxemasi yangilandi", + "Starting code integrity check" : "Kod butunligini tekshirishni boshlash", + "Finished code integrity check" : "To'ldirilgan kod yaxlitligini tekshirish", + "Already up to date" : "Hozirgacha", + "Search contacts …" : "Kontaktlarni qidirish ...", + "No contacts found" : "Kontaktlar topilmadi", + "Show all contacts …" : "Barcha kontaktlarni ko'rsatish ...", + "Loading your contacts …" : "Kontaktlaringiz yuklanmoqda ...", + "No action available" : "Hech qanday harakat mavjud emas", + "Error fetching contact actions" : "Kontakt harakatlarini olishda xato", + "Settings" : "Sozlamalar", + "Connection to server lost" : "Serverga ulanish yo'qoldi", + "Saving..." : "Saqlanmoqda...", + "Dismiss" : "Tashlab qo'ymang", + "Authentication required" : "Tasdiqlanishi talab qilinadi", + "This action requires you to confirm your password" : "Bu amal sizning parolingizni tasdiqlashingizni talab qiladi", + "Confirm" : "Tasdiqlash", + "Password" : "Parol", + "Failed to authenticate, try again" : "Haqiqiylikni tekshirib bo'lmadi, qayta urinib ko'ring", + "seconds ago" : "soniya oldin", + "Logging in …" : "Kirish ...", + "I know what I'm doing" : "Men nima qilayotganimni bilaman", + "Password can not be changed. Please contact your administrator." : "Parolni o'zgartirib bo'lmaydi. Administrator bilan bog'laning.", + "No" : "Yo'q", + "Yes" : "Ha", + "No files in here" : "Bu erda hech qanday fayl yo'q", + "Choose" : "Tanlang", + "Copy" : "Nusxalash", + "Move" : "Ko'chiring", + "Error loading file picker template: {error}" : "Fayl topuvchi shablonini yuklashda xatolik: {error}", + "OK" : "OK", + "Error loading message template: {error}" : "Xabar shablonini yuklashda xato: {error}", + "read-only" : "faqat o'qish", + "One file conflict" : "Bir fayl nizoli", + "New Files" : "Yangi fayllar", + "Already existing files" : "Mavjud fayllar", + "Which files do you want to keep?" : "Siz qaysi fayllarni saqlamoqchisiz?", + "If you select both versions, the copied file will have a number added to its name." : "Ikkala versiyani tanlasangiz, kopyalanan faylda uning nomi qo'shilgan raqamga ega bo'ladi.", + "Cancel" : "Bekor qilish", + "Continue" : "Davom etish", + "(all selected)" : "(barcha tanlangan)", + "Error loading file exists template" : "Faylni yuklashda xatolik shablonni mavjud", + "Pending" : "Kutilmoqda", + "Copy to {folder}" : "{Folder} -ga nusxa olish", + "Very weak password" : "Juda zaif parol", + "Weak password" : "Zaif parol", + "Good password" : "Yaxshi parol", + "Strong password" : "Kuchli parol", + "Error occurred while checking server setup" : "Server sozlamalarini tekshirishda xatolik yuz berdi", + "Shared" : "Birgalikda", + "Choose a password for the public link" : "Umumiy havola uchun parolni tanlang", + "Choose a password for the public link or press the \"Enter\" key" : "Umumiy havola uchun parolni tanlang yoki \"Enter\" tugmasini bosing", + "Copied!" : "Nusxa olindi!", + "Not supported!" : "Qo'llab-quvvatlanmaydi!", + "Press ⌘-C to copy." : "Ko'chirib olish uchun ⌘-C tugmasini bosing.", + "Press Ctrl-C to copy." : "Nusxalash uchun Ctrl-C tugmalarini bosing.", + "Resharing is not allowed" : "Resharingga ruxsat berilmaydi", + "Link" : "Ulanish", + "Password protect" : "Parol himoyalangan", + "Allow editing" : "Tahrirlashga ruxsat bering", + "Email link to person" : "Shaxsga elektron pochta manzili", + "Send" : "Yuborish", + "Allow upload and editing" : "Yuklash va tahrirlashga ruxsat berish", + "Read only" : "Faqat o'qish", + "File drop (upload only)" : "Faylni ochish (faqat yuklash)", + "Set expiration date" : "Muddati tugashini belgilash", + "Expiration" : "Muddati", + "Unshare" : "Ajablanmaslik", + "Share link" : "Ulanishni ulashing", + "Could not unshare" : "Almashtirilmadi", + "Choose a password for the mail share" : "Pochta almashuvi uchun parolni tanlang", + "group" : "guruh", + "remote" : "masofadan turib", + "email" : "elektron pochta", + "Can reshare" : "Qayta tiklash mumkin", + "Can edit" : "Tahrirlashi mumkin", + "Can create" : "Yaratish mumkin", + "Can change" : "O'zgarishi mumkin", + "Can delete" : "O'chirib yuborishi mumkin", + "Access control" : "Kirishni boshqarish", + "Error while sharing" : "Almashish paytida xatolik yuz berdi", + "Share details could not be loaded for this item." : "Ushbu ma'lumot uchun almashish tafsilotlari yuklanmadi.", + "An error occurred. Please try again" : "Xatolik yuz berdi. Iltimos, yana bir bor urinib ko'ring", + "Name or email address..." : "Ism yoki elektron pochta manzili...", + "Name or federated cloud ID..." : "Nom yoki biriktirilgan bulut identifikatori...", + "Name, federated cloud ID or email address..." : "Nomi, federation bulut identifikatori yoki elektron pochta manzili...", + "Name..." : "Ism...", + "Error" : "Xato", + "Error removing share" : "Ishtirokni olib tashlashda xatolik yuz berdi", + "restricted" : "cheklangan", + "invisible" : "ko'rinmas", + "Delete" : "O'chir", + "Rename" : "Nomni o'zgartiring", + "Collaborative tags" : "Hamkorlik teglari", + "No tags found" : "Hech qanday teg topilmadi", + "unknown text" : "noma'lum matn", + "Hello world!" : "Salom Dunyo!", + "sunny" : "quyoshli", + "new" : "yangi", + "The update is in progress, leaving this page might interrupt the process in some environments." : "Yangilash davom etmoqda va ushbu sahifa ba'zi muhitlarda jarayonni to'xtatishi mumkin.", + "Update to {version}" : "{version} ga yangilash", + "An error occurred." : "Xatolik yuz berdi.", + "Please reload the page." : "Iltimos, sahifani qayta yuklang.", + "Searching other places" : "Boshqa joylarni qidirish", + "Personal" : "Shaxsiy", + "Users" : "Foydalanuvchilar", + "Apps" : "Ilovalar", + "Admin" : "Admin", + "Help" : "Yordam", + "Access forbidden" : "Kirish taqiqlangan", + "File not found" : "Fayl topilmadi", + "Internal Server Error" : "Serverdagi ichki xatolik", + "The server was unable to complete your request." : "Server so'rovingizni bajarib bo'lmadi.", + "If this happens again, please send the technical details below to the server administrator." : "Agar shunday bo'lsa, iltimos, quyidagi texnik ma'lumotlarni quyidagi server administratoriga yuboring.", + "More details can be found in the server log." : "Batafsil ma'lumotni server jurnallaridan topishingiz mumkin.", + "Technical details" : "Texnik ma'lumotlar", + "Remote Address: %s" : "Masofali manzil: %s", + "Request ID: %s" : "ID so'rovi: %s", + "Type: %s" : "ID so'rovi: %s", + "Code: %s" : "Kod: %s", + "Message: %s" : "Xabar: %s", + "File: %s" : "Fayl: %s", + "Line: %s" : "Qator: %s", + "Trace" : "Iz", + "Security warning" : "Xavfsizlik bo'yicha ogohlantirish", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : ".htaccess fayli ishlamayapti, chunki ma'lumotlar katalogingiz va fayllaringiz Internetdan foydalanish mumkin.", + "Username" : "Foydalanuvchi nomi", + "Storage & database" : "Saqlash va ma'lumotlar bazasi", + "Data folder" : "Ma'lumotlar jildi", + "Configure the database" : "Ma'lumotlar bazasini sozlang", + "Only %s is available." : "Faqat %s mavjud.", + "Install and activate additional PHP modules to choose other database types." : "Boshqa ma'lumotlar bazasi turlarini tanlash uchun qo'shimcha PHP modullarini o'rnating va ishga tushiring.", + "For more details check out the documentation." : "Qo'shimcha ma'lumot olish uchun hujjatlarni ko'rib chiqing.", + "Database user" : "Ma'lumotlar bazasi foydalanuvchisi", + "Database password" : "Ma'lumotlar bazasi paroli", + "Database name" : "Ma'lumotlar bazasi nomi", + "Database tablespace" : "Ma'lumotlar bazasi jadvali", + "Database host" : "Ma'lumotlar bazasi hosti", + "Please specify the port number along with the host name (e.g., localhost:5432)." : "Iltimos, uy egasi nomi bilan birga port raqamini ko'rsating (m-n, localhost: 5432).", + "Performance warning" : "Ishlash haqida ogohlantirish", + "SQLite will be used as database." : "SQLite ma'lumotlar bazasi sifatida ishlatiladi.", + "For larger installations we recommend to choose a different database backend." : "Katta hajmdagi o'rnatish uchun biz boshqa ma'lumotlar bazasi ordinatorini tanlashni tavsiya etamiz.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Ayniqsa, ish stoli mijozidan faylni sinxronlashtirish uchun SQLite-dan foydalanish tushkunlikka tushgan.", + "Finish setup" : "O'rnatishni tugating", + "Need help?" : "Yordam kerak?", + "See the documentation" : "Hujjatlarga qarang", + "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ushbu dastur to'g'ri ishlashi uchun JavaScript-ni talab qiladi. Iltimos, {linkstart} JavaScript-ni faollashtirish {linkend} va sahifani qayta yuklang.", + "More apps" : "Ko'proq ilovalar", + "Search" : "Qidirmoq", + "Reset search" : "Qidiruvni tiklash", + "Confirm your password" : "Parolingizni tasdiqlang", + "Server side authentication failed!" : "Server tomoni autentifikatsiyasi bajarilmadi!", + "Please contact your administrator." : "Administrator bilan bog'laning.", + "An internal error occurred." : "Ichki xato ro'y berdi.", + "Please try again or contact your administrator." : "Qaytadan urinib ko'ring yoki administrator bilan bog'laning.", + "Username or email" : "Foydalanuvchi nomi yoki elektron pochta", + "Log in" : "Kirish", + "Wrong password." : "Noto'g'ri parol.", + "Account access" : "Hisobga kirish", + "Error setting expiration date" : "Muddati tugash sanasini belgilashda xato", + "The public link will expire no later than {days} days after it is created" : "Jamoat havolasi tugaganidan keyin {days} kundan keyin tugaydi", + "Share with other people by entering a user or group or an email address." : "Biror foydalanuvchi yoki guruh yoki elektron pochta manzilini kiritish orqali boshqa odamlar bilan bo'lishing.", + "The specified document has not been found on the server." : "Belgilangan hujjat serverda topilmadi.", + "You can click here to return to %s." : "%s ga qaytish uchun bu yerga bosing.", + "Stay logged in" : "Kirishni unutmang", + "Back to log in" : "Kirish uchun qaytib boring", + "Alternative Logins" : "Shu bilan bir qatorda kirishlar" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/core/l10n/vi.js b/core/l10n/vi.js index d3760b2907..5662fc52fe 100644 --- a/core/l10n/vi.js +++ b/core/l10n/vi.js @@ -295,18 +295,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Chia sẻ với người khác bằng cách nhập tên người dùng hoặc tên nhóm, hoặc địa chỉ email.", "The specified document has not been found on the server." : "Không tìm thấy tài liệu trên máy chủ.", "You can click here to return to %s." : "Bạn có thể nhấp vào đây để quay lại %s.", - "Wrong password. Reset it?" : "Sai mật khẩu. Đặt lại mật khẩu?", "Stay logged in" : "Lưu trạng thái đăng nhập", + "Back to log in" : "Trở lại trang đăng nhập", "Alternative Logins" : "Đăng nhập khác", + "You are about to grant %s access to your %s account." : "Bạn sắp được phép %s truy nhập tới tài khoản %s của bạn.", "Alternative login using app token" : "Cách thức đăng nhập khác sử dụng app token", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Tính năng bảo mật nâng cao được kích hoạt cho tài khoản của bạn. Vui lòng xác thực sử dụng yếu tố thứ hai.", + "Depending on your configuration, this button could also work to trust the domain:" : "Phụ thuộc vào cấu hình của bạn, nút lệnh này có thể hoạt động để bảo đảm tin tưởng tên miền:", "Add \"%s\" as trusted domain" : "Thêm \"%s\" là tên miền tin cậy", "%s will be updated to version %s" : "%s sẽ được cập nhật lên phiên bản %s", "This page will refresh itself when the %s instance is available again." : "Trang này sẽ tự động được làm tươi khi bản cài đặt %s được sẵn sàng.", "Thank you for your patience." : "Cảm ơn sự kiên nhẫn của bạn.", - "Back to log in" : "Trở lại trang đăng nhập", - "You are about to grant %s access to your %s account." : "Bạn sắp được phép %s truy nhập tới tài khoản %s của bạn.", - "Depending on your configuration, this button could also work to trust the domain:" : "Phụ thuộc vào cấu hình của bạn, nút lệnh này có thể hoạt động để bảo đảm tin tưởng tên miền:", "Enable" : "Bật" }, "nplurals=1; plural=0;"); diff --git a/core/l10n/vi.json b/core/l10n/vi.json index 3004c31f73..5390f6c184 100644 --- a/core/l10n/vi.json +++ b/core/l10n/vi.json @@ -293,18 +293,17 @@ "Share with other people by entering a user or group or an email address." : "Chia sẻ với người khác bằng cách nhập tên người dùng hoặc tên nhóm, hoặc địa chỉ email.", "The specified document has not been found on the server." : "Không tìm thấy tài liệu trên máy chủ.", "You can click here to return to %s." : "Bạn có thể nhấp vào đây để quay lại %s.", - "Wrong password. Reset it?" : "Sai mật khẩu. Đặt lại mật khẩu?", "Stay logged in" : "Lưu trạng thái đăng nhập", + "Back to log in" : "Trở lại trang đăng nhập", "Alternative Logins" : "Đăng nhập khác", + "You are about to grant %s access to your %s account." : "Bạn sắp được phép %s truy nhập tới tài khoản %s của bạn.", "Alternative login using app token" : "Cách thức đăng nhập khác sử dụng app token", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Tính năng bảo mật nâng cao được kích hoạt cho tài khoản của bạn. Vui lòng xác thực sử dụng yếu tố thứ hai.", + "Depending on your configuration, this button could also work to trust the domain:" : "Phụ thuộc vào cấu hình của bạn, nút lệnh này có thể hoạt động để bảo đảm tin tưởng tên miền:", "Add \"%s\" as trusted domain" : "Thêm \"%s\" là tên miền tin cậy", "%s will be updated to version %s" : "%s sẽ được cập nhật lên phiên bản %s", "This page will refresh itself when the %s instance is available again." : "Trang này sẽ tự động được làm tươi khi bản cài đặt %s được sẵn sàng.", "Thank you for your patience." : "Cảm ơn sự kiên nhẫn của bạn.", - "Back to log in" : "Trở lại trang đăng nhập", - "You are about to grant %s access to your %s account." : "Bạn sắp được phép %s truy nhập tới tài khoản %s của bạn.", - "Depending on your configuration, this button could also work to trust the domain:" : "Phụ thuộc vào cấu hình của bạn, nút lệnh này có thể hoạt động để bảo đảm tin tưởng tên miền:", "Enable" : "Bật" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 990e678454..33aa841d6e 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -369,22 +369,10 @@ OC.L10N.register( "%s (3rdparty)" : "%s(第三方)", "There was an error loading your contacts" : "加载联系人出错", "There were problems with the code integrity check. More information…" : "代码完整性检查出现异常, 点击查看详细信息...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "由于 WebDAV 接口似乎被破坏, 因此你的 Web 服务器没有正确地设置允许文件同步。", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "您的 Web 服务器未正确设置以解析 \"{url}\"。您可以在我们的文档中找到更多可用信息。", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "此服务器没有可用的互联网连接: 多个节点无法访问. 这意味着某些功能比如挂载外部存储, 更新通知以及安装第三方应用将无法工作. 远程访问文件和发送通知邮件可能也不工作. 如果您想使用所有的功能, 我们建议启用互联网连接.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "内存缓存未配置. 如果可用, 请配置 memcache 以增强性能. 更多信息请查看我们的文档.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP 无法访问 /dev/urandom, 由于安全原因, 这是强烈不推荐的. 更多信息请查看我们的文档.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "您当前的 PHP 版本 {version}。我们建议您尽快升级您的 PHP 版本,以便获得来自 PHP 官方的性能和安全的提升。", - "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 documentation." : "反向代理配置错误, 或者您正在通过可信的代理访问 Nextcloud. 如果您不是通过可信代理访问 Nextcloud, 这将是一个安全问题, 并允许攻击者通过伪装 IP 地址访问 Nextcloud. 更多信息请查看我们的文档.", - "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 memcached wiki about both modules." : "Memcached 当前配置为分布式缓存, 但是当前安装的 PHP 模块是 \"memcache\". \\OC\\Memcache\\Memcached 仅支持 \"memcached\" 而不是 \"memcache\". 点击memcached wiki了解两者的不同.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "一些文件没有通过完整性检查. 了解如何解决该问题请查看我们的文档. (无效的文件列表… / 重新扫描…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP 的组件 OPcache 没有正确配置. 为了提供更好的性能, 我们建议在php.ini文件中使用下列设置:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP的函数 “set_time_limit\" 是不可用的. 这导致脚本在运行中被中止,暂停你的安装,我们强烈建议你开启这个函数.", - "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." : "你的数据存储目录可以从互联网上直接访问。.htaccess文件没有生效,请配置你的网页服务器以避免数据存储目录可从外部访问或将数据存储目录转移到网页服务器根目录之外。", - "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." : "HTTP 请求头 \"{header}\" 没有配置为 \"{expected}\". 这是一个潜在的安全或隐私风险, 我们建议您调整这项设置.", - "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 security tips." : "HTTP 请求头 \"Strict-Transport-Security\" 没有配置为至少 “{seconds}” 秒. 出于增强安全性考虑, 我们推荐按照安全提示中的说明启用 HSTS.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "您正在通过 HTTP 访问该站点, 我们强烈建议您按照安全提示中的说明配置服务器强制使用 HTTPS.", - "Shared with {recipients}" : "由 {recipients} 共享", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP 无法访问 /dev/urandom,出于安全原因这是强烈不推荐的。更多信息请参见文档。", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "您的 PHP 没有 FreeType 支持,导致配置文件图片和设置界面中断。", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "HTTP 请求头 \"Strict-Transport-Security\" 没有配置为至少 “{seconds}” 秒。出于增强安全性考虑,我们推荐按照 安全提示中的说明启用HSTS。", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "您正在通过 HTTP 访问该站点, 我们强烈建议您按照安全提示中的说明配置服务器强制使用 HTTPS.", "Error setting expiration date" : "设置过期日期时出错", "The public link will expire no later than {days} days after it is created" : "该共享链接将在创建后 {days} 天失效", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} 通过链接共享", @@ -396,31 +384,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "输入用户/组织或邮箱地址来共享给其他人.", "The specified document has not been found on the server." : "在服务器上没找到指定的文件.", "You can click here to return to %s." : "你可以点击这里返回 %s.", - "The server encountered an internal error and was unable to complete your request." : "服务器发生一个内部错误并且无法完成你的请求.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "如果多次出现这个错误, 请联系服务器管理员, 请把下面的技术细节包含在您的报告中.", - "For information how to properly configure your server, please see the documentation." : "了解如何正确配置服务器, 请参见 文档.", - "This action requires you to confirm your password:" : "此操作需要确认您的密码:", - "Wrong password. Reset it?" : "密码错误。是否重置?", "Stay logged in" : "保持登录", + "Back to log in" : "返回登录", "Alternative Logins" : "其他登录方式", - "You are about to grant \"%s\" access to your %s account." : "你将分配 \"%s\" 访问权限给你的 %s 账户。", + "You are about to grant %s access to your %s account." : "你将分配 %s 访问权限给你的 %s 账户。", "Alternative login using app token" : "使用应用程序令牌替代登录", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "您的帐户已启用增强安全性, 请使用第二因子验证.", - "You are accessing the server from an untrusted domain." : "您正在访问来自不信任域名的服务器.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "请联系您的系统管理员. 如果您是系统管理员, 在 config/config.php 文件中设置 \"trusted_domain\". 可以在 config/config.sample.php 文件中找到例子.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "基于您的配置, 作为系统管理员, 您还可以点击下面的按钮来信任该域名.", + "Depending on your configuration, this button could also work to trust the domain:" : "取决于配置,此按钮也可用作设置信任域名:", "Add \"%s\" as trusted domain" : "添加 \"%s\" 为信任域名", "%s will be updated to version %s" : "%s 将会更新至版本 %s", - "For help, see the documentation." : "获取更多帮助, 请查看 文档.", "This page will refresh itself when the %s instance is available again." : "当实例 %s 再次可用时此页面将刷新.", "Thank you for your patience." : "感谢您久等了.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP 无法访问 /dev/urandom,出于安全原因这是强烈不推荐的。更多信息请参见文档。", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "您的 PHP 没有 FreeType 支持,导致配置文件图片和设置界面中断。", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "HTTP 请求头 \"Strict-Transport-Security\" 没有配置为至少 “{seconds}” 秒。出于增强安全性考虑,我们推荐按照 安全提示中的说明启用HSTS。", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "您正在通过 HTTP 访问该站点, 我们强烈建议您按照安全提示中的说明配置服务器强制使用 HTTPS.", - "Back to log in" : "返回登录", - "You are about to grant %s access to your %s account." : "你将分配 %s 访问权限给你的 %s 账户。", - "Depending on your configuration, this button could also work to trust the domain:" : "取决于配置,此按钮也可用作设置信任域名:", "Copy URL" : "复制超链接", "Enable" : "启用", "{sharee} (conversation)" : "{sharee}(对话)", diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json index f8389c7c0d..f6acc6a97f 100644 --- a/core/l10n/zh_CN.json +++ b/core/l10n/zh_CN.json @@ -367,22 +367,10 @@ "%s (3rdparty)" : "%s(第三方)", "There was an error loading your contacts" : "加载联系人出错", "There were problems with the code integrity check. More information…" : "代码完整性检查出现异常, 点击查看详细信息...", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "由于 WebDAV 接口似乎被破坏, 因此你的 Web 服务器没有正确地设置允许文件同步。", - "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our documentation." : "您的 Web 服务器未正确设置以解析 \"{url}\"。您可以在我们的文档中找到更多可用信息。", - "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "此服务器没有可用的互联网连接: 多个节点无法访问. 这意味着某些功能比如挂载外部存储, 更新通知以及安装第三方应用将无法工作. 远程访问文件和发送通知邮件可能也不工作. 如果您想使用所有的功能, 我们建议启用互联网连接.", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "内存缓存未配置. 如果可用, 请配置 memcache 以增强性能. 更多信息请查看我们的文档.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "PHP 无法访问 /dev/urandom, 由于安全原因, 这是强烈不推荐的. 更多信息请查看我们的文档.", - "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "您当前的 PHP 版本 {version}。我们建议您尽快升级您的 PHP 版本,以便获得来自 PHP 官方的性能和安全的提升。", - "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 documentation." : "反向代理配置错误, 或者您正在通过可信的代理访问 Nextcloud. 如果您不是通过可信代理访问 Nextcloud, 这将是一个安全问题, 并允许攻击者通过伪装 IP 地址访问 Nextcloud. 更多信息请查看我们的文档.", - "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 memcached wiki about both modules." : "Memcached 当前配置为分布式缓存, 但是当前安装的 PHP 模块是 \"memcache\". \\OC\\Memcache\\Memcached 仅支持 \"memcached\" 而不是 \"memcache\". 点击memcached wiki了解两者的不同.", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "一些文件没有通过完整性检查. 了解如何解决该问题请查看我们的文档. (无效的文件列表… / 重新扫描…)", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP 的组件 OPcache 没有正确配置. 为了提供更好的性能, 我们建议在php.ini文件中使用下列设置:", - "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP的函数 “set_time_limit\" 是不可用的. 这导致脚本在运行中被中止,暂停你的安装,我们强烈建议你开启这个函数.", - "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." : "你的数据存储目录可以从互联网上直接访问。.htaccess文件没有生效,请配置你的网页服务器以避免数据存储目录可从外部访问或将数据存储目录转移到网页服务器根目录之外。", - "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." : "HTTP 请求头 \"{header}\" 没有配置为 \"{expected}\". 这是一个潜在的安全或隐私风险, 我们建议您调整这项设置.", - "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 security tips." : "HTTP 请求头 \"Strict-Transport-Security\" 没有配置为至少 “{seconds}” 秒. 出于增强安全性考虑, 我们推荐按照安全提示中的说明启用 HSTS.", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "您正在通过 HTTP 访问该站点, 我们强烈建议您按照安全提示中的说明配置服务器强制使用 HTTPS.", - "Shared with {recipients}" : "由 {recipients} 共享", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP 无法访问 /dev/urandom,出于安全原因这是强烈不推荐的。更多信息请参见文档。", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "您的 PHP 没有 FreeType 支持,导致配置文件图片和设置界面中断。", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "HTTP 请求头 \"Strict-Transport-Security\" 没有配置为至少 “{seconds}” 秒。出于增强安全性考虑,我们推荐按照 安全提示中的说明启用HSTS。", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "您正在通过 HTTP 访问该站点, 我们强烈建议您按照安全提示中的说明配置服务器强制使用 HTTPS.", "Error setting expiration date" : "设置过期日期时出错", "The public link will expire no later than {days} days after it is created" : "该共享链接将在创建后 {days} 天失效", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} 通过链接共享", @@ -394,31 +382,17 @@ "Share with other people by entering a user or group or an email address." : "输入用户/组织或邮箱地址来共享给其他人.", "The specified document has not been found on the server." : "在服务器上没找到指定的文件.", "You can click here to return to %s." : "你可以点击这里返回 %s.", - "The server encountered an internal error and was unable to complete your request." : "服务器发生一个内部错误并且无法完成你的请求.", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "如果多次出现这个错误, 请联系服务器管理员, 请把下面的技术细节包含在您的报告中.", - "For information how to properly configure your server, please see the documentation." : "了解如何正确配置服务器, 请参见 文档.", - "This action requires you to confirm your password:" : "此操作需要确认您的密码:", - "Wrong password. Reset it?" : "密码错误。是否重置?", "Stay logged in" : "保持登录", + "Back to log in" : "返回登录", "Alternative Logins" : "其他登录方式", - "You are about to grant \"%s\" access to your %s account." : "你将分配 \"%s\" 访问权限给你的 %s 账户。", + "You are about to grant %s access to your %s account." : "你将分配 %s 访问权限给你的 %s 账户。", "Alternative login using app token" : "使用应用程序令牌替代登录", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "您的帐户已启用增强安全性, 请使用第二因子验证.", - "You are accessing the server from an untrusted domain." : "您正在访问来自不信任域名的服务器.", - "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "请联系您的系统管理员. 如果您是系统管理员, 在 config/config.php 文件中设置 \"trusted_domain\". 可以在 config/config.sample.php 文件中找到例子.", - "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "基于您的配置, 作为系统管理员, 您还可以点击下面的按钮来信任该域名.", + "Depending on your configuration, this button could also work to trust the domain:" : "取决于配置,此按钮也可用作设置信任域名:", "Add \"%s\" as trusted domain" : "添加 \"%s\" 为信任域名", "%s will be updated to version %s" : "%s 将会更新至版本 %s", - "For help, see the documentation." : "获取更多帮助, 请查看 文档.", "This page will refresh itself when the %s instance is available again." : "当实例 %s 再次可用时此页面将刷新.", "Thank you for your patience." : "感谢您久等了.", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP 无法访问 /dev/urandom,出于安全原因这是强烈不推荐的。更多信息请参见文档。", - "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "您的 PHP 没有 FreeType 支持,导致配置文件图片和设置界面中断。", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "HTTP 请求头 \"Strict-Transport-Security\" 没有配置为至少 “{seconds}” 秒。出于增强安全性考虑,我们推荐按照 安全提示中的说明启用HSTS。", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "您正在通过 HTTP 访问该站点, 我们强烈建议您按照安全提示中的说明配置服务器强制使用 HTTPS.", - "Back to log in" : "返回登录", - "You are about to grant %s access to your %s account." : "你将分配 %s 访问权限给你的 %s 账户。", - "Depending on your configuration, this button could also work to trust the domain:" : "取决于配置,此按钮也可用作设置信任域名:", "Copy URL" : "复制超链接", "Enable" : "启用", "{sharee} (conversation)" : "{sharee}(对话)", diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index 6e591cd2f7..c3637f9e68 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -350,16 +350,9 @@ OC.L10N.register( "%s (3rdparty)" : "%s(第三方)", "There was an error loading your contacts" : "載入聯絡人發生錯誤", "There were problems with the code integrity check. More information…" : "執行程式碼完整性檢查時發生問題。更多資訊…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "您的網頁伺服器無法提供檔案同步功能,因為 WebDAV 界面似乎是故障的", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "您沒有設定記憶體快取,如果可以,請完成設定來提升效能。更多資訊請查閱說明文件", - "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 memcached wiki about both modules." : "您已經設定 Memcached 為分散式快取,但是您安裝了錯誤的 PHP 模組 \"memcache\" , Nextcloud 的 \\OC\\Memcache\\Memcached 元件不支援 \"memcache\" 模組,僅支援 \"memcached\" 模組。若想要更加瞭解這兩個模組,請閱讀 memcached wiki。", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "有些檔案並未通過完整性檢查。可參閱詳細資訊,如我們的說明文件(無效檔案列表/重新檢查)以解決這些問題。", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP 的 OPcache 功能並未被妥善設定。為了有更好的效能表現,我們建議在 php.ini 設定檔中使用以下設定:", - "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." : "您的資料目錄和檔案看來可以被公開存取,這表示 .htaccess 設定檔並未生效,我們強烈建議您設定網頁伺服器,拒絕公開存取資料目錄,或者將您的資料目錄移出網頁伺服器根目錄。", - "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." : "目前 HTTP 的 {header} 標頭設定並不是 \"{expected}\" ,這是一個潛在的安全性和隱私風險,我們建議調整此項設定。", - "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 security tips." : "HTTP \"Strict-Transport-Security\" 標頭並未設定持續至少 {seconds} 秒。為了提高安全性,我們在安全建議中有詳述並建議啟用 HSTS。", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "您目前透過 HTTP 存取此網站,如我們的安全建議所述,我們強烈建議設定您的伺服器要求使用 HTTPS。", - "Shared with {recipients}" : "與 {recipients} 分享", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP 無法讀取 /dev/urandom,為保障安全,建議修正這個問題,進一步訊息可參考我們的說明文件。", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "HTTP \"Strict-Transport-Security\" 標頭並未被設定持續至少 {seconds} 秒。為了提高安全性,我們在安全建議中有詳述並建議啟用 HSTS。", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "正在透過不安全的 HTTP 存取站台,強烈建議您設定伺服器啟用 HTTPS ,更多資訊請查閱安全建議。", "Error setting expiration date" : "設定到期日發生錯誤", "The public link will expire no later than {days} days after it is created" : "這個公開連結會在 {days} 天內失效", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} 分享了連結", @@ -371,27 +364,17 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "透過輸入使用者、群組名稱或email來分享給其他人。", "The specified document has not been found on the server." : "該文件不存在於伺服器上", "You can click here to return to %s." : "點這裡以回到 %s", - "The server encountered an internal error and was unable to complete your request." : "伺服器遭遇內部錯誤,無法完成您的要求", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "如果這個錯誤重複出現,請聯絡系統管理員,並附上以下的錯誤細節", - "For information how to properly configure your server, please see the documentation." : "閱讀說明文件來瞭解如何正確設定您的伺服器", - "This action requires you to confirm your password:" : "這個動作需要您再次確認密碼:", - "Wrong password. Reset it?" : "密碼錯誤,重設密碼?", "Stay logged in" : "保持登入狀態", + "Back to log in" : "回到登入頁面", "Alternative Logins" : "其他登入方法", - "You are about to grant \"%s\" access to your %s account." : "您將授予「%s」存取您的 %s 帳戶", + "You are about to grant %s access to your %s account." : "您將授予「%s」存取您的 %s 帳戶", "Alternative login using app token" : "透過應用程式憑證的方式登入", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "您的帳號已啟用進階安全機制,請使用第二階段來認證。", - "You are accessing the server from an untrusted domain." : "你正在從一個未信任的網域存取伺服器", + "Depending on your configuration, this button could also work to trust the domain:" : "根據你的設定值,此按鈕也可用於信任以下網域:", "Add \"%s\" as trusted domain" : "將 %s 加入到信任的網域", "%s will be updated to version %s" : "%s 將會更新至版本 %s", "This page will refresh itself when the %s instance is available again." : "%s 安裝恢復可用之後,本頁會自動重新整理", "Thank you for your patience." : "感謝您的耐心", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP 無法讀取 /dev/urandom,為保障安全,建議修正這個問題,進一步訊息可參考我們的說明文件。", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "HTTP \"Strict-Transport-Security\" 標頭並未被設定持續至少 {seconds} 秒。為了提高安全性,我們在安全建議中有詳述並建議啟用 HSTS。", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "正在透過不安全的 HTTP 存取站台,強烈建議您設定伺服器啟用 HTTPS ,更多資訊請查閱安全建議。", - "Back to log in" : "回到登入頁面", - "You are about to grant %s access to your %s account." : "您將授予「%s」存取您的 %s 帳戶", - "Depending on your configuration, this button could also work to trust the domain:" : "根據你的設定值,此按鈕也可用於信任以下網域:", "Copy URL" : "複製網址", "Enable" : "啟用", "{sharee} (conversation)" : "{sharee} (對話)", diff --git a/core/l10n/zh_TW.json b/core/l10n/zh_TW.json index 40be61ddbd..ab294ad5e4 100644 --- a/core/l10n/zh_TW.json +++ b/core/l10n/zh_TW.json @@ -348,16 +348,9 @@ "%s (3rdparty)" : "%s(第三方)", "There was an error loading your contacts" : "載入聯絡人發生錯誤", "There were problems with the code integrity check. More information…" : "執行程式碼完整性檢查時發生問題。更多資訊…", - "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "您的網頁伺服器無法提供檔案同步功能,因為 WebDAV 界面似乎是故障的", - "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "您沒有設定記憶體快取,如果可以,請完成設定來提升效能。更多資訊請查閱說明文件", - "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 memcached wiki about both modules." : "您已經設定 Memcached 為分散式快取,但是您安裝了錯誤的 PHP 模組 \"memcache\" , Nextcloud 的 \\OC\\Memcache\\Memcached 元件不支援 \"memcache\" 模組,僅支援 \"memcached\" 模組。若想要更加瞭解這兩個模組,請閱讀 memcached wiki。", - "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "有些檔案並未通過完整性檢查。可參閱詳細資訊,如我們的說明文件(無效檔案列表/重新檢查)以解決這些問題。", - "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP 的 OPcache 功能並未被妥善設定。為了有更好的效能表現,我們建議在 php.ini 設定檔中使用以下設定:", - "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." : "您的資料目錄和檔案看來可以被公開存取,這表示 .htaccess 設定檔並未生效,我們強烈建議您設定網頁伺服器,拒絕公開存取資料目錄,或者將您的資料目錄移出網頁伺服器根目錄。", - "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." : "目前 HTTP 的 {header} 標頭設定並不是 \"{expected}\" ,這是一個潛在的安全性和隱私風險,我們建議調整此項設定。", - "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 security tips." : "HTTP \"Strict-Transport-Security\" 標頭並未設定持續至少 {seconds} 秒。為了提高安全性,我們在安全建議中有詳述並建議啟用 HSTS。", - "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "您目前透過 HTTP 存取此網站,如我們的安全建議所述,我們強烈建議設定您的伺服器要求使用 HTTPS。", - "Shared with {recipients}" : "與 {recipients} 分享", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP 無法讀取 /dev/urandom,為保障安全,建議修正這個問題,進一步訊息可參考我們的說明文件。", + "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "HTTP \"Strict-Transport-Security\" 標頭並未被設定持續至少 {seconds} 秒。為了提高安全性,我們在安全建議中有詳述並建議啟用 HSTS。", + "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "正在透過不安全的 HTTP 存取站台,強烈建議您設定伺服器啟用 HTTPS ,更多資訊請查閱安全建議。", "Error setting expiration date" : "設定到期日發生錯誤", "The public link will expire no later than {days} days after it is created" : "這個公開連結會在 {days} 天內失效", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} 分享了連結", @@ -369,27 +362,17 @@ "Share with other people by entering a user or group or an email address." : "透過輸入使用者、群組名稱或email來分享給其他人。", "The specified document has not been found on the server." : "該文件不存在於伺服器上", "You can click here to return to %s." : "點這裡以回到 %s", - "The server encountered an internal error and was unable to complete your request." : "伺服器遭遇內部錯誤,無法完成您的要求", - "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "如果這個錯誤重複出現,請聯絡系統管理員,並附上以下的錯誤細節", - "For information how to properly configure your server, please see the documentation." : "閱讀說明文件來瞭解如何正確設定您的伺服器", - "This action requires you to confirm your password:" : "這個動作需要您再次確認密碼:", - "Wrong password. Reset it?" : "密碼錯誤,重設密碼?", "Stay logged in" : "保持登入狀態", + "Back to log in" : "回到登入頁面", "Alternative Logins" : "其他登入方法", - "You are about to grant \"%s\" access to your %s account." : "您將授予「%s」存取您的 %s 帳戶", + "You are about to grant %s access to your %s account." : "您將授予「%s」存取您的 %s 帳戶", "Alternative login using app token" : "透過應用程式憑證的方式登入", "Enhanced security is enabled for your account. Please authenticate using a second factor." : "您的帳號已啟用進階安全機制,請使用第二階段來認證。", - "You are accessing the server from an untrusted domain." : "你正在從一個未信任的網域存取伺服器", + "Depending on your configuration, this button could also work to trust the domain:" : "根據你的設定值,此按鈕也可用於信任以下網域:", "Add \"%s\" as trusted domain" : "將 %s 加入到信任的網域", "%s will be updated to version %s" : "%s 將會更新至版本 %s", "This page will refresh itself when the %s instance is available again." : "%s 安裝恢復可用之後,本頁會自動重新整理", "Thank you for your patience." : "感謝您的耐心", - "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the documentation." : "PHP 無法讀取 /dev/urandom,為保障安全,建議修正這個問題,進一步訊息可參考我們的說明文件。", - "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips." : "HTTP \"Strict-Transport-Security\" 標頭並未被設定持續至少 {seconds} 秒。為了提高安全性,我們在安全建議中有詳述並建議啟用 HSTS。", - "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the security tips." : "正在透過不安全的 HTTP 存取站台,強烈建議您設定伺服器啟用 HTTPS ,更多資訊請查閱安全建議。", - "Back to log in" : "回到登入頁面", - "You are about to grant %s access to your %s account." : "您將授予「%s」存取您的 %s 帳戶", - "Depending on your configuration, this button could also work to trust the domain:" : "根據你的設定值,此按鈕也可用於信任以下網域:", "Copy URL" : "複製網址", "Enable" : "啟用", "{sharee} (conversation)" : "{sharee} (對話)", diff --git a/lib/l10n/ar.js b/lib/l10n/ar.js index 90cabe1662..00fb413a76 100644 --- a/lib/l10n/ar.js +++ b/lib/l10n/ar.js @@ -129,14 +129,12 @@ OC.L10N.register( "Application is not enabled" : "التطبيق غير مفعّل", "Authentication error" : "لم يتم التأكد من الشخصية بنجاح", "Token expired. Please reload page." : "انتهت صلاحية الكلمة , يرجى اعادة تحميل الصفحة", - "Personal" : "الحساب الشخصي", - "Admin" : "المدير", "Encryption" : "التعمية", "Tips & tricks" : "نصائح و تلميحات", + "Sync clients" : "مزامنة العملاء", "Sharing %s failed, because the user %s does not exist" : "فشلت مشاركة %s لأن المستخدم %s غير موجود", "Share type %s is not valid for %s" : "مشاركة النوع %s غير صالحة لـ %s", "%s shared »%s« with you" : "%s شارك »%s« معك", - "%s via %s" : "%s عبر %s", - "Sync clients" : "مزامنة العملاء" + "%s via %s" : "%s عبر %s" }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/lib/l10n/ar.json b/lib/l10n/ar.json index 05022d30f1..735620c371 100644 --- a/lib/l10n/ar.json +++ b/lib/l10n/ar.json @@ -127,14 +127,12 @@ "Application is not enabled" : "التطبيق غير مفعّل", "Authentication error" : "لم يتم التأكد من الشخصية بنجاح", "Token expired. Please reload page." : "انتهت صلاحية الكلمة , يرجى اعادة تحميل الصفحة", - "Personal" : "الحساب الشخصي", - "Admin" : "المدير", "Encryption" : "التعمية", "Tips & tricks" : "نصائح و تلميحات", + "Sync clients" : "مزامنة العملاء", "Sharing %s failed, because the user %s does not exist" : "فشلت مشاركة %s لأن المستخدم %s غير موجود", "Share type %s is not valid for %s" : "مشاركة النوع %s غير صالحة لـ %s", "%s shared »%s« with you" : "%s شارك »%s« معك", - "%s via %s" : "%s عبر %s", - "Sync clients" : "مزامنة العملاء" + "%s via %s" : "%s عبر %s" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" } \ No newline at end of file diff --git a/lib/l10n/bg.js b/lib/l10n/bg.js index 0ea8ca2860..23212a6178 100644 --- a/lib/l10n/bg.js +++ b/lib/l10n/bg.js @@ -150,7 +150,6 @@ OC.L10N.register( "Share type %s is not valid for %s" : "Споделянето на тип %s не валидно за %s.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Неуспешно споделяне на %s, защото промените надвишават правата на достъп дадени на %s.", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Неуспешно споделяне на %s, защото не е открит първоизточникът на %s, за да бъде споделяне по сървъра.", - "Cannot set expiration date more than %s days in the future" : "Неуспешно задаване на срок на валидност повече от %s дни в бъдещето", "%s shared »%s« with you" : "%s сподели »%s« с вас", "%s via %s" : "%s чрез %s" }, diff --git a/lib/l10n/bg.json b/lib/l10n/bg.json index 1ba1f3740d..0f5e7a2866 100644 --- a/lib/l10n/bg.json +++ b/lib/l10n/bg.json @@ -148,7 +148,6 @@ "Share type %s is not valid for %s" : "Споделянето на тип %s не валидно за %s.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Неуспешно споделяне на %s, защото промените надвишават правата на достъп дадени на %s.", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Неуспешно споделяне на %s, защото не е открит първоизточникът на %s, за да бъде споделяне по сървъра.", - "Cannot set expiration date more than %s days in the future" : "Неуспешно задаване на срок на валидност повече от %s дни в бъдещето", "%s shared »%s« with you" : "%s сподели »%s« с вас", "%s via %s" : "%s чрез %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/lib/l10n/ca.js b/lib/l10n/ca.js index 10de7bfb86..e4f2f4ecaa 100644 --- a/lib/l10n/ca.js +++ b/lib/l10n/ca.js @@ -172,11 +172,11 @@ OC.L10N.register( "Please upgrade your database version" : "Actualitzeu la versió de la base de dades", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Canvieu els permisos a 0770 per tal que la carpeta no es pugui llistar per altres usuaris.", "Could not obtain lock type %d on \"%s\"." : "No s'ha pogut obtenir un bloqueig tipus %d a \"%s\".", - "Personal" : "Personal", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Xifrat", "Tips & tricks" : "Consells i trucs", + "Sync clients" : "Aplicacions per sincronitzar", "Sharing %s failed, because the user %s does not exist" : "Ha fallat en compartir %s, perquè l'usuari %s no existeix", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Ha fallat en compartir %s, perquè l'usuari %s no és membre de cap grup dels que %s és membre", "Sharing %s failed, because this item is already shared with %s" : "Ha fallat en compartir %s, perquè l'element ja està compartit amb %s", @@ -187,7 +187,6 @@ OC.L10N.register( "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Ha fallat en compartir %s perquè els permisos excedeixen els permesos per a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Ha fallat en compartir %s, perquè el rerefons de compartir per %s no pot trobar la seva font", "%s shared »%s« with you" : "%s ha compartit »%s« amb tu", - "%s via %s" : "%s via %s", - "Sync clients" : "Aplicacions per sincronitzar" + "%s via %s" : "%s via %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/ca.json b/lib/l10n/ca.json index 13700399ab..35966b4617 100644 --- a/lib/l10n/ca.json +++ b/lib/l10n/ca.json @@ -170,11 +170,11 @@ "Please upgrade your database version" : "Actualitzeu la versió de la base de dades", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Canvieu els permisos a 0770 per tal que la carpeta no es pugui llistar per altres usuaris.", "Could not obtain lock type %d on \"%s\"." : "No s'ha pogut obtenir un bloqueig tipus %d a \"%s\".", - "Personal" : "Personal", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Xifrat", "Tips & tricks" : "Consells i trucs", + "Sync clients" : "Aplicacions per sincronitzar", "Sharing %s failed, because the user %s does not exist" : "Ha fallat en compartir %s, perquè l'usuari %s no existeix", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Ha fallat en compartir %s, perquè l'usuari %s no és membre de cap grup dels que %s és membre", "Sharing %s failed, because this item is already shared with %s" : "Ha fallat en compartir %s, perquè l'element ja està compartit amb %s", @@ -185,7 +185,6 @@ "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Ha fallat en compartir %s perquè els permisos excedeixen els permesos per a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Ha fallat en compartir %s, perquè el rerefons de compartir per %s no pot trobar la seva font", "%s shared »%s« with you" : "%s ha compartit »%s« amb tu", - "%s via %s" : "%s via %s", - "Sync clients" : "Aplicacions per sincronitzar" + "%s via %s" : "%s via %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js index 66dba45d6c..612367f354 100644 --- a/lib/l10n/cs.js +++ b/lib/l10n/cs.js @@ -243,15 +243,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "Překročen časový limit připojování k úložišti. %s", "Library %s with a version higher than %s is required - available version %s." : "Je vyžadována knihovna %s ve verzi vyšší než %s - dostupná verze %s.", "Library %s with a version lower than %s is required - available version %s." : "Je vyžadována knihovna %s ve verzi nižší než %s - dostupná verze %s.", - "Personal" : "Osobní", - "Admin" : "Správce", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Šifrování", "Tips & tricks" : "Tipy a triky", - "DB Error: \"%s\"" : "Chyba databáze: „%s“", - "Offending command was: \"%s\"" : "Proviňující se příkaz byl: „%s“", - "Offending command was: \"%s\", name: %s, password: %s" : "Proviňující se příkaz byl: „%s“, název: %s, heslo: %s", + "Sync clients" : "Synchronizační klienti", "Sharing %s failed, because the user %s does not exist" : "Sdílení položky %s se nezdařilo, protože uživatel %s neexistuje", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Sdílení položky %s se nezdařilo, protože uživatel %s není členem žádné skupiny společné s uživatelem %s", "Sharing %s failed, because this item is already shared with %s" : "Sdílení položky %s se nezdařilo, protože položka už je s uživatelem %s sdílena", @@ -260,22 +256,14 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "Sdílení položky %s se nezdařilo, protože uživatel %s není členem skupiny %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Sdílení %s se nezdařilo, %s se nepodařilo nalézt, server pravděpodobně právě není dostupný.", "Share type %s is not valid for %s" : "Sdílení typu %s není korektní pro %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Nastavení oprávnění pro %s se nezdařilo, protože oprávnění překročila oprávnění udělená pro %s", - "Setting permissions for %s failed, because the item was not found" : "Nastavení oprávnění pro %s se nezdařilo, protože položka nebyla nalezena", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Datum skončení platnosti nelze odebrat. Je třeba, aby sdílení měla datum skončení platnosti.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Sdílení položky %s se nezdařilo, protože jsou k tomu nutná vyšší oprávnění, než jaká byla %s povolena.", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Sdílení položky %s selhalo, protože úložiště sdílení %s nenalezla zdroj", - "Cannot increase permissions of %s" : "Nelze zvýšit oprávnění %s", - "Files can't be shared with delete permissions" : "Soubory nemohou být sdíleny s právy pro smazání", - "Files can't be shared with create permissions" : "Soubory nemohou být sdíleny s právy pro vytvoření", - "Cannot set expiration date more than %s days in the future" : "Datum vypršení více jak %s dnů v budoucnosti nelze nastavit", "%s shared »%s« with you" : "%s s vámi sdílí „%s“", "%s shared »%s« with you." : "%s s vámi sdílel(a) „%s“", "%s via %s" : "%s pomocí %s", "No app name specified" : "Nezadán název aplikace", "App '%s' could not be installed!" : "Aplikaci „%s“ se nepodařilo nainstalovat!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Aplikaci „%s“ nelze nainstalovat, protože nejsou splněny následující závislosti: %s", - "Sync clients" : "Synchronizační klienti", "ID \"%s\" already used by cloud federation provider \"%s\"" : "Identifikátor „%s“ je už použitý poskytovatelem federování cloudu „%s“" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json index 2315a95ac6..2b331a3d86 100644 --- a/lib/l10n/cs.json +++ b/lib/l10n/cs.json @@ -241,15 +241,11 @@ "Storage connection timeout. %s" : "Překročen časový limit připojování k úložišti. %s", "Library %s with a version higher than %s is required - available version %s." : "Je vyžadována knihovna %s ve verzi vyšší než %s - dostupná verze %s.", "Library %s with a version lower than %s is required - available version %s." : "Je vyžadována knihovna %s ve verzi nižší než %s - dostupná verze %s.", - "Personal" : "Osobní", - "Admin" : "Správce", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Šifrování", "Tips & tricks" : "Tipy a triky", - "DB Error: \"%s\"" : "Chyba databáze: „%s“", - "Offending command was: \"%s\"" : "Proviňující se příkaz byl: „%s“", - "Offending command was: \"%s\", name: %s, password: %s" : "Proviňující se příkaz byl: „%s“, název: %s, heslo: %s", + "Sync clients" : "Synchronizační klienti", "Sharing %s failed, because the user %s does not exist" : "Sdílení položky %s se nezdařilo, protože uživatel %s neexistuje", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Sdílení položky %s se nezdařilo, protože uživatel %s není členem žádné skupiny společné s uživatelem %s", "Sharing %s failed, because this item is already shared with %s" : "Sdílení položky %s se nezdařilo, protože položka už je s uživatelem %s sdílena", @@ -258,22 +254,14 @@ "Sharing %s failed, because %s is not a member of the group %s" : "Sdílení položky %s se nezdařilo, protože uživatel %s není členem skupiny %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Sdílení %s se nezdařilo, %s se nepodařilo nalézt, server pravděpodobně právě není dostupný.", "Share type %s is not valid for %s" : "Sdílení typu %s není korektní pro %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Nastavení oprávnění pro %s se nezdařilo, protože oprávnění překročila oprávnění udělená pro %s", - "Setting permissions for %s failed, because the item was not found" : "Nastavení oprávnění pro %s se nezdařilo, protože položka nebyla nalezena", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Datum skončení platnosti nelze odebrat. Je třeba, aby sdílení měla datum skončení platnosti.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Sdílení položky %s se nezdařilo, protože jsou k tomu nutná vyšší oprávnění, než jaká byla %s povolena.", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Sdílení položky %s selhalo, protože úložiště sdílení %s nenalezla zdroj", - "Cannot increase permissions of %s" : "Nelze zvýšit oprávnění %s", - "Files can't be shared with delete permissions" : "Soubory nemohou být sdíleny s právy pro smazání", - "Files can't be shared with create permissions" : "Soubory nemohou být sdíleny s právy pro vytvoření", - "Cannot set expiration date more than %s days in the future" : "Datum vypršení více jak %s dnů v budoucnosti nelze nastavit", "%s shared »%s« with you" : "%s s vámi sdílí „%s“", "%s shared »%s« with you." : "%s s vámi sdílel(a) „%s“", "%s via %s" : "%s pomocí %s", "No app name specified" : "Nezadán název aplikace", "App '%s' could not be installed!" : "Aplikaci „%s“ se nepodařilo nainstalovat!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Aplikaci „%s“ nelze nainstalovat, protože nejsou splněny následující závislosti: %s", - "Sync clients" : "Synchronizační klienti", "ID \"%s\" already used by cloud federation provider \"%s\"" : "Identifikátor „%s“ je už použitý poskytovatelem federování cloudu „%s“" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file diff --git a/lib/l10n/de.js b/lib/l10n/de.js index 6e8acb590d..1d81c85dea 100644 --- a/lib/l10n/de.js +++ b/lib/l10n/de.js @@ -243,15 +243,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s", "Library %s with a version higher than %s is required - available version %s." : "Die Bibliothek %s wird in einer neueren Version als %s benötigt - verfügbare Version ist %s.", "Library %s with a version lower than %s is required - available version %s." : "Die Bibliothek %s wird in einer früheren Version als %s benötigt - verfügbare Version ist %s.", - "Personal" : "Persönlich", - "Admin" : "Administrator", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Verschlüsselung", "Tips & tricks" : "Tipps & Tricks", - "DB Error: \"%s\"" : "DB-Fehler: \"%s“", - "Offending command was: \"%s\"" : "Fehlerhafter Befehl war: \"%s“", - "Offending command was: \"%s\", name: %s, password: %s" : "Fehlerhafter Befehl war: \"%s“, Name: %s, Passwort: %s", + "Sync clients" : " Sync-Clients ", "Sharing %s failed, because the user %s does not exist" : "Freigabe von %s fehlgeschlagen, da der Benutzer %s nicht existiert", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Freigabe von %s fehlgeschlagen, da der Benutzer %s kein Gruppenmitglied einer der Gruppen von %s ist", "Sharing %s failed, because this item is already shared with %s" : "Freigabe von %s fehlgeschlagen, da dieses Element schon mit %s geteilt wird", @@ -260,22 +256,14 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "Freigabe von %s fehlgeschlagen, da %s kein Mitglied der Gruppe %s ist", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Freigabe von %s fehlgeschlagen, da %s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar.", "Share type %s is not valid for %s" : "Freigabetyp %s ist nicht gültig für %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die neuen Berechtigungen, die erteilten Berechtigungen %s überschreiten", - "Setting permissions for %s failed, because the item was not found" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Element nicht gefunden wurde", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Ablaufdatum kann nicht entfernt werden. Freigaben benötigen ein Ablaufdatum.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Freigabe von %s fehlgeschlagen, da die Berechtigungen die erteilten Berechtigungen %s überschreiten", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Freigabe von %s fehlgeschlagen, da das Freigabe-Backend für %s nicht in dieser Quelle gefunden werden konnte", - "Cannot increase permissions of %s" : "Kann die Berechtigungen von %s nicht erhöhen", - "Files can't be shared with delete permissions" : "Dateien mit Lösch-Berechtigungen können nicht geteilt werden", - "Files can't be shared with create permissions" : "Dateien mit Erstell-Berechtigungen können nicht geteilt werden", - "Cannot set expiration date more than %s days in the future" : "Das Ablaufdatum kann nicht mehr als %s Tage in die Zukunft liegen", "%s shared »%s« with you" : "%s hat „%s“ mit Dir geteilt", "%s shared »%s« with you." : "%s hat mit Dir »%s« geteilt.", "%s via %s" : "%s via %s", "No app name specified" : "Es wurde kein App-Name angegeben", "App '%s' could not be installed!" : "App '%s' konnte nicht installiert werden!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Die App „%s“ kann nicht installiert werden, da die folgenden Abhängigkeiten nicht erfüllt sind: %s", - "Sync clients" : " Sync-Clients ", "ID \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" wird bereits von Cloud-Federation-Provider \"%s\" verwendet" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/de.json b/lib/l10n/de.json index f0390dcebd..444c158fc6 100644 --- a/lib/l10n/de.json +++ b/lib/l10n/de.json @@ -241,15 +241,11 @@ "Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s", "Library %s with a version higher than %s is required - available version %s." : "Die Bibliothek %s wird in einer neueren Version als %s benötigt - verfügbare Version ist %s.", "Library %s with a version lower than %s is required - available version %s." : "Die Bibliothek %s wird in einer früheren Version als %s benötigt - verfügbare Version ist %s.", - "Personal" : "Persönlich", - "Admin" : "Administrator", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Verschlüsselung", "Tips & tricks" : "Tipps & Tricks", - "DB Error: \"%s\"" : "DB-Fehler: \"%s“", - "Offending command was: \"%s\"" : "Fehlerhafter Befehl war: \"%s“", - "Offending command was: \"%s\", name: %s, password: %s" : "Fehlerhafter Befehl war: \"%s“, Name: %s, Passwort: %s", + "Sync clients" : " Sync-Clients ", "Sharing %s failed, because the user %s does not exist" : "Freigabe von %s fehlgeschlagen, da der Benutzer %s nicht existiert", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Freigabe von %s fehlgeschlagen, da der Benutzer %s kein Gruppenmitglied einer der Gruppen von %s ist", "Sharing %s failed, because this item is already shared with %s" : "Freigabe von %s fehlgeschlagen, da dieses Element schon mit %s geteilt wird", @@ -258,22 +254,14 @@ "Sharing %s failed, because %s is not a member of the group %s" : "Freigabe von %s fehlgeschlagen, da %s kein Mitglied der Gruppe %s ist", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Freigabe von %s fehlgeschlagen, da %s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar.", "Share type %s is not valid for %s" : "Freigabetyp %s ist nicht gültig für %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die neuen Berechtigungen, die erteilten Berechtigungen %s überschreiten", - "Setting permissions for %s failed, because the item was not found" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Element nicht gefunden wurde", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Ablaufdatum kann nicht entfernt werden. Freigaben benötigen ein Ablaufdatum.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Freigabe von %s fehlgeschlagen, da die Berechtigungen die erteilten Berechtigungen %s überschreiten", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Freigabe von %s fehlgeschlagen, da das Freigabe-Backend für %s nicht in dieser Quelle gefunden werden konnte", - "Cannot increase permissions of %s" : "Kann die Berechtigungen von %s nicht erhöhen", - "Files can't be shared with delete permissions" : "Dateien mit Lösch-Berechtigungen können nicht geteilt werden", - "Files can't be shared with create permissions" : "Dateien mit Erstell-Berechtigungen können nicht geteilt werden", - "Cannot set expiration date more than %s days in the future" : "Das Ablaufdatum kann nicht mehr als %s Tage in die Zukunft liegen", "%s shared »%s« with you" : "%s hat „%s“ mit Dir geteilt", "%s shared »%s« with you." : "%s hat mit Dir »%s« geteilt.", "%s via %s" : "%s via %s", "No app name specified" : "Es wurde kein App-Name angegeben", "App '%s' could not be installed!" : "App '%s' konnte nicht installiert werden!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Die App „%s“ kann nicht installiert werden, da die folgenden Abhängigkeiten nicht erfüllt sind: %s", - "Sync clients" : " Sync-Clients ", "ID \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" wird bereits von Cloud-Federation-Provider \"%s\" verwendet" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js index 5099b69a4a..93bac49cab 100644 --- a/lib/l10n/de_DE.js +++ b/lib/l10n/de_DE.js @@ -243,15 +243,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s", "Library %s with a version higher than %s is required - available version %s." : "Die Bibliothek %s wird in einer neueren Version als %s benötigt - verfügbare Version ist %s.", "Library %s with a version lower than %s is required - available version %s." : "Die Bibliothek %s wird in einer früheren Version als %s benötigt - verfügbare Version ist %s.", - "Personal" : "Persönlich", - "Admin" : "Administrator", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Verschlüsselung", "Tips & tricks" : "Tipps & Tricks", - "DB Error: \"%s\"" : "DB-Fehler: \"%s“", - "Offending command was: \"%s\"" : "Fehlerhafter Befehl war: \"%s“", - "Offending command was: \"%s\", name: %s, password: %s" : "Fehlerhafter Befehl war: \"%s“, Name: %s, Passwort: %s", + "Sync clients" : " Sync-Clients ", "Sharing %s failed, because the user %s does not exist" : "Freigabe von %s fehlgeschlagen, da der Benutzer %s nicht existiert", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Freigabe von %s fehlgeschlagen, da der Benutzer %s kein Gruppenmitglied einer der Gruppen von %s ist", "Sharing %s failed, because this item is already shared with %s" : "Freigabe von %s fehlgeschlagen, da dieses Element schon mit %s geteilt wird", @@ -260,22 +256,14 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "Freigabe von %s fehlgeschlagen, da %s kein Mitglied der Gruppe %s ist", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Freigabe von %s fehlgeschlagen, da %s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar.", "Share type %s is not valid for %s" : "Freigabetyp %s ist nicht gültig für %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die neuen Berechtigungen, die erteilten Berechtigungen %s überschreiten", - "Setting permissions for %s failed, because the item was not found" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Element nicht gefunden wurde", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Ablaufdatum kann nicht entfernt werden. Freigaben benötigen ein Ablaufdatum.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Freigabe von %s fehlgeschlagen, da die Berechtigungen die erteilten Berechtigungen %s überschreiten", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Freigabe von %s fehlgeschlagen, da das Freigabe-Backend für %s nicht in dieser Quelle gefunden werden konnte", - "Cannot increase permissions of %s" : "Kann die Berechtigungen von %s nicht erhöhen", - "Files can't be shared with delete permissions" : "Dateien mit Lösch-Berechtigungen können nicht geteilt werden", - "Files can't be shared with create permissions" : "Dateien mit Erstell-Berechtigungen können nicht geteilt werden", - "Cannot set expiration date more than %s days in the future" : "Das Ablaufdatum kann nicht mehr als %s Tage in die Zukunft liegen", "%s shared »%s« with you" : "%s hat „%s“ mit Ihnen geteilt", "%s shared »%s« with you." : "%s hat mit Ihnen »%s« geteilt.", "%s via %s" : "%s via %s", "No app name specified" : "Es wurde kein App-Name angegeben", "App '%s' could not be installed!" : "App '%s' konnte nicht installiert werden!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Die App „%s“ kann nicht installiert werden, da die folgenden Abhängigkeiten nicht erfüllt sind: %s", - "Sync clients" : " Sync-Clients ", "ID \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" wird bereits von Cloud-Federation-Provider \"%s\" verwendet." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json index 06445e592d..eff33b9ad4 100644 --- a/lib/l10n/de_DE.json +++ b/lib/l10n/de_DE.json @@ -241,15 +241,11 @@ "Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s", "Library %s with a version higher than %s is required - available version %s." : "Die Bibliothek %s wird in einer neueren Version als %s benötigt - verfügbare Version ist %s.", "Library %s with a version lower than %s is required - available version %s." : "Die Bibliothek %s wird in einer früheren Version als %s benötigt - verfügbare Version ist %s.", - "Personal" : "Persönlich", - "Admin" : "Administrator", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Verschlüsselung", "Tips & tricks" : "Tipps & Tricks", - "DB Error: \"%s\"" : "DB-Fehler: \"%s“", - "Offending command was: \"%s\"" : "Fehlerhafter Befehl war: \"%s“", - "Offending command was: \"%s\", name: %s, password: %s" : "Fehlerhafter Befehl war: \"%s“, Name: %s, Passwort: %s", + "Sync clients" : " Sync-Clients ", "Sharing %s failed, because the user %s does not exist" : "Freigabe von %s fehlgeschlagen, da der Benutzer %s nicht existiert", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Freigabe von %s fehlgeschlagen, da der Benutzer %s kein Gruppenmitglied einer der Gruppen von %s ist", "Sharing %s failed, because this item is already shared with %s" : "Freigabe von %s fehlgeschlagen, da dieses Element schon mit %s geteilt wird", @@ -258,22 +254,14 @@ "Sharing %s failed, because %s is not a member of the group %s" : "Freigabe von %s fehlgeschlagen, da %s kein Mitglied der Gruppe %s ist", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Freigabe von %s fehlgeschlagen, da %s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar.", "Share type %s is not valid for %s" : "Freigabetyp %s ist nicht gültig für %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die neuen Berechtigungen, die erteilten Berechtigungen %s überschreiten", - "Setting permissions for %s failed, because the item was not found" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Element nicht gefunden wurde", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Ablaufdatum kann nicht entfernt werden. Freigaben benötigen ein Ablaufdatum.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Freigabe von %s fehlgeschlagen, da die Berechtigungen die erteilten Berechtigungen %s überschreiten", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Freigabe von %s fehlgeschlagen, da das Freigabe-Backend für %s nicht in dieser Quelle gefunden werden konnte", - "Cannot increase permissions of %s" : "Kann die Berechtigungen von %s nicht erhöhen", - "Files can't be shared with delete permissions" : "Dateien mit Lösch-Berechtigungen können nicht geteilt werden", - "Files can't be shared with create permissions" : "Dateien mit Erstell-Berechtigungen können nicht geteilt werden", - "Cannot set expiration date more than %s days in the future" : "Das Ablaufdatum kann nicht mehr als %s Tage in die Zukunft liegen", "%s shared »%s« with you" : "%s hat „%s“ mit Ihnen geteilt", "%s shared »%s« with you." : "%s hat mit Ihnen »%s« geteilt.", "%s via %s" : "%s via %s", "No app name specified" : "Es wurde kein App-Name angegeben", "App '%s' could not be installed!" : "App '%s' konnte nicht installiert werden!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Die App „%s“ kann nicht installiert werden, da die folgenden Abhängigkeiten nicht erfüllt sind: %s", - "Sync clients" : " Sync-Clients ", "ID \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" wird bereits von Cloud-Federation-Provider \"%s\" verwendet." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/el.js b/lib/l10n/el.js index 7c89e8b023..cae75fad58 100644 --- a/lib/l10n/el.js +++ b/lib/l10n/el.js @@ -205,13 +205,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "Λήξη χρονικού ορίου σύνδεσης με αποθηκευτικό χώρο.%s", "Library %s with a version higher than %s is required - available version %s." : "Απαιτείται βιβλιοθήκη %s νεότερη από την έκδοση %s - διαθέσιμη έκδοση %s ", "Library %s with a version lower than %s is required - available version %s." : "Απαιτείται βιβλιοθήκη %s παλαιότερη από την έκδοση %s - διαθέσιμη έκδοση %s ", - "Personal" : "Προσωπικά", - "Admin" : "Διαχειριστής", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Κρυπτογράφηση", "Tips & tricks" : "Συμβουλές & κόλπα", - "DB Error: \"%s\"" : "Σφάλμα βάσης δεδομένων: \"%s\"", + "Sync clients" : "Εφαρμογές συγχρονισμού", "Sharing %s failed, because the user %s does not exist" : "Ο διαμοιρασμός του %s απέτυχε, γιατί ο χρήστης %s δεν υπάρχει", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Ο διαμοιρασμός του %s απέτυχε, γιατί ο χρήστης %s δεν είναι μέλος καμίας ομάδας στην οποία ο χρήστης %s είναι μέλος", "Sharing %s failed, because this item is already shared with %s" : "Ο διαμοιρασμός του %s απέτυχε, γιατί το αντικείμενο είναι διαμοιρασμένο ήδη με τον χρήστη %s", @@ -224,7 +222,6 @@ OC.L10N.register( "Sharing %s failed, because the sharing backend for %s could not find its source" : "Ο διαμοιρασμός του %s απέτυχε, γιατί δεν ήταν δυνατό να εντοπίσει την πηγή το σύστημα διαμοιρασμού για το %s ", "%s shared »%s« with you" : "Ο %s διαμοιράστηκε μαζί σας το »%s«", "%s via %s" : "%s μέσω %s", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Αυτή η εφαρμογή %s δεν μπορεί να εγκατασταθεί διότι δεν πληρούνται οι ακόλουθες εξαρτήσεις: %s", - "Sync clients" : "Εφαρμογές συγχρονισμού" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Αυτή η εφαρμογή %s δεν μπορεί να εγκατασταθεί διότι δεν πληρούνται οι ακόλουθες εξαρτήσεις: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/el.json b/lib/l10n/el.json index abdd86e66a..67a856baf1 100644 --- a/lib/l10n/el.json +++ b/lib/l10n/el.json @@ -203,13 +203,11 @@ "Storage connection timeout. %s" : "Λήξη χρονικού ορίου σύνδεσης με αποθηκευτικό χώρο.%s", "Library %s with a version higher than %s is required - available version %s." : "Απαιτείται βιβλιοθήκη %s νεότερη από την έκδοση %s - διαθέσιμη έκδοση %s ", "Library %s with a version lower than %s is required - available version %s." : "Απαιτείται βιβλιοθήκη %s παλαιότερη από την έκδοση %s - διαθέσιμη έκδοση %s ", - "Personal" : "Προσωπικά", - "Admin" : "Διαχειριστής", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Κρυπτογράφηση", "Tips & tricks" : "Συμβουλές & κόλπα", - "DB Error: \"%s\"" : "Σφάλμα βάσης δεδομένων: \"%s\"", + "Sync clients" : "Εφαρμογές συγχρονισμού", "Sharing %s failed, because the user %s does not exist" : "Ο διαμοιρασμός του %s απέτυχε, γιατί ο χρήστης %s δεν υπάρχει", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Ο διαμοιρασμός του %s απέτυχε, γιατί ο χρήστης %s δεν είναι μέλος καμίας ομάδας στην οποία ο χρήστης %s είναι μέλος", "Sharing %s failed, because this item is already shared with %s" : "Ο διαμοιρασμός του %s απέτυχε, γιατί το αντικείμενο είναι διαμοιρασμένο ήδη με τον χρήστη %s", @@ -222,7 +220,6 @@ "Sharing %s failed, because the sharing backend for %s could not find its source" : "Ο διαμοιρασμός του %s απέτυχε, γιατί δεν ήταν δυνατό να εντοπίσει την πηγή το σύστημα διαμοιρασμού για το %s ", "%s shared »%s« with you" : "Ο %s διαμοιράστηκε μαζί σας το »%s«", "%s via %s" : "%s μέσω %s", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Αυτή η εφαρμογή %s δεν μπορεί να εγκατασταθεί διότι δεν πληρούνται οι ακόλουθες εξαρτήσεις: %s", - "Sync clients" : "Εφαρμογές συγχρονισμού" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Αυτή η εφαρμογή %s δεν μπορεί να εγκατασταθεί διότι δεν πληρούνται οι ακόλουθες εξαρτήσεις: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index f3ca5d07ea..f13768849e 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -216,15 +216,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "Storage connection timeout. %s", "Library %s with a version higher than %s is required - available version %s." : "Library %s with a version higher than %s is required - available version %s.", "Library %s with a version lower than %s is required - available version %s." : "Library %s with a version lower than %s is required - available version %s.", - "Personal" : "Personal", - "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Encryption", "Tips & tricks" : "Tips & tricks", - "DB Error: \"%s\"" : "DB Error: \"%s\"", - "Offending command was: \"%s\"" : "Offending command was: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "Offending command was: \"%s\", name: %s, password: %s", + "Sync clients" : "Sync clients", "Sharing %s failed, because the user %s does not exist" : "Sharing %s failed, because the user %s does not exist", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of", "Sharing %s failed, because this item is already shared with %s" : "Sharing %s failed, because this item is already shared with %s", @@ -233,21 +229,13 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "Sharing %s failed, because %s is not a member of the group %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Sharing %s failed, could not find %s, maybe the server is currently unreachable.", "Share type %s is not valid for %s" : "Share type %s is not valid for %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Setting permissions for %s failed, because the permissions exceed permissions granted to %s", - "Setting permissions for %s failed, because the item was not found" : "Setting permissions for %s failed, because the item was not found", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Cannot clear expiration date. Shares are required to have an expiration date.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Sharing %s failed, because the permissions exceed permissions granted to %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Sharing %s failed, because the sharing backend for %s could not find its source", - "Cannot increase permissions of %s" : "Cannot increase permissions of %s", - "Files can't be shared with delete permissions" : "Files can't be shared with delete permissions", - "Files can't be shared with create permissions" : "Files can't be shared with create permissions", - "Cannot set expiration date more than %s days in the future" : "Cannot 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.", "%s via %s" : "%s via %s", "No app name specified" : "No app name specified", "App '%s' could not be installed!" : "App '%s' could not be installed!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s", - "Sync clients" : "Sync clients" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index d4aa61ac7e..5560e88c09 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -214,15 +214,11 @@ "Storage connection timeout. %s" : "Storage connection timeout. %s", "Library %s with a version higher than %s is required - available version %s." : "Library %s with a version higher than %s is required - available version %s.", "Library %s with a version lower than %s is required - available version %s." : "Library %s with a version lower than %s is required - available version %s.", - "Personal" : "Personal", - "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Encryption", "Tips & tricks" : "Tips & tricks", - "DB Error: \"%s\"" : "DB Error: \"%s\"", - "Offending command was: \"%s\"" : "Offending command was: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "Offending command was: \"%s\", name: %s, password: %s", + "Sync clients" : "Sync clients", "Sharing %s failed, because the user %s does not exist" : "Sharing %s failed, because the user %s does not exist", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of", "Sharing %s failed, because this item is already shared with %s" : "Sharing %s failed, because this item is already shared with %s", @@ -231,21 +227,13 @@ "Sharing %s failed, because %s is not a member of the group %s" : "Sharing %s failed, because %s is not a member of the group %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Sharing %s failed, could not find %s, maybe the server is currently unreachable.", "Share type %s is not valid for %s" : "Share type %s is not valid for %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Setting permissions for %s failed, because the permissions exceed permissions granted to %s", - "Setting permissions for %s failed, because the item was not found" : "Setting permissions for %s failed, because the item was not found", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Cannot clear expiration date. Shares are required to have an expiration date.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Sharing %s failed, because the permissions exceed permissions granted to %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Sharing %s failed, because the sharing backend for %s could not find its source", - "Cannot increase permissions of %s" : "Cannot increase permissions of %s", - "Files can't be shared with delete permissions" : "Files can't be shared with delete permissions", - "Files can't be shared with create permissions" : "Files can't be shared with create permissions", - "Cannot set expiration date more than %s days in the future" : "Cannot 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.", "%s via %s" : "%s via %s", "No app name specified" : "No app name specified", "App '%s' could not be installed!" : "App '%s' could not be installed!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s", - "Sync clients" : "Sync clients" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/eo.js b/lib/l10n/eo.js index 39e2f51667..8933f3e4d9 100644 --- a/lib/l10n/eo.js +++ b/lib/l10n/eo.js @@ -126,9 +126,6 @@ OC.L10N.register( "PostgreSQL >= 9 required" : "PostgreSQL >= 9 necesas", "Please upgrade your database version" : "Bonvolu ĝisdatigi la eldonon de via datumbazo", "Storage connection error. %s" : "Memorokonekta eraro. %s", - "Personal" : "Persona", - "Admin" : "Administranto", - "DB Error: \"%s\"" : "Datumbaza eraro: “%s”", "Sharing %s failed, because the user %s does not exist" : "Kunhavigo de %s malsukcesis, ĉar la uzanto %s ne ekzistas", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Kunhavigo de %s malsukcesis, ĉar la uzanto %s estas ano de neniu grupo, de kiu %s estas ano", "Sharing %s failed, because this item is already shared with %s" : "Kunhavigo de %s malsukcesis, ĉar la ero jam kunhavatas kun %s", diff --git a/lib/l10n/eo.json b/lib/l10n/eo.json index 57a6c3d61b..1cab678c1a 100644 --- a/lib/l10n/eo.json +++ b/lib/l10n/eo.json @@ -124,9 +124,6 @@ "PostgreSQL >= 9 required" : "PostgreSQL >= 9 necesas", "Please upgrade your database version" : "Bonvolu ĝisdatigi la eldonon de via datumbazo", "Storage connection error. %s" : "Memorokonekta eraro. %s", - "Personal" : "Persona", - "Admin" : "Administranto", - "DB Error: \"%s\"" : "Datumbaza eraro: “%s”", "Sharing %s failed, because the user %s does not exist" : "Kunhavigo de %s malsukcesis, ĉar la uzanto %s ne ekzistas", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Kunhavigo de %s malsukcesis, ĉar la uzanto %s estas ano de neniu grupo, de kiu %s estas ano", "Sharing %s failed, because this item is already shared with %s" : "Kunhavigo de %s malsukcesis, ĉar la ero jam kunhavatas kun %s", diff --git a/lib/l10n/es.js b/lib/l10n/es.js index a802139ea1..3178775c81 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -243,15 +243,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "Tiempo de conexión de almacenamiento agotado. %s", "Library %s with a version higher than %s is required - available version %s." : "Biblioteca %s con una versión superior que %s la requerida - versión disponible %s.", "Library %s with a version lower than %s is required - available version %s." : "Biblioteca %s con una versión inferior que %s la requerida - versión disponible %s.", - "Personal" : "Personal", - "Admin" : "Administración", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Cifrado", "Tips & tricks" : "Sugerencias y trucos", - "DB Error: \"%s\"" : "Error de BD: \"%s\"", - "Offending command was: \"%s\"" : "El comando ofensivo fue: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "El comando ofensivo fue: \"%s\", nombre: %s, contraseña: %s", + "Sync clients" : "Clientes de sincronización", "Sharing %s failed, because the user %s does not exist" : "Se ha fallado al compartir %s, ya que el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se ha fallado al compartir %s, ya que el usuario %s no es miembro de ningún grupo del que %s sea miembro", "Sharing %s failed, because this item is already shared with %s" : "Fallo al compartir %s, ya que este elemento ya está compartido con %s", @@ -260,22 +256,14 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "Fallo al compartir %s, ya que %s no es miembro del grupo %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Fallo al compartir %s. No se ha podido encontrar %s, quizás haya un problema de conexión con el servidor.", "Share type %s is not valid for %s" : "El tipo de recurso compartido %s no es válido para %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Ha fallado la configuración de permisos para %s porque los permisos exceden los permisos concedidos a %s", - "Setting permissions for %s failed, because the item was not found" : "Ha fallado la configuración de permisos para %s porque no se ha encontrado el objeto", - "Cannot clear expiration date. Shares are required to have an expiration date." : "No se puede eliminar la fecha de expiración. Se requiere que los recursos compartidos tengan una fecha de expiración.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Se ha fallado al compartir %s, ya que los permisos superan los permisos otorgados a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Se ha fallado al compartir %s porque el motor compartido para %s podría no encontrar su origen", - "Cannot increase permissions of %s" : "No se pueden aumentar los permisos de %s", - "Files can't be shared with delete permissions" : "Los archivos no se pueden compartir con permisos de borrado", - "Files can't be shared with create permissions" : "Los archivos no se pueden compartir con permisos de creación", - "Cannot set expiration date more than %s days in the future" : "No se puede marcar la fecha de expiración a más de %s días en el futuro", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", "No app name specified" : "No se ha especificado ningún nombre de app", "App '%s' could not be installed!" : "¡No se ha podido instalar la app '%s'!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La app \"%s\" no puede instalarse porque las siguientes dependencias no están cumplimentadas: %s", - "Sync clients" : "Clientes de sincronización", "ID \"%s\" already used by cloud federation provider \"%s\"" : "La ID \"%s\" ya es usada por el proveedor de federación en la nube \"%s\"" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es.json b/lib/l10n/es.json index c648953f40..6977abbe2d 100644 --- a/lib/l10n/es.json +++ b/lib/l10n/es.json @@ -241,15 +241,11 @@ "Storage connection timeout. %s" : "Tiempo de conexión de almacenamiento agotado. %s", "Library %s with a version higher than %s is required - available version %s." : "Biblioteca %s con una versión superior que %s la requerida - versión disponible %s.", "Library %s with a version lower than %s is required - available version %s." : "Biblioteca %s con una versión inferior que %s la requerida - versión disponible %s.", - "Personal" : "Personal", - "Admin" : "Administración", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Cifrado", "Tips & tricks" : "Sugerencias y trucos", - "DB Error: \"%s\"" : "Error de BD: \"%s\"", - "Offending command was: \"%s\"" : "El comando ofensivo fue: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "El comando ofensivo fue: \"%s\", nombre: %s, contraseña: %s", + "Sync clients" : "Clientes de sincronización", "Sharing %s failed, because the user %s does not exist" : "Se ha fallado al compartir %s, ya que el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se ha fallado al compartir %s, ya que el usuario %s no es miembro de ningún grupo del que %s sea miembro", "Sharing %s failed, because this item is already shared with %s" : "Fallo al compartir %s, ya que este elemento ya está compartido con %s", @@ -258,22 +254,14 @@ "Sharing %s failed, because %s is not a member of the group %s" : "Fallo al compartir %s, ya que %s no es miembro del grupo %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Fallo al compartir %s. No se ha podido encontrar %s, quizás haya un problema de conexión con el servidor.", "Share type %s is not valid for %s" : "El tipo de recurso compartido %s no es válido para %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Ha fallado la configuración de permisos para %s porque los permisos exceden los permisos concedidos a %s", - "Setting permissions for %s failed, because the item was not found" : "Ha fallado la configuración de permisos para %s porque no se ha encontrado el objeto", - "Cannot clear expiration date. Shares are required to have an expiration date." : "No se puede eliminar la fecha de expiración. Se requiere que los recursos compartidos tengan una fecha de expiración.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Se ha fallado al compartir %s, ya que los permisos superan los permisos otorgados a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Se ha fallado al compartir %s porque el motor compartido para %s podría no encontrar su origen", - "Cannot increase permissions of %s" : "No se pueden aumentar los permisos de %s", - "Files can't be shared with delete permissions" : "Los archivos no se pueden compartir con permisos de borrado", - "Files can't be shared with create permissions" : "Los archivos no se pueden compartir con permisos de creación", - "Cannot set expiration date more than %s days in the future" : "No se puede marcar la fecha de expiración a más de %s días en el futuro", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s ha compartido »%s« contigo", "%s via %s" : "%s vía %s", "No app name specified" : "No se ha especificado ningún nombre de app", "App '%s' could not be installed!" : "¡No se ha podido instalar la app '%s'!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La app \"%s\" no puede instalarse porque las siguientes dependencias no están cumplimentadas: %s", - "Sync clients" : "Clientes de sincronización", "ID \"%s\" already used by cloud federation provider \"%s\"" : "La ID \"%s\" ya es usada por el proveedor de federación en la nube \"%s\"" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/es_419.js b/lib/l10n/es_419.js index 4b4e5a72d0..d66af39df1 100644 --- a/lib/l10n/es_419.js +++ b/lib/l10n/es_419.js @@ -213,6 +213,7 @@ OC.L10N.register( "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -226,7 +227,6 @@ OC.L10N.register( "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es_419.json b/lib/l10n/es_419.json index baeeedd740..edc4dd1bb3 100644 --- a/lib/l10n/es_419.json +++ b/lib/l10n/es_419.json @@ -211,6 +211,7 @@ "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -224,7 +225,6 @@ "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/es_CL.js b/lib/l10n/es_CL.js index b3fb955603..ba3e6a87cf 100644 --- a/lib/l10n/es_CL.js +++ b/lib/l10n/es_CL.js @@ -215,15 +215,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", "Library %s with a version higher than %s is required - available version %s." : "La biblitoteca %s con una versión superiror a la %s es requerida - versión disponible %s.", "Library %s with a version lower than %s is required - available version %s." : "Se requiere de la biblioteca %s con una versión inferiror a la %s - la versión %s está disponible. ", - "Personal" : "Personal", - "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", - "DB Error: \"%s\"" : "DB Error: \"%s\"", - "Offending command was: \"%s\"" : "El comando infractor fue: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "El comando infractor fue: \"%s\", nombre:%s, contraseña:%s", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -232,21 +228,13 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "Se presentó una falla al compartir %s debido a que %s no es un miembro del grupo %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor sea inalcanzable por el momento", "Share type %s is not valid for %s" : "El tipo del elemento compartido %s no es válido para %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al establecer los permisos de %s, porque los permisos excenden los permisos otorgados a %s", - "Setting permissions for %s failed, because the item was not found" : "Se presentó una falla al establecer los permisos de %s, porque no se encontró el elemento", - "Cannot clear expiration date. Shares are required to have an expiration date." : "No se puede limpíar la fecha de expiración. Se requiere que los elementos compartidos tengan una fecha de expiración.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al compartir %s, porque los permisos exceden los permisos otorgados a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Se presentó una falla al compartir %s porque el backend que comparte %s no pudo encontrar su origen", - "Cannot increase permissions of %s" : "No se pueden incrementar los permisos de %s", - "Files can't be shared with delete permissions" : "No se pueden compartir archivos con privilegios para borrar", - "Files can't be shared with create permissions" : "No se pueden compartir archivos con privilegios para crear", - "Cannot set expiration date more than %s days in the future" : "No se puede establecer la fecha de expiración más alla de %s días en el futuro", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", "No app name specified" : "No se especificó el nombre de la aplicación", "App '%s' could not be installed!" : "¡No se pudo instalar la aplciación '%s'!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es_CL.json b/lib/l10n/es_CL.json index 198e78e54c..381af23b79 100644 --- a/lib/l10n/es_CL.json +++ b/lib/l10n/es_CL.json @@ -213,15 +213,11 @@ "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", "Library %s with a version higher than %s is required - available version %s." : "La biblitoteca %s con una versión superiror a la %s es requerida - versión disponible %s.", "Library %s with a version lower than %s is required - available version %s." : "Se requiere de la biblioteca %s con una versión inferiror a la %s - la versión %s está disponible. ", - "Personal" : "Personal", - "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", - "DB Error: \"%s\"" : "DB Error: \"%s\"", - "Offending command was: \"%s\"" : "El comando infractor fue: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "El comando infractor fue: \"%s\", nombre:%s, contraseña:%s", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -230,21 +226,13 @@ "Sharing %s failed, because %s is not a member of the group %s" : "Se presentó una falla al compartir %s debido a que %s no es un miembro del grupo %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor sea inalcanzable por el momento", "Share type %s is not valid for %s" : "El tipo del elemento compartido %s no es válido para %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al establecer los permisos de %s, porque los permisos excenden los permisos otorgados a %s", - "Setting permissions for %s failed, because the item was not found" : "Se presentó una falla al establecer los permisos de %s, porque no se encontró el elemento", - "Cannot clear expiration date. Shares are required to have an expiration date." : "No se puede limpíar la fecha de expiración. Se requiere que los elementos compartidos tengan una fecha de expiración.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al compartir %s, porque los permisos exceden los permisos otorgados a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Se presentó una falla al compartir %s porque el backend que comparte %s no pudo encontrar su origen", - "Cannot increase permissions of %s" : "No se pueden incrementar los permisos de %s", - "Files can't be shared with delete permissions" : "No se pueden compartir archivos con privilegios para borrar", - "Files can't be shared with create permissions" : "No se pueden compartir archivos con privilegios para crear", - "Cannot set expiration date more than %s days in the future" : "No se puede establecer la fecha de expiración más alla de %s días en el futuro", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", "No app name specified" : "No se especificó el nombre de la aplicación", "App '%s' could not be installed!" : "¡No se pudo instalar la aplciación '%s'!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/es_CO.js b/lib/l10n/es_CO.js index 0fb4a213f6..e9f94d9087 100644 --- a/lib/l10n/es_CO.js +++ b/lib/l10n/es_CO.js @@ -215,15 +215,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", "Library %s with a version higher than %s is required - available version %s." : "La biblitoteca %s con una versión superiror a la %s es requerida - versión disponible %s.", "Library %s with a version lower than %s is required - available version %s." : "Se requiere de la biblioteca %s con una versión inferiror a la %s - la versión %s está disponible. ", - "Personal" : "Personal", - "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", - "DB Error: \"%s\"" : "DB Error: \"%s\"", - "Offending command was: \"%s\"" : "El comando infractor fue: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "El comando infractor fue: \"%s\", nombre:%s, contraseña:%s", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -232,21 +228,13 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "Se presentó una falla al compartir %s debido a que %s no es un miembro del grupo %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor sea inalcanzable por el momento", "Share type %s is not valid for %s" : "El tipo del elemento compartido %s no es válido para %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al establecer los permisos de %s, porque los permisos excenden los permisos otorgados a %s", - "Setting permissions for %s failed, because the item was not found" : "Se presentó una falla al establecer los permisos de %s, porque no se encontró el elemento", - "Cannot clear expiration date. Shares are required to have an expiration date." : "No se puede limpíar la fecha de expiración. Se requiere que los elementos compartidos tengan una fecha de expiración.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al compartir %s, porque los permisos exceden los permisos otorgados a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Se presentó una falla al compartir %s porque el backend que comparte %s no pudo encontrar su origen", - "Cannot increase permissions of %s" : "No se pueden incrementar los permisos de %s", - "Files can't be shared with delete permissions" : "No se pueden compartir archivos con privilegios para borrar", - "Files can't be shared with create permissions" : "No se pueden compartir archivos con privilegios para crear", - "Cannot set expiration date more than %s days in the future" : "No se puede establecer la fecha de expiración más alla de %s días en el futuro", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", "No app name specified" : "No se especificó el nombre de la aplicación", "App '%s' could not be installed!" : "¡No se pudo instalar la aplciación '%s'!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es_CO.json b/lib/l10n/es_CO.json index b3fa6dac02..500a1c2cf5 100644 --- a/lib/l10n/es_CO.json +++ b/lib/l10n/es_CO.json @@ -213,15 +213,11 @@ "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", "Library %s with a version higher than %s is required - available version %s." : "La biblitoteca %s con una versión superiror a la %s es requerida - versión disponible %s.", "Library %s with a version lower than %s is required - available version %s." : "Se requiere de la biblioteca %s con una versión inferiror a la %s - la versión %s está disponible. ", - "Personal" : "Personal", - "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", - "DB Error: \"%s\"" : "DB Error: \"%s\"", - "Offending command was: \"%s\"" : "El comando infractor fue: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "El comando infractor fue: \"%s\", nombre:%s, contraseña:%s", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -230,21 +226,13 @@ "Sharing %s failed, because %s is not a member of the group %s" : "Se presentó una falla al compartir %s debido a que %s no es un miembro del grupo %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor sea inalcanzable por el momento", "Share type %s is not valid for %s" : "El tipo del elemento compartido %s no es válido para %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al establecer los permisos de %s, porque los permisos excenden los permisos otorgados a %s", - "Setting permissions for %s failed, because the item was not found" : "Se presentó una falla al establecer los permisos de %s, porque no se encontró el elemento", - "Cannot clear expiration date. Shares are required to have an expiration date." : "No se puede limpíar la fecha de expiración. Se requiere que los elementos compartidos tengan una fecha de expiración.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al compartir %s, porque los permisos exceden los permisos otorgados a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Se presentó una falla al compartir %s porque el backend que comparte %s no pudo encontrar su origen", - "Cannot increase permissions of %s" : "No se pueden incrementar los permisos de %s", - "Files can't be shared with delete permissions" : "No se pueden compartir archivos con privilegios para borrar", - "Files can't be shared with create permissions" : "No se pueden compartir archivos con privilegios para crear", - "Cannot set expiration date more than %s days in the future" : "No se puede establecer la fecha de expiración más alla de %s días en el futuro", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", "No app name specified" : "No se especificó el nombre de la aplicación", "App '%s' could not be installed!" : "¡No se pudo instalar la aplciación '%s'!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/es_CR.js b/lib/l10n/es_CR.js index c0adb010f0..844e89c311 100644 --- a/lib/l10n/es_CR.js +++ b/lib/l10n/es_CR.js @@ -215,15 +215,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", "Library %s with a version higher than %s is required - available version %s." : "La biblitoteca %s con una versión superiror a la %s es requerida - versión disponible %s.", "Library %s with a version lower than %s is required - available version %s." : "Se requiere de la biblioteca %s con una versión inferiror a la %s - la versión %s está disponible. ", - "Personal" : "Personal", - "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", - "DB Error: \"%s\"" : "DB Error: \"%s\"", - "Offending command was: \"%s\"" : "El comando infractor fue: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "El comando infractor fue: \"%s\", nombre:%s, contraseña:%s", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -232,21 +228,13 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "Se presentó una falla al compartir %s debido a que %s no es un miembro del grupo %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor sea inalcanzable por el momento", "Share type %s is not valid for %s" : "El tipo del elemento compartido %s no es válido para %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al establecer los permisos de %s, porque los permisos excenden los permisos otorgados a %s", - "Setting permissions for %s failed, because the item was not found" : "Se presentó una falla al establecer los permisos de %s, porque no se encontró el elemento", - "Cannot clear expiration date. Shares are required to have an expiration date." : "No se puede limpíar la fecha de expiración. Se requiere que los elementos compartidos tengan una fecha de expiración.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al compartir %s, porque los permisos exceden los permisos otorgados a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Se presentó una falla al compartir %s porque el backend que comparte %s no pudo encontrar su origen", - "Cannot increase permissions of %s" : "No se pueden incrementar los permisos de %s", - "Files can't be shared with delete permissions" : "No se pueden compartir archivos con privilegios para borrar", - "Files can't be shared with create permissions" : "No se pueden compartir archivos con privilegios para crear", - "Cannot set expiration date more than %s days in the future" : "No se puede establecer la fecha de expiración más alla de %s días en el futuro", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", "No app name specified" : "No se especificó el nombre de la aplicación", "App '%s' could not be installed!" : "¡No se pudo instalar la aplciación '%s'!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es_CR.json b/lib/l10n/es_CR.json index 3d63ecd3b0..3cd2b11edd 100644 --- a/lib/l10n/es_CR.json +++ b/lib/l10n/es_CR.json @@ -213,15 +213,11 @@ "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", "Library %s with a version higher than %s is required - available version %s." : "La biblitoteca %s con una versión superiror a la %s es requerida - versión disponible %s.", "Library %s with a version lower than %s is required - available version %s." : "Se requiere de la biblioteca %s con una versión inferiror a la %s - la versión %s está disponible. ", - "Personal" : "Personal", - "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", - "DB Error: \"%s\"" : "DB Error: \"%s\"", - "Offending command was: \"%s\"" : "El comando infractor fue: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "El comando infractor fue: \"%s\", nombre:%s, contraseña:%s", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -230,21 +226,13 @@ "Sharing %s failed, because %s is not a member of the group %s" : "Se presentó una falla al compartir %s debido a que %s no es un miembro del grupo %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor sea inalcanzable por el momento", "Share type %s is not valid for %s" : "El tipo del elemento compartido %s no es válido para %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al establecer los permisos de %s, porque los permisos excenden los permisos otorgados a %s", - "Setting permissions for %s failed, because the item was not found" : "Se presentó una falla al establecer los permisos de %s, porque no se encontró el elemento", - "Cannot clear expiration date. Shares are required to have an expiration date." : "No se puede limpíar la fecha de expiración. Se requiere que los elementos compartidos tengan una fecha de expiración.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al compartir %s, porque los permisos exceden los permisos otorgados a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Se presentó una falla al compartir %s porque el backend que comparte %s no pudo encontrar su origen", - "Cannot increase permissions of %s" : "No se pueden incrementar los permisos de %s", - "Files can't be shared with delete permissions" : "No se pueden compartir archivos con privilegios para borrar", - "Files can't be shared with create permissions" : "No se pueden compartir archivos con privilegios para crear", - "Cannot set expiration date more than %s days in the future" : "No se puede establecer la fecha de expiración más alla de %s días en el futuro", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", "No app name specified" : "No se especificó el nombre de la aplicación", "App '%s' could not be installed!" : "¡No se pudo instalar la aplciación '%s'!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/es_DO.js b/lib/l10n/es_DO.js index a292bf4886..7da64da55b 100644 --- a/lib/l10n/es_DO.js +++ b/lib/l10n/es_DO.js @@ -215,15 +215,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", "Library %s with a version higher than %s is required - available version %s." : "La biblitoteca %s con una versión superiror a la %s es requerida - versión disponible %s.", "Library %s with a version lower than %s is required - available version %s." : "Se requiere de la biblioteca %s con una versión inferiror a la %s - la versión %s está disponible. ", - "Personal" : "Personal", - "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", - "DB Error: \"%s\"" : "DB Error: \"%s\"", - "Offending command was: \"%s\"" : "El comando infractor fue: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "El comando infractor fue: \"%s\", nombre:%s, contraseña:%s", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -232,21 +228,13 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "Se presentó una falla al compartir %s debido a que %s no es un miembro del grupo %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor sea inalcanzable por el momento", "Share type %s is not valid for %s" : "El tipo del elemento compartido %s no es válido para %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al establecer los permisos de %s, porque los permisos excenden los permisos otorgados a %s", - "Setting permissions for %s failed, because the item was not found" : "Se presentó una falla al establecer los permisos de %s, porque no se encontró el elemento", - "Cannot clear expiration date. Shares are required to have an expiration date." : "No se puede limpíar la fecha de expiración. Se requiere que los elementos compartidos tengan una fecha de expiración.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al compartir %s, porque los permisos exceden los permisos otorgados a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Se presentó una falla al compartir %s porque el backend que comparte %s no pudo encontrar su origen", - "Cannot increase permissions of %s" : "No se pueden incrementar los permisos de %s", - "Files can't be shared with delete permissions" : "No se pueden compartir archivos con privilegios para borrar", - "Files can't be shared with create permissions" : "No se pueden compartir archivos con privilegios para crear", - "Cannot set expiration date more than %s days in the future" : "No se puede establecer la fecha de expiración más alla de %s días en el futuro", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", "No app name specified" : "No se especificó el nombre de la aplicación", "App '%s' could not be installed!" : "¡No se pudo instalar la aplciación '%s'!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es_DO.json b/lib/l10n/es_DO.json index 1eb0801c7a..62cbb24f51 100644 --- a/lib/l10n/es_DO.json +++ b/lib/l10n/es_DO.json @@ -213,15 +213,11 @@ "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", "Library %s with a version higher than %s is required - available version %s." : "La biblitoteca %s con una versión superiror a la %s es requerida - versión disponible %s.", "Library %s with a version lower than %s is required - available version %s." : "Se requiere de la biblioteca %s con una versión inferiror a la %s - la versión %s está disponible. ", - "Personal" : "Personal", - "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", - "DB Error: \"%s\"" : "DB Error: \"%s\"", - "Offending command was: \"%s\"" : "El comando infractor fue: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "El comando infractor fue: \"%s\", nombre:%s, contraseña:%s", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -230,21 +226,13 @@ "Sharing %s failed, because %s is not a member of the group %s" : "Se presentó una falla al compartir %s debido a que %s no es un miembro del grupo %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor sea inalcanzable por el momento", "Share type %s is not valid for %s" : "El tipo del elemento compartido %s no es válido para %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al establecer los permisos de %s, porque los permisos excenden los permisos otorgados a %s", - "Setting permissions for %s failed, because the item was not found" : "Se presentó una falla al establecer los permisos de %s, porque no se encontró el elemento", - "Cannot clear expiration date. Shares are required to have an expiration date." : "No se puede limpíar la fecha de expiración. Se requiere que los elementos compartidos tengan una fecha de expiración.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al compartir %s, porque los permisos exceden los permisos otorgados a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Se presentó una falla al compartir %s porque el backend que comparte %s no pudo encontrar su origen", - "Cannot increase permissions of %s" : "No se pueden incrementar los permisos de %s", - "Files can't be shared with delete permissions" : "No se pueden compartir archivos con privilegios para borrar", - "Files can't be shared with create permissions" : "No se pueden compartir archivos con privilegios para crear", - "Cannot set expiration date more than %s days in the future" : "No se puede establecer la fecha de expiración más alla de %s días en el futuro", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", "No app name specified" : "No se especificó el nombre de la aplicación", "App '%s' could not be installed!" : "¡No se pudo instalar la aplciación '%s'!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/es_EC.js b/lib/l10n/es_EC.js index 2714191571..c35faf3c03 100644 --- a/lib/l10n/es_EC.js +++ b/lib/l10n/es_EC.js @@ -215,15 +215,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", "Library %s with a version higher than %s is required - available version %s." : "La biblitoteca %s con una versión superiror a la %s es requerida - versión disponible %s.", "Library %s with a version lower than %s is required - available version %s." : "Se requiere de la biblioteca %s con una versión inferiror a la %s - la versión %s está disponible. ", - "Personal" : "Personal", - "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", - "DB Error: \"%s\"" : "DB Error: \"%s\"", - "Offending command was: \"%s\"" : "El comando infractor fue: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "El comando infractor fue: \"%s\", nombre:%s, contraseña:%s", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -232,21 +228,13 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "Se presentó una falla al compartir %s debido a que %s no es un miembro del grupo %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor sea inalcanzable por el momento", "Share type %s is not valid for %s" : "El tipo del elemento compartido %s no es válido para %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al establecer los permisos de %s, porque los permisos excenden los permisos otorgados a %s", - "Setting permissions for %s failed, because the item was not found" : "Se presentó una falla al establecer los permisos de %s, porque no se encontró el elemento", - "Cannot clear expiration date. Shares are required to have an expiration date." : "No se puede limpíar la fecha de expiración. Se requiere que los elementos compartidos tengan una fecha de expiración.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al compartir %s, porque los permisos exceden los permisos otorgados a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Se presentó una falla al compartir %s porque el backend que comparte %s no pudo encontrar su origen", - "Cannot increase permissions of %s" : "No se pueden incrementar los permisos de %s", - "Files can't be shared with delete permissions" : "No se pueden compartir archivos con privilegios para borrar", - "Files can't be shared with create permissions" : "No se pueden compartir archivos con privilegios para crear", - "Cannot set expiration date more than %s days in the future" : "No se puede establecer la fecha de expiración más alla de %s días en el futuro", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", "No app name specified" : "No se especificó el nombre de la aplicación", "App '%s' could not be installed!" : "¡No se pudo instalar la aplciación '%s'!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es_EC.json b/lib/l10n/es_EC.json index 6fc711f117..42eb7f903c 100644 --- a/lib/l10n/es_EC.json +++ b/lib/l10n/es_EC.json @@ -213,15 +213,11 @@ "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", "Library %s with a version higher than %s is required - available version %s." : "La biblitoteca %s con una versión superiror a la %s es requerida - versión disponible %s.", "Library %s with a version lower than %s is required - available version %s." : "Se requiere de la biblioteca %s con una versión inferiror a la %s - la versión %s está disponible. ", - "Personal" : "Personal", - "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", - "DB Error: \"%s\"" : "DB Error: \"%s\"", - "Offending command was: \"%s\"" : "El comando infractor fue: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "El comando infractor fue: \"%s\", nombre:%s, contraseña:%s", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -230,21 +226,13 @@ "Sharing %s failed, because %s is not a member of the group %s" : "Se presentó una falla al compartir %s debido a que %s no es un miembro del grupo %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor sea inalcanzable por el momento", "Share type %s is not valid for %s" : "El tipo del elemento compartido %s no es válido para %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al establecer los permisos de %s, porque los permisos excenden los permisos otorgados a %s", - "Setting permissions for %s failed, because the item was not found" : "Se presentó una falla al establecer los permisos de %s, porque no se encontró el elemento", - "Cannot clear expiration date. Shares are required to have an expiration date." : "No se puede limpíar la fecha de expiración. Se requiere que los elementos compartidos tengan una fecha de expiración.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al compartir %s, porque los permisos exceden los permisos otorgados a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Se presentó una falla al compartir %s porque el backend que comparte %s no pudo encontrar su origen", - "Cannot increase permissions of %s" : "No se pueden incrementar los permisos de %s", - "Files can't be shared with delete permissions" : "No se pueden compartir archivos con privilegios para borrar", - "Files can't be shared with create permissions" : "No se pueden compartir archivos con privilegios para crear", - "Cannot set expiration date more than %s days in the future" : "No se puede establecer la fecha de expiración más alla de %s días en el futuro", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", "No app name specified" : "No se especificó el nombre de la aplicación", "App '%s' could not be installed!" : "¡No se pudo instalar la aplciación '%s'!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/es_GT.js b/lib/l10n/es_GT.js index 07dc05a06f..89add9fe8c 100644 --- a/lib/l10n/es_GT.js +++ b/lib/l10n/es_GT.js @@ -215,15 +215,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", "Library %s with a version higher than %s is required - available version %s." : "La biblitoteca %s con una versión superiror a la %s es requerida - versión disponible %s.", "Library %s with a version lower than %s is required - available version %s." : "Se requiere de la biblioteca %s con una versión inferiror a la %s - la versión %s está disponible. ", - "Personal" : "Personal", - "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", - "DB Error: \"%s\"" : "DB Error: \"%s\"", - "Offending command was: \"%s\"" : "El comando infractor fue: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "El comando infractor fue: \"%s\", nombre:%s, contraseña:%s", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -232,21 +228,13 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "Se presentó una falla al compartir %s debido a que %s no es un miembro del grupo %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor sea inalcanzable por el momento", "Share type %s is not valid for %s" : "El tipo del elemento compartido %s no es válido para %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al establecer los permisos de %s, porque los permisos excenden los permisos otorgados a %s", - "Setting permissions for %s failed, because the item was not found" : "Se presentó una falla al establecer los permisos de %s, porque no se encontró el elemento", - "Cannot clear expiration date. Shares are required to have an expiration date." : "No se puede limpíar la fecha de expiración. Se requiere que los elementos compartidos tengan una fecha de expiración.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al compartir %s, porque los permisos exceden los permisos otorgados a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Se presentó una falla al compartir %s porque el backend que comparte %s no pudo encontrar su origen", - "Cannot increase permissions of %s" : "No se pueden incrementar los permisos de %s", - "Files can't be shared with delete permissions" : "No se pueden compartir archivos con privilegios para borrar", - "Files can't be shared with create permissions" : "No se pueden compartir archivos con privilegios para crear", - "Cannot set expiration date more than %s days in the future" : "No se puede establecer la fecha de expiración más alla de %s días en el futuro", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", "No app name specified" : "No se especificó el nombre de la aplicación", "App '%s' could not be installed!" : "¡No se pudo instalar la aplciación '%s'!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es_GT.json b/lib/l10n/es_GT.json index e46c9e786e..0448ae872c 100644 --- a/lib/l10n/es_GT.json +++ b/lib/l10n/es_GT.json @@ -213,15 +213,11 @@ "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", "Library %s with a version higher than %s is required - available version %s." : "La biblitoteca %s con una versión superiror a la %s es requerida - versión disponible %s.", "Library %s with a version lower than %s is required - available version %s." : "Se requiere de la biblioteca %s con una versión inferiror a la %s - la versión %s está disponible. ", - "Personal" : "Personal", - "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", - "DB Error: \"%s\"" : "DB Error: \"%s\"", - "Offending command was: \"%s\"" : "El comando infractor fue: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "El comando infractor fue: \"%s\", nombre:%s, contraseña:%s", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -230,21 +226,13 @@ "Sharing %s failed, because %s is not a member of the group %s" : "Se presentó una falla al compartir %s debido a que %s no es un miembro del grupo %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor sea inalcanzable por el momento", "Share type %s is not valid for %s" : "El tipo del elemento compartido %s no es válido para %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al establecer los permisos de %s, porque los permisos excenden los permisos otorgados a %s", - "Setting permissions for %s failed, because the item was not found" : "Se presentó una falla al establecer los permisos de %s, porque no se encontró el elemento", - "Cannot clear expiration date. Shares are required to have an expiration date." : "No se puede limpíar la fecha de expiración. Se requiere que los elementos compartidos tengan una fecha de expiración.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al compartir %s, porque los permisos exceden los permisos otorgados a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Se presentó una falla al compartir %s porque el backend que comparte %s no pudo encontrar su origen", - "Cannot increase permissions of %s" : "No se pueden incrementar los permisos de %s", - "Files can't be shared with delete permissions" : "No se pueden compartir archivos con privilegios para borrar", - "Files can't be shared with create permissions" : "No se pueden compartir archivos con privilegios para crear", - "Cannot set expiration date more than %s days in the future" : "No se puede establecer la fecha de expiración más alla de %s días en el futuro", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", "No app name specified" : "No se especificó el nombre de la aplicación", "App '%s' could not be installed!" : "¡No se pudo instalar la aplciación '%s'!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/es_HN.js b/lib/l10n/es_HN.js index 737f61c5df..990a6305ef 100644 --- a/lib/l10n/es_HN.js +++ b/lib/l10n/es_HN.js @@ -213,6 +213,7 @@ OC.L10N.register( "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -226,7 +227,6 @@ OC.L10N.register( "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es_HN.json b/lib/l10n/es_HN.json index b16edc12df..4fa5b84cb4 100644 --- a/lib/l10n/es_HN.json +++ b/lib/l10n/es_HN.json @@ -211,6 +211,7 @@ "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -224,7 +225,6 @@ "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/es_MX.js b/lib/l10n/es_MX.js index 9314d6cb26..e94e56ac93 100644 --- a/lib/l10n/es_MX.js +++ b/lib/l10n/es_MX.js @@ -216,15 +216,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", "Library %s with a version higher than %s is required - available version %s." : "La biblitoteca %s con una versión superiror a la %s es requerida - versión disponible %s.", "Library %s with a version lower than %s is required - available version %s." : "Se requiere de la biblioteca %s con una versión inferiror a la %s - la versión %s está disponible. ", - "Personal" : "Personal", - "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", - "DB Error: \"%s\"" : "DB Error: \"%s\"", - "Offending command was: \"%s\"" : "El comando infractor fue: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "El comando infractor fue: \"%s\", nombre:%s, contraseña:%s", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -233,21 +229,13 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "Se presentó una falla al compartir %s debido a que %s no es un miembro del grupo %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor sea inalcanzable por el momento", "Share type %s is not valid for %s" : "El tipo del elemento compartido %s no es válido para %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al establecer los permisos de %s, porque los permisos excenden los permisos otorgados a %s", - "Setting permissions for %s failed, because the item was not found" : "Se presentó una falla al establecer los permisos de %s, porque no se encontró el elemento", - "Cannot clear expiration date. Shares are required to have an expiration date." : "No se puede limpíar la fecha de expiración. Se requiere que los elementos compartidos tengan una fecha de expiración.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al compartir %s, porque los permisos exceden los permisos otorgados a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Se presentó una falla al compartir %s porque el backend que comparte %s no pudo encontrar su origen", - "Cannot increase permissions of %s" : "No se pueden incrementar los permisos de %s", - "Files can't be shared with delete permissions" : "No se pueden compartir archivos con privilegios para borrar", - "Files can't be shared with create permissions" : "No se pueden compartir archivos con privilegios para crear", - "Cannot set expiration date more than %s days in the future" : "No se puede establecer la fecha de expiración más alla de %s días en el futuro", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", "No app name specified" : "No se especificó el nombre de la aplicación", "App '%s' could not be installed!" : "¡No se pudo instalar la aplciación '%s'!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es_MX.json b/lib/l10n/es_MX.json index 43dcf7976c..a3e0843793 100644 --- a/lib/l10n/es_MX.json +++ b/lib/l10n/es_MX.json @@ -214,15 +214,11 @@ "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", "Library %s with a version higher than %s is required - available version %s." : "La biblitoteca %s con una versión superiror a la %s es requerida - versión disponible %s.", "Library %s with a version lower than %s is required - available version %s." : "Se requiere de la biblioteca %s con una versión inferiror a la %s - la versión %s está disponible. ", - "Personal" : "Personal", - "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", - "DB Error: \"%s\"" : "DB Error: \"%s\"", - "Offending command was: \"%s\"" : "El comando infractor fue: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "El comando infractor fue: \"%s\", nombre:%s, contraseña:%s", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -231,21 +227,13 @@ "Sharing %s failed, because %s is not a member of the group %s" : "Se presentó una falla al compartir %s debido a que %s no es un miembro del grupo %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor sea inalcanzable por el momento", "Share type %s is not valid for %s" : "El tipo del elemento compartido %s no es válido para %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al establecer los permisos de %s, porque los permisos excenden los permisos otorgados a %s", - "Setting permissions for %s failed, because the item was not found" : "Se presentó una falla al establecer los permisos de %s, porque no se encontró el elemento", - "Cannot clear expiration date. Shares are required to have an expiration date." : "No se puede limpíar la fecha de expiración. Se requiere que los elementos compartidos tengan una fecha de expiración.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al compartir %s, porque los permisos exceden los permisos otorgados a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Se presentó una falla al compartir %s porque el backend que comparte %s no pudo encontrar su origen", - "Cannot increase permissions of %s" : "No se pueden incrementar los permisos de %s", - "Files can't be shared with delete permissions" : "No se pueden compartir archivos con privilegios para borrar", - "Files can't be shared with create permissions" : "No se pueden compartir archivos con privilegios para crear", - "Cannot set expiration date more than %s days in the future" : "No se puede establecer la fecha de expiración más alla de %s días en el futuro", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", "No app name specified" : "No se especificó el nombre de la aplicación", "App '%s' could not be installed!" : "¡No se pudo instalar la aplciación '%s'!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/es_NI.js b/lib/l10n/es_NI.js index 518309f889..94b37cf2b1 100644 --- a/lib/l10n/es_NI.js +++ b/lib/l10n/es_NI.js @@ -213,6 +213,7 @@ OC.L10N.register( "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -226,7 +227,6 @@ OC.L10N.register( "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es_NI.json b/lib/l10n/es_NI.json index 607322271a..b73eba5356 100644 --- a/lib/l10n/es_NI.json +++ b/lib/l10n/es_NI.json @@ -211,6 +211,7 @@ "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -224,7 +225,6 @@ "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/es_PA.js b/lib/l10n/es_PA.js index 948253e417..0237d6fd72 100644 --- a/lib/l10n/es_PA.js +++ b/lib/l10n/es_PA.js @@ -213,6 +213,7 @@ OC.L10N.register( "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -226,7 +227,6 @@ OC.L10N.register( "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es_PA.json b/lib/l10n/es_PA.json index 3af2ba6e74..8ec73f7a0e 100644 --- a/lib/l10n/es_PA.json +++ b/lib/l10n/es_PA.json @@ -211,6 +211,7 @@ "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -224,7 +225,6 @@ "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/es_PE.js b/lib/l10n/es_PE.js index 55490aecdd..cef4486e60 100644 --- a/lib/l10n/es_PE.js +++ b/lib/l10n/es_PE.js @@ -213,6 +213,7 @@ OC.L10N.register( "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -226,7 +227,6 @@ OC.L10N.register( "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es_PE.json b/lib/l10n/es_PE.json index 308384720a..98329fdf5a 100644 --- a/lib/l10n/es_PE.json +++ b/lib/l10n/es_PE.json @@ -211,6 +211,7 @@ "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -224,7 +225,6 @@ "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/es_PR.js b/lib/l10n/es_PR.js index 39d9c77662..e4a6db7af4 100644 --- a/lib/l10n/es_PR.js +++ b/lib/l10n/es_PR.js @@ -213,6 +213,7 @@ OC.L10N.register( "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -226,7 +227,6 @@ OC.L10N.register( "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es_PR.json b/lib/l10n/es_PR.json index 0698e28bdb..b4147bc07c 100644 --- a/lib/l10n/es_PR.json +++ b/lib/l10n/es_PR.json @@ -211,6 +211,7 @@ "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -224,7 +225,6 @@ "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/es_PY.js b/lib/l10n/es_PY.js index e2f247fec8..69de66a7ba 100644 --- a/lib/l10n/es_PY.js +++ b/lib/l10n/es_PY.js @@ -213,6 +213,7 @@ OC.L10N.register( "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -226,7 +227,6 @@ OC.L10N.register( "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es_PY.json b/lib/l10n/es_PY.json index 63629eda85..ec825e9783 100644 --- a/lib/l10n/es_PY.json +++ b/lib/l10n/es_PY.json @@ -211,6 +211,7 @@ "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -224,7 +225,6 @@ "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/es_SV.js b/lib/l10n/es_SV.js index 89406192a8..74b9c227a7 100644 --- a/lib/l10n/es_SV.js +++ b/lib/l10n/es_SV.js @@ -215,15 +215,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", "Library %s with a version higher than %s is required - available version %s." : "La biblitoteca %s con una versión superiror a la %s es requerida - versión disponible %s.", "Library %s with a version lower than %s is required - available version %s." : "Se requiere de la biblioteca %s con una versión inferiror a la %s - la versión %s está disponible. ", - "Personal" : "Personal", - "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", - "DB Error: \"%s\"" : "DB Error: \"%s\"", - "Offending command was: \"%s\"" : "El comando infractor fue: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "El comando infractor fue: \"%s\", nombre:%s, contraseña:%s", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -232,21 +228,13 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "Se presentó una falla al compartir %s debido a que %s no es un miembro del grupo %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor sea inalcanzable por el momento", "Share type %s is not valid for %s" : "El tipo del elemento compartido %s no es válido para %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al establecer los permisos de %s, porque los permisos excenden los permisos otorgados a %s", - "Setting permissions for %s failed, because the item was not found" : "Se presentó una falla al establecer los permisos de %s, porque no se encontró el elemento", - "Cannot clear expiration date. Shares are required to have an expiration date." : "No se puede limpíar la fecha de expiración. Se requiere que los elementos compartidos tengan una fecha de expiración.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al compartir %s, porque los permisos exceden los permisos otorgados a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Se presentó una falla al compartir %s porque el backend que comparte %s no pudo encontrar su origen", - "Cannot increase permissions of %s" : "No se pueden incrementar los permisos de %s", - "Files can't be shared with delete permissions" : "No se pueden compartir archivos con privilegios para borrar", - "Files can't be shared with create permissions" : "No se pueden compartir archivos con privilegios para crear", - "Cannot set expiration date more than %s days in the future" : "No se puede establecer la fecha de expiración más alla de %s días en el futuro", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", "No app name specified" : "No se especificó el nombre de la aplicación", "App '%s' could not be installed!" : "¡No se pudo instalar la aplciación '%s'!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es_SV.json b/lib/l10n/es_SV.json index 3fc9fe83db..444cac279b 100644 --- a/lib/l10n/es_SV.json +++ b/lib/l10n/es_SV.json @@ -213,15 +213,11 @@ "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", "Library %s with a version higher than %s is required - available version %s." : "La biblitoteca %s con una versión superiror a la %s es requerida - versión disponible %s.", "Library %s with a version lower than %s is required - available version %s." : "Se requiere de la biblioteca %s con una versión inferiror a la %s - la versión %s está disponible. ", - "Personal" : "Personal", - "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", - "DB Error: \"%s\"" : "DB Error: \"%s\"", - "Offending command was: \"%s\"" : "El comando infractor fue: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "El comando infractor fue: \"%s\", nombre:%s, contraseña:%s", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -230,21 +226,13 @@ "Sharing %s failed, because %s is not a member of the group %s" : "Se presentó una falla al compartir %s debido a que %s no es un miembro del grupo %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor sea inalcanzable por el momento", "Share type %s is not valid for %s" : "El tipo del elemento compartido %s no es válido para %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al establecer los permisos de %s, porque los permisos excenden los permisos otorgados a %s", - "Setting permissions for %s failed, because the item was not found" : "Se presentó una falla al establecer los permisos de %s, porque no se encontró el elemento", - "Cannot clear expiration date. Shares are required to have an expiration date." : "No se puede limpíar la fecha de expiración. Se requiere que los elementos compartidos tengan una fecha de expiración.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Se presentó una falla al compartir %s, porque los permisos exceden los permisos otorgados a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Se presentó una falla al compartir %s porque el backend que comparte %s no pudo encontrar su origen", - "Cannot increase permissions of %s" : "No se pueden incrementar los permisos de %s", - "Files can't be shared with delete permissions" : "No se pueden compartir archivos con privilegios para borrar", - "Files can't be shared with create permissions" : "No se pueden compartir archivos con privilegios para crear", - "Cannot set expiration date more than %s days in the future" : "No se puede establecer la fecha de expiración más alla de %s días en el futuro", "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", "No app name specified" : "No se especificó el nombre de la aplicación", "App '%s' could not be installed!" : "¡No se pudo instalar la aplciación '%s'!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/es_UY.js b/lib/l10n/es_UY.js index 7462f2edda..6bef95d6a6 100644 --- a/lib/l10n/es_UY.js +++ b/lib/l10n/es_UY.js @@ -213,6 +213,7 @@ OC.L10N.register( "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -226,7 +227,6 @@ OC.L10N.register( "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es_UY.json b/lib/l10n/es_UY.json index 76f4704a92..f143d93253 100644 --- a/lib/l10n/es_UY.json +++ b/lib/l10n/es_UY.json @@ -211,6 +211,7 @@ "Redis" : "Redis", "Encryption" : "Encripción", "Tips & tricks" : "Consejos & trucos", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "Se presentó una falla al compartir %s porque el usuario %s no existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Se presentó una falla al compartir %s porque el usuario %s no es un miembro de ninguno de los grupos de los cuales %s es miembro", "Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya había sido compartido con %s", @@ -224,7 +225,6 @@ "%s shared »%s« with you" : "%s ha compartido »%s« contigo", "%s shared »%s« with you." : "%s compartió contigo »%s«.", "%s via %s" : "%s por %s", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s ", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "La aplicación \"%s\" no puede ser instalada porque las siguientes dependencias no están satisfechas: %s " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/et_EE.js b/lib/l10n/et_EE.js index a9e3d782ca..ca3086795b 100644 --- a/lib/l10n/et_EE.js +++ b/lib/l10n/et_EE.js @@ -168,6 +168,7 @@ OC.L10N.register( "Could not obtain lock type %d on \"%s\"." : "Ei suutnud hankida %d tüüpi lukustust \"%s\".", "Encryption" : "Krüpteerimine", "Tips & tricks" : "Nõuanded ja trikid", + "Sync clients" : "Klientide sünkroniseerimine", "Sharing %s failed, because the user %s does not exist" : "%s jagamine ebaõnnestus, kuna kasutajat %s pole olemas", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "%s jagamine ebaõnnestus, kuna kasutaja %s pole ühegi grupi liige, millede liige on %s", "Sharing %s failed, because this item is already shared with %s" : "%s jagamine ebaõnnestus, kuna see üksus on juba jagatud %s", @@ -181,7 +182,6 @@ OC.L10N.register( "%s shared »%s« with you" : "%s jagas sinuga »%s«", "%s shared »%s« with you." : "%s jagas »%s« sinuga.", "%s via %s" : "%s läbi %s", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Rakendust \"%s\" ei saa paigaldada sest järgmised sõltuvused ei ole täidetud: %s", - "Sync clients" : "Klientide sünkroniseerimine" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Rakendust \"%s\" ei saa paigaldada sest järgmised sõltuvused ei ole täidetud: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/et_EE.json b/lib/l10n/et_EE.json index 4f44d7d3f0..fdbef7cbac 100644 --- a/lib/l10n/et_EE.json +++ b/lib/l10n/et_EE.json @@ -166,6 +166,7 @@ "Could not obtain lock type %d on \"%s\"." : "Ei suutnud hankida %d tüüpi lukustust \"%s\".", "Encryption" : "Krüpteerimine", "Tips & tricks" : "Nõuanded ja trikid", + "Sync clients" : "Klientide sünkroniseerimine", "Sharing %s failed, because the user %s does not exist" : "%s jagamine ebaõnnestus, kuna kasutajat %s pole olemas", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "%s jagamine ebaõnnestus, kuna kasutaja %s pole ühegi grupi liige, millede liige on %s", "Sharing %s failed, because this item is already shared with %s" : "%s jagamine ebaõnnestus, kuna see üksus on juba jagatud %s", @@ -179,7 +180,6 @@ "%s shared »%s« with you" : "%s jagas sinuga »%s«", "%s shared »%s« with you." : "%s jagas »%s« sinuga.", "%s via %s" : "%s läbi %s", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Rakendust \"%s\" ei saa paigaldada sest järgmised sõltuvused ei ole täidetud: %s", - "Sync clients" : "Klientide sünkroniseerimine" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Rakendust \"%s\" ei saa paigaldada sest järgmised sõltuvused ei ole täidetud: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/fi.js b/lib/l10n/fi.js index 01007363ac..aa3f6cc235 100644 --- a/lib/l10n/fi.js +++ b/lib/l10n/fi.js @@ -205,18 +205,16 @@ OC.L10N.register( "Redis" : "Redis", "Encryption" : "Salaus", "Tips & tricks" : "Vinkkejä", - "DB Error: \"%s\"" : "Tietokantavirhe: \"%s\"", + "Sync clients" : "Synkronointisovellukset", "Sharing %s failed, because the user %s does not exist" : "Kohteen %s jakaminen epäonnistui, koska käyttäjää %s ei ole olemassa", "Sharing %s failed, because this item is already shared with %s" : "Kohteen %s jakaminen epäonnistui, koska kohde on jo jaettu käyttäjän %s kanssa", "Sharing %s failed, because this item is already shared with user %s" : "Kohteen %s jakaminen epäonnistui, koska kohde on jo jaettu käyttäjän %s kanssa", "Sharing %s failed, because the group %s does not exist" : "Kohteen %s jakaminen epäonnistui, koska ryhmää %s ei ole olemassa", "Sharing %s failed, because %s is not a member of the group %s" : "Kohteen %s jakaminen epäonnistui, koska käyttäjä %s ei ole ryhmän %s jäsen", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Kohteen %s jakaminen epäonnistui, kohdetta %s ei löytynyt. Kenties palvelin ei ole juuri nyt tavoitettavissa.", - "Cannot increase permissions of %s" : "Kohteen %s käyttöoikeuksien lisääminen ei onnistu", "%s shared »%s« with you" : "%s jakoi kohteen »%s« kanssasi", "%s shared »%s« with you." : "%s jakoi kohteen »%s« kanssasi.", "App '%s' could not be installed!" : "Sovellusta '%s' ei voitu asentaa!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Sovelluksen \"%s\" asennus ei onnistu, koska seuraavia riippuvuuksia ei ole täytetty: %s", - "Sync clients" : "Synkronointisovellukset" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Sovelluksen \"%s\" asennus ei onnistu, koska seuraavia riippuvuuksia ei ole täytetty: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/fi.json b/lib/l10n/fi.json index 5e6b85a8c3..005f534712 100644 --- a/lib/l10n/fi.json +++ b/lib/l10n/fi.json @@ -203,18 +203,16 @@ "Redis" : "Redis", "Encryption" : "Salaus", "Tips & tricks" : "Vinkkejä", - "DB Error: \"%s\"" : "Tietokantavirhe: \"%s\"", + "Sync clients" : "Synkronointisovellukset", "Sharing %s failed, because the user %s does not exist" : "Kohteen %s jakaminen epäonnistui, koska käyttäjää %s ei ole olemassa", "Sharing %s failed, because this item is already shared with %s" : "Kohteen %s jakaminen epäonnistui, koska kohde on jo jaettu käyttäjän %s kanssa", "Sharing %s failed, because this item is already shared with user %s" : "Kohteen %s jakaminen epäonnistui, koska kohde on jo jaettu käyttäjän %s kanssa", "Sharing %s failed, because the group %s does not exist" : "Kohteen %s jakaminen epäonnistui, koska ryhmää %s ei ole olemassa", "Sharing %s failed, because %s is not a member of the group %s" : "Kohteen %s jakaminen epäonnistui, koska käyttäjä %s ei ole ryhmän %s jäsen", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Kohteen %s jakaminen epäonnistui, kohdetta %s ei löytynyt. Kenties palvelin ei ole juuri nyt tavoitettavissa.", - "Cannot increase permissions of %s" : "Kohteen %s käyttöoikeuksien lisääminen ei onnistu", "%s shared »%s« with you" : "%s jakoi kohteen »%s« kanssasi", "%s shared »%s« with you." : "%s jakoi kohteen »%s« kanssasi.", "App '%s' could not be installed!" : "Sovellusta '%s' ei voitu asentaa!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Sovelluksen \"%s\" asennus ei onnistu, koska seuraavia riippuvuuksia ei ole täytetty: %s", - "Sync clients" : "Synkronointisovellukset" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Sovelluksen \"%s\" asennus ei onnistu, koska seuraavia riippuvuuksia ei ole täytetty: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index c63abd9ebc..0625fadf00 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -243,15 +243,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "Le délai d'attente pour la connexion à l'espace de stockage a été dépassé. %s", "Library %s with a version higher than %s is required - available version %s." : "La librairie %s doit être au moins à la version %s. Version disponible : %s.", "Library %s with a version lower than %s is required - available version %s." : "La librairie %s doit avoir une version antérieure à %s. Version disponible : %s.", - "Personal" : "Personnel", - "Admin" : "Administration", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Chiffrement", "Tips & tricks" : "Trucs et astuces", - "DB Error: \"%s\"" : "Erreur de la base de données : \"%s\"", - "Offending command was: \"%s\"" : "La requête en cause est : \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "La requête en cause est : \"%s\", nom : %s, mot de passe : %s", + "Sync clients" : "Clients de synchronisation", "Sharing %s failed, because the user %s does not exist" : "Le partage de %s a échoué car l'utilisateur %s n'existe pas", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Le partage de %s a échoué car l'utilisateur %s n'est membre d'aucun groupe auquel %s appartient", "Sharing %s failed, because this item is already shared with %s" : "Le partage de %s a échoué car cet objet est déjà partagé avec %s", @@ -260,22 +256,14 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "Le partage de %s a échoué car %s n'est pas membre du groupe %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Le partage de %s a échoué : impossible de trouver %s. Peut-être le serveur est-il momentanément injoignable.", "Share type %s is not valid for %s" : "Le type de partage %s n'est pas valide pour %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Le réglage des permissions pour %s a échoué car les permissions dépassent celles accordées à %s", - "Setting permissions for %s failed, because the item was not found" : "Le réglage des permissions pour %s a échoué car l'objet n'a pas été trouvé", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Impossible de supprimer la date d'expiration. Les partages doivent avoir une date d'expiration.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Le partage de %s a échoué car les permissions dépassent celles accordées à %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Le partage de %s a échoué car le service %s n'a pas trouvé sa source..", - "Cannot increase permissions of %s" : "Impossible d'augmenter les permissions de %s", - "Files can't be shared with delete permissions" : "Les fichiers ne peuvent pas être partagés avec les autorisations de suppression", - "Files can't be shared with create permissions" : "Les fichiers ne peuvent pas être partagés avec les autorisations de création", - "Cannot set expiration date more than %s days in the future" : "Impossible de définir la date d'expiration à plus de %s jours dans le futur", "%s shared »%s« with you" : "%s a partagé «%s» avec vous", "%s shared »%s« with you." : "%s a partagé «%s» avec vous.", "%s via %s" : "%s via %s", "No app name specified" : "Aucun nom d'application spécifié", "App '%s' could not be installed!" : "L'application \"%s\" ne peut pas être installée !", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "L'application \"%s\" ne peut pas être installée à cause des dépendances suivantes non satisfaites : %s", - "Sync clients" : "Clients de synchronisation", "ID \"%s\" already used by cloud federation provider \"%s\"" : "L'identifiant \"%s\" est déjà utilisé par le fournisseur de cloud \"%s\"" }, "nplurals=2; plural=(n > 1);"); diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json index 0e5d53c4a6..5b67c88fd3 100644 --- a/lib/l10n/fr.json +++ b/lib/l10n/fr.json @@ -241,15 +241,11 @@ "Storage connection timeout. %s" : "Le délai d'attente pour la connexion à l'espace de stockage a été dépassé. %s", "Library %s with a version higher than %s is required - available version %s." : "La librairie %s doit être au moins à la version %s. Version disponible : %s.", "Library %s with a version lower than %s is required - available version %s." : "La librairie %s doit avoir une version antérieure à %s. Version disponible : %s.", - "Personal" : "Personnel", - "Admin" : "Administration", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Chiffrement", "Tips & tricks" : "Trucs et astuces", - "DB Error: \"%s\"" : "Erreur de la base de données : \"%s\"", - "Offending command was: \"%s\"" : "La requête en cause est : \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "La requête en cause est : \"%s\", nom : %s, mot de passe : %s", + "Sync clients" : "Clients de synchronisation", "Sharing %s failed, because the user %s does not exist" : "Le partage de %s a échoué car l'utilisateur %s n'existe pas", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Le partage de %s a échoué car l'utilisateur %s n'est membre d'aucun groupe auquel %s appartient", "Sharing %s failed, because this item is already shared with %s" : "Le partage de %s a échoué car cet objet est déjà partagé avec %s", @@ -258,22 +254,14 @@ "Sharing %s failed, because %s is not a member of the group %s" : "Le partage de %s a échoué car %s n'est pas membre du groupe %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Le partage de %s a échoué : impossible de trouver %s. Peut-être le serveur est-il momentanément injoignable.", "Share type %s is not valid for %s" : "Le type de partage %s n'est pas valide pour %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Le réglage des permissions pour %s a échoué car les permissions dépassent celles accordées à %s", - "Setting permissions for %s failed, because the item was not found" : "Le réglage des permissions pour %s a échoué car l'objet n'a pas été trouvé", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Impossible de supprimer la date d'expiration. Les partages doivent avoir une date d'expiration.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Le partage de %s a échoué car les permissions dépassent celles accordées à %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Le partage de %s a échoué car le service %s n'a pas trouvé sa source..", - "Cannot increase permissions of %s" : "Impossible d'augmenter les permissions de %s", - "Files can't be shared with delete permissions" : "Les fichiers ne peuvent pas être partagés avec les autorisations de suppression", - "Files can't be shared with create permissions" : "Les fichiers ne peuvent pas être partagés avec les autorisations de création", - "Cannot set expiration date more than %s days in the future" : "Impossible de définir la date d'expiration à plus de %s jours dans le futur", "%s shared »%s« with you" : "%s a partagé «%s» avec vous", "%s shared »%s« with you." : "%s a partagé «%s» avec vous.", "%s via %s" : "%s via %s", "No app name specified" : "Aucun nom d'application spécifié", "App '%s' could not be installed!" : "L'application \"%s\" ne peut pas être installée !", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "L'application \"%s\" ne peut pas être installée à cause des dépendances suivantes non satisfaites : %s", - "Sync clients" : "Clients de synchronisation", "ID \"%s\" already used by cloud federation provider \"%s\"" : "L'identifiant \"%s\" est déjà utilisé par le fournisseur de cloud \"%s\"" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/lib/l10n/gl.js b/lib/l10n/gl.js deleted file mode 100644 index bf92b4db0f..0000000000 --- a/lib/l10n/gl.js +++ /dev/null @@ -1,7 +0,0 @@ -OC.L10N.register( - "lib", - { - "Cannot write into \"config\" directory!" : "Non é posíbel escribir no directorio «config»!", - "__language_name__" : "Galego" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/gl.json b/lib/l10n/gl.json deleted file mode 100644 index 30c4cdd34a..0000000000 --- a/lib/l10n/gl.json +++ /dev/null @@ -1,5 +0,0 @@ -{ "translations": { - "Cannot write into \"config\" directory!" : "Non é posíbel escribir no directorio «config»!", - "__language_name__" : "Galego" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/lib/l10n/he.js b/lib/l10n/he.js index 096ebb153b..93af193358 100644 --- a/lib/l10n/he.js +++ b/lib/l10n/he.js @@ -218,15 +218,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "פסק זמן חיבור אחסון. %s", "Library %s with a version higher than %s is required - available version %s." : "ספריה %s בגרסה גבוהה מ- %s נדרשת - גרסה זמינה %s.", "Library %s with a version lower than %s is required - available version %s." : "ספריה %s בגרסה נמוכה מ- %s נדרשת - גרסה זמינה %s.", - "Personal" : "אישי", - "Admin" : "מנהל", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "הצפנה", "Tips & tricks" : "טיפים וטריקים", - "DB Error: \"%s\"" : "שגיאת מסד נתונים: „%s”", - "Offending command was: \"%s\"" : "הפקודה הסוררת הייתה: „%s”", - "Offending command was: \"%s\", name: %s, password: %s" : "הפקודה הסוררת הייתה: „%s”, שם: %s, ססמה: %s", + "Sync clients" : "סנכרון לקוחות", "Sharing %s failed, because the user %s does not exist" : "השיתוף %s נכשל, כיוון שהמשתמש %s אינו קיים", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "השיתוף %s נכשל, כיוון שהמשתמש %s אינו חבר בקבוצות ש- %s חבר ב-", "Sharing %s failed, because this item is already shared with %s" : "שיתוף %s נכשל, כיוון שפריט זה כבר משותף עם %s", @@ -235,20 +231,12 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "השיתוף %s נכשל, כיוון ש- %s אינו חבר בקבוצה %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "שיתוף %s נכשל, לא ניתן לאתר %s, ייתכן שהשרת לא ניתן להשגה כרגע.", "Share type %s is not valid for %s" : "שיתוף מסוג %s אינו תקף ל- %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "הגדרות ההרשאות עבור %s נכשלה, כיוון שההרשאות חורגות מההרשאות שהוענקו ל־%s ", - "Setting permissions for %s failed, because the item was not found" : "הגדרת ההרשאות עבור %s נכשלה, כיוון שהפריט לא נמצא", - "Cannot clear expiration date. Shares are required to have an expiration date." : "לא ניתן למחוק את מועד התפוגה. לשיתופים צריך להיות מועד תפוגה.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "השיתוף %s נכשל, כיוון שההרשאות עלו על ההרשאות שניתנו ל- %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "השיתוף %s נכשל, כיוון שבצד אחורי לשיתוף עבור %s לא ניתן היה לאתר את מקורו", - "Cannot increase permissions of %s" : "לא ניתן להוסיף על ההרשאות של %s", - "Files can't be shared with delete permissions" : "אי אפשר לשתף קבצים עם הרשאות מחיקה", - "Files can't be shared with create permissions" : "אי אפשר לשתף קבצים עם הרשאות יצירה", - "Cannot set expiration date more than %s days in the future" : "לא ניתן להגדיר מועד תפוגה של למעלה מ־%s ימים בעתיד", "%s shared »%s« with you" : "%s שיתף/שיתפה איתך את »%s«", "%s via %s" : "%s על בסיס %s", "No app name specified" : "לא צוין שם יישומון", "App '%s' could not be installed!" : "לא ניתן להתקין את היישומון ‚%s’!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "היישום \"%s\" לא ניתן להתקנה כיוון שיחסי התלות הבאים אינם מתקיימים: %s", - "Sync clients" : "סנכרון לקוחות" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "היישום \"%s\" לא ניתן להתקנה כיוון שיחסי התלות הבאים אינם מתקיימים: %s" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); diff --git a/lib/l10n/he.json b/lib/l10n/he.json index 7bb1703fd8..767ead5ea9 100644 --- a/lib/l10n/he.json +++ b/lib/l10n/he.json @@ -216,15 +216,11 @@ "Storage connection timeout. %s" : "פסק זמן חיבור אחסון. %s", "Library %s with a version higher than %s is required - available version %s." : "ספריה %s בגרסה גבוהה מ- %s נדרשת - גרסה זמינה %s.", "Library %s with a version lower than %s is required - available version %s." : "ספריה %s בגרסה נמוכה מ- %s נדרשת - גרסה זמינה %s.", - "Personal" : "אישי", - "Admin" : "מנהל", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "הצפנה", "Tips & tricks" : "טיפים וטריקים", - "DB Error: \"%s\"" : "שגיאת מסד נתונים: „%s”", - "Offending command was: \"%s\"" : "הפקודה הסוררת הייתה: „%s”", - "Offending command was: \"%s\", name: %s, password: %s" : "הפקודה הסוררת הייתה: „%s”, שם: %s, ססמה: %s", + "Sync clients" : "סנכרון לקוחות", "Sharing %s failed, because the user %s does not exist" : "השיתוף %s נכשל, כיוון שהמשתמש %s אינו קיים", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "השיתוף %s נכשל, כיוון שהמשתמש %s אינו חבר בקבוצות ש- %s חבר ב-", "Sharing %s failed, because this item is already shared with %s" : "שיתוף %s נכשל, כיוון שפריט זה כבר משותף עם %s", @@ -233,20 +229,12 @@ "Sharing %s failed, because %s is not a member of the group %s" : "השיתוף %s נכשל, כיוון ש- %s אינו חבר בקבוצה %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "שיתוף %s נכשל, לא ניתן לאתר %s, ייתכן שהשרת לא ניתן להשגה כרגע.", "Share type %s is not valid for %s" : "שיתוף מסוג %s אינו תקף ל- %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "הגדרות ההרשאות עבור %s נכשלה, כיוון שההרשאות חורגות מההרשאות שהוענקו ל־%s ", - "Setting permissions for %s failed, because the item was not found" : "הגדרת ההרשאות עבור %s נכשלה, כיוון שהפריט לא נמצא", - "Cannot clear expiration date. Shares are required to have an expiration date." : "לא ניתן למחוק את מועד התפוגה. לשיתופים צריך להיות מועד תפוגה.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "השיתוף %s נכשל, כיוון שההרשאות עלו על ההרשאות שניתנו ל- %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "השיתוף %s נכשל, כיוון שבצד אחורי לשיתוף עבור %s לא ניתן היה לאתר את מקורו", - "Cannot increase permissions of %s" : "לא ניתן להוסיף על ההרשאות של %s", - "Files can't be shared with delete permissions" : "אי אפשר לשתף קבצים עם הרשאות מחיקה", - "Files can't be shared with create permissions" : "אי אפשר לשתף קבצים עם הרשאות יצירה", - "Cannot set expiration date more than %s days in the future" : "לא ניתן להגדיר מועד תפוגה של למעלה מ־%s ימים בעתיד", "%s shared »%s« with you" : "%s שיתף/שיתפה איתך את »%s«", "%s via %s" : "%s על בסיס %s", "No app name specified" : "לא צוין שם יישומון", "App '%s' could not be installed!" : "לא ניתן להתקין את היישומון ‚%s’!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "היישום \"%s\" לא ניתן להתקנה כיוון שיחסי התלות הבאים אינם מתקיימים: %s", - "Sync clients" : "סנכרון לקוחות" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "היישום \"%s\" לא ניתן להתקנה כיוון שיחסי התלות הבאים אינם מתקיימים: %s" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" } \ No newline at end of file diff --git a/lib/l10n/hu.js b/lib/l10n/hu.js index 03cec3a591..0dabe35bb6 100644 --- a/lib/l10n/hu.js +++ b/lib/l10n/hu.js @@ -214,15 +214,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "Tároló kapcsolat időtúllépés. %s", "Library %s with a version higher than %s is required - available version %s." : "%s könyvtár %s vagy újabb verziója szükséges - elérhető verzió: %s.", "Library %s with a version lower than %s is required - available version %s." : "%s könyvtár %s vagy régebbi verziója szükséges - elérhető verzió: %s.", - "Personal" : "Személyes", - "Admin" : "Rendszergazda", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Titkosítás", "Tips & tricks" : "Tippek és trükkök", - "DB Error: \"%s\"" : "Adatbázis hiba: \"%s\"", - "Offending command was: \"%s\"" : "A hibát ez a parancs okozta: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "A hibát okozó parancs ez volt: \"%s\", login név: %s, jelszó: %s", + "Sync clients" : "Szinkronizálási kliensek", "Sharing %s failed, because the user %s does not exist" : "%s megosztása nem sikerült, mert %s felhasználó nem létezik", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "%s megosztása nem sikerült, mert %s felhasználó nem tagja egyik olyan csoportnak sem, aminek %s tagja", "Sharing %s failed, because this item is already shared with %s" : "%s megosztása nem sikerült, mert ez már meg van osztva %s-vel", @@ -231,21 +227,13 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "%s megosztása nem sikerült, mert %s felhasználó nem tagja a %s csoportnak", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s megosztása sikertelen, mert %s nem található, talán a szerver jelenleg nem elérhető.", "Share type %s is not valid for %s" : "A %s megosztási típus nem érvényes %s-re", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Nem sikerült %s-re beállítani az elérési jogosultságokat, mert a megadottak túllépik a %s-re érvényes jogosultságokat", - "Setting permissions for %s failed, because the item was not found" : "Nem sikerült %s-re beállítani az elérési jogosultságokat, mert a kérdéses fájl nem található", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Nem lehet beállítani a lejárati időt. A megosztásoknak kötelező megadni lejárati időt!", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "%s megosztása nem sikerült, mert a jogosultságok túllépik azt, ami %s rendelkezésére áll", "Sharing %s failed, because the sharing backend for %s could not find its source" : "%s megosztása nem sikerült, mert %s megosztási alrendszere nem találja", - "Cannot increase permissions of %s" : "%s jogosultságait nem lehet megemelni", - "Files can't be shared with delete permissions" : "A fájlokat nem lehet megosztani a törlési jogosultságokkal", - "Files can't be shared with create permissions" : "A fájlokat nem lehet megosztani a létrehozási jogosultságokkal", - "Cannot set expiration date more than %s days in the future" : "%s napnál távolabbi lejárati dátumot nem lehet beállítani", "%s shared »%s« with you" : "%s megosztotta veled ezt: »%s«", "%s shared »%s« with you." : "%s megosztotta »%s«-t veled.", "%s via %s" : "%s - %s", "No app name specified" : "Nincs az alkalmazás név megadva.", "App '%s' could not be installed!" : "\"%s\" alkalmazás nem lehet telepíthető!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "\"%s\" alkalmazás nem lehet telepíteni, mert a következő függőségek nincsenek kielégítve: %s", - "Sync clients" : "Szinkronizálási kliensek" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "\"%s\" alkalmazás nem lehet telepíteni, mert a következő függőségek nincsenek kielégítve: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/hu.json b/lib/l10n/hu.json index 7e7dcf89a4..eb8a1698f7 100644 --- a/lib/l10n/hu.json +++ b/lib/l10n/hu.json @@ -212,15 +212,11 @@ "Storage connection timeout. %s" : "Tároló kapcsolat időtúllépés. %s", "Library %s with a version higher than %s is required - available version %s." : "%s könyvtár %s vagy újabb verziója szükséges - elérhető verzió: %s.", "Library %s with a version lower than %s is required - available version %s." : "%s könyvtár %s vagy régebbi verziója szükséges - elérhető verzió: %s.", - "Personal" : "Személyes", - "Admin" : "Rendszergazda", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Titkosítás", "Tips & tricks" : "Tippek és trükkök", - "DB Error: \"%s\"" : "Adatbázis hiba: \"%s\"", - "Offending command was: \"%s\"" : "A hibát ez a parancs okozta: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "A hibát okozó parancs ez volt: \"%s\", login név: %s, jelszó: %s", + "Sync clients" : "Szinkronizálási kliensek", "Sharing %s failed, because the user %s does not exist" : "%s megosztása nem sikerült, mert %s felhasználó nem létezik", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "%s megosztása nem sikerült, mert %s felhasználó nem tagja egyik olyan csoportnak sem, aminek %s tagja", "Sharing %s failed, because this item is already shared with %s" : "%s megosztása nem sikerült, mert ez már meg van osztva %s-vel", @@ -229,21 +225,13 @@ "Sharing %s failed, because %s is not a member of the group %s" : "%s megosztása nem sikerült, mert %s felhasználó nem tagja a %s csoportnak", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s megosztása sikertelen, mert %s nem található, talán a szerver jelenleg nem elérhető.", "Share type %s is not valid for %s" : "A %s megosztási típus nem érvényes %s-re", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Nem sikerült %s-re beállítani az elérési jogosultságokat, mert a megadottak túllépik a %s-re érvényes jogosultságokat", - "Setting permissions for %s failed, because the item was not found" : "Nem sikerült %s-re beállítani az elérési jogosultságokat, mert a kérdéses fájl nem található", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Nem lehet beállítani a lejárati időt. A megosztásoknak kötelező megadni lejárati időt!", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "%s megosztása nem sikerült, mert a jogosultságok túllépik azt, ami %s rendelkezésére áll", "Sharing %s failed, because the sharing backend for %s could not find its source" : "%s megosztása nem sikerült, mert %s megosztási alrendszere nem találja", - "Cannot increase permissions of %s" : "%s jogosultságait nem lehet megemelni", - "Files can't be shared with delete permissions" : "A fájlokat nem lehet megosztani a törlési jogosultságokkal", - "Files can't be shared with create permissions" : "A fájlokat nem lehet megosztani a létrehozási jogosultságokkal", - "Cannot set expiration date more than %s days in the future" : "%s napnál távolabbi lejárati dátumot nem lehet beállítani", "%s shared »%s« with you" : "%s megosztotta veled ezt: »%s«", "%s shared »%s« with you." : "%s megosztotta »%s«-t veled.", "%s via %s" : "%s - %s", "No app name specified" : "Nincs az alkalmazás név megadva.", "App '%s' could not be installed!" : "\"%s\" alkalmazás nem lehet telepíthető!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "\"%s\" alkalmazás nem lehet telepíteni, mert a következő függőségek nincsenek kielégítve: %s", - "Sync clients" : "Szinkronizálási kliensek" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "\"%s\" alkalmazás nem lehet telepíteni, mert a következő függőségek nincsenek kielégítve: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/is.js b/lib/l10n/is.js index 51db62d54f..28e0e13ed6 100644 --- a/lib/l10n/is.js +++ b/lib/l10n/is.js @@ -243,15 +243,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "Gagnageymsla féll á tíma. %s", "Library %s with a version higher than %s is required - available version %s." : "Krafist er aðgerðasafns %s með útgáfu hærri en %s - tiltæk útgáfa er %s.", "Library %s with a version lower than %s is required - available version %s." : "Krafist er aðgerðasafns %s með útgáfu lægri en %s - tiltæk útgáfa er %s.", - "Personal" : "Einka", - "Admin" : "Stjórnun", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Dulritun", "Tips & tricks" : "Ábendingar og góð ráð", - "DB Error: \"%s\"" : "Gagnagrunnsvilla: \"%s\"", - "Offending command was: \"%s\"" : "Saknæma skipunin var: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "Saknæma skipunin var: \"%s\", nafn: %s, lykilorð: %s", + "Sync clients" : "Samstilla biðlara", "Sharing %s failed, because the user %s does not exist" : "Deiling %s mistókst, því notandinn %s er ekki til", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Deiling %s mistókst, því notandinn %s er ekki meðlimur í neinum hópi sem %s er meðlimur í", "Sharing %s failed, because this item is already shared with %s" : "Deiling %s mistókst, því þessu atriði er þegar deilt með %s", @@ -260,22 +256,14 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "Deiling %s mistókst, því %s er ekki meðlimur í hópnum %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Deiling %s mistókst, gat ekki fundið %s, hugsanlega er þjónninn ekki tiltækur í augnablikinu.", "Share type %s is not valid for %s" : "Deiling af gerðinni %s er ekki gild fyrir %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Stilling heimilda fyrir %s mistókst, því heimildirnar eru rétthærri en heimildir til handa %s", - "Setting permissions for %s failed, because the item was not found" : "Stilling heimilda fyrir %s mistókst, því atriðið fannst ekki", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Get ekki hreinsað út gildistímann. Ætlast er til þess að sameignir hafi ákveðinn gildistíma.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Deiling %s mistókst, því heimildirnar eru rétthærri en heimildir til handa %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Deiling %s mistókst, því bakvinnslukerfið fyrir %s fann ekki upptök þess", - "Cannot increase permissions of %s" : "Get ekki aukið aðgangsheimildir %s", - "Files can't be shared with delete permissions" : "Ekki er hægt að deila skrá með eyða-heimildum", - "Files can't be shared with create permissions" : "Ekki er hægt að deila skrá með búa-til-heimildum", - "Cannot 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.", "%s via %s" : "%s með %s", "No app name specified" : "Ekkert heiti forrits tilgreint", "App '%s' could not be installed!" : "Ekki var hægt að setja upp '%s' forritið!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Ekki var hægt að setja upp \"%s\" forritið þar sem eftirfarandi kerfiskröfur eru ekki uppfylltar: %s", - "Sync clients" : "Samstilla biðlara", "ID \"%s\" already used by cloud federation provider \"%s\"" : "Auðkennið \"%s\" er þegar notað af skýjasambandsveitunni \"%s\"" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/lib/l10n/is.json b/lib/l10n/is.json index 56f678c413..bece44f6c4 100644 --- a/lib/l10n/is.json +++ b/lib/l10n/is.json @@ -241,15 +241,11 @@ "Storage connection timeout. %s" : "Gagnageymsla féll á tíma. %s", "Library %s with a version higher than %s is required - available version %s." : "Krafist er aðgerðasafns %s með útgáfu hærri en %s - tiltæk útgáfa er %s.", "Library %s with a version lower than %s is required - available version %s." : "Krafist er aðgerðasafns %s með útgáfu lægri en %s - tiltæk útgáfa er %s.", - "Personal" : "Einka", - "Admin" : "Stjórnun", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Dulritun", "Tips & tricks" : "Ábendingar og góð ráð", - "DB Error: \"%s\"" : "Gagnagrunnsvilla: \"%s\"", - "Offending command was: \"%s\"" : "Saknæma skipunin var: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "Saknæma skipunin var: \"%s\", nafn: %s, lykilorð: %s", + "Sync clients" : "Samstilla biðlara", "Sharing %s failed, because the user %s does not exist" : "Deiling %s mistókst, því notandinn %s er ekki til", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Deiling %s mistókst, því notandinn %s er ekki meðlimur í neinum hópi sem %s er meðlimur í", "Sharing %s failed, because this item is already shared with %s" : "Deiling %s mistókst, því þessu atriði er þegar deilt með %s", @@ -258,22 +254,14 @@ "Sharing %s failed, because %s is not a member of the group %s" : "Deiling %s mistókst, því %s er ekki meðlimur í hópnum %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Deiling %s mistókst, gat ekki fundið %s, hugsanlega er þjónninn ekki tiltækur í augnablikinu.", "Share type %s is not valid for %s" : "Deiling af gerðinni %s er ekki gild fyrir %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Stilling heimilda fyrir %s mistókst, því heimildirnar eru rétthærri en heimildir til handa %s", - "Setting permissions for %s failed, because the item was not found" : "Stilling heimilda fyrir %s mistókst, því atriðið fannst ekki", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Get ekki hreinsað út gildistímann. Ætlast er til þess að sameignir hafi ákveðinn gildistíma.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Deiling %s mistókst, því heimildirnar eru rétthærri en heimildir til handa %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Deiling %s mistókst, því bakvinnslukerfið fyrir %s fann ekki upptök þess", - "Cannot increase permissions of %s" : "Get ekki aukið aðgangsheimildir %s", - "Files can't be shared with delete permissions" : "Ekki er hægt að deila skrá með eyða-heimildum", - "Files can't be shared with create permissions" : "Ekki er hægt að deila skrá með búa-til-heimildum", - "Cannot 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.", "%s via %s" : "%s með %s", "No app name specified" : "Ekkert heiti forrits tilgreint", "App '%s' could not be installed!" : "Ekki var hægt að setja upp '%s' forritið!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Ekki var hægt að setja upp \"%s\" forritið þar sem eftirfarandi kerfiskröfur eru ekki uppfylltar: %s", - "Sync clients" : "Samstilla biðlara", "ID \"%s\" already used by cloud federation provider \"%s\"" : "Auðkennið \"%s\" er þegar notað af skýjasambandsveitunni \"%s\"" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" } \ No newline at end of file diff --git a/lib/l10n/it.js b/lib/l10n/it.js index c0eb363d39..fa182d1659 100644 --- a/lib/l10n/it.js +++ b/lib/l10n/it.js @@ -243,15 +243,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "Timeout di connessione all'archiviazione. %s", "Library %s with a version higher than %s is required - available version %s." : "Richiesta una versione della libreria %s maggiore di %s - versione disponibile %s.", "Library %s with a version lower than %s is required - available version %s." : "Richiesta una versione della libreria %s minore di %s - versione disponibile %s.", - "Personal" : "Personale", - "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Cifratura", "Tips & tricks" : "Suggerimenti e trucchi", - "DB Error: \"%s\"" : "Errore DB: \"%s\"", - "Offending command was: \"%s\"" : "Il comando non consentito era: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "Il comando non consentito era: \"%s\", nome: %s, password: %s", + "Sync clients" : "Client di sincronizzazione", "Sharing %s failed, because the user %s does not exist" : "Condivisione di %s non riuscita, poiché l'utente %s non esiste", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Condivisione di %s non riuscita, poiché l'utente %s non appartiene ad alcun gruppo di cui %s è membro", "Sharing %s failed, because this item is already shared with %s" : "Condivisione di %s non riuscita, poiché l'oggetto è già condiviso con %s", @@ -260,22 +256,14 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "Condivisione di %s non riuscita, poiché %s non appartiene al gruppo %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "La condivisione di %s non è riuscita, impossibile trovare %s, è probabile che il server non sia al momento raggiungibile.", "Share type %s is not valid for %s" : "Il tipo di condivisione %s non è valido per %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Impostazione permessi per %s non riuscita, poiché i permessi superano i permessi accordati a %s", - "Setting permissions for %s failed, because the item was not found" : "Impostazione permessi per %s non riuscita, poiché l'elemento non è stato trovato", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Impossibile cancellare la data di scadenza. Le condivisioni devono avere una data di scadenza.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Condivisione di %s non riuscita, poiché i permessi superano quelli accordati a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Condivisione di %s non riuscita, poiché il motore di condivisione per %s non riesce a trovare la sua fonte", - "Cannot increase permissions of %s" : "Impossibile aumentare i permessi di %s", - "Files can't be shared with delete permissions" : "I file non possono essere condivisi con permessi di eliminazione", - "Files can't be shared with create permissions" : "I file non possono essere condivisi con permessi di creazione", - "Cannot set expiration date more than %s days in the future" : "Impossibile impostare la data di scadenza a più di %s giorni nel futuro", "%s shared »%s« with you" : "%s ha condiviso «%s» con te", "%s shared »%s« with you." : "%s ha condiviso «%s» con te.", "%s via %s" : "%s tramite %s", "No app name specified" : "Il nome dell'applicazione non è specificato", "App '%s' could not be installed!" : "L'applicazione '%s' non può essere installata!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "L'applicazione \"%s\" non può essere installata poiché le seguenti dipendenze non sono soddisfatte: %s", - "Sync clients" : "Client di sincronizzazione", "ID \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" già utilizzato dal fornitore della federazione cloud \"%s\"" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/it.json b/lib/l10n/it.json index 23b581bfac..9fcd2c64e9 100644 --- a/lib/l10n/it.json +++ b/lib/l10n/it.json @@ -241,15 +241,11 @@ "Storage connection timeout. %s" : "Timeout di connessione all'archiviazione. %s", "Library %s with a version higher than %s is required - available version %s." : "Richiesta una versione della libreria %s maggiore di %s - versione disponibile %s.", "Library %s with a version lower than %s is required - available version %s." : "Richiesta una versione della libreria %s minore di %s - versione disponibile %s.", - "Personal" : "Personale", - "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Cifratura", "Tips & tricks" : "Suggerimenti e trucchi", - "DB Error: \"%s\"" : "Errore DB: \"%s\"", - "Offending command was: \"%s\"" : "Il comando non consentito era: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "Il comando non consentito era: \"%s\", nome: %s, password: %s", + "Sync clients" : "Client di sincronizzazione", "Sharing %s failed, because the user %s does not exist" : "Condivisione di %s non riuscita, poiché l'utente %s non esiste", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Condivisione di %s non riuscita, poiché l'utente %s non appartiene ad alcun gruppo di cui %s è membro", "Sharing %s failed, because this item is already shared with %s" : "Condivisione di %s non riuscita, poiché l'oggetto è già condiviso con %s", @@ -258,22 +254,14 @@ "Sharing %s failed, because %s is not a member of the group %s" : "Condivisione di %s non riuscita, poiché %s non appartiene al gruppo %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "La condivisione di %s non è riuscita, impossibile trovare %s, è probabile che il server non sia al momento raggiungibile.", "Share type %s is not valid for %s" : "Il tipo di condivisione %s non è valido per %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Impostazione permessi per %s non riuscita, poiché i permessi superano i permessi accordati a %s", - "Setting permissions for %s failed, because the item was not found" : "Impostazione permessi per %s non riuscita, poiché l'elemento non è stato trovato", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Impossibile cancellare la data di scadenza. Le condivisioni devono avere una data di scadenza.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Condivisione di %s non riuscita, poiché i permessi superano quelli accordati a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Condivisione di %s non riuscita, poiché il motore di condivisione per %s non riesce a trovare la sua fonte", - "Cannot increase permissions of %s" : "Impossibile aumentare i permessi di %s", - "Files can't be shared with delete permissions" : "I file non possono essere condivisi con permessi di eliminazione", - "Files can't be shared with create permissions" : "I file non possono essere condivisi con permessi di creazione", - "Cannot set expiration date more than %s days in the future" : "Impossibile impostare la data di scadenza a più di %s giorni nel futuro", "%s shared »%s« with you" : "%s ha condiviso «%s» con te", "%s shared »%s« with you." : "%s ha condiviso «%s» con te.", "%s via %s" : "%s tramite %s", "No app name specified" : "Il nome dell'applicazione non è specificato", "App '%s' could not be installed!" : "L'applicazione '%s' non può essere installata!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "L'applicazione \"%s\" non può essere installata poiché le seguenti dipendenze non sono soddisfatte: %s", - "Sync clients" : "Client di sincronizzazione", "ID \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" già utilizzato dal fornitore della federazione cloud \"%s\"" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index 232c72ecb7..40b2de0688 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -217,15 +217,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "ストレージへの接続がタイムアウト。 %s", "Library %s with a version higher than %s is required - available version %s." : "%s ライブラリーは、%s よりも新しいバージョンが必要です。利用可能なバージョンは、 %s です。", "Library %s with a version lower than %s is required - available version %s." : "%s ライブラリーは、%s よりも古いバージョンが必要です。利用可能なバージョンは、 %s です。", - "Personal" : "パーソナル", - "Admin" : "管理者", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "暗号化", "Tips & tricks" : "ヒントとコツ", - "DB Error: \"%s\"" : "DBエラー: \"%s\"", - "Offending command was: \"%s\"" : "問題のあるコマンド: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "問題のあるコマンド: \"%s\", name: %s, password: %s", + "Sync clients" : "同期クライアント", "Sharing %s failed, because the user %s does not exist" : "%s を共有できませんでした。ユーザー %s が存在しません。", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "%s を共有できませんでした。ユーザー %s はどのグループにも属していません。%s は、次のグループのメンバーです", "Sharing %s failed, because this item is already shared with %s" : "%s を共有できませんでした。このアイテムはすでに %s に共有されています。", @@ -234,21 +230,13 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "%s を共有できませんでした。%s は、グループ %s のメンバーではありません。", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s を共有できませんでした。%s が見つかりませんでした。現在サーバーに接続できないようです。", "Share type %s is not valid for %s" : "%s の共有方法は、%s には適用できません。", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "%sのアクセス権を設定できません。%sの権限不足です ", - "Setting permissions for %s failed, because the item was not found" : "%sのアクセス権を設定できません。指定されたアイテムがありません ", - "Cannot clear expiration date. Shares are required to have an expiration date." : "有効期限は削除できません。共有には有効期限が必要です。", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "%s を共有できませんでした。%s に許可されている権限を越えています。", "Sharing %s failed, because the sharing backend for %s could not find its source" : "%s の共有に失敗しました。%s のバックエンド共有に必要なソースが見つかりませんでした。", - "Cannot increase permissions of %s" : "%sの権限を付与できません ", - "Files can't be shared with delete permissions" : "削除権限付きでファイル共有はできません", - "Files can't be shared with create permissions" : "作成権限付きでファイル共有はできません", - "Cannot 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«を共有しました", "%s via %s" : "%s に %s から", "No app name specified" : "アプリ名が指定されていません", "App '%s' could not be installed!" : "アプリ名 %s はインストールできませんでした", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "次の依存関係が満たされないため、\"%s\" アプリをインストールできません:%s", - "Sync clients" : "同期クライアント" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "次の依存関係が満たされないため、\"%s\" アプリをインストールできません:%s" }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json index 64d4bd0339..ff48d5ac92 100644 --- a/lib/l10n/ja.json +++ b/lib/l10n/ja.json @@ -215,15 +215,11 @@ "Storage connection timeout. %s" : "ストレージへの接続がタイムアウト。 %s", "Library %s with a version higher than %s is required - available version %s." : "%s ライブラリーは、%s よりも新しいバージョンが必要です。利用可能なバージョンは、 %s です。", "Library %s with a version lower than %s is required - available version %s." : "%s ライブラリーは、%s よりも古いバージョンが必要です。利用可能なバージョンは、 %s です。", - "Personal" : "パーソナル", - "Admin" : "管理者", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "暗号化", "Tips & tricks" : "ヒントとコツ", - "DB Error: \"%s\"" : "DBエラー: \"%s\"", - "Offending command was: \"%s\"" : "問題のあるコマンド: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "問題のあるコマンド: \"%s\", name: %s, password: %s", + "Sync clients" : "同期クライアント", "Sharing %s failed, because the user %s does not exist" : "%s を共有できませんでした。ユーザー %s が存在しません。", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "%s を共有できませんでした。ユーザー %s はどのグループにも属していません。%s は、次のグループのメンバーです", "Sharing %s failed, because this item is already shared with %s" : "%s を共有できませんでした。このアイテムはすでに %s に共有されています。", @@ -232,21 +228,13 @@ "Sharing %s failed, because %s is not a member of the group %s" : "%s を共有できませんでした。%s は、グループ %s のメンバーではありません。", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s を共有できませんでした。%s が見つかりませんでした。現在サーバーに接続できないようです。", "Share type %s is not valid for %s" : "%s の共有方法は、%s には適用できません。", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "%sのアクセス権を設定できません。%sの権限不足です ", - "Setting permissions for %s failed, because the item was not found" : "%sのアクセス権を設定できません。指定されたアイテムがありません ", - "Cannot clear expiration date. Shares are required to have an expiration date." : "有効期限は削除できません。共有には有効期限が必要です。", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "%s を共有できませんでした。%s に許可されている権限を越えています。", "Sharing %s failed, because the sharing backend for %s could not find its source" : "%s の共有に失敗しました。%s のバックエンド共有に必要なソースが見つかりませんでした。", - "Cannot increase permissions of %s" : "%sの権限を付与できません ", - "Files can't be shared with delete permissions" : "削除権限付きでファイル共有はできません", - "Files can't be shared with create permissions" : "作成権限付きでファイル共有はできません", - "Cannot 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«を共有しました", "%s via %s" : "%s に %s から", "No app name specified" : "アプリ名が指定されていません", "App '%s' could not be installed!" : "アプリ名 %s はインストールできませんでした", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "次の依存関係が満たされないため、\"%s\" アプリをインストールできません:%s", - "Sync clients" : "同期クライアント" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "次の依存関係が満たされないため、\"%s\" アプリをインストールできません:%s" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/lib/l10n/ka_GE.js b/lib/l10n/ka_GE.js index 89afdc3133..b16c759ff5 100644 --- a/lib/l10n/ka_GE.js +++ b/lib/l10n/ka_GE.js @@ -214,15 +214,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "საცავის კავშირის დროის ამოწურვა. %s", "Library %s with a version higher than %s is required - available version %s." : "საჭიროა ბიბლიოთკეა %s %s-ზე მაღალი ვერსიით - ნაპოვნია ვერსია %s.", "Library %s with a version lower than %s is required - available version %s." : "საჭიროა ბიბლიოთეკა %s %s-ზე მცირე ვერსიით - ნაპოვნია ვერსია %s.", - "Personal" : "პირადი", - "Admin" : "ადმინისტრატორი", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "შიფრაცია", "Tips & tricks" : "რჩევები და ხრიკები", - "DB Error: \"%s\"" : "DB შეცდომა: \"%s\"", - "Offending command was: \"%s\"" : "შემაშფოთებელი ბრძანება იყო: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "შემაშფოთებელი ბრძანება იყო: \"%s\", სახელი: %s, პაროლი: %s", + "Sync clients" : "კლიენტების სინქრონიზაცია", "Sharing %s failed, because the user %s does not exist" : "%s-ის გაზიარება ვერ მოხერხდა, რადგან მომხმარებელი %s არ არსებობს", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "%s-ის გაზიარება არ მოხერხდა, რადგან მომხმარებელი %s არ მიეკუთხვნება ჯგუფს რომელსაც მიეკუთვნება მომხმარებელი %s", "Sharing %s failed, because this item is already shared with %s" : "%s-ის გაზიარება არ მოხერხდა, რადგან ობიექტი %s-თან უკვე გაზიარებულია", @@ -231,21 +227,13 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "%s-ის გაზიარება არ მოხერხდა, რადგან %s არაა ჯგუფ %s-ის წევრი", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s-ის გაზიარება ვერ მოხერხდა, ვერ ვიპოვეთ %s, ალბათ სერვერი ახლა მიუწვდომელია.", "Share type %s is not valid for %s" : "%s ტიპის გაზიარება მომხმარებლისთვის %s არაა მართებული", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "უფლებების დაყენება %s-ზე არ მოხერხდა, რადგან უფლებები აჭარბებს %s-ის უფლებებს", - "Setting permissions for %s failed, because the item was not found" : "%s-ზე უფლებების მინიჭება არ მოხერხდა, რადგან ობიექტი ვერ იქნა ნაპოვნი", - "Cannot clear expiration date. Shares are required to have an expiration date." : "ვადის ამოწურვის თარიღის მოშორება ვერ ხერხდება. გაზიარებებს აუცილებლად უნდა ჰქონდეთ გაუქმების თარიღები.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "%s-ის გაზიარება ვერ მოხერხდა, უფლებები აჭარბებს უფლებებს, რომლებიც მინიჭებული აქვს %s-ს", "Sharing %s failed, because the sharing backend for %s could not find its source" : "%s-ის გაზიარება ვერ მოხერხდა, რადგანაც %s-ის გაზიარების ბექენდმა ვერ მიაგნო საკუთარ წყაროს", - "Cannot increase permissions of %s" : "%s-ის უფლებების გაზრდა ვერ ხერხდება", - "Files can't be shared with delete permissions" : "ფაილები გაუქმების უფლებებით ვერ გაზიარდება", - "Files can't be shared with create permissions" : "ფაილები შექმნის უფლებებით ვერ გაზიარდება", - "Cannot 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«.", "%s via %s" : "%s %s-ით", "No app name specified" : "აპლიკაციის სახელი არაა მოცემული", "App '%s' could not be installed!" : "აპლიკაცია '%s' ვერ ყენდება!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "აპლიკაცია \"%s\" ვერ ყენდება, რადგან შემდეგი დამოკიდებულებები არაა დაკმაყოფილებული: %s", - "Sync clients" : "კლიენტების სინქრონიზაცია" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "აპლიკაცია \"%s\" ვერ ყენდება, რადგან შემდეგი დამოკიდებულებები არაა დაკმაყოფილებული: %s" }, "nplurals=2; plural=(n!=1);"); diff --git a/lib/l10n/ka_GE.json b/lib/l10n/ka_GE.json index 74ce11c806..938392bd07 100644 --- a/lib/l10n/ka_GE.json +++ b/lib/l10n/ka_GE.json @@ -212,15 +212,11 @@ "Storage connection timeout. %s" : "საცავის კავშირის დროის ამოწურვა. %s", "Library %s with a version higher than %s is required - available version %s." : "საჭიროა ბიბლიოთკეა %s %s-ზე მაღალი ვერსიით - ნაპოვნია ვერსია %s.", "Library %s with a version lower than %s is required - available version %s." : "საჭიროა ბიბლიოთეკა %s %s-ზე მცირე ვერსიით - ნაპოვნია ვერსია %s.", - "Personal" : "პირადი", - "Admin" : "ადმინისტრატორი", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "შიფრაცია", "Tips & tricks" : "რჩევები და ხრიკები", - "DB Error: \"%s\"" : "DB შეცდომა: \"%s\"", - "Offending command was: \"%s\"" : "შემაშფოთებელი ბრძანება იყო: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "შემაშფოთებელი ბრძანება იყო: \"%s\", სახელი: %s, პაროლი: %s", + "Sync clients" : "კლიენტების სინქრონიზაცია", "Sharing %s failed, because the user %s does not exist" : "%s-ის გაზიარება ვერ მოხერხდა, რადგან მომხმარებელი %s არ არსებობს", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "%s-ის გაზიარება არ მოხერხდა, რადგან მომხმარებელი %s არ მიეკუთხვნება ჯგუფს რომელსაც მიეკუთვნება მომხმარებელი %s", "Sharing %s failed, because this item is already shared with %s" : "%s-ის გაზიარება არ მოხერხდა, რადგან ობიექტი %s-თან უკვე გაზიარებულია", @@ -229,21 +225,13 @@ "Sharing %s failed, because %s is not a member of the group %s" : "%s-ის გაზიარება არ მოხერხდა, რადგან %s არაა ჯგუფ %s-ის წევრი", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s-ის გაზიარება ვერ მოხერხდა, ვერ ვიპოვეთ %s, ალბათ სერვერი ახლა მიუწვდომელია.", "Share type %s is not valid for %s" : "%s ტიპის გაზიარება მომხმარებლისთვის %s არაა მართებული", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "უფლებების დაყენება %s-ზე არ მოხერხდა, რადგან უფლებები აჭარბებს %s-ის უფლებებს", - "Setting permissions for %s failed, because the item was not found" : "%s-ზე უფლებების მინიჭება არ მოხერხდა, რადგან ობიექტი ვერ იქნა ნაპოვნი", - "Cannot clear expiration date. Shares are required to have an expiration date." : "ვადის ამოწურვის თარიღის მოშორება ვერ ხერხდება. გაზიარებებს აუცილებლად უნდა ჰქონდეთ გაუქმების თარიღები.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "%s-ის გაზიარება ვერ მოხერხდა, უფლებები აჭარბებს უფლებებს, რომლებიც მინიჭებული აქვს %s-ს", "Sharing %s failed, because the sharing backend for %s could not find its source" : "%s-ის გაზიარება ვერ მოხერხდა, რადგანაც %s-ის გაზიარების ბექენდმა ვერ მიაგნო საკუთარ წყაროს", - "Cannot increase permissions of %s" : "%s-ის უფლებების გაზრდა ვერ ხერხდება", - "Files can't be shared with delete permissions" : "ფაილები გაუქმების უფლებებით ვერ გაზიარდება", - "Files can't be shared with create permissions" : "ფაილები შექმნის უფლებებით ვერ გაზიარდება", - "Cannot 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«.", "%s via %s" : "%s %s-ით", "No app name specified" : "აპლიკაციის სახელი არაა მოცემული", "App '%s' could not be installed!" : "აპლიკაცია '%s' ვერ ყენდება!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "აპლიკაცია \"%s\" ვერ ყენდება, რადგან შემდეგი დამოკიდებულებები არაა დაკმაყოფილებული: %s", - "Sync clients" : "კლიენტების სინქრონიზაცია" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "აპლიკაცია \"%s\" ვერ ყენდება, რადგან შემდეგი დამოკიდებულებები არაა დაკმაყოფილებული: %s" },"pluralForm" :"nplurals=2; plural=(n!=1);" } \ No newline at end of file diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js index 49d1c9d552..e43556d4ef 100644 --- a/lib/l10n/ko.js +++ b/lib/l10n/ko.js @@ -209,15 +209,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "저장소 연결 시간이 초과되었습니다. %s", "Library %s with a version higher than %s is required - available version %s." : "%s 라이브러리의 버전 %s 이상이 필요합니다. 사용 가능한 버전은 %s입니다.", "Library %s with a version lower than %s is required - available version %s." : "%s 라이브러리의 버전 %s 미만이 필요합니다. 사용 가능한 버전은 %s입니다.", - "Personal" : "개인", - "Admin" : "관리자", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "암호화", "Tips & tricks" : "팁과 추가 정보", - "DB Error: \"%s\"" : "DB 오류: \"%s\"", - "Offending command was: \"%s\"" : "잘못된 명령: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "잘못된 명령: \"%s\", 이름: %s, 암호: %s", + "Sync clients" : "동기화 클라이언트", "Sharing %s failed, because the user %s does not exist" : "%s을(를) 공유할 수 없습니다. 사용자 %s이(가) 존재하지 않습니다", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "%s을(를) 공유할 수 없습니다. 사용자 %s 님은 %s 님이 회원인 어떠한 그룹에도 속해 있지 않습니다", "Sharing %s failed, because this item is already shared with %s" : "%s을(를) 공유할 수 없습니다. 이미 %s 님과 공유되어 있습니다", @@ -226,21 +222,13 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "%s을(를) 공유할 수 없습니다. %s 님이 그룹 %s의 구성원이 아닙니다", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s을(를) 공유할 수 없습니다. %s을(를) 찾을 수 없습니다. 서버에 접근하지 못할 수도 있습니다.", "Share type %s is not valid for %s" : "공유 형식 %s을(를) %s에 대해서 사용할 수 없음", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "%s의 권한을 설정할 수 없습니다. %s 님에게 허용된 것 이상의 권한을 필요로 합니다", - "Setting permissions for %s failed, because the item was not found" : "%s의 권한을 설정할 수 없습니다. 항목을 찾을 수 없습니다", - "Cannot clear expiration date. Shares are required to have an expiration date." : "만료 날짜를 비워 둘 수 없습니다. 공유되는 항목에는 만료 날짜가 필요합니다.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "%s을(를) 공유할 수 없습니다. %s 님에게 허용된 것 이상의 권한을 필요로 합니다", "Sharing %s failed, because the sharing backend for %s could not find its source" : "%s을(를) 공유할 수 없습니다. %s의 공유 백엔드에서 원본 파일을 찾을 수 없습니다", - "Cannot increase permissions of %s" : "%s의 권한을 늘릴 수 없습니다", - "Files can't be shared with delete permissions" : "파일을 삭제 권한으로 공유할 수 없습니다", - "Files can't be shared with create permissions" : "파일을 생성 권한으로 공유할 수 없습니다", - "Cannot 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을(를) 공유했습니다.", "%s via %s" : "%s(%s 경유)", "No app name specified" : "앱 이름이 지정되지 않았음", "App '%s' could not be installed!" : "앱 '%s'을(를) 설치할 수 없습니다!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "앱 \"%s\"의 다음 의존성을 만족하지 못하므로 설치할 수 없습니다: %s", - "Sync clients" : "동기화 클라이언트" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "앱 \"%s\"의 다음 의존성을 만족하지 못하므로 설치할 수 없습니다: %s" }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/ko.json b/lib/l10n/ko.json index 2a8a70968d..728d3a6819 100644 --- a/lib/l10n/ko.json +++ b/lib/l10n/ko.json @@ -207,15 +207,11 @@ "Storage connection timeout. %s" : "저장소 연결 시간이 초과되었습니다. %s", "Library %s with a version higher than %s is required - available version %s." : "%s 라이브러리의 버전 %s 이상이 필요합니다. 사용 가능한 버전은 %s입니다.", "Library %s with a version lower than %s is required - available version %s." : "%s 라이브러리의 버전 %s 미만이 필요합니다. 사용 가능한 버전은 %s입니다.", - "Personal" : "개인", - "Admin" : "관리자", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "암호화", "Tips & tricks" : "팁과 추가 정보", - "DB Error: \"%s\"" : "DB 오류: \"%s\"", - "Offending command was: \"%s\"" : "잘못된 명령: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "잘못된 명령: \"%s\", 이름: %s, 암호: %s", + "Sync clients" : "동기화 클라이언트", "Sharing %s failed, because the user %s does not exist" : "%s을(를) 공유할 수 없습니다. 사용자 %s이(가) 존재하지 않습니다", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "%s을(를) 공유할 수 없습니다. 사용자 %s 님은 %s 님이 회원인 어떠한 그룹에도 속해 있지 않습니다", "Sharing %s failed, because this item is already shared with %s" : "%s을(를) 공유할 수 없습니다. 이미 %s 님과 공유되어 있습니다", @@ -224,21 +220,13 @@ "Sharing %s failed, because %s is not a member of the group %s" : "%s을(를) 공유할 수 없습니다. %s 님이 그룹 %s의 구성원이 아닙니다", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s을(를) 공유할 수 없습니다. %s을(를) 찾을 수 없습니다. 서버에 접근하지 못할 수도 있습니다.", "Share type %s is not valid for %s" : "공유 형식 %s을(를) %s에 대해서 사용할 수 없음", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "%s의 권한을 설정할 수 없습니다. %s 님에게 허용된 것 이상의 권한을 필요로 합니다", - "Setting permissions for %s failed, because the item was not found" : "%s의 권한을 설정할 수 없습니다. 항목을 찾을 수 없습니다", - "Cannot clear expiration date. Shares are required to have an expiration date." : "만료 날짜를 비워 둘 수 없습니다. 공유되는 항목에는 만료 날짜가 필요합니다.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "%s을(를) 공유할 수 없습니다. %s 님에게 허용된 것 이상의 권한을 필요로 합니다", "Sharing %s failed, because the sharing backend for %s could not find its source" : "%s을(를) 공유할 수 없습니다. %s의 공유 백엔드에서 원본 파일을 찾을 수 없습니다", - "Cannot increase permissions of %s" : "%s의 권한을 늘릴 수 없습니다", - "Files can't be shared with delete permissions" : "파일을 삭제 권한으로 공유할 수 없습니다", - "Files can't be shared with create permissions" : "파일을 생성 권한으로 공유할 수 없습니다", - "Cannot 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을(를) 공유했습니다.", "%s via %s" : "%s(%s 경유)", "No app name specified" : "앱 이름이 지정되지 않았음", "App '%s' could not be installed!" : "앱 '%s'을(를) 설치할 수 없습니다!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "앱 \"%s\"의 다음 의존성을 만족하지 못하므로 설치할 수 없습니다: %s", - "Sync clients" : "동기화 클라이언트" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "앱 \"%s\"의 다음 의존성을 만족하지 못하므로 설치할 수 없습니다: %s" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/lib/l10n/lt_LT.js b/lib/l10n/lt_LT.js index 6d61cd22fb..14a2e15c1b 100644 --- a/lib/l10n/lt_LT.js +++ b/lib/l10n/lt_LT.js @@ -195,7 +195,7 @@ OC.L10N.register( "Redis" : "Redis", "Encryption" : "Šifravimas", "Tips & tricks" : "Patarimai ir gudrybės", - "DB Error: \"%s\"" : "DB klaida: \"%s\"", + "Sync clients" : "Sinchronizavimo klientas", "Sharing %s failed, because the user %s does not exist" : "%s bendrinimas nepavyko, nes naudotojas %s neegzistuoja", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "%s bendrinimas nepavyko, nes naudotojas %s nėra tos pačios grupės, kaip %s, narys.", "Sharing %s failed, because this item is already shared with %s" : "%s bendrinimas nepavyko, kadangi šis elementas jau yra bendrinamas su %s", @@ -205,14 +205,11 @@ OC.L10N.register( "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s pasidalinimas nepavyko, neįmanoma rasti %s, tikėtina, kad serveris šiuo metu nepasiekiamas", "Share type %s is not valid for %s" : "Bendrinimo tipas %s netinka %s", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "%s bendrinimas nepavyko, kadangi teisės viršijo %s suteiktas teises.", - "Files can't be shared with delete permissions" : "Failai negali būti bendrinami su ištrynimo leidimais", - "Files can't be shared with create permissions" : "Failai negali būti bendrinami su sukūrimo leidimais", "%s shared »%s« with you" : "%s pasidalino »%s« su jumis", "%s shared »%s« with you." : "%s pasidalino »%s« su Jumis.", "%s via %s" : "%s per %s", "No app name specified" : "Nenurodytas programėlės pavadinimas", "App '%s' could not be installed!" : "Nepavyko įdiegti \"%s\" programėlės!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Programa \"%s\" negali būti įdiegta, nes nėra įvykdytos: %s", - "Sync clients" : "Sinchronizavimo klientas" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Programa \"%s\" negali būti įdiegta, nes nėra įvykdytos: %s" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/lib/l10n/lt_LT.json b/lib/l10n/lt_LT.json index ef0156c474..7b5e086c20 100644 --- a/lib/l10n/lt_LT.json +++ b/lib/l10n/lt_LT.json @@ -193,7 +193,7 @@ "Redis" : "Redis", "Encryption" : "Šifravimas", "Tips & tricks" : "Patarimai ir gudrybės", - "DB Error: \"%s\"" : "DB klaida: \"%s\"", + "Sync clients" : "Sinchronizavimo klientas", "Sharing %s failed, because the user %s does not exist" : "%s bendrinimas nepavyko, nes naudotojas %s neegzistuoja", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "%s bendrinimas nepavyko, nes naudotojas %s nėra tos pačios grupės, kaip %s, narys.", "Sharing %s failed, because this item is already shared with %s" : "%s bendrinimas nepavyko, kadangi šis elementas jau yra bendrinamas su %s", @@ -203,14 +203,11 @@ "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s pasidalinimas nepavyko, neįmanoma rasti %s, tikėtina, kad serveris šiuo metu nepasiekiamas", "Share type %s is not valid for %s" : "Bendrinimo tipas %s netinka %s", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "%s bendrinimas nepavyko, kadangi teisės viršijo %s suteiktas teises.", - "Files can't be shared with delete permissions" : "Failai negali būti bendrinami su ištrynimo leidimais", - "Files can't be shared with create permissions" : "Failai negali būti bendrinami su sukūrimo leidimais", "%s shared »%s« with you" : "%s pasidalino »%s« su jumis", "%s shared »%s« with you." : "%s pasidalino »%s« su Jumis.", "%s via %s" : "%s per %s", "No app name specified" : "Nenurodytas programėlės pavadinimas", "App '%s' could not be installed!" : "Nepavyko įdiegti \"%s\" programėlės!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Programa \"%s\" negali būti įdiegta, nes nėra įvykdytos: %s", - "Sync clients" : "Sinchronizavimo klientas" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Programa \"%s\" negali būti įdiegta, nes nėra įvykdytos: %s" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/lib/l10n/nb.js b/lib/l10n/nb.js index 38d3afef52..a2c6dc740d 100644 --- a/lib/l10n/nb.js +++ b/lib/l10n/nb.js @@ -213,15 +213,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "Tidsavbrudd ved tilkobling av lager: %s", "Library %s with a version higher than %s is required - available version %s." : "Bibliotek %s med en versjon høyere enn %s kreves - tilgjengelig versjon %s.", "Library %s with a version lower than %s is required - available version %s." : "Bibliotek %s med en versjon lavere nn %s kreves - tilgjengelig version %s.", - "Personal" : "Personlig", - "Admin" : "Administrator", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Kryptering", "Tips & tricks" : "Tips og triks", - "DB Error: \"%s\"" : "Databasefeil: \"%s\"", - "Offending command was: \"%s\"" : "Kommandoen som mislyktes: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "Kommandoen som mislyktes var: \"%s\", navn: %s, passord: %s", + "Sync clients" : "Synkroniser klienter", "Sharing %s failed, because the user %s does not exist" : "Deling av %s mislyktes, fordi brukeren %s ikke finnes", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Deling av %s mislyktes, fordi brukeren %s ikke er medlem av noen grupper som %s er medlem av", "Sharing %s failed, because this item is already shared with %s" : "Deling av %s mislyktes, fordi dette elementet allerede er delt med %s", @@ -230,21 +226,13 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "Deling av %s mislyktes, fordi %s ikke er medlem av gruppen %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Deling %s mislyktes, fant ikke %s, kanskje tjeneren er utilgjengelig for øyeblikket.", "Share type %s is not valid for %s" : "Delingstype %s er ikke gyldig for %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Setting av tillatelser for %s mislyktes, fordi tillatelsene gikk ut over tillatelsene som er gitt til %s", - "Setting permissions for %s failed, because the item was not found" : "Setting av tillatelser for %s mislyktes, fordi elementet ikke ble funnet", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Kan ikke fjerne utløpsdato. Delinger må ha en utløpsdato.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Deling av %s mislyktes, fordi tillatelsene går utover tillatelsene som er gitt til %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Deling av %s mislyktes, fordi delings-bakenden for %s ikke kunne finne kilden", - "Cannot increase permissions of %s" : "Kan ikke øke tillatelser for %s", - "Files can't be shared with delete permissions" : "Filer kan ikke deles med rettigheter til sletting", - "Files can't be shared with create permissions" : "Filer kan ikke deles med rettigheter til å opprette", - "Cannot set expiration date more than %s days in the future" : "Kan ikke sette utløpsdato mer enn %s dager fram i tid", "%s shared »%s« with you" : "%s delte »%s« med deg", "%s shared »%s« with you." : "%s delte \"%s\" med deg.", "%s via %s" : "%s via %s", "No app name specified" : "Intet programnavn spesifisert", "App '%s' could not be installed!" : "Programmet '%s' kunne ikke installeres!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Programmet \"%s\" kan ikke installeres fordi følgende avhengigheter ikke er tilfredsstilt: %s", - "Sync clients" : "Synkroniser klienter" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Programmet \"%s\" kan ikke installeres fordi følgende avhengigheter ikke er tilfredsstilt: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/nb.json b/lib/l10n/nb.json index 685811ab7f..95df1d06ae 100644 --- a/lib/l10n/nb.json +++ b/lib/l10n/nb.json @@ -211,15 +211,11 @@ "Storage connection timeout. %s" : "Tidsavbrudd ved tilkobling av lager: %s", "Library %s with a version higher than %s is required - available version %s." : "Bibliotek %s med en versjon høyere enn %s kreves - tilgjengelig versjon %s.", "Library %s with a version lower than %s is required - available version %s." : "Bibliotek %s med en versjon lavere nn %s kreves - tilgjengelig version %s.", - "Personal" : "Personlig", - "Admin" : "Administrator", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Kryptering", "Tips & tricks" : "Tips og triks", - "DB Error: \"%s\"" : "Databasefeil: \"%s\"", - "Offending command was: \"%s\"" : "Kommandoen som mislyktes: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "Kommandoen som mislyktes var: \"%s\", navn: %s, passord: %s", + "Sync clients" : "Synkroniser klienter", "Sharing %s failed, because the user %s does not exist" : "Deling av %s mislyktes, fordi brukeren %s ikke finnes", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Deling av %s mislyktes, fordi brukeren %s ikke er medlem av noen grupper som %s er medlem av", "Sharing %s failed, because this item is already shared with %s" : "Deling av %s mislyktes, fordi dette elementet allerede er delt med %s", @@ -228,21 +224,13 @@ "Sharing %s failed, because %s is not a member of the group %s" : "Deling av %s mislyktes, fordi %s ikke er medlem av gruppen %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Deling %s mislyktes, fant ikke %s, kanskje tjeneren er utilgjengelig for øyeblikket.", "Share type %s is not valid for %s" : "Delingstype %s er ikke gyldig for %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Setting av tillatelser for %s mislyktes, fordi tillatelsene gikk ut over tillatelsene som er gitt til %s", - "Setting permissions for %s failed, because the item was not found" : "Setting av tillatelser for %s mislyktes, fordi elementet ikke ble funnet", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Kan ikke fjerne utløpsdato. Delinger må ha en utløpsdato.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Deling av %s mislyktes, fordi tillatelsene går utover tillatelsene som er gitt til %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Deling av %s mislyktes, fordi delings-bakenden for %s ikke kunne finne kilden", - "Cannot increase permissions of %s" : "Kan ikke øke tillatelser for %s", - "Files can't be shared with delete permissions" : "Filer kan ikke deles med rettigheter til sletting", - "Files can't be shared with create permissions" : "Filer kan ikke deles med rettigheter til å opprette", - "Cannot set expiration date more than %s days in the future" : "Kan ikke sette utløpsdato mer enn %s dager fram i tid", "%s shared »%s« with you" : "%s delte »%s« med deg", "%s shared »%s« with you." : "%s delte \"%s\" med deg.", "%s via %s" : "%s via %s", "No app name specified" : "Intet programnavn spesifisert", "App '%s' could not be installed!" : "Programmet '%s' kunne ikke installeres!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Programmet \"%s\" kan ikke installeres fordi følgende avhengigheter ikke er tilfredsstilt: %s", - "Sync clients" : "Synkroniser klienter" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Programmet \"%s\" kan ikke installeres fordi følgende avhengigheter ikke er tilfredsstilt: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js index a94d90462a..8b3c26528c 100644 --- a/lib/l10n/nl.js +++ b/lib/l10n/nl.js @@ -243,15 +243,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "Opslag verbinding time-out. %s", "Library %s with a version higher than %s is required - available version %s." : "Library %s met een versienummer hoger dan %s is vereist - beschikbare versie %s.", "Library %s with a version lower than %s is required - available version %s." : "Library %s met een versienummer lager dan %s is vereist - beschikbare versie %s.", - "Personal" : "Persoonlijk", - "Admin" : "Beheerder", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Versleuteling", "Tips & tricks" : "Tips & trucs", - "DB Error: \"%s\"" : "DB Fout: \"%s\"", - "Offending command was: \"%s\"" : "Onjuiste commando was: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "Onjuiste commando was: \"%s\", naam: %s, wachtwoord: %s", + "Sync clients" : "Synchronisatie clients", "Sharing %s failed, because the user %s does not exist" : "Delen van %s is mislukt, omdat gebruiker %s niet bestaat", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Delen van %s is mislukt, omdat gebruiker %s geen lid is van een groep waar %s lid van is", "Sharing %s failed, because this item is already shared with %s" : "Delen van %s is mislukt, omdat het object al wordt gedeeld met %s", @@ -260,22 +256,14 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "Delen van %s is mislukt, omdat %s geen lid is van groep %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Delen van %s mislukt, kon %s niet vinden, misschien is de server tijdelijk niet bereikbaar.", "Share type %s is not valid for %s" : "Delen van type %s is niet geldig voor %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Instellen van de gebruik rechten voor %s is mislukt, omdat de rechten hoger zijn dan de aan %s toegekende gebruik rechten", - "Setting permissions for %s failed, because the item was not found" : "Instellen van de gebruik rechten voor %s is mislukt, omdat het object niet is gevonden", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Kan verval datum niet weghalen. Gedeelte folders moeten een vervaldatum hebben.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Delen van %s is mislukt, omdat de rechten toegekend aan %s overschreden zijn.", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Delen van %s is mislukt, omdat de gedeelde backend voor %s de bron niet kon vinden", - "Cannot increase permissions of %s" : "Kan de rechten van %s niet verhogen.", - "Files can't be shared with delete permissions" : "Bestanden kunnen niet gedeeld worden met 'verwijder' rechten", - "Files can't be shared with create permissions" : "Bestanden kunnen niet gedeeld worden met 'creëer' rechten", - "Cannot set expiration date more than %s days in the future" : "Kan de vervaldatum niet meer dan %s dagen in de toekomst instellen", "%s shared »%s« with you" : "%s heeft \"%s \" met je gedeeld", "%s shared »%s« with you." : "%s heeft \"%s\" met je gedeeld.", "%s via %s" : "%s via %s", "No app name specified" : "Geen app naam gespecificeerd", "App '%s' could not be installed!" : "App '%s' kon niet geïnstalleerd worden!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "App \"%s\" kan niet worden geïnstalleerd, omdat de volgende afhankelijkheden nodig zijn: %s", - "Sync clients" : "Synchronisatie clients", "ID \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" wordt al gebruikt door cloud federatieprovider \"%s\"" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/nl.json b/lib/l10n/nl.json index 9adf46dab3..b1fc54b268 100644 --- a/lib/l10n/nl.json +++ b/lib/l10n/nl.json @@ -241,15 +241,11 @@ "Storage connection timeout. %s" : "Opslag verbinding time-out. %s", "Library %s with a version higher than %s is required - available version %s." : "Library %s met een versienummer hoger dan %s is vereist - beschikbare versie %s.", "Library %s with a version lower than %s is required - available version %s." : "Library %s met een versienummer lager dan %s is vereist - beschikbare versie %s.", - "Personal" : "Persoonlijk", - "Admin" : "Beheerder", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Versleuteling", "Tips & tricks" : "Tips & trucs", - "DB Error: \"%s\"" : "DB Fout: \"%s\"", - "Offending command was: \"%s\"" : "Onjuiste commando was: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "Onjuiste commando was: \"%s\", naam: %s, wachtwoord: %s", + "Sync clients" : "Synchronisatie clients", "Sharing %s failed, because the user %s does not exist" : "Delen van %s is mislukt, omdat gebruiker %s niet bestaat", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Delen van %s is mislukt, omdat gebruiker %s geen lid is van een groep waar %s lid van is", "Sharing %s failed, because this item is already shared with %s" : "Delen van %s is mislukt, omdat het object al wordt gedeeld met %s", @@ -258,22 +254,14 @@ "Sharing %s failed, because %s is not a member of the group %s" : "Delen van %s is mislukt, omdat %s geen lid is van groep %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Delen van %s mislukt, kon %s niet vinden, misschien is de server tijdelijk niet bereikbaar.", "Share type %s is not valid for %s" : "Delen van type %s is niet geldig voor %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Instellen van de gebruik rechten voor %s is mislukt, omdat de rechten hoger zijn dan de aan %s toegekende gebruik rechten", - "Setting permissions for %s failed, because the item was not found" : "Instellen van de gebruik rechten voor %s is mislukt, omdat het object niet is gevonden", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Kan verval datum niet weghalen. Gedeelte folders moeten een vervaldatum hebben.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Delen van %s is mislukt, omdat de rechten toegekend aan %s overschreden zijn.", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Delen van %s is mislukt, omdat de gedeelde backend voor %s de bron niet kon vinden", - "Cannot increase permissions of %s" : "Kan de rechten van %s niet verhogen.", - "Files can't be shared with delete permissions" : "Bestanden kunnen niet gedeeld worden met 'verwijder' rechten", - "Files can't be shared with create permissions" : "Bestanden kunnen niet gedeeld worden met 'creëer' rechten", - "Cannot set expiration date more than %s days in the future" : "Kan de vervaldatum niet meer dan %s dagen in de toekomst instellen", "%s shared »%s« with you" : "%s heeft \"%s \" met je gedeeld", "%s shared »%s« with you." : "%s heeft \"%s\" met je gedeeld.", "%s via %s" : "%s via %s", "No app name specified" : "Geen app naam gespecificeerd", "App '%s' could not be installed!" : "App '%s' kon niet geïnstalleerd worden!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "App \"%s\" kan niet worden geïnstalleerd, omdat de volgende afhankelijkheden nodig zijn: %s", - "Sync clients" : "Synchronisatie clients", "ID \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" wordt al gebruikt door cloud federatieprovider \"%s\"" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js index b759b9caa4..3b51f33586 100644 --- a/lib/l10n/pl.js +++ b/lib/l10n/pl.js @@ -222,15 +222,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "Limit czasu połączenia do magazynu został przekroczony. %s", "Library %s with a version higher than %s is required - available version %s." : "Biblioteka %s w wersji wyższej niż %s, która jest wymagana - dostępna wersja %s.", "Library %s with a version lower than %s is required - available version %s." : "Biblioteka w wersji %s jest niższa niż %s, która jest wymagana - dostępna wersja %s.", - "Personal" : "Osobiste", - "Admin" : "Administrator", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Szyfrowanie", "Tips & tricks" : "Porady i wskazówki", - "DB Error: \"%s\"" : "Błąd bazy danych: \"%s\"", - "Offending command was: \"%s\"" : "Błędne polecenie to: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "Błędne polecenie to: \"%s\", nazwa: %s, hasło: %s", + "Sync clients" : "Synchronizuj z klientami", "Sharing %s failed, because the user %s does not exist" : "Współdzielenie %s nie powiodło się, ponieważ użytkownik %s nie istnieje", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Współdzielenie %s nie powiodło się, ponieważ użytkownik %s nie jest członkiem żadnej grupy której członkiem jest %s", "Sharing %s failed, because this item is already shared with %s" : "Współdzielenie %s nie powiodło się, ponieważ element jest już współdzielony z %s", @@ -239,22 +235,14 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "Współdzielenie %s nie powiodło się, ponieważ %s nie jest członkiem grupy %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Współdzielenie %s nie powiodło się, nie można odnaleźć %s. Prawdopobnie serwer nie jest teraz osiągalny.", "Share type %s is not valid for %s" : "Typ udziału %s nie jest właściwy dla %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Ustawienie uprawnień dla %s nie powiodło się, ponieważ uprawnienia wykraczają poza przydzielone %s", - "Setting permissions for %s failed, because the item was not found" : "Ustawienie uprawnień dla %s nie powiodło się, ponieważ element nie został znaleziony", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Nie można wyczyścić daty wygaśnięcia. Współudziały muszą posiadać datę wygaśnięcia.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Współdzielenie %s nie powiodło się, ponieważ uprawnienia przekraczają te udzielone %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Współdzielenie %s nie powiodło się, ponieważ zaplecze współdzielenia dla %s nie mogło znaleźć jego źródła", - "Cannot increase permissions of %s" : "Nie można zwiększyć uprawnienia %s", - "Files can't be shared with delete permissions" : "Pliki nie mogą być współdzielone z uprawnieniami kasowania", - "Files can't be shared with create permissions" : "Pliki nie mogą być współdzielone z uprawnieniami tworzenia", - "Cannot set expiration date more than %s days in the future" : "Nie można utworzyć daty wygaśnięcia na %s dni do przodu", "%s shared »%s« with you" : "%s współdzieli »%s« z tobą", "%s shared »%s« with you." : "%s współdzieli »%s« z Tobą.", "%s via %s" : "%s przez %s", "No app name specified" : "Nie określono nazwy aplikacji", "App '%s' could not be installed!" : "Aplikacja '%s' nie mogła zostać zainstalowana!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Aplikacja \"%s\" nie może zostać zainstalowana, ponieważ następujące zależności nie zostały spełnione: %s", - "Sync clients" : "Synchronizuj z klientami", "ID \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" jest już używane przez Cloud Federation Provider \"%s\"" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json index 90688d1d14..5a525f4895 100644 --- a/lib/l10n/pl.json +++ b/lib/l10n/pl.json @@ -220,15 +220,11 @@ "Storage connection timeout. %s" : "Limit czasu połączenia do magazynu został przekroczony. %s", "Library %s with a version higher than %s is required - available version %s." : "Biblioteka %s w wersji wyższej niż %s, która jest wymagana - dostępna wersja %s.", "Library %s with a version lower than %s is required - available version %s." : "Biblioteka w wersji %s jest niższa niż %s, która jest wymagana - dostępna wersja %s.", - "Personal" : "Osobiste", - "Admin" : "Administrator", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Szyfrowanie", "Tips & tricks" : "Porady i wskazówki", - "DB Error: \"%s\"" : "Błąd bazy danych: \"%s\"", - "Offending command was: \"%s\"" : "Błędne polecenie to: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "Błędne polecenie to: \"%s\", nazwa: %s, hasło: %s", + "Sync clients" : "Synchronizuj z klientami", "Sharing %s failed, because the user %s does not exist" : "Współdzielenie %s nie powiodło się, ponieważ użytkownik %s nie istnieje", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Współdzielenie %s nie powiodło się, ponieważ użytkownik %s nie jest członkiem żadnej grupy której członkiem jest %s", "Sharing %s failed, because this item is already shared with %s" : "Współdzielenie %s nie powiodło się, ponieważ element jest już współdzielony z %s", @@ -237,22 +233,14 @@ "Sharing %s failed, because %s is not a member of the group %s" : "Współdzielenie %s nie powiodło się, ponieważ %s nie jest członkiem grupy %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Współdzielenie %s nie powiodło się, nie można odnaleźć %s. Prawdopobnie serwer nie jest teraz osiągalny.", "Share type %s is not valid for %s" : "Typ udziału %s nie jest właściwy dla %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Ustawienie uprawnień dla %s nie powiodło się, ponieważ uprawnienia wykraczają poza przydzielone %s", - "Setting permissions for %s failed, because the item was not found" : "Ustawienie uprawnień dla %s nie powiodło się, ponieważ element nie został znaleziony", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Nie można wyczyścić daty wygaśnięcia. Współudziały muszą posiadać datę wygaśnięcia.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Współdzielenie %s nie powiodło się, ponieważ uprawnienia przekraczają te udzielone %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Współdzielenie %s nie powiodło się, ponieważ zaplecze współdzielenia dla %s nie mogło znaleźć jego źródła", - "Cannot increase permissions of %s" : "Nie można zwiększyć uprawnienia %s", - "Files can't be shared with delete permissions" : "Pliki nie mogą być współdzielone z uprawnieniami kasowania", - "Files can't be shared with create permissions" : "Pliki nie mogą być współdzielone z uprawnieniami tworzenia", - "Cannot set expiration date more than %s days in the future" : "Nie można utworzyć daty wygaśnięcia na %s dni do przodu", "%s shared »%s« with you" : "%s współdzieli »%s« z tobą", "%s shared »%s« with you." : "%s współdzieli »%s« z Tobą.", "%s via %s" : "%s przez %s", "No app name specified" : "Nie określono nazwy aplikacji", "App '%s' could not be installed!" : "Aplikacja '%s' nie mogła zostać zainstalowana!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Aplikacja \"%s\" nie może zostać zainstalowana, ponieważ następujące zależności nie zostały spełnione: %s", - "Sync clients" : "Synchronizuj z klientami", "ID \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" jest już używane przez Cloud Federation Provider \"%s\"" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js index df3463b941..6997a87efc 100644 --- a/lib/l10n/pt_BR.js +++ b/lib/l10n/pt_BR.js @@ -243,15 +243,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "Esgotado o tempo de conexão ao armazenamento. %s", "Library %s with a version higher than %s is required - available version %s." : "É requerida uma biblioteca %s com uma versão maior que %s - versão disponível %s.", "Library %s with a version lower than %s is required - available version %s." : "É requerida uma biblioteca %s com uma versão menor que %s - versão disponível %s.", - "Personal" : "Pessoal", - "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Criptografia", "Tips & tricks" : "Dicas & truques", - "DB Error: \"%s\"" : "Erro no BD: \"%s\"", - "Offending command was: \"%s\"" : "Comando incorreto foi: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "Comando incorreto foi: \"%s\", nome: %s, senha: %s", + "Sync clients" : "Clientes de sincronização", "Sharing %s failed, because the user %s does not exist" : "O compartilhamento %s falhou pois o usuário %s não existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "O compartilhamento %s falhou pois o usuário %s não é membro de nenhum grupo que o usuário %s pertença", "Sharing %s failed, because this item is already shared with %s" : "O compartilhamento %s falhou pois este ítem já está compartilhado com %s", @@ -260,22 +256,14 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "O compartilhamento %s falhou, pois %s não é membro do grupo %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "O compartilhamento %s falhou pois não foi possível encontrar %s. Talvez o servidor esteja inacessível.", "Share type %s is not valid for %s" : "O tipo de compartilhamento %s não é válido para %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Falha ao definir permissões para %s, porque as permissões excedem as possíveis para %s", - "Setting permissions for %s failed, because the item was not found" : "Falha ao definir permissões para %s, porque o item não foi encontrado", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Não foi possível remover a data de expiração. Compartilhamentos tem que ter uma data de expiração.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Compartilhamento %s falhou pois as permissões excedem as permissões concedidas a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "O compartilhamento %s falhou pois a plataforma de serviço de compartilhamento para %s não conseguiu encontrar a sua fonte", - "Cannot increase permissions of %s" : "Não foi possível aumentar as permissões de %s", - "Files can't be shared with delete permissions" : "Arquivos não podem ser compartilhados com permissões de exclusão", - "Files can't be shared with create permissions" : "Arquivos não podem ser compartilhados com permissões de criação", - "Cannot set expiration date more than %s days in the future" : "Não foi possível definir uma data maior que %s dias no futuro", "%s shared »%s« with you" : "%s compartilhou »%s« com você", "%s shared »%s« with you." : "%s compartilhou »%s« com você.", "%s via %s" : "%s via %s", "No app name specified" : "Nenhum nome de aplicativo especificado", "App '%s' could not be installed!" : "Aplicativo '%s' não pôde ser instalado!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "O aplicativo \"%s\" não pode ser instalado pois as seguintes dependências não foram cumpridas: %s", - "Sync clients" : "Clientes de sincronização", "ID \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" já é usada pelo provedor de nuvem federada \"%s\"" }, "nplurals=2; plural=(n > 1);"); diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json index dfb579783b..4500fb28d2 100644 --- a/lib/l10n/pt_BR.json +++ b/lib/l10n/pt_BR.json @@ -241,15 +241,11 @@ "Storage connection timeout. %s" : "Esgotado o tempo de conexão ao armazenamento. %s", "Library %s with a version higher than %s is required - available version %s." : "É requerida uma biblioteca %s com uma versão maior que %s - versão disponível %s.", "Library %s with a version lower than %s is required - available version %s." : "É requerida uma biblioteca %s com uma versão menor que %s - versão disponível %s.", - "Personal" : "Pessoal", - "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Criptografia", "Tips & tricks" : "Dicas & truques", - "DB Error: \"%s\"" : "Erro no BD: \"%s\"", - "Offending command was: \"%s\"" : "Comando incorreto foi: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "Comando incorreto foi: \"%s\", nome: %s, senha: %s", + "Sync clients" : "Clientes de sincronização", "Sharing %s failed, because the user %s does not exist" : "O compartilhamento %s falhou pois o usuário %s não existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "O compartilhamento %s falhou pois o usuário %s não é membro de nenhum grupo que o usuário %s pertença", "Sharing %s failed, because this item is already shared with %s" : "O compartilhamento %s falhou pois este ítem já está compartilhado com %s", @@ -258,22 +254,14 @@ "Sharing %s failed, because %s is not a member of the group %s" : "O compartilhamento %s falhou, pois %s não é membro do grupo %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "O compartilhamento %s falhou pois não foi possível encontrar %s. Talvez o servidor esteja inacessível.", "Share type %s is not valid for %s" : "O tipo de compartilhamento %s não é válido para %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Falha ao definir permissões para %s, porque as permissões excedem as possíveis para %s", - "Setting permissions for %s failed, because the item was not found" : "Falha ao definir permissões para %s, porque o item não foi encontrado", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Não foi possível remover a data de expiração. Compartilhamentos tem que ter uma data de expiração.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Compartilhamento %s falhou pois as permissões excedem as permissões concedidas a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "O compartilhamento %s falhou pois a plataforma de serviço de compartilhamento para %s não conseguiu encontrar a sua fonte", - "Cannot increase permissions of %s" : "Não foi possível aumentar as permissões de %s", - "Files can't be shared with delete permissions" : "Arquivos não podem ser compartilhados com permissões de exclusão", - "Files can't be shared with create permissions" : "Arquivos não podem ser compartilhados com permissões de criação", - "Cannot set expiration date more than %s days in the future" : "Não foi possível definir uma data maior que %s dias no futuro", "%s shared »%s« with you" : "%s compartilhou »%s« com você", "%s shared »%s« with you." : "%s compartilhou »%s« com você.", "%s via %s" : "%s via %s", "No app name specified" : "Nenhum nome de aplicativo especificado", "App '%s' could not be installed!" : "Aplicativo '%s' não pôde ser instalado!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "O aplicativo \"%s\" não pode ser instalado pois as seguintes dependências não foram cumpridas: %s", - "Sync clients" : "Clientes de sincronização", "ID \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" já é usada pelo provedor de nuvem federada \"%s\"" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/lib/l10n/pt_PT.js b/lib/l10n/pt_PT.js index 02f8d6cf3a..75bc50161a 100644 --- a/lib/l10n/pt_PT.js +++ b/lib/l10n/pt_PT.js @@ -209,15 +209,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "Tempo de ligação ao armazenamento expirou. %s", "Library %s with a version higher than %s is required - available version %s." : "É necessário a biblioteca %s com uma versão superior a %s - versão disponível: %s.", "Library %s with a version lower than %s is required - available version %s." : "É necessário a biblioteca %s com uma versão inferior a %s - versão disponível: %s.", - "Personal" : "Pessoal", - "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Encriptação", "Tips & tricks" : "Dicas e truques", - "DB Error: \"%s\"" : "Erro de BD:\"%s\"", - "Offending command was: \"%s\"" : "O comando transgressor foi:\"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "O comando transgressor foi: \"%s\", nome: %s, password: %s", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "A partilha %s falhou, porque o utilizador %s nao existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "A partilha %s falhou, porque o utilizador %s não pertence a nenhum dos grupos que %s é membro de", "Sharing %s failed, because this item is already shared with %s" : "A partilha %s falhou, porque o item já está a ser partilhado com %s", @@ -226,21 +222,13 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "A partilha %s falhou, porque o utilizador %s não é membro do grupo %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "A partilha de %s falhou, não foi possível encontrar %s. É possível que o servidor esteja inacessível.", "Share type %s is not valid for %s" : "O tipo de partilha %s não é válido para %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Definição das permissões para %s falhou porque excedem as permissões concedidas a %s", - "Setting permissions for %s failed, because the item was not found" : "Definição das permissões para %s falhou porque o item não foi encontrado", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Não é possível remover a data de expiração. Partilhas precisam de ter data de expiração.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Definir permissões para %s falhou, porque as permissões excedem as permissões concedidas a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "A partilha %s falhou porque a partilha da interface para %s não conseguiu encontrar a sua fonte", - "Cannot increase permissions of %s" : "Não é possível aumentar as permissões de %s", - "Files can't be shared with delete permissions" : "Ficheiros não podem ser partilhados com permissões para apagar", - "Files can't be shared with create permissions" : "Ficheiros não podem ser partilhados com permissões para criar", - "Cannot set expiration date more than %s days in the future" : "Não é possível definir data de expiração superior a %s dias no futuro", "%s shared »%s« with you" : "%s partilhado »%s« consigo", "%s shared »%s« with you." : "%s partilhou »%s« consigo.", "%s via %s" : "%s via %s", "No app name specified" : "Nome da aplicação não especificado", "App '%s' could not be installed!" : "Aplicação '%s' não pôde ser instalada", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "A aplicação \"%s\" não pode ser instalada porque as seguintes dependências não podem ser realizadas: %s", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "A aplicação \"%s\" não pode ser instalada porque as seguintes dependências não podem ser realizadas: %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/pt_PT.json b/lib/l10n/pt_PT.json index 67929692f0..c578f6b46f 100644 --- a/lib/l10n/pt_PT.json +++ b/lib/l10n/pt_PT.json @@ -207,15 +207,11 @@ "Storage connection timeout. %s" : "Tempo de ligação ao armazenamento expirou. %s", "Library %s with a version higher than %s is required - available version %s." : "É necessário a biblioteca %s com uma versão superior a %s - versão disponível: %s.", "Library %s with a version lower than %s is required - available version %s." : "É necessário a biblioteca %s com uma versão inferior a %s - versão disponível: %s.", - "Personal" : "Pessoal", - "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Encriptação", "Tips & tricks" : "Dicas e truques", - "DB Error: \"%s\"" : "Erro de BD:\"%s\"", - "Offending command was: \"%s\"" : "O comando transgressor foi:\"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "O comando transgressor foi: \"%s\", nome: %s, password: %s", + "Sync clients" : "Sincronizar clientes", "Sharing %s failed, because the user %s does not exist" : "A partilha %s falhou, porque o utilizador %s nao existe", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "A partilha %s falhou, porque o utilizador %s não pertence a nenhum dos grupos que %s é membro de", "Sharing %s failed, because this item is already shared with %s" : "A partilha %s falhou, porque o item já está a ser partilhado com %s", @@ -224,21 +220,13 @@ "Sharing %s failed, because %s is not a member of the group %s" : "A partilha %s falhou, porque o utilizador %s não é membro do grupo %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "A partilha de %s falhou, não foi possível encontrar %s. É possível que o servidor esteja inacessível.", "Share type %s is not valid for %s" : "O tipo de partilha %s não é válido para %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Definição das permissões para %s falhou porque excedem as permissões concedidas a %s", - "Setting permissions for %s failed, because the item was not found" : "Definição das permissões para %s falhou porque o item não foi encontrado", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Não é possível remover a data de expiração. Partilhas precisam de ter data de expiração.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Definir permissões para %s falhou, porque as permissões excedem as permissões concedidas a %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "A partilha %s falhou porque a partilha da interface para %s não conseguiu encontrar a sua fonte", - "Cannot increase permissions of %s" : "Não é possível aumentar as permissões de %s", - "Files can't be shared with delete permissions" : "Ficheiros não podem ser partilhados com permissões para apagar", - "Files can't be shared with create permissions" : "Ficheiros não podem ser partilhados com permissões para criar", - "Cannot set expiration date more than %s days in the future" : "Não é possível definir data de expiração superior a %s dias no futuro", "%s shared »%s« with you" : "%s partilhado »%s« consigo", "%s shared »%s« with you." : "%s partilhou »%s« consigo.", "%s via %s" : "%s via %s", "No app name specified" : "Nome da aplicação não especificado", "App '%s' could not be installed!" : "Aplicação '%s' não pôde ser instalada", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "A aplicação \"%s\" não pode ser instalada porque as seguintes dependências não podem ser realizadas: %s", - "Sync clients" : "Sincronizar clientes" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "A aplicação \"%s\" não pode ser instalada porque as seguintes dependências não podem ser realizadas: %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index e7aa9c9ae7..79ba53fbc3 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -243,15 +243,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "Истекло время ожидания подключения к хранилищу. %s", "Library %s with a version higher than %s is required - available version %s." : "Требуется библиотека %s версии не меньше %s, установлена версия %s.", "Library %s with a version lower than %s is required - available version %s." : "Требуется библиотека %s версии не выше %s, установлена версия %s.", - "Personal" : "Личное", - "Admin" : "Администратор", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Шифрование", "Tips & tricks" : "Советы и трюки", - "DB Error: \"%s\"" : "Ошибка БД: «%s»", - "Offending command was: \"%s\"" : "Нарушившая команда была: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "Нарушившая команда была: \"%s\", имя: %s, пароль: %s", + "Sync clients" : "Клиенты синхронизации", "Sharing %s failed, because the user %s does not exist" : "Не удалось поделиться %s, пользователь %s не существует.", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Не удалось поделиться %s, так как пользователь %s не состоит в какой-либо группе, в которой состоит %s", "Sharing %s failed, because this item is already shared with %s" : "Не удалось поделиться %s, пользователь %s уже имеет доступ к этому элементу", @@ -260,22 +256,14 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "Не удалось поделиться %s, пользователь %s не является членом группы %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Не удалось поделиться %s, не удалось найти %s, возможно, сервер не доступен.", "Share type %s is not valid for %s" : "Тип общего доступа %s недопустим для %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Не удалось настроить права доступа для %s, указанные права доступа превышают предоставленные для %s", - "Setting permissions for %s failed, because the item was not found" : "Не удалось настроить права доступа для «%s», объект не найден.", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Невозможно очистить дату истечения срока действия. Общие ресурсы должны иметь срок действия.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Не удалось поделиться %s, права превышают предоставленные права доступа %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Не удалось поделиться %s, бэкенд общего доступа не нашел путь до %s", - "Cannot increase permissions of %s" : "Невозможно повысить права доступа %s", - "Files can't be shared with delete permissions" : "Права на удаление файлов не позволяют открывать общий доступ к ним", - "Files can't be shared with create permissions" : "Права на создание файлов не позволяют открывать общий доступ к ним", - "Cannot 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».", "%s via %s" : "%s через %s", "No app name specified" : "Не указано имя приложения", "App '%s' could not be installed!" : "Приложение «%s» не может быть установлено!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Приложение «%s» не может быть установлено, так как не удовлетворены следующие зависимости: %s", - "Sync clients" : "Клиенты синхронизации", "ID \"%s\" already used by cloud federation provider \"%s\"" : "Идентификатор «%s» уже используется поставщиком услуг межсерверного обмена «%s»" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json index 8a1388ae2c..2a9d7e74fa 100644 --- a/lib/l10n/ru.json +++ b/lib/l10n/ru.json @@ -241,15 +241,11 @@ "Storage connection timeout. %s" : "Истекло время ожидания подключения к хранилищу. %s", "Library %s with a version higher than %s is required - available version %s." : "Требуется библиотека %s версии не меньше %s, установлена версия %s.", "Library %s with a version lower than %s is required - available version %s." : "Требуется библиотека %s версии не выше %s, установлена версия %s.", - "Personal" : "Личное", - "Admin" : "Администратор", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Шифрование", "Tips & tricks" : "Советы и трюки", - "DB Error: \"%s\"" : "Ошибка БД: «%s»", - "Offending command was: \"%s\"" : "Нарушившая команда была: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "Нарушившая команда была: \"%s\", имя: %s, пароль: %s", + "Sync clients" : "Клиенты синхронизации", "Sharing %s failed, because the user %s does not exist" : "Не удалось поделиться %s, пользователь %s не существует.", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Не удалось поделиться %s, так как пользователь %s не состоит в какой-либо группе, в которой состоит %s", "Sharing %s failed, because this item is already shared with %s" : "Не удалось поделиться %s, пользователь %s уже имеет доступ к этому элементу", @@ -258,22 +254,14 @@ "Sharing %s failed, because %s is not a member of the group %s" : "Не удалось поделиться %s, пользователь %s не является членом группы %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Не удалось поделиться %s, не удалось найти %s, возможно, сервер не доступен.", "Share type %s is not valid for %s" : "Тип общего доступа %s недопустим для %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Не удалось настроить права доступа для %s, указанные права доступа превышают предоставленные для %s", - "Setting permissions for %s failed, because the item was not found" : "Не удалось настроить права доступа для «%s», объект не найден.", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Невозможно очистить дату истечения срока действия. Общие ресурсы должны иметь срок действия.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Не удалось поделиться %s, права превышают предоставленные права доступа %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Не удалось поделиться %s, бэкенд общего доступа не нашел путь до %s", - "Cannot increase permissions of %s" : "Невозможно повысить права доступа %s", - "Files can't be shared with delete permissions" : "Права на удаление файлов не позволяют открывать общий доступ к ним", - "Files can't be shared with create permissions" : "Права на создание файлов не позволяют открывать общий доступ к ним", - "Cannot 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».", "%s via %s" : "%s через %s", "No app name specified" : "Не указано имя приложения", "App '%s' could not be installed!" : "Приложение «%s» не может быть установлено!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Приложение «%s» не может быть установлено, так как не удовлетворены следующие зависимости: %s", - "Sync clients" : "Клиенты синхронизации", "ID \"%s\" already used by cloud federation provider \"%s\"" : "Идентификатор «%s» уже используется поставщиком услуг межсерверного обмена «%s»" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" } \ No newline at end of file diff --git a/lib/l10n/sk.js b/lib/l10n/sk.js index f3f75823d1..7f4021fb32 100644 --- a/lib/l10n/sk.js +++ b/lib/l10n/sk.js @@ -243,15 +243,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "Vypršanie pripojenia k úložisku. %s", "Library %s with a version higher than %s is required - available version %s." : "Požadovaná je knižnica %s vo vyššej verzii ako %s - dostupná verzia %s.", "Library %s with a version lower than %s is required - available version %s." : "Požadovaná je knižnica %s v nižšej verzii ako %s - dostupná verzia %s.", - "Personal" : "Osobné", - "Admin" : "Admi", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Šifrovanie", "Tips & tricks" : "Tipy a triky", - "DB Error: \"%s\"" : "Chyba databázy: \"%s\"", - "Offending command was: \"%s\"" : "Problémový príkaz bol: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "Problémový príkaz bol: \"%s\", meno: %s, heslo: %s", + "Sync clients" : "Klienti synchronizácie", "Sharing %s failed, because the user %s does not exist" : "Sprístupnenie %s zlyhalo, používateľ %s neexistuje", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Sprístupnenie %s zlyhalo, používateľ %s nie je členom žiadnej skupiny spoločnej s používateľom %s", "Sharing %s failed, because this item is already shared with %s" : "Sprístupnenie %s zlyhalo, pretože táto položka už je prístupná pre %s", @@ -260,22 +256,14 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "Sprístupnenie %s zlyhalo, %s nie je členom skupiny %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Sprístupňovanie %s zlyhalo, nepodarilo sa nájsť %s, možno je server dočasne nedostupný.", "Share type %s is not valid for %s" : "Typ sprístupnenia %s nie je možný pre %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Nastavenie povolení pre %s zlyhalo, pretože povolenia prekračujú povolenia udelené %s", - "Setting permissions for %s failed, because the item was not found" : "Nastavenie povolení pre %s zlyhalo, pretože položka sa nenašla", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Nemožno vymazať čas exspirácie. Pri sprístupnení je čas exspirácie vyžadovaný.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Sprístupnenie %s zlyhalo, pretože povolenia prekračujú povolenia udelené %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Sprístupnenie %s zlyhalo, backend nenašiel zdrojový %s", - "Cannot increase permissions of %s" : "Nie je možné navýšiť oprávnenia pre %s", - "Files can't be shared with delete permissions" : "Súbory nie je možné sprístupňovať s oprávneniami na odstránenie", - "Files can't be shared with create permissions" : "Súbory nie je možné sprístupňovať s oprávneniami na vytváranie", - "Cannot set expiration date more than %s days in the future" : "Nie je možné nastaviť dátum konca platnosti viac ako %s dní v budúcnosti", "%s shared »%s« with you" : "%s vám sprístupnil »%s«", "%s shared »%s« with you." : "%s vám sprístupnil »%s«", "%s via %s" : "%s cez %s", "No app name specified" : "Nešpecifikované meno aplikácie", "App '%s' could not be installed!" : "Aplikáciu '%s' nebolo možné nainštalovať!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Aplikáciu \"%s\" nie je možné inštalovať, pretože nie sú splnené nasledovné závislosti: %s", - "Sync clients" : "Klienti synchronizácie", "ID \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" je už použité v združenom cloude \"%s\"" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/lib/l10n/sk.json b/lib/l10n/sk.json index 7de326ba5b..0b2b666d19 100644 --- a/lib/l10n/sk.json +++ b/lib/l10n/sk.json @@ -241,15 +241,11 @@ "Storage connection timeout. %s" : "Vypršanie pripojenia k úložisku. %s", "Library %s with a version higher than %s is required - available version %s." : "Požadovaná je knižnica %s vo vyššej verzii ako %s - dostupná verzia %s.", "Library %s with a version lower than %s is required - available version %s." : "Požadovaná je knižnica %s v nižšej verzii ako %s - dostupná verzia %s.", - "Personal" : "Osobné", - "Admin" : "Admi", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Šifrovanie", "Tips & tricks" : "Tipy a triky", - "DB Error: \"%s\"" : "Chyba databázy: \"%s\"", - "Offending command was: \"%s\"" : "Problémový príkaz bol: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "Problémový príkaz bol: \"%s\", meno: %s, heslo: %s", + "Sync clients" : "Klienti synchronizácie", "Sharing %s failed, because the user %s does not exist" : "Sprístupnenie %s zlyhalo, používateľ %s neexistuje", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Sprístupnenie %s zlyhalo, používateľ %s nie je členom žiadnej skupiny spoločnej s používateľom %s", "Sharing %s failed, because this item is already shared with %s" : "Sprístupnenie %s zlyhalo, pretože táto položka už je prístupná pre %s", @@ -258,22 +254,14 @@ "Sharing %s failed, because %s is not a member of the group %s" : "Sprístupnenie %s zlyhalo, %s nie je členom skupiny %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Sprístupňovanie %s zlyhalo, nepodarilo sa nájsť %s, možno je server dočasne nedostupný.", "Share type %s is not valid for %s" : "Typ sprístupnenia %s nie je možný pre %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Nastavenie povolení pre %s zlyhalo, pretože povolenia prekračujú povolenia udelené %s", - "Setting permissions for %s failed, because the item was not found" : "Nastavenie povolení pre %s zlyhalo, pretože položka sa nenašla", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Nemožno vymazať čas exspirácie. Pri sprístupnení je čas exspirácie vyžadovaný.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Sprístupnenie %s zlyhalo, pretože povolenia prekračujú povolenia udelené %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Sprístupnenie %s zlyhalo, backend nenašiel zdrojový %s", - "Cannot increase permissions of %s" : "Nie je možné navýšiť oprávnenia pre %s", - "Files can't be shared with delete permissions" : "Súbory nie je možné sprístupňovať s oprávneniami na odstránenie", - "Files can't be shared with create permissions" : "Súbory nie je možné sprístupňovať s oprávneniami na vytváranie", - "Cannot set expiration date more than %s days in the future" : "Nie je možné nastaviť dátum konca platnosti viac ako %s dní v budúcnosti", "%s shared »%s« with you" : "%s vám sprístupnil »%s«", "%s shared »%s« with you." : "%s vám sprístupnil »%s«", "%s via %s" : "%s cez %s", "No app name specified" : "Nešpecifikované meno aplikácie", "App '%s' could not be installed!" : "Aplikáciu '%s' nebolo možné nainštalovať!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Aplikáciu \"%s\" nie je možné inštalovať, pretože nie sú splnené nasledovné závislosti: %s", - "Sync clients" : "Klienti synchronizácie", "ID \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" je už použité v združenom cloude \"%s\"" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/lib/l10n/sl.js b/lib/l10n/sl.js index eb89240faa..52e20e0b8d 100644 --- a/lib/l10n/sl.js +++ b/lib/l10n/sl.js @@ -125,7 +125,6 @@ OC.L10N.register( "Storage connection timeout. %s" : "Povezava do shrambe je časovno potekla. %s", "Library %s with a version higher than %s is required - available version %s." : "Zahtevana je knjižnica %s z različico, višjo od %s – na voljo je različica %s.", "Library %s with a version lower than %s is required - available version %s." : "Zahtevana je knjižnica %s z različico, manjšo od %s – na voljo je različica %s.", - "Personal" : "Osebno", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Šifriranje", diff --git a/lib/l10n/sl.json b/lib/l10n/sl.json index 4c42da5d82..7557f995ee 100644 --- a/lib/l10n/sl.json +++ b/lib/l10n/sl.json @@ -123,7 +123,6 @@ "Storage connection timeout. %s" : "Povezava do shrambe je časovno potekla. %s", "Library %s with a version higher than %s is required - available version %s." : "Zahtevana je knjižnica %s z različico, višjo od %s – na voljo je različica %s.", "Library %s with a version lower than %s is required - available version %s." : "Zahtevana je knjižnica %s z različico, manjšo od %s – na voljo je različica %s.", - "Personal" : "Osebno", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Šifriranje", diff --git a/lib/l10n/sq.js b/lib/l10n/sq.js index 4076f991f5..863a6ff88f 100644 --- a/lib/l10n/sq.js +++ b/lib/l10n/sq.js @@ -199,12 +199,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "Mbarim kohe lidhjeje për depozitën. %s", "Library %s with a version higher than %s is required - available version %s." : "Kërkohet librari %s me një version më të madh se %s - version gati %s.", "Library %s with a version lower than %s is required - available version %s." : "Lypset librari %s me një version më të vogël se %s - version gati %s.", - "Personal" : "Personale", - "Admin" : "Administrator", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Enkriptimi", "Tips & tricks" : "Këshilla dhe rrengje", + "Sync clients" : "Klientë të sikronizuar", "Sharing %s failed, because the user %s does not exist" : "Ndarja e %s me të tjerët dështoi, ngaqë përdoruesi %s nuk ekziston", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Ndarja për %s dështoi, ngaqë përdoruesi %s s’është anëtar i ndonjë grupi ku %s është anëtar", "Sharing %s failed, because this item is already shared with %s" : "Ndarja për %s dështoi, ngaqë ky objekt është ndarë një herë me %s", @@ -219,7 +218,6 @@ OC.L10N.register( "%s shared »%s« with you." : "1 %s ndarë »1 %s« me ju.", "%s via %s" : "%s përmes %s", "App '%s' could not be installed!" : "Aplikacioni '%s' nuk mund të instalohet!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Përditësimi \"%s\" s’instalohet dot, ngaqë s’plotësohen varësitë vijuese: %s.", - "Sync clients" : "Klientë të sikronizuar" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Përditësimi \"%s\" s’instalohet dot, ngaqë s’plotësohen varësitë vijuese: %s." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/sq.json b/lib/l10n/sq.json index ea77a7d564..c2bf204968 100644 --- a/lib/l10n/sq.json +++ b/lib/l10n/sq.json @@ -197,12 +197,11 @@ "Storage connection timeout. %s" : "Mbarim kohe lidhjeje për depozitën. %s", "Library %s with a version higher than %s is required - available version %s." : "Kërkohet librari %s me një version më të madh se %s - version gati %s.", "Library %s with a version lower than %s is required - available version %s." : "Lypset librari %s me një version më të vogël se %s - version gati %s.", - "Personal" : "Personale", - "Admin" : "Administrator", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Enkriptimi", "Tips & tricks" : "Këshilla dhe rrengje", + "Sync clients" : "Klientë të sikronizuar", "Sharing %s failed, because the user %s does not exist" : "Ndarja e %s me të tjerët dështoi, ngaqë përdoruesi %s nuk ekziston", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Ndarja për %s dështoi, ngaqë përdoruesi %s s’është anëtar i ndonjë grupi ku %s është anëtar", "Sharing %s failed, because this item is already shared with %s" : "Ndarja për %s dështoi, ngaqë ky objekt është ndarë një herë me %s", @@ -217,7 +216,6 @@ "%s shared »%s« with you." : "1 %s ndarë »1 %s« me ju.", "%s via %s" : "%s përmes %s", "App '%s' could not be installed!" : "Aplikacioni '%s' nuk mund të instalohet!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Përditësimi \"%s\" s’instalohet dot, ngaqë s’plotësohen varësitë vijuese: %s.", - "Sync clients" : "Klientë të sikronizuar" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Përditësimi \"%s\" s’instalohet dot, ngaqë s’plotësohen varësitë vijuese: %s." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js index f166bd62aa..932f948f7b 100644 --- a/lib/l10n/sr.js +++ b/lib/l10n/sr.js @@ -243,15 +243,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "Прекорачено време за повезивање на складиште. %s", "Library %s with a version higher than %s is required - available version %s." : "Потребна је библиотека „%s“ верзије веће од %s - доступна верзија је %s.", "Library %s with a version lower than %s is required - available version %s." : "Потребна је библиотека „%s“ верзије ниже од %s - доступна верзија је %s.", - "Personal" : "Лично", - "Admin" : "Администратор", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Шифровање", "Tips & tricks" : "Савети и трикови", - "DB Error: \"%s\"" : "Грешка базе података: \"%s\"", - "Offending command was: \"%s\"" : "Неисправна команда је: „%s“", - "Offending command was: \"%s\", name: %s, password: %s" : "Неисправна команда је: „%s“, назив: %s, лозинка: %s", + "Sync clients" : "Клијенти у синхронизацији", "Sharing %s failed, because the user %s does not exist" : "Дељење %s није успело зато што не постоји корисник %s", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Дељење %s није успело зато што корисник %s није члан ниједне групе чији је %s члан", "Sharing %s failed, because this item is already shared with %s" : "Дељење %s није успело зато што се ова ставка већ дели са %s", @@ -260,22 +256,14 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "Дељење %s није успело зато што %s није члан групе %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Дељење %s није успело, није могуће пронаћи %s, можда сервер тренутно није доступан.", "Share type %s is not valid for %s" : "Тип фајла за дељење %s није исправан за %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Постављање дозвола за %s није успело зато што дозволе превазилазе дозволе гарантоване за %s", - "Setting permissions for %s failed, because the item was not found" : "Постављање дозвола за %s није успело зато што ставка није пронађена", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Не могу обрисати датум трајања. Дељења су у обавези да имају ограничен датум трајања.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Дељење %s није успело зато што дозволе превазилазе дозволе гарантоване за %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Дељење %s није успело зато што позадина дељења за %s није могла да нађе извор", - "Cannot increase permissions of %s" : "Не могу да повећам привилегије за %s", - "Files can't be shared with delete permissions" : "Фајлови не могу бити дељени са привилегијама за брисање", - "Files can't be shared with create permissions" : "Фајлови не могу бити дељени са привилегијама за прављење", - "Cannot 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“ са Вама.", "%s via %s" : "%s путем %s", "No app name specified" : "Није наведен назив апликације", "App '%s' could not be installed!" : "Апликација '%s' не може да се инсталира!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Апликација „%s“ не може бити инсталирана јер следеће зависности нису испуњене: %s", - "Sync clients" : "Клијенти у синхронизацији", "ID \"%s\" already used by cloud federation provider \"%s\"" : "Идентификацију \"%s\" већ користи провајдер здруживања \"%s\"" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/lib/l10n/sr.json b/lib/l10n/sr.json index 998ae67fa6..1a6b523297 100644 --- a/lib/l10n/sr.json +++ b/lib/l10n/sr.json @@ -241,15 +241,11 @@ "Storage connection timeout. %s" : "Прекорачено време за повезивање на складиште. %s", "Library %s with a version higher than %s is required - available version %s." : "Потребна је библиотека „%s“ верзије веће од %s - доступна верзија је %s.", "Library %s with a version lower than %s is required - available version %s." : "Потребна је библиотека „%s“ верзије ниже од %s - доступна верзија је %s.", - "Personal" : "Лично", - "Admin" : "Администратор", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Шифровање", "Tips & tricks" : "Савети и трикови", - "DB Error: \"%s\"" : "Грешка базе података: \"%s\"", - "Offending command was: \"%s\"" : "Неисправна команда је: „%s“", - "Offending command was: \"%s\", name: %s, password: %s" : "Неисправна команда је: „%s“, назив: %s, лозинка: %s", + "Sync clients" : "Клијенти у синхронизацији", "Sharing %s failed, because the user %s does not exist" : "Дељење %s није успело зато што не постоји корисник %s", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Дељење %s није успело зато што корисник %s није члан ниједне групе чији је %s члан", "Sharing %s failed, because this item is already shared with %s" : "Дељење %s није успело зато што се ова ставка већ дели са %s", @@ -258,22 +254,14 @@ "Sharing %s failed, because %s is not a member of the group %s" : "Дељење %s није успело зато што %s није члан групе %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Дељење %s није успело, није могуће пронаћи %s, можда сервер тренутно није доступан.", "Share type %s is not valid for %s" : "Тип фајла за дељење %s није исправан за %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Постављање дозвола за %s није успело зато што дозволе превазилазе дозволе гарантоване за %s", - "Setting permissions for %s failed, because the item was not found" : "Постављање дозвола за %s није успело зато што ставка није пронађена", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Не могу обрисати датум трајања. Дељења су у обавези да имају ограничен датум трајања.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Дељење %s није успело зато што дозволе превазилазе дозволе гарантоване за %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Дељење %s није успело зато што позадина дељења за %s није могла да нађе извор", - "Cannot increase permissions of %s" : "Не могу да повећам привилегије за %s", - "Files can't be shared with delete permissions" : "Фајлови не могу бити дељени са привилегијама за брисање", - "Files can't be shared with create permissions" : "Фајлови не могу бити дељени са привилегијама за прављење", - "Cannot 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“ са Вама.", "%s via %s" : "%s путем %s", "No app name specified" : "Није наведен назив апликације", "App '%s' could not be installed!" : "Апликација '%s' не може да се инсталира!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Апликација „%s“ не може бити инсталирана јер следеће зависности нису испуњене: %s", - "Sync clients" : "Клијенти у синхронизацији", "ID \"%s\" already used by cloud federation provider \"%s\"" : "Идентификацију \"%s\" већ користи провајдер здруживања \"%s\"" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" } \ No newline at end of file diff --git a/lib/l10n/sv.js b/lib/l10n/sv.js index 8dff4b4c68..2b6a02b106 100644 --- a/lib/l10n/sv.js +++ b/lib/l10n/sv.js @@ -239,15 +239,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "Lagringsutrymme lyckas inte ansluta \"timeout\". %s", "Library %s with a version higher than %s is required - available version %s." : "Bibliotek %s med version högre än %s krävs - tillgänglig version %s.", "Library %s with a version lower than %s is required - available version %s." : "Bibliotek %s med version lägre än %s krävs - tillgänglig version %s.", - "Personal" : "Personlig", - "Admin" : "Administratör", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Kryptering", "Tips & tricks" : "Tips & tricks", - "DB Error: \"%s\"" : "DB Error: \"%s\"", - "Offending command was: \"%s\"" : "Felaktigt kommando var: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "Felaktigt kommando var: \"%s\", namn: %s, lösenord: %s", + "Sync clients" : "Synkklienter", "Sharing %s failed, because the user %s does not exist" : "Delning %s misslyckades därför att användaren %s inte existerar", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Delning %s misslyckades därför att användaren %s inte är medlem i någon utav de grupper som %s är medlem i", "Sharing %s failed, because this item is already shared with %s" : "Delning %s misslyckades därför att objektet redan är delat med %s", @@ -256,22 +252,14 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "Delning %s misslyckades därför att %s inte ingår i gruppen %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Misslyckades dela ut %s, kan inte hitta %s, kanske är servern inte åtkomlig för närvarande.", "Share type %s is not valid for %s" : "Delningstyp %s är inte giltig för %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Kunde inte sätta behörigheter för %s eftersom behörigheterna överskrider dom behörigheter som har beviljats %s", - "Setting permissions for %s failed, because the item was not found" : "Kunde inte sätta behörigheter för %s eftersom objektet inte hittades", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Kan inte rensa utgångsdatum. Delningar måste ha ett utgångsdatum.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Delning %s misslyckades därför att rättigheterna överskrider de rättigheter som är tillåtna för %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Delning %s misslyckades därför att delningsgränsnittet för %s inte kunde hitta sin källa", - "Cannot increase permissions of %s" : "Kan inte höja behörigheter för %s", - "Files can't be shared with delete permissions" : "Filer kan inte delas med rättighet att radera", - "Files can't be shared with create permissions" : "Filer kan inte delas med rättighet att skapa", - "Cannot set expiration date more than %s days in the future" : "Kan inte sätta ett utgångsdatum längre fram än %s dagar", "%s shared »%s« with you" : "%s delade »%s« med dig", "%s shared »%s« with you." : "%s delade »%s« med dig.", "%s via %s" : "%s via %s", "No app name specified" : "Inget appnamn angivet", "App '%s' could not be installed!" : "Appen '%s' kunde inte installeras!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Applikationen \"%s\" kan ej installeras eftersom följande kriterier inte är uppfyllda: %s", - "Sync clients" : "Synkklienter", "ID \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" används redan av moln - federationsleverantör \"%s\"" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/sv.json b/lib/l10n/sv.json index ea7b90736b..506be08d5f 100644 --- a/lib/l10n/sv.json +++ b/lib/l10n/sv.json @@ -237,15 +237,11 @@ "Storage connection timeout. %s" : "Lagringsutrymme lyckas inte ansluta \"timeout\". %s", "Library %s with a version higher than %s is required - available version %s." : "Bibliotek %s med version högre än %s krävs - tillgänglig version %s.", "Library %s with a version lower than %s is required - available version %s." : "Bibliotek %s med version lägre än %s krävs - tillgänglig version %s.", - "Personal" : "Personlig", - "Admin" : "Administratör", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Kryptering", "Tips & tricks" : "Tips & tricks", - "DB Error: \"%s\"" : "DB Error: \"%s\"", - "Offending command was: \"%s\"" : "Felaktigt kommando var: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "Felaktigt kommando var: \"%s\", namn: %s, lösenord: %s", + "Sync clients" : "Synkklienter", "Sharing %s failed, because the user %s does not exist" : "Delning %s misslyckades därför att användaren %s inte existerar", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Delning %s misslyckades därför att användaren %s inte är medlem i någon utav de grupper som %s är medlem i", "Sharing %s failed, because this item is already shared with %s" : "Delning %s misslyckades därför att objektet redan är delat med %s", @@ -254,22 +250,14 @@ "Sharing %s failed, because %s is not a member of the group %s" : "Delning %s misslyckades därför att %s inte ingår i gruppen %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Misslyckades dela ut %s, kan inte hitta %s, kanske är servern inte åtkomlig för närvarande.", "Share type %s is not valid for %s" : "Delningstyp %s är inte giltig för %s", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Kunde inte sätta behörigheter för %s eftersom behörigheterna överskrider dom behörigheter som har beviljats %s", - "Setting permissions for %s failed, because the item was not found" : "Kunde inte sätta behörigheter för %s eftersom objektet inte hittades", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Kan inte rensa utgångsdatum. Delningar måste ha ett utgångsdatum.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Delning %s misslyckades därför att rättigheterna överskrider de rättigheter som är tillåtna för %s", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Delning %s misslyckades därför att delningsgränsnittet för %s inte kunde hitta sin källa", - "Cannot increase permissions of %s" : "Kan inte höja behörigheter för %s", - "Files can't be shared with delete permissions" : "Filer kan inte delas med rättighet att radera", - "Files can't be shared with create permissions" : "Filer kan inte delas med rättighet att skapa", - "Cannot set expiration date more than %s days in the future" : "Kan inte sätta ett utgångsdatum längre fram än %s dagar", "%s shared »%s« with you" : "%s delade »%s« med dig", "%s shared »%s« with you." : "%s delade »%s« med dig.", "%s via %s" : "%s via %s", "No app name specified" : "Inget appnamn angivet", "App '%s' could not be installed!" : "Appen '%s' kunde inte installeras!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Applikationen \"%s\" kan ej installeras eftersom följande kriterier inte är uppfyllda: %s", - "Sync clients" : "Synkklienter", "ID \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" används redan av moln - federationsleverantör \"%s\"" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js index 6933f45b68..1851963e9a 100644 --- a/lib/l10n/tr.js +++ b/lib/l10n/tr.js @@ -243,15 +243,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "Depolama bağlantısı zaman aşımı. %s", "Library %s with a version higher than %s is required - available version %s." : "%s kitaplığının %s sonrası bir sürümü gerekli. Geçerli sürüm: %s.", "Library %s with a version lower than %s is required - available version %s." : "%s kitaplığının %s öncesi bir sürümü gerekli. Geçerli sürüm: %s.", - "Personal" : "Kişisel", - "Admin" : "Yönetici", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Şifreleme", "Tips & tricks" : "İpucu ve kolaylıklar", - "DB Error: \"%s\"" : "Veritabanı Sorunu: \"%s\"", - "Offending command was: \"%s\"" : "Saldırgan komut: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "Saldırgan komut: \"%s\", kullanıcı adı: %s, parola: %s", + "Sync clients" : "Eşitleme istemcileri", "Sharing %s failed, because the user %s does not exist" : "%s paylaşılamadı. %s kullanıcısı bulunamadı", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "%s paylaşılamadı. %s kullanıcısı %s ögesinin üyesi olduğu grupların herhangi birinin üyesi değil", "Sharing %s failed, because this item is already shared with %s" : "%s paylaşılamadı. Bu öge %s ile zaten paylaşılmış", @@ -260,22 +256,14 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "%s paylaşılamadı. %s kullanıcısı %s grubunun üyesi değil", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s paylaşılamadı. %s bulunamadı. Sunucuya şu anda erişilemiyor olabilir.", "Share type %s is not valid for %s" : "%s paylaşım türü %s için geçerli değil", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "%s için izinler ayarlanamadı. İzinler %s için verilmiş izin düzeyini aşıyor", - "Setting permissions for %s failed, because the item was not found" : "%s için izinler ayarlanamadı. Öge bulunamadı", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Son kullanım tarihi temizlenemiyor. Paylaşımların bir son kullanma tarihi olmalıdır.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "%s paylaşılamadı. İzinler %s için verilen izin düzeyini aşıyor", "Sharing %s failed, because the sharing backend for %s could not find its source" : "%s paylaşılamadı. Paylaşım arka ucu %s kaynağını bulamadı", - "Cannot increase permissions of %s" : "%s izinleri yükseltilemiyor", - "Files can't be shared with delete permissions" : "Dosyalar silme izniyle paylaşılamaz", - "Files can't be shared with create permissions" : "Dosyalar oluşturma izniyle paylaşılamaz", - "Cannot set expiration date more than %s days in the future" : "Paylaşımların son kullanım süreleri, gelecekte %s günden fazla olamaz", "%s shared »%s« with you" : "%s sizinle »%s« ögesini paylaştı", "%s shared »%s« with you." : "%s sizinle »%s« ögesini paylaştı.", "%s via %s" : "%s, %s aracılığıyla", "No app name specified" : "Uygulama adı belirtilmemiş", "App '%s' could not be installed!" : "'%s' uygulaması kurulamadı!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "\"%s\" uygulaması, şu gereklilikler sağlanmadığı için kurulamıyor: %s", - "Sync clients" : "Eşitleme istemcileri", "ID \"%s\" already used by cloud federation provider \"%s\"" : "\"%s\" kodu zaten \"%s\" birleşmiş hizmet sağlayıcısı tarafından kullanılıyor" }, "nplurals=2; plural=(n > 1);"); diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json index 4b4c2def28..51bc3af506 100644 --- a/lib/l10n/tr.json +++ b/lib/l10n/tr.json @@ -241,15 +241,11 @@ "Storage connection timeout. %s" : "Depolama bağlantısı zaman aşımı. %s", "Library %s with a version higher than %s is required - available version %s." : "%s kitaplığının %s sonrası bir sürümü gerekli. Geçerli sürüm: %s.", "Library %s with a version lower than %s is required - available version %s." : "%s kitaplığının %s öncesi bir sürümü gerekli. Geçerli sürüm: %s.", - "Personal" : "Kişisel", - "Admin" : "Yönetici", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "Şifreleme", "Tips & tricks" : "İpucu ve kolaylıklar", - "DB Error: \"%s\"" : "Veritabanı Sorunu: \"%s\"", - "Offending command was: \"%s\"" : "Saldırgan komut: \"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "Saldırgan komut: \"%s\", kullanıcı adı: %s, parola: %s", + "Sync clients" : "Eşitleme istemcileri", "Sharing %s failed, because the user %s does not exist" : "%s paylaşılamadı. %s kullanıcısı bulunamadı", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "%s paylaşılamadı. %s kullanıcısı %s ögesinin üyesi olduğu grupların herhangi birinin üyesi değil", "Sharing %s failed, because this item is already shared with %s" : "%s paylaşılamadı. Bu öge %s ile zaten paylaşılmış", @@ -258,22 +254,14 @@ "Sharing %s failed, because %s is not a member of the group %s" : "%s paylaşılamadı. %s kullanıcısı %s grubunun üyesi değil", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s paylaşılamadı. %s bulunamadı. Sunucuya şu anda erişilemiyor olabilir.", "Share type %s is not valid for %s" : "%s paylaşım türü %s için geçerli değil", - "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "%s için izinler ayarlanamadı. İzinler %s için verilmiş izin düzeyini aşıyor", - "Setting permissions for %s failed, because the item was not found" : "%s için izinler ayarlanamadı. Öge bulunamadı", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Son kullanım tarihi temizlenemiyor. Paylaşımların bir son kullanma tarihi olmalıdır.", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "%s paylaşılamadı. İzinler %s için verilen izin düzeyini aşıyor", "Sharing %s failed, because the sharing backend for %s could not find its source" : "%s paylaşılamadı. Paylaşım arka ucu %s kaynağını bulamadı", - "Cannot increase permissions of %s" : "%s izinleri yükseltilemiyor", - "Files can't be shared with delete permissions" : "Dosyalar silme izniyle paylaşılamaz", - "Files can't be shared with create permissions" : "Dosyalar oluşturma izniyle paylaşılamaz", - "Cannot set expiration date more than %s days in the future" : "Paylaşımların son kullanım süreleri, gelecekte %s günden fazla olamaz", "%s shared »%s« with you" : "%s sizinle »%s« ögesini paylaştı", "%s shared »%s« with you." : "%s sizinle »%s« ögesini paylaştı.", "%s via %s" : "%s, %s aracılığıyla", "No app name specified" : "Uygulama adı belirtilmemiş", "App '%s' could not be installed!" : "'%s' uygulaması kurulamadı!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "\"%s\" uygulaması, şu gereklilikler sağlanmadığı için kurulamıyor: %s", - "Sync clients" : "Eşitleme istemcileri", "ID \"%s\" already used by cloud federation provider \"%s\"" : "\"%s\" kodu zaten \"%s\" birleşmiş hizmet sağlayıcısı tarafından kullanılıyor" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/lib/l10n/uz.js b/lib/l10n/uz.js deleted file mode 100644 index 988715b389..0000000000 --- a/lib/l10n/uz.js +++ /dev/null @@ -1,7 +0,0 @@ -OC.L10N.register( - "lib", - { - "Cannot write into \"config\" directory!" : "\"Config\" katalogiga yozish mumkin emas!", - "January" : "Yanvar" -}, -"nplurals=1; plural=0;"); diff --git a/lib/l10n/uz.json b/lib/l10n/uz.json deleted file mode 100644 index b0a64514c3..0000000000 --- a/lib/l10n/uz.json +++ /dev/null @@ -1,5 +0,0 @@ -{ "translations": { - "Cannot write into \"config\" directory!" : "\"Config\" katalogiga yozish mumkin emas!", - "January" : "Yanvar" -},"pluralForm" :"nplurals=1; plural=0;" -} \ No newline at end of file diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index fd5d8c41b6..b55f42a325 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -223,13 +223,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "存储连接超时. %s", "Library %s with a version higher than %s is required - available version %s." : "%s 需要 %s 或更高的版本 - 可用版本 %s.", "Library %s with a version lower than %s is required - available version %s." : "%s 需要 %s 或更低的版本 - 可用版本 %s.", - "Personal" : "个人", - "Admin" : "管理员", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "加密", "Tips & tricks" : "小提示", - "DB Error: \"%s\"" : "数据库错误:\"%s\"", + "Sync clients" : "同步客户", "Sharing %s failed, because the user %s does not exist" : "共享 %s 失败, 因为用户 %s 不存在", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "共享 %s 失败, 因为用户 %s 不是 %s 所属的任何组的用户", "Sharing %s failed, because this item is already shared with %s" : "共享 %s 失败, 因为该项已经共享给用户 %s", @@ -240,13 +238,11 @@ OC.L10N.register( "Share type %s is not valid for %s" : "%s 不是 %s 的合法共享类型", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "共享 %s 失败, 因为权限超过了 %s 的已有权限", "Sharing %s failed, because the sharing backend for %s could not find its source" : "共享 %s 失败, 因为无法找到 %s 共享后端的来源", - "Cannot increase permissions of %s" : "无法增加 %s 的权限", "%s shared »%s« with you" : "%s 向您共享了 »%s«", "%s shared »%s« with you." : "%s 已与您共享了 %s .", "%s via %s" : "%s 通过 %s", "No app name specified" : "没有指定的 App 名称", "App '%s' could not be installed!" : "应用 '%s' 无法被安装!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "应用程序 \"%s\" 无法被安装,因为为满足下列依赖关系: %s", - "Sync clients" : "同步客户" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "应用程序 \"%s\" 无法被安装,因为为满足下列依赖关系: %s" }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json index 7fe1e5af0e..2df83c8ee3 100644 --- a/lib/l10n/zh_CN.json +++ b/lib/l10n/zh_CN.json @@ -221,13 +221,11 @@ "Storage connection timeout. %s" : "存储连接超时. %s", "Library %s with a version higher than %s is required - available version %s." : "%s 需要 %s 或更高的版本 - 可用版本 %s.", "Library %s with a version lower than %s is required - available version %s." : "%s 需要 %s 或更低的版本 - 可用版本 %s.", - "Personal" : "个人", - "Admin" : "管理员", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "加密", "Tips & tricks" : "小提示", - "DB Error: \"%s\"" : "数据库错误:\"%s\"", + "Sync clients" : "同步客户", "Sharing %s failed, because the user %s does not exist" : "共享 %s 失败, 因为用户 %s 不存在", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "共享 %s 失败, 因为用户 %s 不是 %s 所属的任何组的用户", "Sharing %s failed, because this item is already shared with %s" : "共享 %s 失败, 因为该项已经共享给用户 %s", @@ -238,13 +236,11 @@ "Share type %s is not valid for %s" : "%s 不是 %s 的合法共享类型", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "共享 %s 失败, 因为权限超过了 %s 的已有权限", "Sharing %s failed, because the sharing backend for %s could not find its source" : "共享 %s 失败, 因为无法找到 %s 共享后端的来源", - "Cannot increase permissions of %s" : "无法增加 %s 的权限", "%s shared »%s« with you" : "%s 向您共享了 »%s«", "%s shared »%s« with you." : "%s 已与您共享了 %s .", "%s via %s" : "%s 通过 %s", "No app name specified" : "没有指定的 App 名称", "App '%s' could not be installed!" : "应用 '%s' 无法被安装!", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "应用程序 \"%s\" 无法被安装,因为为满足下列依赖关系: %s", - "Sync clients" : "同步客户" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "应用程序 \"%s\" 无法被安装,因为为满足下列依赖关系: %s" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index 86f7f8450d..f2005c281f 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -210,15 +210,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "儲存空間連線逾時。%s", "Library %s with a version higher than %s is required - available version %s." : "需要套件庫 %s 版本高於 %s - 可使用的版本是 %s", "Library %s with a version lower than %s is required - available version %s." : "需要套件庫 %s 版本低於 %s - 可使用的版本是 %s", - "Personal" : "個人", - "Admin" : "管理", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "加密", "Tips & tricks" : "使用祕訣", - "DB Error: \"%s\"" : "資料庫錯誤: %s", - "Offending command was: \"%s\"" : "有問題的指令: %s", - "Offending command was: \"%s\", name: %s, password: %s" : "有問題的指令: %s,名字: %s,密碼: %s", + "Sync clients" : "同步客戶端", "Sharing %s failed, because the user %s does not exist" : "分享 %s 失敗,因為使用者 %s 不存在", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "分享 %s 失敗,使用者 %s 並不屬於該項目擁有者 %s 所隸屬的任何一個群組", "Sharing %s failed, because this item is already shared with %s" : "分享 %s 失敗,因為此項目目前已經與 %s 分享", @@ -234,7 +230,6 @@ OC.L10N.register( "%s via %s" : "%s 經由 %s", "No app name specified" : "沒有指定應用程式名稱", "App '%s' could not be installed!" : "應用程式 \"%s\" 無法被安裝", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "應用程式 \"%s\" 無法被安裝,缺少下列所需元件: %s", - "Sync clients" : "同步客戶端" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "應用程式 \"%s\" 無法被安裝,缺少下列所需元件: %s" }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json index 78293a12ad..a1b9b187fb 100644 --- a/lib/l10n/zh_TW.json +++ b/lib/l10n/zh_TW.json @@ -208,15 +208,11 @@ "Storage connection timeout. %s" : "儲存空間連線逾時。%s", "Library %s with a version higher than %s is required - available version %s." : "需要套件庫 %s 版本高於 %s - 可使用的版本是 %s", "Library %s with a version lower than %s is required - available version %s." : "需要套件庫 %s 版本低於 %s - 可使用的版本是 %s", - "Personal" : "個人", - "Admin" : "管理", "APCu" : "APCu", "Redis" : "Redis", "Encryption" : "加密", "Tips & tricks" : "使用祕訣", - "DB Error: \"%s\"" : "資料庫錯誤: %s", - "Offending command was: \"%s\"" : "有問題的指令: %s", - "Offending command was: \"%s\", name: %s, password: %s" : "有問題的指令: %s,名字: %s,密碼: %s", + "Sync clients" : "同步客戶端", "Sharing %s failed, because the user %s does not exist" : "分享 %s 失敗,因為使用者 %s 不存在", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "分享 %s 失敗,使用者 %s 並不屬於該項目擁有者 %s 所隸屬的任何一個群組", "Sharing %s failed, because this item is already shared with %s" : "分享 %s 失敗,因為此項目目前已經與 %s 分享", @@ -232,7 +228,6 @@ "%s via %s" : "%s 經由 %s", "No app name specified" : "沒有指定應用程式名稱", "App '%s' could not be installed!" : "應用程式 \"%s\" 無法被安裝", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "應用程式 \"%s\" 無法被安裝,缺少下列所需元件: %s", - "Sync clients" : "同步客戶端" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "應用程式 \"%s\" 無法被安裝,缺少下列所需元件: %s" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/settings/l10n/af.js b/settings/l10n/af.js deleted file mode 100644 index d2b2739d41..0000000000 --- a/settings/l10n/af.js +++ /dev/null @@ -1,92 +0,0 @@ -OC.L10N.register( - "settings", - { - "{actor} changed your password" : "{actor} het u wagwoord verander", - "You changed your password" : "U het u wagwoord verander", - "Your password was reset by an administrator" : "U wagwoord is deur ’n administrateur herstel", - "{actor} changed your email address" : "{actor} het u e-posadres verander", - "You changed your email address" : "U het u e-posadres verander", - "Your email address was changed by an administrator" : "U e-posadres is deur ’n administrateur verander", - "Security" : "Sekuriteit", - "Your password or email was modified" : "U wagwoord of e-pos is gewysig", - "Wrong password" : "Verkeerde wagwoord", - "Saved" : "Bewaar", - "No user supplied" : "Geen gebruiker verskaf nie", - "Well done, %s!" : "Welgedaan %s!", - "Settings saved" : "Instellings gestoor", - "Go to %s" : "Gaan na %s", - "Visit website" : "Besoek webwerf", - "User documentation" : "Gebruikerdokumentasie", - "Admin documentation" : "Admindokumentasie", - "New password" : "Nuwe wagwoord", - "Username" : "Gebruikersnaam", - "Password" : "Wagwoord", - "Email" : "E-pos", - "Group admin for" : "Groepadmin vir", - "Quota" : "Kwota", - "Language" : "Taal", - "Last login" : "Laaste aantekening", - "Default quota" : "Verstekkwota", - "Your apps" : "U toeps", - "Disabled apps" : "Gedeaktiveerde toeps", - "Updates" : "Bywerkings", - "App bundles" : "Toepbundels", - "Everyone" : "Almal", - "Common Name" : "Algemene Naam", - "Valid until" : "Geldig tot", - "Issued By" : "Uitgereik deur", - "Valid until %s" : "Geldig tot %s", - "Administrator documentation" : "Administrateurdokumentasie", - "Forum" : "Forum", - "days" : "dae", - "Profile picture" : "Profielprent", - "Upload new" : "Laai nuwe op", - "Select from Files" : "Kies uit Lêers", - "Remove image" : "Verwyder beeld", - "png or jpg, max. 20 MB" : "png of jpg, maks. 20 MB", - "Cancel" : "Kanselleer", - "Choose as profile picture" : "Kies as profielprent", - "Full name" : "Volle naam", - "Your email address" : "U e-posadres", - "No email address set" : "Geen e-posadres ingestel", - "For password reset and notifications" : "Vir wagwoordherstel en kennisgewings", - "Phone number" : "Foonnommer", - "Your phone number" : "U foonnommer", - "Address" : "Adres", - "Your postal address" : "U posadres", - "Website" : "Webwerf", - "Link https://…" : "Skakel https://…", - "Twitter" : "Twitter", - "Twitter handle @…" : "Twitter-handvatsel @…", - "Help translate" : "Help met vertaling", - "Current password" : "Huidige wagwoord", - "Change password" : "Verander wagwoord", - "Device" : "Toestel", - "App name" : "Toepnaam", - "Create new app password" : "Skep nuwe toepwagwoord", - "Enabled apps" : "Geaktiveerde toeps", - "Group already exists." : "Groep bestaan reeds.", - "Forbidden" : "Verbode", - "Invalid user" : "Ongeldige gebruiker", - "Email saved" : "E-pos gestoor", - "Tips & tricks" : "Wenke & truuks", - "by %s" : "deur %s", - "%s-licensed" : "%s-gelisensieer", - "Documentation:" : "Dokumentasie:", - "Online documentation" : "Aanlyndokumentasie", - "You are using %s of %s" : "U gebruik %s van %s", - "You are using %s of %s (%s %%)" : "U gebruik %s van %s (%s %%)", - "You are member of the following groups:" : "U is ’n lid van die volgende groepe:", - "Settings" : "Instellings", - "Show email address" : "Toon e-posadres", - "Send email to new user" : "Stuur e-pos aan nuwe gebruiker", - "E-Mail" : "E-pos", - "Create" : "Skep", - "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Voer asb. ’n verstekkwota in (bv.: “512 MB” of “12 GB”)", - "Other" : "Ander", - "change full name" : "verander volle naam", - "set new password" : "stel nuwe wagwoord", - "change email address" : "verander e-posadres", - "Default" : "Verstek" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/af.json b/settings/l10n/af.json deleted file mode 100644 index bd686573a8..0000000000 --- a/settings/l10n/af.json +++ /dev/null @@ -1,90 +0,0 @@ -{ "translations": { - "{actor} changed your password" : "{actor} het u wagwoord verander", - "You changed your password" : "U het u wagwoord verander", - "Your password was reset by an administrator" : "U wagwoord is deur ’n administrateur herstel", - "{actor} changed your email address" : "{actor} het u e-posadres verander", - "You changed your email address" : "U het u e-posadres verander", - "Your email address was changed by an administrator" : "U e-posadres is deur ’n administrateur verander", - "Security" : "Sekuriteit", - "Your password or email was modified" : "U wagwoord of e-pos is gewysig", - "Wrong password" : "Verkeerde wagwoord", - "Saved" : "Bewaar", - "No user supplied" : "Geen gebruiker verskaf nie", - "Well done, %s!" : "Welgedaan %s!", - "Settings saved" : "Instellings gestoor", - "Go to %s" : "Gaan na %s", - "Visit website" : "Besoek webwerf", - "User documentation" : "Gebruikerdokumentasie", - "Admin documentation" : "Admindokumentasie", - "New password" : "Nuwe wagwoord", - "Username" : "Gebruikersnaam", - "Password" : "Wagwoord", - "Email" : "E-pos", - "Group admin for" : "Groepadmin vir", - "Quota" : "Kwota", - "Language" : "Taal", - "Last login" : "Laaste aantekening", - "Default quota" : "Verstekkwota", - "Your apps" : "U toeps", - "Disabled apps" : "Gedeaktiveerde toeps", - "Updates" : "Bywerkings", - "App bundles" : "Toepbundels", - "Everyone" : "Almal", - "Common Name" : "Algemene Naam", - "Valid until" : "Geldig tot", - "Issued By" : "Uitgereik deur", - "Valid until %s" : "Geldig tot %s", - "Administrator documentation" : "Administrateurdokumentasie", - "Forum" : "Forum", - "days" : "dae", - "Profile picture" : "Profielprent", - "Upload new" : "Laai nuwe op", - "Select from Files" : "Kies uit Lêers", - "Remove image" : "Verwyder beeld", - "png or jpg, max. 20 MB" : "png of jpg, maks. 20 MB", - "Cancel" : "Kanselleer", - "Choose as profile picture" : "Kies as profielprent", - "Full name" : "Volle naam", - "Your email address" : "U e-posadres", - "No email address set" : "Geen e-posadres ingestel", - "For password reset and notifications" : "Vir wagwoordherstel en kennisgewings", - "Phone number" : "Foonnommer", - "Your phone number" : "U foonnommer", - "Address" : "Adres", - "Your postal address" : "U posadres", - "Website" : "Webwerf", - "Link https://…" : "Skakel https://…", - "Twitter" : "Twitter", - "Twitter handle @…" : "Twitter-handvatsel @…", - "Help translate" : "Help met vertaling", - "Current password" : "Huidige wagwoord", - "Change password" : "Verander wagwoord", - "Device" : "Toestel", - "App name" : "Toepnaam", - "Create new app password" : "Skep nuwe toepwagwoord", - "Enabled apps" : "Geaktiveerde toeps", - "Group already exists." : "Groep bestaan reeds.", - "Forbidden" : "Verbode", - "Invalid user" : "Ongeldige gebruiker", - "Email saved" : "E-pos gestoor", - "Tips & tricks" : "Wenke & truuks", - "by %s" : "deur %s", - "%s-licensed" : "%s-gelisensieer", - "Documentation:" : "Dokumentasie:", - "Online documentation" : "Aanlyndokumentasie", - "You are using %s of %s" : "U gebruik %s van %s", - "You are using %s of %s (%s %%)" : "U gebruik %s van %s (%s %%)", - "You are member of the following groups:" : "U is ’n lid van die volgende groepe:", - "Settings" : "Instellings", - "Show email address" : "Toon e-posadres", - "Send email to new user" : "Stuur e-pos aan nuwe gebruiker", - "E-Mail" : "E-pos", - "Create" : "Skep", - "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Voer asb. ’n verstekkwota in (bv.: “512 MB” of “12 GB”)", - "Other" : "Ander", - "change full name" : "verander volle naam", - "set new password" : "stel nuwe wagwoord", - "change email address" : "verander e-posadres", - "Default" : "Verstek" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/settings/l10n/ar.js b/settings/l10n/ar.js deleted file mode 100644 index 30ff9b8cbc..0000000000 --- a/settings/l10n/ar.js +++ /dev/null @@ -1,245 +0,0 @@ -OC.L10N.register( - "settings", - { - "{actor} changed your password" : "{actor} قام بتغيير كلمتك السرية", - "You changed your password" : "لقد قمت بتعديل كلمة مرورك", - "Your password was reset by an administrator" : "قام أحد المدراء بإعادة تعيين كلمة مرورك", - "{actor} changed your email address" : "{actor} قام بتغيير عنوان بريدك الإلكتروني", - "You changed your email address" : "لقد قمت بتعديل عنوان بريدك الإلكتروني", - "Your email address was changed by an administrator" : "قام أحد المدراء بتغيير عنوان بريدك الإلكتروني", - "Security" : "الأمان", - "Couldn't remove app." : "لم نتمكّن مِن حذف التطبيق.", - "Couldn't update app." : "تعذر تحديث التطبيق.", - "Wrong password" : "كلمة مرور خاطئة", - "Saved" : "حفظ", - "No user supplied" : "لم يتم توفير مستخدم ", - "Unable to change password" : "لا يمكن تغيير كلمة المرور", - "Authentication error" : "لم يتم التأكد من الشخصية بنجاح", - "Wrong admin recovery password. Please check the password and try again." : "خطا في كلمة مرور المسؤول المستردة, يرجى التاكد من كلمة المرور والمحاولة مرة اخرى.", - "Federated Cloud Sharing" : "المشاركة السحابية الموحّدة", - "Invalid SMTP password." : "كلمة مرور SMTP خاطئة.", - "Email setting test" : "تجريب إعدادات البريد الإلكتروني", - "Well done, %s!" : "حسنًا فعلت، %s !", - "Invalid mail address" : "عنوان البريد الإلكتروني خاطئ", - "Settings saved" : "تم حفظ الإعدادات", - "Unable to change full name" : "لم يتم التمكن من تغيير اسمك الكامل", - "Password changed for %s" : "تم تعديل كلمة سر %s", - "Welcome aboard" : "مرحبًا بكم على متن ناكست كلاود", - "Welcome aboard %s" : "مرحبًا بكم على متن ناكست كلاود يا %s", - "Your username is: %s" : "إسم المستخدم الخاص بك هو : %s", - "Set your password" : "قم بإدخال كلمتك السرية", - "Go to %s" : "الإنتقال إلى %s", - "Install Client" : "تنصيب العميل", - "Migration in progress. Please wait until the migration is finished" : "عملية الترحيل جارية. الرجاء الإنتظار حتى تكتمل العملية", - "Migration started …" : "بدأت عملية الترحيل …", - "Not saved" : "لم يتم حفظه", - "Sending…" : "جارٍ الإرسال …", - "Email sent" : "تم ارسال البريد الالكتروني", - "Disconnect" : "قطع الإتصال", - "Revoke" : "إلغاء", - "Allow filesystem access" : "السماح بالنفاذ إلى نظام الملفات", - "Internet Explorer" : "إنترنت إكسبلورر", - "Edge" : "آدج", - "Firefox" : "فايرفوكس", - "Google Chrome" : "غوغل كروم", - "Safari" : "سفاري", - "Google Chrome for Android" : "غوغل كروم لنظام الأندرويد", - "iPhone iOS" : "نظام الآيفون iOS", - "iOS Client" : "عميل iOS", - "Android Client" : "عميل أندرويد", - "This session" : "هذه الجلسة", - "Copy" : "نسخ", - "Copied!" : "تم نسخه !", - "Not supported!" : "غير مدعوم !", - "Press ⌘-C to copy." : "إضغط ⌘-C للنسخ", - "Press Ctrl-C to copy." : "إضغط Ctrl-C للنسخ.", - "Delete" : "إلغاء", - "Local" : "المحلي", - "Private" : "خاص بك", - "Only visible to local users" : "ظاهر فقط للمستخدِمين المحليين", - "Only visible to you" : "ظاهر فقط بالنسبة لك", - "Contacts" : "جهات الإتصال", - "Public" : "عمومي", - "Verify" : "تحقق", - "Verifying …" : "عملية التحقق جارية …", - "Very weak password" : "كلمة السر ضعيفة جدا", - "Weak password" : "كلمة السر ضعيفة", - "Good password" : "كلمة السر جيدة", - "Strong password" : "كلمة السر قوية", - "Select a profile picture" : "اختر صورة الملف الشخصي ", - "Groups" : "مجموعات", - "Official" : "الرسمي", - "Remove" : "حذف", - "Disable" : "إيقاف", - "All" : "الكل", - "View in store" : "العرض على المتجر", - "Visit website" : "زر الموقع", - "Report a bug" : "الإبلاغ عن عِلّة", - "User documentation" : "دليل المستخدم", - "Admin documentation" : "دليل المدير", - "Developer documentation" : "دليل المُطوّر", - "Enable all" : "تنشيط الكل", - "Enable" : "تفعيل", - "New password" : "كلمات سر جديدة", - "Username" : "إسم المستخدم", - "Password" : "كلمة المرور", - "Email" : "البريد الإلكترونى", - "Group admin for" : "فريق المُدراء لـ", - "Quota" : "حصه", - "Language" : "اللغة", - "Storage location" : "مسار التخزين", - "Last login" : "آخِر تسجيل للدخول", - "Unlimited" : "غير محدود", - "Your apps" : "تطبيقاتك", - "Disabled apps" : "التطبيقات المعطلة", - "Updates" : "التحديثات", - "App bundles" : "حُزَم التطبيقات", - "Admins" : "المدراء", - "Everyone" : "الجميع", - "Add group" : "إضافة فريق", - "App update" : "تحديث التطبيق", - "SSL Root Certificates" : "شهادات أمان الـ SSL الجذرية", - "Common Name" : "الإسم الشائع", - "Valid until" : "صالح حتى", - "Issued By" : "سُلّمت مِن طرف", - "Valid until %s" : "صالحة إلى غاية %s", - "Import root certificate" : "إستيراد شهادة جذرية", - "Administrator documentation" : "دليل المدير", - "Forum" : "منتدى", - "None" : "لا شيء", - "Login" : "تسجيل الدخول", - "NT LAN Manager" : "مدير الشبكة المحلية LAN NT", - "SSL/TLS" : "SSL/TLS", - "STARTTLS" : "STARTTLS", - "Email server" : "خادوم البريد", - "Send mode" : "وضعية الإرسال", - "Encryption" : "التشفير", - "mail" : "البريد", - "Authentication method" : "أسلوب التطابق", - "Authentication required" : "المصادقة لازمة", - "Server address" : "عنوان الخادم", - "Port" : "المنفذ", - "SMTP Username" : "إسم مستخدم الـ SMTP", - "SMTP Password" : "كلمة مرور الـ SMTP", - "Test email settings" : "فحص إعدادات البريد الإلكتروني", - "Send email" : "إرسال بريد إلكتروني", - "Security & setup warnings" : "تحذيرات الإعداد و الأمان", - "Version" : "إصدار", - "Server-side encryption" : "التشفير مِن جانب الخادوم", - "Enable server-side encryption" : "تشغيل التشفير مِن جانب الخادوم", - "Enable encryption" : "تنشيط التعمية", - "Start migration" : "إبدأ الترحيل", - "Background jobs" : "الأنشطة في الخلفية", - "Execute one task with each page loaded" : "قم بتنفيذ مهمة واحدة مع كل صفحة تم تحميلها", - "Sharing" : "مشاركة", - "Allow apps to use the Share API" : "السماح للتطبيقات بالمشاركة عن طريق الAPI", - "Allow users to share via link" : "السماح للمستخدم بمشاركة الملف عن طريق رابط", - "Allow public uploads" : "السماح بالرفع للعامة ", - "Always ask for a password" : "أطلب دائما كلمة السر", - "Set default expiration date" : "تعيين تاريخ إنتهاء الصلاحية الإفتراضية", - "Expire after " : "ينتهي بعد", - "days" : "أيام", - "Allow resharing" : "السماح بإعادة المشاركة ", - "Personal" : "شخصي", - "Administration" : "الإدارة", - "Follow us on Google+" : "تابعنا على Google+", - "Like our Facebook page" : "قم بالإعجاب بصفحتنا على الفايسبوك", - "Profile picture" : "صورة الملف الشخصي", - "Upload new" : "رفع الان", - "Select from Files" : "إختر مِن بين الملفات", - "Remove image" : "إزالة الصورة", - "png or jpg, max. 20 MB" : "نسق png أو jpg و حجم أقصاه 20 م.ب", - "Cancel" : "الغاء", - "Choose as profile picture" : "اختر صورة للملف الشخصي ", - "Full name" : "الإسم الكامل", - "No display name set" : "لم يتم إدخال أي إسم", - "Your email address" : "عنوانك البريدي", - "No email address set" : "لم يتم إدخال أي عنوان للبريد الإلكتروني", - "For password reset and notifications" : "لإعادة تعيين كلمة السر و تلقي الإشعارات", - "Phone number" : "رقم الهاتف", - "Your phone number" : "رقم هاتفك", - "Address" : "العنوان", - "Your postal address" : "عنوان البريد العادي", - "Website" : "موقع الويب", - "Link https://…" : "الرابط https://…", - "Twitter" : "تويتر", - "Help translate" : "ساعد في الترجمه", - "Current password" : "كلمات السر الحالية", - "Change password" : "عدل كلمة السر", - "Device" : "الجهاز", - "Last activity" : "آخر نشاط", - "App name" : "إسم التطبيق", - "Create new app password" : "إنشاء كلمة سرية جديدة للتطبيق", - "Done" : "تم", - "Enabled apps" : "التطبيقات المفعّلة", - "Migration Completed" : "إكتملت عملية الترحيل", - "Unable to create user." : "لا يمكن إنشاء المستخدم", - "Unable to delete user." : "لا يمكن حذف المستخدم.", - "Error while enabling user." : "طرأ خطأ أثناء تنشيط المستخدم.", - "Error while disabling user." : "طرأ خطأ أثناء تعطيل المستخدم.", - "Your full name has been changed." : "اسمك الكامل تم تغييره.", - "Forbidden" : "ممنوعع", - "Invalid user" : "مستخدم غير صالح", - "Unable to change mail address" : "لم نتمكّن مِن تغيير عنوان بريدك الإلكتروني", - "Email saved" : "تم حفظ البريد الإلكتروني", - "Password confirmation is required" : "مِن الواجب تأكيد كلمة السر", - "Add trusted domain" : "أضافة نطاق موثوق فيه", - "Update to %s" : "التحديث إلى %s", - "Disabling app …" : "جارٍ تعطيل التطبيق …", - "Error while disabling app" : "خطا عند تعطيل البرنامج", - "Enabling app …" : "جارٍ تنشيط التطبيق …", - "Error while enabling app" : "خطا عند تفعيل البرنامج ", - "Updating...." : "جاري التحديث ...", - "Updated" : "تم التحديث بنجاح", - "Removing …" : "عملية الحذف جارية …", - "Approved" : "تم قبوله", - "Experimental" : "تجريبي", - "undo" : "تراجع", - "never" : "بتاتا", - "Password successfully changed" : "تم تغيير كلمة السر بنجاح", - "A valid username must be provided" : "يجب ادخال اسم مستخدم صحيح", - "A valid password must be provided" : "يجب ادخال كلمة مرور صحيحة", - "A valid email must be provided" : "مِن اللازم إدخال عنوان بريد إلكتروني صحيح", - "__language_name__" : "__language_name__", - "Verifying" : "التحقق", - "Personal info" : "المعلومات الشخصية", - "Sync clients" : "مزامنة العملاء", - "System locale can not be set to a one which supports UTF-8." : "لا يمكن تعيين لغة النظام الى احد اللغات التي تدعم UTF-8.", - "Tips & tricks" : "نصائح و تلميحات", - "How to do backups" : "كيف يمكنكم إنشاء نسخ إحتياطية", - "Theming" : "المظهر", - "by %s" : "مِن %s", - "Documentation:" : "التوثيق", - "Show description …" : "إظهار الوصف …", - "Hide description …" : "إخفاء الوصف …", - "Online documentation" : "التعليمات على الإنترنت", - "Getting help" : "طلب المساعدة", - "Commercial support" : "الدعم التجاري", - "Get the apps to sync your files" : "أحصُل على التطبيقات لمزامنة ملفاتك", - "Desktop client" : "تطبيق سطح المكتب", - "Android app" : "تطبيق الأندرويد", - "iOS app" : "تطبيق آي أواس", - "App passwords" : "كلمات مرور التطبيقات", - "Follow us on Google+!" : "تابعنا على Google+ !", - "Like our facebook page!" : "قم بالإعجاب بصفحتنا على الفايسبوك !", - "Follow us on Twitter!" : "تابعنا على تويتر !", - "Check out our blog!" : "إلقي نظرة على مدوّنتنا !", - "Settings" : "الإعدادات", - "E-Mail" : "بريد إلكتروني", - "Create" : "انشئ", - "Admin Recovery Password" : "استعادة كلمة المرور للمسؤول", - "Enter the recovery password in order to recover the users files during password change" : "ادخل كلمة المرور المستعادة من اجل استرداد ملفات المستخدمين اثناء تغيير كلمة المرور", - "Group name" : "إسم الفريق", - "Disabled" : "معطّل", - "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "يرجى ادخال تخزين quota (مثل:\"512 MB\" او \"12 GB\")", - "Other" : "شيء آخر", - "change full name" : "تغيير اسمك الكامل", - "set new password" : "اعداد كلمة مرور جديدة", - "change email address" : "تعديل عنوان البريد الإلكتروني", - "Default" : "افتراضي", - "App up to date" : "التطبيق مُحدّث", - "Updating …" : "التحديث جارٍ …", - "Could not update app" : "تعذرت عملية تحديث التطبيق", - "Could not remove app" : "لم نتمكّن مِن حذف التطبيق" -}, -"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/settings/l10n/ar.json b/settings/l10n/ar.json deleted file mode 100644 index 2db7f91f68..0000000000 --- a/settings/l10n/ar.json +++ /dev/null @@ -1,243 +0,0 @@ -{ "translations": { - "{actor} changed your password" : "{actor} قام بتغيير كلمتك السرية", - "You changed your password" : "لقد قمت بتعديل كلمة مرورك", - "Your password was reset by an administrator" : "قام أحد المدراء بإعادة تعيين كلمة مرورك", - "{actor} changed your email address" : "{actor} قام بتغيير عنوان بريدك الإلكتروني", - "You changed your email address" : "لقد قمت بتعديل عنوان بريدك الإلكتروني", - "Your email address was changed by an administrator" : "قام أحد المدراء بتغيير عنوان بريدك الإلكتروني", - "Security" : "الأمان", - "Couldn't remove app." : "لم نتمكّن مِن حذف التطبيق.", - "Couldn't update app." : "تعذر تحديث التطبيق.", - "Wrong password" : "كلمة مرور خاطئة", - "Saved" : "حفظ", - "No user supplied" : "لم يتم توفير مستخدم ", - "Unable to change password" : "لا يمكن تغيير كلمة المرور", - "Authentication error" : "لم يتم التأكد من الشخصية بنجاح", - "Wrong admin recovery password. Please check the password and try again." : "خطا في كلمة مرور المسؤول المستردة, يرجى التاكد من كلمة المرور والمحاولة مرة اخرى.", - "Federated Cloud Sharing" : "المشاركة السحابية الموحّدة", - "Invalid SMTP password." : "كلمة مرور SMTP خاطئة.", - "Email setting test" : "تجريب إعدادات البريد الإلكتروني", - "Well done, %s!" : "حسنًا فعلت، %s !", - "Invalid mail address" : "عنوان البريد الإلكتروني خاطئ", - "Settings saved" : "تم حفظ الإعدادات", - "Unable to change full name" : "لم يتم التمكن من تغيير اسمك الكامل", - "Password changed for %s" : "تم تعديل كلمة سر %s", - "Welcome aboard" : "مرحبًا بكم على متن ناكست كلاود", - "Welcome aboard %s" : "مرحبًا بكم على متن ناكست كلاود يا %s", - "Your username is: %s" : "إسم المستخدم الخاص بك هو : %s", - "Set your password" : "قم بإدخال كلمتك السرية", - "Go to %s" : "الإنتقال إلى %s", - "Install Client" : "تنصيب العميل", - "Migration in progress. Please wait until the migration is finished" : "عملية الترحيل جارية. الرجاء الإنتظار حتى تكتمل العملية", - "Migration started …" : "بدأت عملية الترحيل …", - "Not saved" : "لم يتم حفظه", - "Sending…" : "جارٍ الإرسال …", - "Email sent" : "تم ارسال البريد الالكتروني", - "Disconnect" : "قطع الإتصال", - "Revoke" : "إلغاء", - "Allow filesystem access" : "السماح بالنفاذ إلى نظام الملفات", - "Internet Explorer" : "إنترنت إكسبلورر", - "Edge" : "آدج", - "Firefox" : "فايرفوكس", - "Google Chrome" : "غوغل كروم", - "Safari" : "سفاري", - "Google Chrome for Android" : "غوغل كروم لنظام الأندرويد", - "iPhone iOS" : "نظام الآيفون iOS", - "iOS Client" : "عميل iOS", - "Android Client" : "عميل أندرويد", - "This session" : "هذه الجلسة", - "Copy" : "نسخ", - "Copied!" : "تم نسخه !", - "Not supported!" : "غير مدعوم !", - "Press ⌘-C to copy." : "إضغط ⌘-C للنسخ", - "Press Ctrl-C to copy." : "إضغط Ctrl-C للنسخ.", - "Delete" : "إلغاء", - "Local" : "المحلي", - "Private" : "خاص بك", - "Only visible to local users" : "ظاهر فقط للمستخدِمين المحليين", - "Only visible to you" : "ظاهر فقط بالنسبة لك", - "Contacts" : "جهات الإتصال", - "Public" : "عمومي", - "Verify" : "تحقق", - "Verifying …" : "عملية التحقق جارية …", - "Very weak password" : "كلمة السر ضعيفة جدا", - "Weak password" : "كلمة السر ضعيفة", - "Good password" : "كلمة السر جيدة", - "Strong password" : "كلمة السر قوية", - "Select a profile picture" : "اختر صورة الملف الشخصي ", - "Groups" : "مجموعات", - "Official" : "الرسمي", - "Remove" : "حذف", - "Disable" : "إيقاف", - "All" : "الكل", - "View in store" : "العرض على المتجر", - "Visit website" : "زر الموقع", - "Report a bug" : "الإبلاغ عن عِلّة", - "User documentation" : "دليل المستخدم", - "Admin documentation" : "دليل المدير", - "Developer documentation" : "دليل المُطوّر", - "Enable all" : "تنشيط الكل", - "Enable" : "تفعيل", - "New password" : "كلمات سر جديدة", - "Username" : "إسم المستخدم", - "Password" : "كلمة المرور", - "Email" : "البريد الإلكترونى", - "Group admin for" : "فريق المُدراء لـ", - "Quota" : "حصه", - "Language" : "اللغة", - "Storage location" : "مسار التخزين", - "Last login" : "آخِر تسجيل للدخول", - "Unlimited" : "غير محدود", - "Your apps" : "تطبيقاتك", - "Disabled apps" : "التطبيقات المعطلة", - "Updates" : "التحديثات", - "App bundles" : "حُزَم التطبيقات", - "Admins" : "المدراء", - "Everyone" : "الجميع", - "Add group" : "إضافة فريق", - "App update" : "تحديث التطبيق", - "SSL Root Certificates" : "شهادات أمان الـ SSL الجذرية", - "Common Name" : "الإسم الشائع", - "Valid until" : "صالح حتى", - "Issued By" : "سُلّمت مِن طرف", - "Valid until %s" : "صالحة إلى غاية %s", - "Import root certificate" : "إستيراد شهادة جذرية", - "Administrator documentation" : "دليل المدير", - "Forum" : "منتدى", - "None" : "لا شيء", - "Login" : "تسجيل الدخول", - "NT LAN Manager" : "مدير الشبكة المحلية LAN NT", - "SSL/TLS" : "SSL/TLS", - "STARTTLS" : "STARTTLS", - "Email server" : "خادوم البريد", - "Send mode" : "وضعية الإرسال", - "Encryption" : "التشفير", - "mail" : "البريد", - "Authentication method" : "أسلوب التطابق", - "Authentication required" : "المصادقة لازمة", - "Server address" : "عنوان الخادم", - "Port" : "المنفذ", - "SMTP Username" : "إسم مستخدم الـ SMTP", - "SMTP Password" : "كلمة مرور الـ SMTP", - "Test email settings" : "فحص إعدادات البريد الإلكتروني", - "Send email" : "إرسال بريد إلكتروني", - "Security & setup warnings" : "تحذيرات الإعداد و الأمان", - "Version" : "إصدار", - "Server-side encryption" : "التشفير مِن جانب الخادوم", - "Enable server-side encryption" : "تشغيل التشفير مِن جانب الخادوم", - "Enable encryption" : "تنشيط التعمية", - "Start migration" : "إبدأ الترحيل", - "Background jobs" : "الأنشطة في الخلفية", - "Execute one task with each page loaded" : "قم بتنفيذ مهمة واحدة مع كل صفحة تم تحميلها", - "Sharing" : "مشاركة", - "Allow apps to use the Share API" : "السماح للتطبيقات بالمشاركة عن طريق الAPI", - "Allow users to share via link" : "السماح للمستخدم بمشاركة الملف عن طريق رابط", - "Allow public uploads" : "السماح بالرفع للعامة ", - "Always ask for a password" : "أطلب دائما كلمة السر", - "Set default expiration date" : "تعيين تاريخ إنتهاء الصلاحية الإفتراضية", - "Expire after " : "ينتهي بعد", - "days" : "أيام", - "Allow resharing" : "السماح بإعادة المشاركة ", - "Personal" : "شخصي", - "Administration" : "الإدارة", - "Follow us on Google+" : "تابعنا على Google+", - "Like our Facebook page" : "قم بالإعجاب بصفحتنا على الفايسبوك", - "Profile picture" : "صورة الملف الشخصي", - "Upload new" : "رفع الان", - "Select from Files" : "إختر مِن بين الملفات", - "Remove image" : "إزالة الصورة", - "png or jpg, max. 20 MB" : "نسق png أو jpg و حجم أقصاه 20 م.ب", - "Cancel" : "الغاء", - "Choose as profile picture" : "اختر صورة للملف الشخصي ", - "Full name" : "الإسم الكامل", - "No display name set" : "لم يتم إدخال أي إسم", - "Your email address" : "عنوانك البريدي", - "No email address set" : "لم يتم إدخال أي عنوان للبريد الإلكتروني", - "For password reset and notifications" : "لإعادة تعيين كلمة السر و تلقي الإشعارات", - "Phone number" : "رقم الهاتف", - "Your phone number" : "رقم هاتفك", - "Address" : "العنوان", - "Your postal address" : "عنوان البريد العادي", - "Website" : "موقع الويب", - "Link https://…" : "الرابط https://…", - "Twitter" : "تويتر", - "Help translate" : "ساعد في الترجمه", - "Current password" : "كلمات السر الحالية", - "Change password" : "عدل كلمة السر", - "Device" : "الجهاز", - "Last activity" : "آخر نشاط", - "App name" : "إسم التطبيق", - "Create new app password" : "إنشاء كلمة سرية جديدة للتطبيق", - "Done" : "تم", - "Enabled apps" : "التطبيقات المفعّلة", - "Migration Completed" : "إكتملت عملية الترحيل", - "Unable to create user." : "لا يمكن إنشاء المستخدم", - "Unable to delete user." : "لا يمكن حذف المستخدم.", - "Error while enabling user." : "طرأ خطأ أثناء تنشيط المستخدم.", - "Error while disabling user." : "طرأ خطأ أثناء تعطيل المستخدم.", - "Your full name has been changed." : "اسمك الكامل تم تغييره.", - "Forbidden" : "ممنوعع", - "Invalid user" : "مستخدم غير صالح", - "Unable to change mail address" : "لم نتمكّن مِن تغيير عنوان بريدك الإلكتروني", - "Email saved" : "تم حفظ البريد الإلكتروني", - "Password confirmation is required" : "مِن الواجب تأكيد كلمة السر", - "Add trusted domain" : "أضافة نطاق موثوق فيه", - "Update to %s" : "التحديث إلى %s", - "Disabling app …" : "جارٍ تعطيل التطبيق …", - "Error while disabling app" : "خطا عند تعطيل البرنامج", - "Enabling app …" : "جارٍ تنشيط التطبيق …", - "Error while enabling app" : "خطا عند تفعيل البرنامج ", - "Updating...." : "جاري التحديث ...", - "Updated" : "تم التحديث بنجاح", - "Removing …" : "عملية الحذف جارية …", - "Approved" : "تم قبوله", - "Experimental" : "تجريبي", - "undo" : "تراجع", - "never" : "بتاتا", - "Password successfully changed" : "تم تغيير كلمة السر بنجاح", - "A valid username must be provided" : "يجب ادخال اسم مستخدم صحيح", - "A valid password must be provided" : "يجب ادخال كلمة مرور صحيحة", - "A valid email must be provided" : "مِن اللازم إدخال عنوان بريد إلكتروني صحيح", - "__language_name__" : "__language_name__", - "Verifying" : "التحقق", - "Personal info" : "المعلومات الشخصية", - "Sync clients" : "مزامنة العملاء", - "System locale can not be set to a one which supports UTF-8." : "لا يمكن تعيين لغة النظام الى احد اللغات التي تدعم UTF-8.", - "Tips & tricks" : "نصائح و تلميحات", - "How to do backups" : "كيف يمكنكم إنشاء نسخ إحتياطية", - "Theming" : "المظهر", - "by %s" : "مِن %s", - "Documentation:" : "التوثيق", - "Show description …" : "إظهار الوصف …", - "Hide description …" : "إخفاء الوصف …", - "Online documentation" : "التعليمات على الإنترنت", - "Getting help" : "طلب المساعدة", - "Commercial support" : "الدعم التجاري", - "Get the apps to sync your files" : "أحصُل على التطبيقات لمزامنة ملفاتك", - "Desktop client" : "تطبيق سطح المكتب", - "Android app" : "تطبيق الأندرويد", - "iOS app" : "تطبيق آي أواس", - "App passwords" : "كلمات مرور التطبيقات", - "Follow us on Google+!" : "تابعنا على Google+ !", - "Like our facebook page!" : "قم بالإعجاب بصفحتنا على الفايسبوك !", - "Follow us on Twitter!" : "تابعنا على تويتر !", - "Check out our blog!" : "إلقي نظرة على مدوّنتنا !", - "Settings" : "الإعدادات", - "E-Mail" : "بريد إلكتروني", - "Create" : "انشئ", - "Admin Recovery Password" : "استعادة كلمة المرور للمسؤول", - "Enter the recovery password in order to recover the users files during password change" : "ادخل كلمة المرور المستعادة من اجل استرداد ملفات المستخدمين اثناء تغيير كلمة المرور", - "Group name" : "إسم الفريق", - "Disabled" : "معطّل", - "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "يرجى ادخال تخزين quota (مثل:\"512 MB\" او \"12 GB\")", - "Other" : "شيء آخر", - "change full name" : "تغيير اسمك الكامل", - "set new password" : "اعداد كلمة مرور جديدة", - "change email address" : "تعديل عنوان البريد الإلكتروني", - "Default" : "افتراضي", - "App up to date" : "التطبيق مُحدّث", - "Updating …" : "التحديث جارٍ …", - "Could not update app" : "تعذرت عملية تحديث التطبيق", - "Could not remove app" : "لم نتمكّن مِن حذف التطبيق" -},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" -} \ No newline at end of file diff --git a/settings/l10n/ast.js b/settings/l10n/ast.js index 676e3a1baf..d45c3560c5 100644 --- a/settings/l10n/ast.js +++ b/settings/l10n/ast.js @@ -65,10 +65,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome p'Android", - "iPhone iOS" : "iOS d'iPhone", - "iPad iOS" : "iOS d'iPad", - "iOS Client" : "Veceru d'iOS", - "Android Client" : "Veceru d'Android", "This session" : "Esta sesión", "Copy" : "Copiar", "Copied!" : "¡Copióse!", @@ -93,7 +89,6 @@ OC.L10N.register( "So-so password" : "Contraseña pasable", "Good password" : "Contraseña bona", "Strong password" : "Contraseña mui bona", - "An error occured while changing your language. Please reload the page and try again." : "Asocedió un fallu entrín se camudaba la to llingüa. Recarga la páxina y volvi tentalo, por favor.", "Select a profile picture" : "Esbillar una imaxe de perfil", "Groups" : "Grupos", "Limit to groups" : "Llendar a grupos", @@ -246,7 +241,6 @@ OC.L10N.register( "Invalid user" : "Usuariu non válidu", "Unable to change mail address" : "Nun pue camudase la direición de corréu", "Email saved" : "Corréu-e guardáu", - "%1$s changed your email address on %2$s." : "%1$s camudó la to direición de corréu en %2$s.", "Password confirmation is required" : "Ríquese la contraseña de confirmación", "Are you really sure you want add {domain} as trusted domain?" : "¿De xuru que quies amestar {domain} como dominiu d'enfotu?", "Add trusted domain" : "Amestar dominiu d'enfotu", @@ -264,6 +258,11 @@ OC.L10N.register( "Approved" : "Aprobóse", "Experimental" : "Esperimental", "No apps found for {query}" : "Nun s'alcontraron aplicaciones pa {query}", + "iPhone iOS" : "iOS d'iPhone", + "iPad iOS" : "iOS d'iPad", + "iOS Client" : "Veceru d'iOS", + "Android Client" : "Veceru d'Android", + "An error occured while changing your language. Please reload the page and try again." : "Asocedió un fallu entrín se camudaba la to llingüa. Recarga la páxina y volvi tentalo, por favor.", "Unable to delete {objName}" : "Nun pue desaniciase {objName}", "Error creating group: {message}" : "Fallu crenado'l grupu: {message}", "A valid group name must be provided" : "Hai d'escribir un nome de grupu válidu", @@ -282,8 +281,23 @@ OC.L10N.register( "Error creating user: {message}" : "Fallu creando l'usuariu: {message}", "A valid password must be provided" : "Tien d'apurrise una contraseña válida", "A valid email must be provided" : "Ha apurrise un corréu válidu", + "by %s" : "por %s", + "%s-licensed" : "Llicencia %s", + "Documentation:" : "Documentación:", + "Show description …" : "Amosar descripción...", + "Hide description …" : "Anubrir descripción...", + "This app has an update available." : "Esta apllicación tien un anovamientu disponible.", + "Enable only for specific groups" : "Habilitar namái pa grupos específicos", + "Online documentation" : "Documentación en llinia", + "Getting help" : "Consiguir ayuda", + "Commercial support" : "Sofitu comercial", + "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." : "El que too tea configurao afayadizamente ye importante pa la seguranza y rindimientu de la to instancia. P'ayudate con ello, tamos faciendo delles comprobaciónes automátiques. Mira la estaya Conseyos y trucos, y la documentación pa 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 nun paez tar configuráu de mou afayadizu pa solicitar les variables del sistema. La prueba con getenv(\"PATH\") namái devuelve una rempuesta balera.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dablemente esto seya culpa d'un caché o acelerador, como por exemplu Zend OPcache o eAccelerator.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Falta'l módulu PHP «fileinfo». Encamiéntase activalu pa consiguir los meyores resultaos pa cola deteición de tribes MIME.", "System locale can not be set to a one which supports UTF-8." : "Nun se pue escoyer una configuración rexonal que sofite UTF-8.", + "This means that there might be problems with certain characters in filenames." : "Esto quier dicir qu'igual hai problemes con ciertos caráuteres nos nomes de ficheros.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Encamiéntase instalar los paquetes riquíos nel to sistema pa sofitar una de les locales de darréu: %s.", "Tips & tricks" : "Conseyos y trucos", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto aconséyase particularmente al usar el veceru d'escritoriu pa la sincronización de ficheros.", "How to do backups" : "Cómo facer respaldos", @@ -291,19 +305,8 @@ OC.L10N.register( "Improving the config.php" : "Ameyorando'l config.php", "Theming" : "Aspeutu", "Hardening and security guidance" : "Guía de fortalecimientu y seguranza", - "This app has an update available." : "Esta apllicación tien un anovamientu disponible.", - "by %s" : "por %s", - "%s-licensed" : "Llicencia %s", - "Documentation:" : "Documentación:", - "Show description …" : "Amosar descripción...", - "Hide description …" : "Anubrir descripción...", - "Enable only for specific groups" : "Habilitar namái pa grupos específicos", - "Online documentation" : "Documentación en llinia", - "Getting help" : "Consiguir ayuda", - "Commercial support" : "Sofitu comercial", "You are using %s of %s" : "Tas usando %s de %s", "You are using %s of %s (%s %%)" : "Tas usando %s de %s (%s %%)", - "You are member of the following groups:" : "Yes miembru de los grupos de darréu:", "Settings" : "Axustes", "Show storage location" : "Amosar allugamientu d'almacenamientu", "Show email address" : "Amosar direición de corréu", @@ -317,11 +320,6 @@ OC.L10N.register( "change full name" : "camudar el nome completu", "set new password" : "afitar nueva contraseña", "change email address" : "camudar direición de corréu", - "Default" : "Predetermináu", - "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." : "El que too tea configurao afayadizamente ye importante pa la seguranza y rindimientu de la to instancia. P'ayudate con ello, tamos faciendo delles comprobaciónes automátiques. Mira la estaya Conseyos y trucos, y la documentación pa 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 nun paez tar configuráu de mou afayadizu pa solicitar les variables del sistema. La prueba con getenv(\"PATH\") namái devuelve una rempuesta balera.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Falta'l módulu PHP «fileinfo». Encamiéntase activalu pa consiguir los meyores resultaos pa cola deteición de tribes MIME.", - "This means that there might be problems with certain characters in filenames." : "Esto quier dicir qu'igual hai problemes con ciertos caráuteres nos nomes de ficheros.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Encamiéntase instalar los paquetes riquíos nel to sistema pa sofitar una de les locales de darréu: %s." + "Default" : "Predetermináu" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/ast.json b/settings/l10n/ast.json index ae1960f4a0..acde6ad74f 100644 --- a/settings/l10n/ast.json +++ b/settings/l10n/ast.json @@ -63,10 +63,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome p'Android", - "iPhone iOS" : "iOS d'iPhone", - "iPad iOS" : "iOS d'iPad", - "iOS Client" : "Veceru d'iOS", - "Android Client" : "Veceru d'Android", "This session" : "Esta sesión", "Copy" : "Copiar", "Copied!" : "¡Copióse!", @@ -91,7 +87,6 @@ "So-so password" : "Contraseña pasable", "Good password" : "Contraseña bona", "Strong password" : "Contraseña mui bona", - "An error occured while changing your language. Please reload the page and try again." : "Asocedió un fallu entrín se camudaba la to llingüa. Recarga la páxina y volvi tentalo, por favor.", "Select a profile picture" : "Esbillar una imaxe de perfil", "Groups" : "Grupos", "Limit to groups" : "Llendar a grupos", @@ -244,7 +239,6 @@ "Invalid user" : "Usuariu non válidu", "Unable to change mail address" : "Nun pue camudase la direición de corréu", "Email saved" : "Corréu-e guardáu", - "%1$s changed your email address on %2$s." : "%1$s camudó la to direición de corréu en %2$s.", "Password confirmation is required" : "Ríquese la contraseña de confirmación", "Are you really sure you want add {domain} as trusted domain?" : "¿De xuru que quies amestar {domain} como dominiu d'enfotu?", "Add trusted domain" : "Amestar dominiu d'enfotu", @@ -262,6 +256,11 @@ "Approved" : "Aprobóse", "Experimental" : "Esperimental", "No apps found for {query}" : "Nun s'alcontraron aplicaciones pa {query}", + "iPhone iOS" : "iOS d'iPhone", + "iPad iOS" : "iOS d'iPad", + "iOS Client" : "Veceru d'iOS", + "Android Client" : "Veceru d'Android", + "An error occured while changing your language. Please reload the page and try again." : "Asocedió un fallu entrín se camudaba la to llingüa. Recarga la páxina y volvi tentalo, por favor.", "Unable to delete {objName}" : "Nun pue desaniciase {objName}", "Error creating group: {message}" : "Fallu crenado'l grupu: {message}", "A valid group name must be provided" : "Hai d'escribir un nome de grupu válidu", @@ -280,8 +279,23 @@ "Error creating user: {message}" : "Fallu creando l'usuariu: {message}", "A valid password must be provided" : "Tien d'apurrise una contraseña válida", "A valid email must be provided" : "Ha apurrise un corréu válidu", + "by %s" : "por %s", + "%s-licensed" : "Llicencia %s", + "Documentation:" : "Documentación:", + "Show description …" : "Amosar descripción...", + "Hide description …" : "Anubrir descripción...", + "This app has an update available." : "Esta apllicación tien un anovamientu disponible.", + "Enable only for specific groups" : "Habilitar namái pa grupos específicos", + "Online documentation" : "Documentación en llinia", + "Getting help" : "Consiguir ayuda", + "Commercial support" : "Sofitu comercial", + "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." : "El que too tea configurao afayadizamente ye importante pa la seguranza y rindimientu de la to instancia. P'ayudate con ello, tamos faciendo delles comprobaciónes automátiques. Mira la estaya Conseyos y trucos, y la documentación pa 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 nun paez tar configuráu de mou afayadizu pa solicitar les variables del sistema. La prueba con getenv(\"PATH\") namái devuelve una rempuesta balera.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dablemente esto seya culpa d'un caché o acelerador, como por exemplu Zend OPcache o eAccelerator.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Falta'l módulu PHP «fileinfo». Encamiéntase activalu pa consiguir los meyores resultaos pa cola deteición de tribes MIME.", "System locale can not be set to a one which supports UTF-8." : "Nun se pue escoyer una configuración rexonal que sofite UTF-8.", + "This means that there might be problems with certain characters in filenames." : "Esto quier dicir qu'igual hai problemes con ciertos caráuteres nos nomes de ficheros.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Encamiéntase instalar los paquetes riquíos nel to sistema pa sofitar una de les locales de darréu: %s.", "Tips & tricks" : "Conseyos y trucos", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto aconséyase particularmente al usar el veceru d'escritoriu pa la sincronización de ficheros.", "How to do backups" : "Cómo facer respaldos", @@ -289,19 +303,8 @@ "Improving the config.php" : "Ameyorando'l config.php", "Theming" : "Aspeutu", "Hardening and security guidance" : "Guía de fortalecimientu y seguranza", - "This app has an update available." : "Esta apllicación tien un anovamientu disponible.", - "by %s" : "por %s", - "%s-licensed" : "Llicencia %s", - "Documentation:" : "Documentación:", - "Show description …" : "Amosar descripción...", - "Hide description …" : "Anubrir descripción...", - "Enable only for specific groups" : "Habilitar namái pa grupos específicos", - "Online documentation" : "Documentación en llinia", - "Getting help" : "Consiguir ayuda", - "Commercial support" : "Sofitu comercial", "You are using %s of %s" : "Tas usando %s de %s", "You are using %s of %s (%s %%)" : "Tas usando %s de %s (%s %%)", - "You are member of the following groups:" : "Yes miembru de los grupos de darréu:", "Settings" : "Axustes", "Show storage location" : "Amosar allugamientu d'almacenamientu", "Show email address" : "Amosar direición de corréu", @@ -315,11 +318,6 @@ "change full name" : "camudar el nome completu", "set new password" : "afitar nueva contraseña", "change email address" : "camudar direición de corréu", - "Default" : "Predetermináu", - "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." : "El que too tea configurao afayadizamente ye importante pa la seguranza y rindimientu de la to instancia. P'ayudate con ello, tamos faciendo delles comprobaciónes automátiques. Mira la estaya Conseyos y trucos, y la documentación pa 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 nun paez tar configuráu de mou afayadizu pa solicitar les variables del sistema. La prueba con getenv(\"PATH\") namái devuelve una rempuesta balera.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Falta'l módulu PHP «fileinfo». Encamiéntase activalu pa consiguir los meyores resultaos pa cola deteición de tribes MIME.", - "This means that there might be problems with certain characters in filenames." : "Esto quier dicir qu'igual hai problemes con ciertos caráuteres nos nomes de ficheros.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Encamiéntase instalar los paquetes riquíos nel to sistema pa sofitar una de les locales de darréu: %s." + "Default" : "Predetermináu" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/az.js b/settings/l10n/az.js deleted file mode 100644 index cec68a07f3..0000000000 --- a/settings/l10n/az.js +++ /dev/null @@ -1,146 +0,0 @@ -OC.L10N.register( - "settings", - { - "Couldn't remove app." : "Proqram təminatını silmək mümkün olmadı.", - "Couldn't update app." : "Proqram təminatını yeniləmək mümkün deyil.", - "Wrong password" : "Yalnış şifrə", - "Saved" : "Saxlanıldı", - "No user supplied" : "Heç bir istifadəçiyə mənimsədilmir", - "Unable to change password" : "Şifrəni dəyişmək olmur", - "Authentication error" : "Təyinat metodikası", - "Wrong admin recovery password. Please check the password and try again." : "İnzibatçı geriyə qayıdış şifrəsi yalnışdır. Xahiş olunur şifrəni yoxlayıb yenidən təkrar edəsiniz.", - "Federated Cloud Sharing" : "Federal Cloud Paylaşım", - "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Məktubun yollanmasında səhv baş verdi. Xahiş olunur öz quraşdırmalarınıza yenidən göz yetirəsiniz.(Error: %s)", - "You need to set your user email before being able to send test emails." : "Test məktubu göndərməzdən öncə, siz öz istifadəçi poçtunuzu təyin etməlisiniz.", - "Invalid mail address" : "Yalnış mail ünvanı", - "Unable to change full name" : "Tam adı dəyişmək olmur", - "Your %s account was created" : "Sizin %s hesab yaradıldı", - "Email sent" : "Məktub göndərildi", - "Valid until {date}" : "Müddətədək keçərlidir {date}", - "Delete" : "Sil", - "Very weak password" : "Çox asan şifrə", - "Weak password" : "Asan şifrə", - "So-so password" : "Elə-belə şifrə", - "Good password" : "Yaxşı şifrə", - "Strong password" : "Çətin şifrə", - "Select a profile picture" : "Profil üçün şəkli seç", - "Groups" : "Qruplar", - "Disable" : "Dayandır", - "All" : "Hamısı", - "Developer documentation" : "Yaradıcı sənədləşməsi", - "This app cannot be installed because the following dependencies are not fulfilled:" : "Bu proqram yüklənə bilməz ona görə ki, göstərilən asılılıqlar yerinə yetirilməyib:", - "No apps found for your version" : "Sizin versiya üçün proqram tapılmadı", - "Enable" : "İşə sal", - "New password" : "Yeni şifrə", - "Username" : "İstifadəçi adı", - "Password" : "Şifrə", - "Email" : "Email", - "Quota" : "Norma", - "Language" : "Dil", - "Unlimited" : "Limitsiz", - "Show user backend" : "Daxili istifadəçini göstər", - "Admins" : "İnzibatçılar", - "Everyone" : "Hamı", - "Common Name" : "Ümumi ad", - "Valid until" : "Vaxtadək keçərlidir", - "Issued By" : "Tərəfindən yaradılıb", - "Valid until %s" : "Keçərlidir vaxtadək %s", - "Import root certificate" : "root sertifikatı import et", - "Forum" : "Forum", - "None" : "Heç bir", - "Login" : "Giriş", - "Plain" : "Adi", - "NT LAN Manager" : "NT LAN Manager", - "Open documentation" : "Sənədləri aç", - "Send mode" : "Göndərmə rejimi", - "Encryption" : "Şifrələnmə", - "From address" : "Ünvandan", - "mail" : "poçt", - "Authentication method" : "Qeydiyyat metodikası", - "Authentication required" : "Qeydiyyat tələb edilir", - "Server address" : "Server ünvanı", - "Port" : "Port", - "Credentials" : "Səlahiyyətlər", - "SMTP Username" : "SMTP İstifadəçi adı", - "SMTP Password" : "SMTP Şifrəsi", - "Store credentials" : "Səlahiyyətləri saxla", - "Test email settings" : "Email qurmalarını test et", - "Send email" : "Email yolla", - "Security & setup warnings" : "Təhlükəsizlik & işə salma xəbərdarlıqları", - "Version" : "Versiya", - "Execute one task with each page loaded" : "Hər səhifə yüklənməsində bir işi yerinə yetir", - "Sharing" : "Paylaşılır", - "Allow apps to use the Share API" : "Proqramlara izin verin ki, Paylaşım API-sindən istifadə edə bilsinlər.", - "Allow users to share via link" : "Istifadəçilərə link üzərindən paylaşım etməyə izin vermək", - "Allow public uploads" : "Ümumi yüklənmələrə izin vermək", - "Enforce password protection" : "Şifrə müdafiəsini həyata keçirmək", - "Set default expiration date" : "Susmaya görə olan bitmə vaxtını təyin edin", - "Expire after " : "Bitir sonra", - "days" : "günlər", - "Enforce expiration date" : "Bitmə tarixini həyata keçir", - "Allow resharing" : "Yenidən paylaşıma izin", - "Restrict users to only share with users in their groups" : "İstifadəçiləri yalnız yerləşdikləri qrup üzvləri ilə paylaşım edə bilmələrini məhdudla", - "Exclude groups from sharing" : "Qrupları paylaşımdan ayır", - "These groups will still be able to receive shares, but not to initiate them." : "Bu qruplar paylaşımları hələdə ala biləcəklər ancaq, yarada bilməyəcəklər", - "Profile picture" : "Profil şəkli", - "Upload new" : "Yenisini yüklə", - "Remove image" : "Şəkili sil", - "Cancel" : "Dayandır", - "Full name" : "Tam ad", - "No display name set" : "Ekranda adı dəsti yoxdur", - "Your email address" : "Sizin email ünvanı", - "No email address set" : "Email ünvanı dəsti yoxdur", - "Help translate" : "Tərcüməyə kömək", - "Current password" : "Hazırkı şifrə", - "Change password" : "Şifrəni dəyiş", - "Done" : "Edildi", - "Group already exists." : "Qrup artılq mövcduddur.", - "Unable to add group." : "Qrupu əlavə etmək mümkün deyil. ", - "Unable to delete group." : "Qrupu silmək mümkün deyil.", - "A user with that name already exists." : "Bu adla istifadəçi artıq mövcuddur.", - "Unable to create user." : "İstifadəçi yaratmaq mümkün deyil.", - "Unable to delete user." : "İstifadəçini silmək mümkün deyil.", - "Your full name has been changed." : "Sizin tam adınız dəyişdirildi.", - "Forbidden" : "Qadağan", - "Invalid user" : "İstifadəçi adı yalnışdır", - "Unable to change mail address" : "Mail ünvanını dəyişmək olmur", - "Email saved" : "Məktub yadda saxlanıldı", - "Add trusted domain" : "İnamlı domainlərə əlavə et", - "Update to %s" : "Yenilə bunadək %s", - "Error while disabling app" : "Proqram təminatını dayandırdıqda səhv baş verdi", - "Error while enabling app" : "Proqram təminatını işə saldıqda səhv baş verdi", - "Updated" : "Yeniləndi", - "Unable to delete {objName}" : "{objName} silmək olmur", - "A valid group name must be provided" : "Düzgün qrup adı təyin edilməlidir", - "deleted {groupName}" : "{groupName} silindi", - "undo" : "geriyə", - "never" : "heç vaxt", - "deleted {userName}" : "{userName} silindi", - "Changing the password will result in data loss, because data recovery is not available for this user" : "Şifrənin dəyişdirilməsi data itkisinə gətirəcək ona görə ki, datanın bərpası bu istifadəçi üçün movcud deyil.", - "A valid username must be provided" : "Düzgün istifadəçi adı daxil edilməlidir", - "A valid password must be provided" : "Düzgün şifrə daxil edilməlidir", - "A valid email must be provided" : "Düzgün email təqdim edilməlidir", - "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." : "Yalnız-Oxuma işə salınıb. Bu web-interface vasitəsilə edilən bəzi konfiqlərin qarşısını alır. Bundan başqa, fayl əllə edilən istənilən yenilınmə üçün yazılma yetkisinə sahib olmalıdır. ", - "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Bu ola bilər ki, cache/accelerator such tərəfindən cağırılıb hansi ki, Zend OPcache və eAccelerator-da olduğu kimidir.", - "System locale can not be set to a one which supports UTF-8." : "UTF-8 dsətklənən sistemdə daxili vaxt və dil təyinatı ola bilməz. ", - "How to do backups" : "Rezerv nüsxələr neçə edilisin", - "Documentation:" : "Sənədləşmə:", - "Show description …" : "Açıqlanmanı göstər ...", - "Hide description …" : "Açıqlamanı gizlət ...", - "Enable only for specific groups" : "Yalnız spesifik qruplara izin ver", - "You are member of the following groups:" : "Siz göstərilən qrupların üzvüsünüz:", - "Show storage location" : "Depo ünvanını göstər", - "Show email address" : "Email ünvanını göstər", - "Send email to new user" : "Yeni istifadəçiyə məktub yolla", - "E-Mail" : "E-Mail", - "Create" : "Yarat", - "Admin Recovery Password" : "İnzibatçı bərpa şifrəsi", - "Enter the recovery password in order to recover the users files during password change" : "Şifrə dəyişilməsi müddətində, səliqə ilə bərpa açarını daxil et ki, istifadəçi fayllları bərpa edilsin. ", - "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Xahiş olunur depo normasını daxil edəsiniz (Məs: \"512 MB\" yada \"12 GB\")", - "Other" : "Digər", - "change full name" : "tam adı dəyiş", - "set new password" : "yeni şifrə təyin et", - "change email address" : "email ünvanını dəyiş", - "Default" : "Susmaya görə" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/az.json b/settings/l10n/az.json deleted file mode 100644 index d5f53a149d..0000000000 --- a/settings/l10n/az.json +++ /dev/null @@ -1,144 +0,0 @@ -{ "translations": { - "Couldn't remove app." : "Proqram təminatını silmək mümkün olmadı.", - "Couldn't update app." : "Proqram təminatını yeniləmək mümkün deyil.", - "Wrong password" : "Yalnış şifrə", - "Saved" : "Saxlanıldı", - "No user supplied" : "Heç bir istifadəçiyə mənimsədilmir", - "Unable to change password" : "Şifrəni dəyişmək olmur", - "Authentication error" : "Təyinat metodikası", - "Wrong admin recovery password. Please check the password and try again." : "İnzibatçı geriyə qayıdış şifrəsi yalnışdır. Xahiş olunur şifrəni yoxlayıb yenidən təkrar edəsiniz.", - "Federated Cloud Sharing" : "Federal Cloud Paylaşım", - "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Məktubun yollanmasında səhv baş verdi. Xahiş olunur öz quraşdırmalarınıza yenidən göz yetirəsiniz.(Error: %s)", - "You need to set your user email before being able to send test emails." : "Test məktubu göndərməzdən öncə, siz öz istifadəçi poçtunuzu təyin etməlisiniz.", - "Invalid mail address" : "Yalnış mail ünvanı", - "Unable to change full name" : "Tam adı dəyişmək olmur", - "Your %s account was created" : "Sizin %s hesab yaradıldı", - "Email sent" : "Məktub göndərildi", - "Valid until {date}" : "Müddətədək keçərlidir {date}", - "Delete" : "Sil", - "Very weak password" : "Çox asan şifrə", - "Weak password" : "Asan şifrə", - "So-so password" : "Elə-belə şifrə", - "Good password" : "Yaxşı şifrə", - "Strong password" : "Çətin şifrə", - "Select a profile picture" : "Profil üçün şəkli seç", - "Groups" : "Qruplar", - "Disable" : "Dayandır", - "All" : "Hamısı", - "Developer documentation" : "Yaradıcı sənədləşməsi", - "This app cannot be installed because the following dependencies are not fulfilled:" : "Bu proqram yüklənə bilməz ona görə ki, göstərilən asılılıqlar yerinə yetirilməyib:", - "No apps found for your version" : "Sizin versiya üçün proqram tapılmadı", - "Enable" : "İşə sal", - "New password" : "Yeni şifrə", - "Username" : "İstifadəçi adı", - "Password" : "Şifrə", - "Email" : "Email", - "Quota" : "Norma", - "Language" : "Dil", - "Unlimited" : "Limitsiz", - "Show user backend" : "Daxili istifadəçini göstər", - "Admins" : "İnzibatçılar", - "Everyone" : "Hamı", - "Common Name" : "Ümumi ad", - "Valid until" : "Vaxtadək keçərlidir", - "Issued By" : "Tərəfindən yaradılıb", - "Valid until %s" : "Keçərlidir vaxtadək %s", - "Import root certificate" : "root sertifikatı import et", - "Forum" : "Forum", - "None" : "Heç bir", - "Login" : "Giriş", - "Plain" : "Adi", - "NT LAN Manager" : "NT LAN Manager", - "Open documentation" : "Sənədləri aç", - "Send mode" : "Göndərmə rejimi", - "Encryption" : "Şifrələnmə", - "From address" : "Ünvandan", - "mail" : "poçt", - "Authentication method" : "Qeydiyyat metodikası", - "Authentication required" : "Qeydiyyat tələb edilir", - "Server address" : "Server ünvanı", - "Port" : "Port", - "Credentials" : "Səlahiyyətlər", - "SMTP Username" : "SMTP İstifadəçi adı", - "SMTP Password" : "SMTP Şifrəsi", - "Store credentials" : "Səlahiyyətləri saxla", - "Test email settings" : "Email qurmalarını test et", - "Send email" : "Email yolla", - "Security & setup warnings" : "Təhlükəsizlik & işə salma xəbərdarlıqları", - "Version" : "Versiya", - "Execute one task with each page loaded" : "Hər səhifə yüklənməsində bir işi yerinə yetir", - "Sharing" : "Paylaşılır", - "Allow apps to use the Share API" : "Proqramlara izin verin ki, Paylaşım API-sindən istifadə edə bilsinlər.", - "Allow users to share via link" : "Istifadəçilərə link üzərindən paylaşım etməyə izin vermək", - "Allow public uploads" : "Ümumi yüklənmələrə izin vermək", - "Enforce password protection" : "Şifrə müdafiəsini həyata keçirmək", - "Set default expiration date" : "Susmaya görə olan bitmə vaxtını təyin edin", - "Expire after " : "Bitir sonra", - "days" : "günlər", - "Enforce expiration date" : "Bitmə tarixini həyata keçir", - "Allow resharing" : "Yenidən paylaşıma izin", - "Restrict users to only share with users in their groups" : "İstifadəçiləri yalnız yerləşdikləri qrup üzvləri ilə paylaşım edə bilmələrini məhdudla", - "Exclude groups from sharing" : "Qrupları paylaşımdan ayır", - "These groups will still be able to receive shares, but not to initiate them." : "Bu qruplar paylaşımları hələdə ala biləcəklər ancaq, yarada bilməyəcəklər", - "Profile picture" : "Profil şəkli", - "Upload new" : "Yenisini yüklə", - "Remove image" : "Şəkili sil", - "Cancel" : "Dayandır", - "Full name" : "Tam ad", - "No display name set" : "Ekranda adı dəsti yoxdur", - "Your email address" : "Sizin email ünvanı", - "No email address set" : "Email ünvanı dəsti yoxdur", - "Help translate" : "Tərcüməyə kömək", - "Current password" : "Hazırkı şifrə", - "Change password" : "Şifrəni dəyiş", - "Done" : "Edildi", - "Group already exists." : "Qrup artılq mövcduddur.", - "Unable to add group." : "Qrupu əlavə etmək mümkün deyil. ", - "Unable to delete group." : "Qrupu silmək mümkün deyil.", - "A user with that name already exists." : "Bu adla istifadəçi artıq mövcuddur.", - "Unable to create user." : "İstifadəçi yaratmaq mümkün deyil.", - "Unable to delete user." : "İstifadəçini silmək mümkün deyil.", - "Your full name has been changed." : "Sizin tam adınız dəyişdirildi.", - "Forbidden" : "Qadağan", - "Invalid user" : "İstifadəçi adı yalnışdır", - "Unable to change mail address" : "Mail ünvanını dəyişmək olmur", - "Email saved" : "Məktub yadda saxlanıldı", - "Add trusted domain" : "İnamlı domainlərə əlavə et", - "Update to %s" : "Yenilə bunadək %s", - "Error while disabling app" : "Proqram təminatını dayandırdıqda səhv baş verdi", - "Error while enabling app" : "Proqram təminatını işə saldıqda səhv baş verdi", - "Updated" : "Yeniləndi", - "Unable to delete {objName}" : "{objName} silmək olmur", - "A valid group name must be provided" : "Düzgün qrup adı təyin edilməlidir", - "deleted {groupName}" : "{groupName} silindi", - "undo" : "geriyə", - "never" : "heç vaxt", - "deleted {userName}" : "{userName} silindi", - "Changing the password will result in data loss, because data recovery is not available for this user" : "Şifrənin dəyişdirilməsi data itkisinə gətirəcək ona görə ki, datanın bərpası bu istifadəçi üçün movcud deyil.", - "A valid username must be provided" : "Düzgün istifadəçi adı daxil edilməlidir", - "A valid password must be provided" : "Düzgün şifrə daxil edilməlidir", - "A valid email must be provided" : "Düzgün email təqdim edilməlidir", - "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." : "Yalnız-Oxuma işə salınıb. Bu web-interface vasitəsilə edilən bəzi konfiqlərin qarşısını alır. Bundan başqa, fayl əllə edilən istənilən yenilınmə üçün yazılma yetkisinə sahib olmalıdır. ", - "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Bu ola bilər ki, cache/accelerator such tərəfindən cağırılıb hansi ki, Zend OPcache və eAccelerator-da olduğu kimidir.", - "System locale can not be set to a one which supports UTF-8." : "UTF-8 dsətklənən sistemdə daxili vaxt və dil təyinatı ola bilməz. ", - "How to do backups" : "Rezerv nüsxələr neçə edilisin", - "Documentation:" : "Sənədləşmə:", - "Show description …" : "Açıqlanmanı göstər ...", - "Hide description …" : "Açıqlamanı gizlət ...", - "Enable only for specific groups" : "Yalnız spesifik qruplara izin ver", - "You are member of the following groups:" : "Siz göstərilən qrupların üzvüsünüz:", - "Show storage location" : "Depo ünvanını göstər", - "Show email address" : "Email ünvanını göstər", - "Send email to new user" : "Yeni istifadəçiyə məktub yolla", - "E-Mail" : "E-Mail", - "Create" : "Yarat", - "Admin Recovery Password" : "İnzibatçı bərpa şifrəsi", - "Enter the recovery password in order to recover the users files during password change" : "Şifrə dəyişilməsi müddətində, səliqə ilə bərpa açarını daxil et ki, istifadəçi fayllları bərpa edilsin. ", - "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Xahiş olunur depo normasını daxil edəsiniz (Məs: \"512 MB\" yada \"12 GB\")", - "Other" : "Digər", - "change full name" : "tam adı dəyiş", - "set new password" : "yeni şifrə təyin et", - "change email address" : "email ünvanını dəyiş", - "Default" : "Susmaya görə" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/settings/l10n/bg.js b/settings/l10n/bg.js index f017dfa08a..abc5f832b6 100644 --- a/settings/l10n/bg.js +++ b/settings/l10n/bg.js @@ -40,10 +40,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome за Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS клиент", - "Android Client" : "Android клиент", "This session" : "Текущата сесия", "Copy" : "Копиране", "Copied!" : "Копирано!", @@ -206,6 +202,10 @@ OC.L10N.register( "Updated" : "Актуализирано", "Approved" : "Одобрен", "Experimental" : "Ексериментален", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS клиент", + "Android Client" : "Android клиент", "Unable to delete {objName}" : "Неуспешно изтриване на {objName}.", "A valid group name must be provided" : "Очаква се валидно име на група", "deleted {groupName}" : "{groupName} е изтрита", @@ -217,35 +217,25 @@ OC.L10N.register( "Error creating user: {message}" : "Грешка при създаване на потребител: {message}", "A valid password must be provided" : "Трябва да въведете валидна парола", "A valid email must be provided" : "Трябва да въведете валиден имейл адрес", - "Personal info" : "Лични данни", + "by %s" : "от %s", + "Documentation:" : "Документация:", + "Show description …" : "Покажи описанието ...", + "Hide description …" : "Скрий описанието ...", + "This app has an update available." : "Налична е актуализация за приложението.", + "Enable only for specific groups" : "Включи само за определени групи", + "Online documentation" : "Онлайн документация", + "Commercial support" : "Платена поддръжка", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Това може да се дължи на кеш/акселератор като Zend OPache или eAccelerator.", "System locale can not be set to a one which supports UTF-8." : "Системните настройки за местоположение не могат да бъдат промени на такива, подържащи UTF-8.", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Прегледайте ръководството за инсталиране ↗, и проверете за предупреждения и грешки журналите.", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Прегледайте ръководството за инсталиране ↗, и проверете за предупреждения и грешки журналите.", "This is particularly recommended when using the desktop client for file synchronisation." : "Препоръчително, особено ако ползвате клиента за настолен компютър.", "How to do backups" : "Как се правят резервни копия", "Performance tuning" : "Настройване на производителността", "Improving the config.php" : "Подобряване на config.php", "Theming" : "Промяна на облика", "Check the security of your Nextcloud over our security scan" : "Проверете сигурността на текущата инсталация на Nextcloud", - "This app has an update available." : "Налична е актуализация за приложението.", - "by %s" : "от %s", - "Documentation:" : "Документация:", - "Show description …" : "Покажи описанието ...", - "Hide description …" : "Скрий описанието ...", - "Enable only for specific groups" : "Включи само за определени групи", - "Online documentation" : "Онлайн документация", - "Commercial support" : "Платена поддръжка", "You are using %s of %s" : "Ползвате %s от %s", "You are using %s of %s (%s %%)" : "Ползвате %s от %s (%s %%)", - "You are member of the following groups:" : "Членувате в следните групи:", - "Get the apps to sync your files" : "Приложения за синхронизиране на файлове", - "Desktop client" : "Клиент за настолни компютри", - "Android app" : "Android приложение", - "iOS app" : "iOS приложениер", - "App passwords" : "Пароли за приложения", - "Follow us on Google+!" : "Следвайте ни в Google+!", - "Follow us on Twitter!" : "Следвайте ни в Twitter!", - "Check out our blog!" : "Прегледайте нашия блог!", "Settings" : "Настройки", "Show storage location" : "Покажи мястото на хранилището", "Show email address" : "Покажи адреса на електронната поща", @@ -259,7 +249,6 @@ OC.L10N.register( "change full name" : "промени име", "set new password" : "сложи нова парола", "change email address" : "Смени адреса на елетронната поща", - "Default" : "Стандарт", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Прегледайте ръководството за инсталиране ↗, и проверете за предупреждения и грешки журналите." + "Default" : "Стандарт" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/bg.json b/settings/l10n/bg.json index dffce19379..5fa99ba407 100644 --- a/settings/l10n/bg.json +++ b/settings/l10n/bg.json @@ -38,10 +38,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome за Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS клиент", - "Android Client" : "Android клиент", "This session" : "Текущата сесия", "Copy" : "Копиране", "Copied!" : "Копирано!", @@ -204,6 +200,10 @@ "Updated" : "Актуализирано", "Approved" : "Одобрен", "Experimental" : "Ексериментален", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS клиент", + "Android Client" : "Android клиент", "Unable to delete {objName}" : "Неуспешно изтриване на {objName}.", "A valid group name must be provided" : "Очаква се валидно име на група", "deleted {groupName}" : "{groupName} е изтрита", @@ -215,35 +215,25 @@ "Error creating user: {message}" : "Грешка при създаване на потребител: {message}", "A valid password must be provided" : "Трябва да въведете валидна парола", "A valid email must be provided" : "Трябва да въведете валиден имейл адрес", - "Personal info" : "Лични данни", + "by %s" : "от %s", + "Documentation:" : "Документация:", + "Show description …" : "Покажи описанието ...", + "Hide description …" : "Скрий описанието ...", + "This app has an update available." : "Налична е актуализация за приложението.", + "Enable only for specific groups" : "Включи само за определени групи", + "Online documentation" : "Онлайн документация", + "Commercial support" : "Платена поддръжка", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Това може да се дължи на кеш/акселератор като Zend OPache или eAccelerator.", "System locale can not be set to a one which supports UTF-8." : "Системните настройки за местоположение не могат да бъдат промени на такива, подържащи UTF-8.", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Прегледайте ръководството за инсталиране ↗, и проверете за предупреждения и грешки журналите.", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Прегледайте ръководството за инсталиране ↗, и проверете за предупреждения и грешки журналите.", "This is particularly recommended when using the desktop client for file synchronisation." : "Препоръчително, особено ако ползвате клиента за настолен компютър.", "How to do backups" : "Как се правят резервни копия", "Performance tuning" : "Настройване на производителността", "Improving the config.php" : "Подобряване на config.php", "Theming" : "Промяна на облика", "Check the security of your Nextcloud over our security scan" : "Проверете сигурността на текущата инсталация на Nextcloud", - "This app has an update available." : "Налична е актуализация за приложението.", - "by %s" : "от %s", - "Documentation:" : "Документация:", - "Show description …" : "Покажи описанието ...", - "Hide description …" : "Скрий описанието ...", - "Enable only for specific groups" : "Включи само за определени групи", - "Online documentation" : "Онлайн документация", - "Commercial support" : "Платена поддръжка", "You are using %s of %s" : "Ползвате %s от %s", "You are using %s of %s (%s %%)" : "Ползвате %s от %s (%s %%)", - "You are member of the following groups:" : "Членувате в следните групи:", - "Get the apps to sync your files" : "Приложения за синхронизиране на файлове", - "Desktop client" : "Клиент за настолни компютри", - "Android app" : "Android приложение", - "iOS app" : "iOS приложениер", - "App passwords" : "Пароли за приложения", - "Follow us on Google+!" : "Следвайте ни в Google+!", - "Follow us on Twitter!" : "Следвайте ни в Twitter!", - "Check out our blog!" : "Прегледайте нашия блог!", "Settings" : "Настройки", "Show storage location" : "Покажи мястото на хранилището", "Show email address" : "Покажи адреса на електронната поща", @@ -257,7 +247,6 @@ "change full name" : "промени име", "set new password" : "сложи нова парола", "change email address" : "Смени адреса на елетронната поща", - "Default" : "Стандарт", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Прегледайте ръководството за инсталиране ↗, и проверете за предупреждения и грешки журналите." + "Default" : "Стандарт" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/bn_BD.js b/settings/l10n/bn_BD.js deleted file mode 100644 index b4bf64488a..0000000000 --- a/settings/l10n/bn_BD.js +++ /dev/null @@ -1,62 +0,0 @@ -OC.L10N.register( - "settings", - { - "Couldn't remove app." : "অ্যাপ অপসারণ করা গেলনা", - "Couldn't update app." : "অ্যাপ নবায়ন করা গেলনা।", - "Wrong password" : "ভুল কুটশব্দ", - "Saved" : "সংরক্ষণ করা হলো", - "No user supplied" : "ব্যবহারকারী দেয়া হয়নি", - "Authentication error" : "অনুমোদন ঘটিত সমস্যা", - "Email sent" : "ই-মেইল পাঠানো হয়েছে", - "Valid until {date}" : "বৈধতা বলবৎ আছে {তারিখ} অবধি ", - "Delete" : "মুছে", - "Strong password" : "শক্তিশালী কুটশব্দ", - "Groups" : "গোষ্ঠীসমূহ", - "Disable" : "নিষ্ক্রিয়", - "All" : "সবাই", - "Enable" : "সক্রিয় ", - "New password" : "নতুন কূটশব্দ", - "Username" : "ব্যবহারকারী", - "Password" : "কূটশব্দ", - "Email" : "ইমেইল", - "Quota" : "কোটা", - "Language" : "ভাষা", - "Unlimited" : "অসীম", - "Admins" : "প্রশাসন", - "Everyone" : "সকলে", - "Forum" : "ফোরাম", - "None" : "কোনটিই নয়", - "Login" : "প্রবেশ", - "Send mode" : "পাঠানো মোড", - "Encryption" : "সংকেতায়ন", - "From address" : "হইতে ঠিকানা", - "mail" : "মেইল", - "Server address" : "সার্ভার ঠিকানা", - "Port" : "পোর্ট", - "Send email" : "ইমেইল পাঠান ", - "Version" : "ভার্সন", - "Sharing" : "ভাগাভাগিরত", - "Expire after " : "এরপর মেয়াদোত্তীর্ণ হও", - "days" : "দিনগুলি", - "Enforce expiration date" : "মেয়াদোত্তীর্ণ হওয়ার তারিখ কার্যকর করুন", - "Cancel" : "বাতির", - "Your email address" : "আপনার ই-মেইল ঠিকানা", - "Help translate" : "অনুবাদ করতে সহায়তা করুন", - "Current password" : "বর্তমান কূটশব্দ", - "Change password" : "কূটশব্দ পরিবর্তন করুন", - "Done" : "শেষ হলো", - "Your full name has been changed." : "আপনার পূর্ণ নাম পরিবর্তন করা হয়েছে।", - "Email saved" : "ই-মেইল সংরক্ষন করা হয়েছে", - "Error while disabling app" : "অ্যাপ অকার্যকর করতে সমস্যা দেখা দিয়েছে ", - "Error while enabling app" : "অ্যাপ কার্যকর করতে সমস্যা দেখা দিয়েছে ", - "Updated" : "নবায়নকৃত", - "undo" : "ক্রিয়া প্রত্যাহার", - "never" : "কখনোই নয়", - "Create" : "তৈরী কর", - "Admin Recovery Password" : "প্রশাসক পূণরূদ্ধার কুটশব্দ", - "Other" : "অন্যান্য", - "change full name" : "পুরোনাম পরিবর্তন করুন", - "set new password" : "নতুন কূটশব্দ নির্ধারণ করুন", - "Default" : "পূর্বনির্ধারিত" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/bn_BD.json b/settings/l10n/bn_BD.json deleted file mode 100644 index a66bb488df..0000000000 --- a/settings/l10n/bn_BD.json +++ /dev/null @@ -1,60 +0,0 @@ -{ "translations": { - "Couldn't remove app." : "অ্যাপ অপসারণ করা গেলনা", - "Couldn't update app." : "অ্যাপ নবায়ন করা গেলনা।", - "Wrong password" : "ভুল কুটশব্দ", - "Saved" : "সংরক্ষণ করা হলো", - "No user supplied" : "ব্যবহারকারী দেয়া হয়নি", - "Authentication error" : "অনুমোদন ঘটিত সমস্যা", - "Email sent" : "ই-মেইল পাঠানো হয়েছে", - "Valid until {date}" : "বৈধতা বলবৎ আছে {তারিখ} অবধি ", - "Delete" : "মুছে", - "Strong password" : "শক্তিশালী কুটশব্দ", - "Groups" : "গোষ্ঠীসমূহ", - "Disable" : "নিষ্ক্রিয়", - "All" : "সবাই", - "Enable" : "সক্রিয় ", - "New password" : "নতুন কূটশব্দ", - "Username" : "ব্যবহারকারী", - "Password" : "কূটশব্দ", - "Email" : "ইমেইল", - "Quota" : "কোটা", - "Language" : "ভাষা", - "Unlimited" : "অসীম", - "Admins" : "প্রশাসন", - "Everyone" : "সকলে", - "Forum" : "ফোরাম", - "None" : "কোনটিই নয়", - "Login" : "প্রবেশ", - "Send mode" : "পাঠানো মোড", - "Encryption" : "সংকেতায়ন", - "From address" : "হইতে ঠিকানা", - "mail" : "মেইল", - "Server address" : "সার্ভার ঠিকানা", - "Port" : "পোর্ট", - "Send email" : "ইমেইল পাঠান ", - "Version" : "ভার্সন", - "Sharing" : "ভাগাভাগিরত", - "Expire after " : "এরপর মেয়াদোত্তীর্ণ হও", - "days" : "দিনগুলি", - "Enforce expiration date" : "মেয়াদোত্তীর্ণ হওয়ার তারিখ কার্যকর করুন", - "Cancel" : "বাতির", - "Your email address" : "আপনার ই-মেইল ঠিকানা", - "Help translate" : "অনুবাদ করতে সহায়তা করুন", - "Current password" : "বর্তমান কূটশব্দ", - "Change password" : "কূটশব্দ পরিবর্তন করুন", - "Done" : "শেষ হলো", - "Your full name has been changed." : "আপনার পূর্ণ নাম পরিবর্তন করা হয়েছে।", - "Email saved" : "ই-মেইল সংরক্ষন করা হয়েছে", - "Error while disabling app" : "অ্যাপ অকার্যকর করতে সমস্যা দেখা দিয়েছে ", - "Error while enabling app" : "অ্যাপ কার্যকর করতে সমস্যা দেখা দিয়েছে ", - "Updated" : "নবায়নকৃত", - "undo" : "ক্রিয়া প্রত্যাহার", - "never" : "কখনোই নয়", - "Create" : "তৈরী কর", - "Admin Recovery Password" : "প্রশাসক পূণরূদ্ধার কুটশব্দ", - "Other" : "অন্যান্য", - "change full name" : "পুরোনাম পরিবর্তন করুন", - "set new password" : "নতুন কূটশব্দ নির্ধারণ করুন", - "Default" : "পূর্বনির্ধারিত" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/settings/l10n/bs.js b/settings/l10n/bs.js deleted file mode 100644 index 063a69be99..0000000000 --- a/settings/l10n/bs.js +++ /dev/null @@ -1,129 +0,0 @@ -OC.L10N.register( - "settings", - { - "Couldn't remove app." : "Nije moguće ukloniti aplikaciju.", - "Couldn't update app." : "Ažuriranje aplikacije nije moguće.", - "Wrong password" : "Pogrešna lozinka", - "Saved" : "Spremljeno", - "No user supplied" : "Nijedan korisnik nije dostavljen", - "Unable to change password" : "Promjena lozinke nije moguća", - "Authentication error" : "Grešna autentifikacije", - "Wrong admin recovery password. Please check the password and try again." : "Pogrešna admin lozinka za povratak. Molim provjerite lozinku i pokušajte ponovno.", - "You need to set your user email before being able to send test emails." : "Prije nego li ste u mogućnosti slati testnu email trebate postaviti svoj korisnički email.", - "Invalid mail address" : "Nevažeća adresa e-pošte", - "Unable to change full name" : "Puno ime nije moguće promijeniti", - "Your %s account was created" : "Vaš %s račun je kreiran", - "Email sent" : "E-pošta je poslana", - "Valid until {date}" : "Validno do {date}", - "Delete" : "Izbriši", - "Very weak password" : "Veoma slaba lozinka", - "Weak password" : "Slaba lozinka", - "So-so password" : "Tu-i-tamo lozinka", - "Good password" : "Dobra lozinka", - "Strong password" : "Jaka lozinka", - "Select a profile picture" : "Odaberi sliku profila", - "Groups" : "Grupe", - "Disable" : "Onemogući", - "All" : "Sve", - "This app cannot be installed because the following dependencies are not fulfilled:" : "Ova aplikacija se ne može instalirati zbog slijedećih neispunjenih ovisnosti:", - "Enable" : "Omogući", - "New password" : "Nova lozinka", - "Username" : "Korisničko ime", - "Password" : "Lozinka", - "Email" : "E-pošta", - "Quota" : "Kvota", - "Language" : "Jezik", - "Unlimited" : "Neograničeno", - "Show user backend" : "Prikaži korisničku pozadinu (backend)", - "Admins" : "Administratori", - "Everyone" : "Svi", - "Common Name" : "Opće Ime", - "Valid until" : "Validno do", - "Issued By" : "Izdano od", - "Valid until %s" : "Validno do %s", - "Forum" : "Forum", - "None" : "Ništa", - "Login" : "Prijava", - "Plain" : "Čisti tekst", - "NT LAN Manager" : "NT LAN menedžer", - "Send mode" : "Način rada za slanje", - "Encryption" : "Šifriranje", - "From address" : "S adrese", - "mail" : "pošta", - "Authentication method" : "Metoda autentifikacije", - "Authentication required" : "Potrebna autentifikacija", - "Server address" : "Adresa servera", - "Port" : "Priključak", - "Credentials" : "Vjerodajnice", - "SMTP Username" : "SMTP Korisničko ime", - "SMTP Password" : "SMPT Lozinka", - "Store credentials" : "Spremi vjerodajnice", - "Test email settings" : "Postavke za testnu e-poštu", - "Send email" : "Pošalji e-poštu", - "Version" : "Verzija", - "Execute one task with each page loaded" : "Izvrši jedan zadatak sa svakom učitanom stranicom", - "Sharing" : "Dijeljenje", - "Allow apps to use the Share API" : "Dozvoli aplikacijama korištenje Share API", - "Allow users to share via link" : "Dozvoli korisnicima dijeljenje putem veze", - "Allow public uploads" : "Dozvoli javno učitavanje", - "Enforce password protection" : "Nametni zaštitu lozinke", - "Set default expiration date" : "Postavite zadani datum isteka", - "Expire after " : "Istek nakon", - "days" : "dana", - "Enforce expiration date" : "Nametni datum isteka", - "Allow resharing" : "Dopustite ponovno dijeljenje", - "Restrict users to only share with users in their groups" : "Ograniči korisnike na međusobno dijeljenje resursa samo s korisnicima unutar svoje grupe", - "Exclude groups from sharing" : "Isključite grupe iz dijeljenja", - "These groups will still be able to receive shares, but not to initiate them." : "Ove će grupe i dalje moći primati dijeljene resurse, ali ne i inicirati ih", - "Profile picture" : "Slika profila", - "Upload new" : "Učitaj novu", - "Remove image" : "Ukloni sliku", - "Cancel" : "Odustani", - "Your email address" : "Vaša adresa e-pošte", - "Help translate" : "Pomozi prevesti", - "Current password" : "Trenutna lozinka", - "Change password" : "Promijeni lozinku", - "Group already exists." : "Grupa već postoji.", - "Unable to add group." : "Nemoguće dodati grupu.", - "Unable to delete group." : "Nemoguće izbrisati grupu.", - "Unable to create user." : "Nemoguće kreirati korisnika", - "Unable to delete user." : "Nemoguće izbrisati korisnika", - "Your full name has been changed." : "Vaše puno ime je promijenjeno.", - "Forbidden" : "Zabranjeno", - "Invalid user" : "Nevažeči korisnik", - "Unable to change mail address" : "Nemoguće je izmjeniti adresu e-pošte", - "Email saved" : "E-pošta je spremljena", - "Add trusted domain" : "Dodaj pouzdanu domenu", - "Update to %s" : "Ažuriraj na %s", - "Error while disabling app" : "Greška pri onemogućavanju aplikacije", - "Error while enabling app" : "Greška pri omogućavanju aplikacije", - "Updated" : "Ažurirano", - "Unable to delete {objName}" : "Nije moguće izbrisati {objName}", - "A valid group name must be provided" : "Nužno je navesti valjani naziv grupe", - "deleted {groupName}" : "izbrisana {groupName}", - "undo" : "poništi", - "never" : "nikad", - "deleted {userName}" : "izbrisan {userName}", - "A valid username must be provided" : "Nužno je navesti valjano korisničko ime", - "A valid password must be provided" : "Nužno je navesti valjanu lozinku", - "A valid email must be provided" : "Nužno je navesti valjanu adresu e-pošte", - "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." : "Samo-čitajuća konfiguracija je podešena. Ovo spriječava postavljanje neke konfiguracije putem web-sučelja. Nadalje, datoteka mora biti omogućena ručnu izmjenu pri svakom ažuriranju.", - "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Uzrok tome je vjerojatno neki ubrzivač predmemorisanja kao što je Zend OPcache ili eAccelerator.", - "System locale can not be set to a one which supports UTF-8." : "Regionalnu šemu sustava nemoguće je postaviti na neku koja podržava UTF-8.", - "Documentation:" : "Dokumentacija:", - "Enable only for specific groups" : "Omogućite samo za specifične grupe", - "Show storage location" : "Prikaži mjesto pohrane", - "Show email address" : "Prikaži adresu e-pošte", - "Send email to new user" : "Pošalji e-poštu novom korisniku", - "E-Mail" : "E-pošta", - "Create" : "Kreiraj", - "Admin Recovery Password" : "Admin lozinka za oporavak", - "Enter the recovery password in order to recover the users files during password change" : "Unesite lozinku za oporavak da biste oporavili korisničke datoteke tokom promjene lozinke", - "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Molim unesite kvotu za spremanje (npr: \"512 MB\" ili \"12 GB\")", - "Other" : "Ostali", - "change full name" : "promijeni puno ime", - "set new password" : "postavi novu lozinku", - "change email address" : "promjeni adresu e-pošte", - "Default" : "Zadano" -}, -"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/settings/l10n/bs.json b/settings/l10n/bs.json deleted file mode 100644 index 9b9251cfcc..0000000000 --- a/settings/l10n/bs.json +++ /dev/null @@ -1,127 +0,0 @@ -{ "translations": { - "Couldn't remove app." : "Nije moguće ukloniti aplikaciju.", - "Couldn't update app." : "Ažuriranje aplikacije nije moguće.", - "Wrong password" : "Pogrešna lozinka", - "Saved" : "Spremljeno", - "No user supplied" : "Nijedan korisnik nije dostavljen", - "Unable to change password" : "Promjena lozinke nije moguća", - "Authentication error" : "Grešna autentifikacije", - "Wrong admin recovery password. Please check the password and try again." : "Pogrešna admin lozinka za povratak. Molim provjerite lozinku i pokušajte ponovno.", - "You need to set your user email before being able to send test emails." : "Prije nego li ste u mogućnosti slati testnu email trebate postaviti svoj korisnički email.", - "Invalid mail address" : "Nevažeća adresa e-pošte", - "Unable to change full name" : "Puno ime nije moguće promijeniti", - "Your %s account was created" : "Vaš %s račun je kreiran", - "Email sent" : "E-pošta je poslana", - "Valid until {date}" : "Validno do {date}", - "Delete" : "Izbriši", - "Very weak password" : "Veoma slaba lozinka", - "Weak password" : "Slaba lozinka", - "So-so password" : "Tu-i-tamo lozinka", - "Good password" : "Dobra lozinka", - "Strong password" : "Jaka lozinka", - "Select a profile picture" : "Odaberi sliku profila", - "Groups" : "Grupe", - "Disable" : "Onemogući", - "All" : "Sve", - "This app cannot be installed because the following dependencies are not fulfilled:" : "Ova aplikacija se ne može instalirati zbog slijedećih neispunjenih ovisnosti:", - "Enable" : "Omogući", - "New password" : "Nova lozinka", - "Username" : "Korisničko ime", - "Password" : "Lozinka", - "Email" : "E-pošta", - "Quota" : "Kvota", - "Language" : "Jezik", - "Unlimited" : "Neograničeno", - "Show user backend" : "Prikaži korisničku pozadinu (backend)", - "Admins" : "Administratori", - "Everyone" : "Svi", - "Common Name" : "Opće Ime", - "Valid until" : "Validno do", - "Issued By" : "Izdano od", - "Valid until %s" : "Validno do %s", - "Forum" : "Forum", - "None" : "Ništa", - "Login" : "Prijava", - "Plain" : "Čisti tekst", - "NT LAN Manager" : "NT LAN menedžer", - "Send mode" : "Način rada za slanje", - "Encryption" : "Šifriranje", - "From address" : "S adrese", - "mail" : "pošta", - "Authentication method" : "Metoda autentifikacije", - "Authentication required" : "Potrebna autentifikacija", - "Server address" : "Adresa servera", - "Port" : "Priključak", - "Credentials" : "Vjerodajnice", - "SMTP Username" : "SMTP Korisničko ime", - "SMTP Password" : "SMPT Lozinka", - "Store credentials" : "Spremi vjerodajnice", - "Test email settings" : "Postavke za testnu e-poštu", - "Send email" : "Pošalji e-poštu", - "Version" : "Verzija", - "Execute one task with each page loaded" : "Izvrši jedan zadatak sa svakom učitanom stranicom", - "Sharing" : "Dijeljenje", - "Allow apps to use the Share API" : "Dozvoli aplikacijama korištenje Share API", - "Allow users to share via link" : "Dozvoli korisnicima dijeljenje putem veze", - "Allow public uploads" : "Dozvoli javno učitavanje", - "Enforce password protection" : "Nametni zaštitu lozinke", - "Set default expiration date" : "Postavite zadani datum isteka", - "Expire after " : "Istek nakon", - "days" : "dana", - "Enforce expiration date" : "Nametni datum isteka", - "Allow resharing" : "Dopustite ponovno dijeljenje", - "Restrict users to only share with users in their groups" : "Ograniči korisnike na međusobno dijeljenje resursa samo s korisnicima unutar svoje grupe", - "Exclude groups from sharing" : "Isključite grupe iz dijeljenja", - "These groups will still be able to receive shares, but not to initiate them." : "Ove će grupe i dalje moći primati dijeljene resurse, ali ne i inicirati ih", - "Profile picture" : "Slika profila", - "Upload new" : "Učitaj novu", - "Remove image" : "Ukloni sliku", - "Cancel" : "Odustani", - "Your email address" : "Vaša adresa e-pošte", - "Help translate" : "Pomozi prevesti", - "Current password" : "Trenutna lozinka", - "Change password" : "Promijeni lozinku", - "Group already exists." : "Grupa već postoji.", - "Unable to add group." : "Nemoguće dodati grupu.", - "Unable to delete group." : "Nemoguće izbrisati grupu.", - "Unable to create user." : "Nemoguće kreirati korisnika", - "Unable to delete user." : "Nemoguće izbrisati korisnika", - "Your full name has been changed." : "Vaše puno ime je promijenjeno.", - "Forbidden" : "Zabranjeno", - "Invalid user" : "Nevažeči korisnik", - "Unable to change mail address" : "Nemoguće je izmjeniti adresu e-pošte", - "Email saved" : "E-pošta je spremljena", - "Add trusted domain" : "Dodaj pouzdanu domenu", - "Update to %s" : "Ažuriraj na %s", - "Error while disabling app" : "Greška pri onemogućavanju aplikacije", - "Error while enabling app" : "Greška pri omogućavanju aplikacije", - "Updated" : "Ažurirano", - "Unable to delete {objName}" : "Nije moguće izbrisati {objName}", - "A valid group name must be provided" : "Nužno je navesti valjani naziv grupe", - "deleted {groupName}" : "izbrisana {groupName}", - "undo" : "poništi", - "never" : "nikad", - "deleted {userName}" : "izbrisan {userName}", - "A valid username must be provided" : "Nužno je navesti valjano korisničko ime", - "A valid password must be provided" : "Nužno je navesti valjanu lozinku", - "A valid email must be provided" : "Nužno je navesti valjanu adresu e-pošte", - "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." : "Samo-čitajuća konfiguracija je podešena. Ovo spriječava postavljanje neke konfiguracije putem web-sučelja. Nadalje, datoteka mora biti omogućena ručnu izmjenu pri svakom ažuriranju.", - "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Uzrok tome je vjerojatno neki ubrzivač predmemorisanja kao što je Zend OPcache ili eAccelerator.", - "System locale can not be set to a one which supports UTF-8." : "Regionalnu šemu sustava nemoguće je postaviti na neku koja podržava UTF-8.", - "Documentation:" : "Dokumentacija:", - "Enable only for specific groups" : "Omogućite samo za specifične grupe", - "Show storage location" : "Prikaži mjesto pohrane", - "Show email address" : "Prikaži adresu e-pošte", - "Send email to new user" : "Pošalji e-poštu novom korisniku", - "E-Mail" : "E-pošta", - "Create" : "Kreiraj", - "Admin Recovery Password" : "Admin lozinka za oporavak", - "Enter the recovery password in order to recover the users files during password change" : "Unesite lozinku za oporavak da biste oporavili korisničke datoteke tokom promjene lozinke", - "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Molim unesite kvotu za spremanje (npr: \"512 MB\" ili \"12 GB\")", - "Other" : "Ostali", - "change full name" : "promijeni puno ime", - "set new password" : "postavi novu lozinku", - "change email address" : "promjeni adresu e-pošte", - "Default" : "Zadano" -},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" -} \ No newline at end of file diff --git a/settings/l10n/ca.js b/settings/l10n/ca.js index f225a9570f..63eac2af65 100644 --- a/settings/l10n/ca.js +++ b/settings/l10n/ca.js @@ -71,10 +71,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome per Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS Client", - "Android Client" : "Client Android", "Sync client - {os}" : "Client de sincronització - {os}", "This session" : "Aquesta sessió", "Copy" : "Copia", @@ -103,8 +99,6 @@ OC.L10N.register( "So-so password" : "Contrasenya passable", "Good password" : "Contrasenya bona", "Strong password" : "Contrasenya forta", - "An error occured while changing your language. Please reload the page and try again." : "S'ha produït un error en canviar el vostre idioma. Torna a carregar la pàgina i torna-ho a provar.", - "An error occured while changing your locale. Please reload the page and try again." : "S'ha produït un error en canviar la teva configuració local. Recarrega la pàgina i torna-ho a provar.", "Select a profile picture" : "Seleccioneu una imatge de perfil", "Week starts on {fdow}" : "La setmana comença el {fdow}", "Groups" : "Grups", @@ -334,12 +328,10 @@ OC.L10N.register( "Invalid user" : "Usuari no vàlid", "Unable to change mail address" : "No es pot canviar l'adreça de correu electrònic", "Email saved" : "S'ha desat el correu electrònic", - "%1$s changed your email address on %2$s." : "%1$s va canviar el teu email a %2$s.", "Password confirmation is required" : "Cal una confirmació de la contrasenya", "Are you really sure you want add {domain} as trusted domain?" : "Estàs segur que vols afegir {domini} com a domini de confiança?", "Add trusted domain" : "Afegir domini de confiança", "Update to %s" : "Actualitzar a %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Tu tens %n actualització d’app pendent","Tu tens %n actualitzacions d’apps pendents"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Les aplicacions aprovades són desenvolupades per desenvolupadors de confiança i han superat una verificació de seguretat actual. Es mantenen activament en un repositori de codi obert i els seus mantenidors consideren que són estables per a ús casual a normal.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Aquesta aplicació no es verifica per qüestions de seguretat, es nova és inestable. Instal·leu-vos sota el vostre propi risc.", "Disabling app …" : "Desactivant l'aplicació …", @@ -348,14 +340,20 @@ OC.L10N.register( "Error while enabling app" : "Error en activar l'aplicació", "Error: Could not disable broken app" : "Error: no s'ha pogut desactivar l'aplicació trencada", "Error while disabling broken app" : "Error en desactivar l'aplicació trencada", - "Updating...." : "Actualitzant…", - "Error while updating app" : "Error en actualitzar l'app", + "App up to date" : "App actualitzada", + "Updating …" : "Actualitzant …", + "Could not update app" : "No es va poder actualitzar l’app", "Updated" : "Actualitzada", "Removing …" : "Treient …", - "Error while removing app" : "Error en suprimir l'app", + "Could not remove app" : "No s'ha pogut suprimir l’app", "Approved" : "Aprovat", "Experimental" : "Experimental", "No apps found for {query}" : "No s'han trobat aplicacions per a {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS Client", + "Android Client" : "Client Android", + "An error occured while changing your language. Please reload the page and try again." : "S'ha produït un error en canviar el vostre idioma. Torna a carregar la pàgina i torna-ho a provar.", "Unable to delete {objName}" : "No es pot eliminar {objName}", "Error creating group: {message}" : "Error creant grup: {message}", "A valid group name must be provided" : "Heu de facilitar un nom de grup vàlid", @@ -376,66 +374,45 @@ OC.L10N.register( "Error creating user: {message}" : "Eerror al crear l'usuari: {message}", "A valid password must be provided" : "Heu de facilitar una contrasenya vàlida", "A valid email must be provided" : "S'ha de subministrar una adreça de correu electrònic vàlida", - "__language_name__" : "__language_name__", - "Verifying" : "Verificant", - "Personal info" : "Informació personal", - "Sync clients" : "Aplicacions per sincronitzar", - "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." : "És important per a la seguretat i el rendiment de la teva instància que tot estigui configurat correctament. Per ajudar-te estem fent algunes comprovacions automàtiques. Si us plau vegi la secció de Consells i trucs de la documentació per a més informació.", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "php no sembla estar configurat correctament per consultar variables d'ambient del sistema. La prova amb getenv(\"PATH\") només torna una resposta buida.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Comproveu la documentació d’instal·lació ↗ per a notes de configuració de php i la configuració de php del seu servidor, especialment quan utilitzi php-fpm.", + "by %s" : "per %s", + "%s-licensed" : "llicència %s", + "Documentation:" : "Documentació:", + "Show description …" : "Mostrar descripció …", + "Hide description …" : "Amagar descripció …", + "This app has an update available." : "Aquesta aplicació té una actualització disponible.", + "Enable only for specific groups" : "Activa només per grups específics", + "Online documentation" : "Documentació en línia", + "Getting help" : "Obtenint ajuda", + "Commercial support" : "Suport comercial", + "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." : "És important per a la seguretat i el rendiment de la instància que tot estigui configurat correctament. Per ajudar-te estem fent alguns controls automàtics. Si us plau revisi la secció Consells i Trucs, així com la documentació per a més informació.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no sembla estar configurat correctament per consultar variables d'ambient del sistema. La prova amb getenv(\"PATH\") només torna una resposta buida.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Comprova la documentació d’instal·lació ↗ per a notes de configuració de PHP i la configuració de PHP del teu servidor, especialment quan s’utilitzi 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." : "S'ha habilitat la configuració de només lectura. Això no permet ajustar algunes configuracions a través de la interfície web. A més, l'arxiu ha de fer-se modificable manualment per a cada actualització.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP està aparentment configurat per netejar inline doc blocs. Això farà que uns algunes apps clau inaccessibles.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP està aparentment configurat per treure inline doc blocs. Això farà que algunes apps del nucli resultin inaccessibles.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Això probablement està provocat per una cau/accelerador com Zend OPcache o eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "La teva base de dades no funciona amb el nivell “READ COMMITTED” d'aïllament de transaccions. Això pot provocar problemes quan s'executen múltiples accions en paral·lel.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s sota la versió %2$s està instal·lat, per raons de estabilitat i rendiment es recomana actualitzar a una versió %1$s més nova.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "El mòdul de PHP 'fileinfo' no es troba. Us recomanem activar aquest mòdul per a obtenir millors resultats en la detecció de tipus 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 documentation ↗ for more information." : "El bloqueig transaccional d'arxius està inhabilitat, això podria conduir a problemes amb condicions de cursa. Permetre 'filelocking.enabled' a config.php per evitar aquests problemes. Veure la documentació ↗ per a més informació.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s per sota de la versió %2$s està instal·lat, per raons d'estabilitat i rendiment es recomana actualitzar a una versió %1$s més nova.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El mòdul de PHP ‘fileinfo’ no es troba. És molt recomanable activar aquest mòdul per aconseguir els millors resultats amb la detecció de tipus 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 documentation ↗ for more information." : "El bloqueig d'arxiu transaccional està inhabilitat, això podria conduir a problemes amb condicions de cursa. Activar 'filelocking.enabled' en config.php per evitar aquests problemes. Veure la documentació ↗ per a més informació.", "System locale can not be set to a one which supports UTF-8." : "No s'ha pogut establir cap localització del sistema amb suport per UTF-8.", - "This means that there might be problems with certain characters in file names." : "Això vol dir que hi poden haver problemes amb alguns caràcters als noms de fitxer.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Et recomanem instal·lar els paquets necessaris en el seu sistema per donar suport a una de les localitzacions següents: %s.", - "If your installation is not installed in 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 la instal·lació no està instal·lat en l'arrel del domini i fas servir el cron del sistema, poden haver problemes amb la generació d'URL. Per evitar aquests problemes, si us plau establiu l'opció \"overwrite.cli.url\" al fitxer config.php en el directori webroot de la seva instal·lació (Suggerit: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "No va ser possible executar la cronjob mitjançant CLI. Han aparegut els errors tècnics següents:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Si us plau torni a comprovar les guies d’instal·lació ↗ i verifiqui els errors o advertències en el registre.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php està registrat com a servei webcron per cridar cron.php cada 15 minuts per http.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Per executar això necessita l'extensió PHP posix. Vegeu la {linkstart}documentació PHP{linkend} per a més detalls.", + "This means that there might be problems with certain characters in filenames." : "Això vol dir que hi pot haver problemes amb certs caràcters en els noms de fitxers.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "És molt recomanable instal·lar els paquets necessaris en el seu sistema per donar suport a una de les localitzacions següents: %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 la instal·lació no s'instal·la a l'arrel del domini i utilitza el Cron del sistema, hi poden haver problemes amb la generació d'URL. Per evitar aquests problemes, si us plau establiu l'opció \"overwrite.cli.url\" al fitxer config.php al camí webroot de la seva instal·lació (suggerit: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No va ser possible executar la tasca de cron per línia de comandes. Han aparegut els errors tècnics següents:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Si us plau comprovi les guies d’instal·lació ↗ i busqui errors o advertències en el registre.", "Tips & tricks" : "Consells i trucs", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Hi ha moltes característiques i opcions de configuració disponibles per personalitzar i utilitzar aquesta instància de manera òptima. Aquests són algunes referències per més informació.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite s’està fent servir actualment com a servei de base de dades. Per a instal·lacions més grans recomanem canviar a un altre servidor de base de dades.", "This is particularly recommended when using the desktop client for file synchronisation." : "Això es recomana especialment quan s'utilitza el client d'escriptori per a sincronització d'arxius.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Per mmigrar a un altre base de dades fer servir l'eina de línia de comandes: 'occ db:convert-type’, o veure la documentació ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Per migrar a un altre base de dades fer servir l'eina de línia de comandes: 'occ db:convert-type’, o mirar la documentació ↗.", "How to do backups" : "Com fer còpies de seguretat", "Performance tuning" : "Ajust del rendiment", "Improving the config.php" : "Millorant el config.php", "Theming" : "Aparença", "Check the security of your Nextcloud over our security scan" : "Verificar la seguretat del seu Nextcloud amb el nostre anàlisi de seguretat", "Hardening and security guidance" : "Guia de protecció i seguretat", - "This app has an update available." : "Aquesta aplicació té una actualització disponible.", - "by %s" : "per %s", - "%s-licensed" : "llicència %s", - "Documentation:" : "Documentació:", - "Show description …" : "Mostrar descripció …", - "Hide description …" : "Amagar descripció …", - "Enable only for specific groups" : "Activa només per grups específics", - "Online documentation" : "Documentació en línia", - "Getting help" : "Obtenint ajuda", - "Commercial support" : "Suport comercial", "You are using %s of %s" : "Estàs fent servir %s de %s", "You are using %s of %s (%s %%)" : "Estàs fent servir %s de %s (%s %%)", - "You are member of the following groups:" : "Vostè és membre dels següents grups:", - "Get the apps to sync your files" : "Obtenir les apps per a sincronitzar els teus arxius", - "Desktop client" : "Client d'escriptori", - "Android app" : "Aplicació d'Android", - "iOS app" : "App iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si vols contribuïr al projecte {contributeopen} uneix-te a l'equip {linkclose} o {contributeopen}comparteix{linkclose}!", - "Show First Run Wizard again" : "Mostrar de nou assistent d’execució inicial", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Contrasenyes específiques de web, escriptori, clients mòbils i apps que actualment tenen accés al teu compte.", - "App passwords" : "Contrasenyes d'apps", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aquí pots generar contrasenyes individuals per a apps així no has de donar la teva contrasenya. Es poden revocar individualment també.", - "Follow us on Google+!" : "Segueix-nos a Google+!", - "Like our facebook page!" : "M’agrada la nostra pàgina de Facebook!", - "Follow us on Twitter!" : "Segueix-nos a Twitter!", - "Check out our blog!" : "Visiti el nostre blog!", - "Subscribe to our newsletter!" : "Subscriure's al nostre butlletí!", "Settings" : "Preferències", "Show storage location" : "Mostra la ubicació del magatzem", "Show email address" : "Mostrar l'adreça de correu electrònic", @@ -445,7 +422,6 @@ OC.L10N.register( "Create" : "Crea", "Admin Recovery Password" : "Recuperació de contrasenya d'administrador", "Enter the recovery password in order to recover the users files during password change" : "Escriviu la contrasenya de recuperació per a poder recuperar els fitxers dels usuaris en canviar la contrasenya", - "Group name" : "Nom del grup", "Disabled" : "Desactivat", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Escriviu la quota d'emmagatzematge (per ex.: \"512 MB\" o \"12 GB\")", "Other" : "Un altre", @@ -453,23 +429,7 @@ OC.L10N.register( "set new password" : "estableix nova contrasenya", "change email address" : "canvi d'adreça de correu electrònic", "Default" : "Per defecte", - "App up to date" : "App actualitzada", - "Updating …" : "Actualitzant …", - "Could not update app" : "No es va poder actualitzar l’app", - "Could not remove app" : "No s'ha pogut suprimir l’app", - "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." : "És important per a la seguretat i el rendiment de la instància que tot estigui configurat correctament. Per ajudar-te estem fent alguns controls automàtics. Si us plau revisi la secció Consells i Trucs, així com la documentació per a més informació.", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no sembla estar configurat correctament per consultar variables d'ambient del sistema. La prova amb getenv(\"PATH\") només torna una resposta buida.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Comprova la documentació d’instal·lació ↗ per a notes de configuració de PHP i la configuració de PHP del teu servidor, especialment quan s’utilitzi php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP està aparentment configurat per treure inline doc blocs. Això farà que algunes apps del nucli resultin inaccessibles.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s per sota de la versió %2$s està instal·lat, per raons d'estabilitat i rendiment es recomana actualitzar a una versió %1$s més nova.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El mòdul de PHP ‘fileinfo’ no es troba. És molt recomanable activar aquest mòdul per aconseguir els millors resultats amb la detecció de tipus 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 documentation ↗ for more information." : "El bloqueig d'arxiu transaccional està inhabilitat, això podria conduir a problemes amb condicions de cursa. Activar 'filelocking.enabled' en config.php per evitar aquests problemes. Veure la documentació ↗ per a més informació.", - "This means that there might be problems with certain characters in filenames." : "Això vol dir que hi pot haver problemes amb certs caràcters en els noms de fitxers.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "És molt recomanable instal·lar els paquets necessaris en el seu sistema per donar suport a una de les localitzacions següents: %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 la instal·lació no s'instal·la a l'arrel del domini i utilitza el Cron del sistema, hi poden haver problemes amb la generació d'URL. Per evitar aquests problemes, si us plau establiu l'opció \"overwrite.cli.url\" al fitxer config.php al camí webroot de la seva instal·lació (suggerit: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No va ser possible executar la tasca de cron per línia de comandes. Han aparegut els errors tècnics següents:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Si us plau comprovi les guies d’instal·lació ↗ i busqui errors o advertències en el registre.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Per migrar a un altre base de dades fer servir l'eina de línia de comandes: 'occ db:convert-type’, o mirar la documentació ↗.", - "Default quota :" : "Quota per defecte:" + "Default quota :" : "Quota per defecte:", + "An error occured while changing your locale. Please reload the page and try again." : "S'ha produït un error en canviar la teva configuració local. Recarrega la pàgina i torna-ho a provar." }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/ca.json b/settings/l10n/ca.json index dcb779b64e..ef3c0101a3 100644 --- a/settings/l10n/ca.json +++ b/settings/l10n/ca.json @@ -69,10 +69,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome per Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS Client", - "Android Client" : "Client Android", "Sync client - {os}" : "Client de sincronització - {os}", "This session" : "Aquesta sessió", "Copy" : "Copia", @@ -101,8 +97,6 @@ "So-so password" : "Contrasenya passable", "Good password" : "Contrasenya bona", "Strong password" : "Contrasenya forta", - "An error occured while changing your language. Please reload the page and try again." : "S'ha produït un error en canviar el vostre idioma. Torna a carregar la pàgina i torna-ho a provar.", - "An error occured while changing your locale. Please reload the page and try again." : "S'ha produït un error en canviar la teva configuració local. Recarrega la pàgina i torna-ho a provar.", "Select a profile picture" : "Seleccioneu una imatge de perfil", "Week starts on {fdow}" : "La setmana comença el {fdow}", "Groups" : "Grups", @@ -332,12 +326,10 @@ "Invalid user" : "Usuari no vàlid", "Unable to change mail address" : "No es pot canviar l'adreça de correu electrònic", "Email saved" : "S'ha desat el correu electrònic", - "%1$s changed your email address on %2$s." : "%1$s va canviar el teu email a %2$s.", "Password confirmation is required" : "Cal una confirmació de la contrasenya", "Are you really sure you want add {domain} as trusted domain?" : "Estàs segur que vols afegir {domini} com a domini de confiança?", "Add trusted domain" : "Afegir domini de confiança", "Update to %s" : "Actualitzar a %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Tu tens %n actualització d’app pendent","Tu tens %n actualitzacions d’apps pendents"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Les aplicacions aprovades són desenvolupades per desenvolupadors de confiança i han superat una verificació de seguretat actual. Es mantenen activament en un repositori de codi obert i els seus mantenidors consideren que són estables per a ús casual a normal.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Aquesta aplicació no es verifica per qüestions de seguretat, es nova és inestable. Instal·leu-vos sota el vostre propi risc.", "Disabling app …" : "Desactivant l'aplicació …", @@ -346,14 +338,20 @@ "Error while enabling app" : "Error en activar l'aplicació", "Error: Could not disable broken app" : "Error: no s'ha pogut desactivar l'aplicació trencada", "Error while disabling broken app" : "Error en desactivar l'aplicació trencada", - "Updating...." : "Actualitzant…", - "Error while updating app" : "Error en actualitzar l'app", + "App up to date" : "App actualitzada", + "Updating …" : "Actualitzant …", + "Could not update app" : "No es va poder actualitzar l’app", "Updated" : "Actualitzada", "Removing …" : "Treient …", - "Error while removing app" : "Error en suprimir l'app", + "Could not remove app" : "No s'ha pogut suprimir l’app", "Approved" : "Aprovat", "Experimental" : "Experimental", "No apps found for {query}" : "No s'han trobat aplicacions per a {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS Client", + "Android Client" : "Client Android", + "An error occured while changing your language. Please reload the page and try again." : "S'ha produït un error en canviar el vostre idioma. Torna a carregar la pàgina i torna-ho a provar.", "Unable to delete {objName}" : "No es pot eliminar {objName}", "Error creating group: {message}" : "Error creant grup: {message}", "A valid group name must be provided" : "Heu de facilitar un nom de grup vàlid", @@ -374,66 +372,45 @@ "Error creating user: {message}" : "Eerror al crear l'usuari: {message}", "A valid password must be provided" : "Heu de facilitar una contrasenya vàlida", "A valid email must be provided" : "S'ha de subministrar una adreça de correu electrònic vàlida", - "__language_name__" : "__language_name__", - "Verifying" : "Verificant", - "Personal info" : "Informació personal", - "Sync clients" : "Aplicacions per sincronitzar", - "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." : "És important per a la seguretat i el rendiment de la teva instància que tot estigui configurat correctament. Per ajudar-te estem fent algunes comprovacions automàtiques. Si us plau vegi la secció de Consells i trucs de la documentació per a més informació.", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "php no sembla estar configurat correctament per consultar variables d'ambient del sistema. La prova amb getenv(\"PATH\") només torna una resposta buida.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Comproveu la documentació d’instal·lació ↗ per a notes de configuració de php i la configuració de php del seu servidor, especialment quan utilitzi php-fpm.", + "by %s" : "per %s", + "%s-licensed" : "llicència %s", + "Documentation:" : "Documentació:", + "Show description …" : "Mostrar descripció …", + "Hide description …" : "Amagar descripció …", + "This app has an update available." : "Aquesta aplicació té una actualització disponible.", + "Enable only for specific groups" : "Activa només per grups específics", + "Online documentation" : "Documentació en línia", + "Getting help" : "Obtenint ajuda", + "Commercial support" : "Suport comercial", + "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." : "És important per a la seguretat i el rendiment de la instància que tot estigui configurat correctament. Per ajudar-te estem fent alguns controls automàtics. Si us plau revisi la secció Consells i Trucs, així com la documentació per a més informació.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no sembla estar configurat correctament per consultar variables d'ambient del sistema. La prova amb getenv(\"PATH\") només torna una resposta buida.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Comprova la documentació d’instal·lació ↗ per a notes de configuració de PHP i la configuració de PHP del teu servidor, especialment quan s’utilitzi 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." : "S'ha habilitat la configuració de només lectura. Això no permet ajustar algunes configuracions a través de la interfície web. A més, l'arxiu ha de fer-se modificable manualment per a cada actualització.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP està aparentment configurat per netejar inline doc blocs. Això farà que uns algunes apps clau inaccessibles.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP està aparentment configurat per treure inline doc blocs. Això farà que algunes apps del nucli resultin inaccessibles.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Això probablement està provocat per una cau/accelerador com Zend OPcache o eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "La teva base de dades no funciona amb el nivell “READ COMMITTED” d'aïllament de transaccions. Això pot provocar problemes quan s'executen múltiples accions en paral·lel.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s sota la versió %2$s està instal·lat, per raons de estabilitat i rendiment es recomana actualitzar a una versió %1$s més nova.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "El mòdul de PHP 'fileinfo' no es troba. Us recomanem activar aquest mòdul per a obtenir millors resultats en la detecció de tipus 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 documentation ↗ for more information." : "El bloqueig transaccional d'arxius està inhabilitat, això podria conduir a problemes amb condicions de cursa. Permetre 'filelocking.enabled' a config.php per evitar aquests problemes. Veure la documentació ↗ per a més informació.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s per sota de la versió %2$s està instal·lat, per raons d'estabilitat i rendiment es recomana actualitzar a una versió %1$s més nova.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El mòdul de PHP ‘fileinfo’ no es troba. És molt recomanable activar aquest mòdul per aconseguir els millors resultats amb la detecció de tipus 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 documentation ↗ for more information." : "El bloqueig d'arxiu transaccional està inhabilitat, això podria conduir a problemes amb condicions de cursa. Activar 'filelocking.enabled' en config.php per evitar aquests problemes. Veure la documentació ↗ per a més informació.", "System locale can not be set to a one which supports UTF-8." : "No s'ha pogut establir cap localització del sistema amb suport per UTF-8.", - "This means that there might be problems with certain characters in file names." : "Això vol dir que hi poden haver problemes amb alguns caràcters als noms de fitxer.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Et recomanem instal·lar els paquets necessaris en el seu sistema per donar suport a una de les localitzacions següents: %s.", - "If your installation is not installed in 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 la instal·lació no està instal·lat en l'arrel del domini i fas servir el cron del sistema, poden haver problemes amb la generació d'URL. Per evitar aquests problemes, si us plau establiu l'opció \"overwrite.cli.url\" al fitxer config.php en el directori webroot de la seva instal·lació (Suggerit: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "No va ser possible executar la cronjob mitjançant CLI. Han aparegut els errors tècnics següents:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Si us plau torni a comprovar les guies d’instal·lació ↗ i verifiqui els errors o advertències en el registre.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php està registrat com a servei webcron per cridar cron.php cada 15 minuts per http.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Per executar això necessita l'extensió PHP posix. Vegeu la {linkstart}documentació PHP{linkend} per a més detalls.", + "This means that there might be problems with certain characters in filenames." : "Això vol dir que hi pot haver problemes amb certs caràcters en els noms de fitxers.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "És molt recomanable instal·lar els paquets necessaris en el seu sistema per donar suport a una de les localitzacions següents: %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 la instal·lació no s'instal·la a l'arrel del domini i utilitza el Cron del sistema, hi poden haver problemes amb la generació d'URL. Per evitar aquests problemes, si us plau establiu l'opció \"overwrite.cli.url\" al fitxer config.php al camí webroot de la seva instal·lació (suggerit: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No va ser possible executar la tasca de cron per línia de comandes. Han aparegut els errors tècnics següents:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Si us plau comprovi les guies d’instal·lació ↗ i busqui errors o advertències en el registre.", "Tips & tricks" : "Consells i trucs", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Hi ha moltes característiques i opcions de configuració disponibles per personalitzar i utilitzar aquesta instància de manera òptima. Aquests són algunes referències per més informació.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite s’està fent servir actualment com a servei de base de dades. Per a instal·lacions més grans recomanem canviar a un altre servidor de base de dades.", "This is particularly recommended when using the desktop client for file synchronisation." : "Això es recomana especialment quan s'utilitza el client d'escriptori per a sincronització d'arxius.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Per mmigrar a un altre base de dades fer servir l'eina de línia de comandes: 'occ db:convert-type’, o veure la documentació ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Per migrar a un altre base de dades fer servir l'eina de línia de comandes: 'occ db:convert-type’, o mirar la documentació ↗.", "How to do backups" : "Com fer còpies de seguretat", "Performance tuning" : "Ajust del rendiment", "Improving the config.php" : "Millorant el config.php", "Theming" : "Aparença", "Check the security of your Nextcloud over our security scan" : "Verificar la seguretat del seu Nextcloud amb el nostre anàlisi de seguretat", "Hardening and security guidance" : "Guia de protecció i seguretat", - "This app has an update available." : "Aquesta aplicació té una actualització disponible.", - "by %s" : "per %s", - "%s-licensed" : "llicència %s", - "Documentation:" : "Documentació:", - "Show description …" : "Mostrar descripció …", - "Hide description …" : "Amagar descripció …", - "Enable only for specific groups" : "Activa només per grups específics", - "Online documentation" : "Documentació en línia", - "Getting help" : "Obtenint ajuda", - "Commercial support" : "Suport comercial", "You are using %s of %s" : "Estàs fent servir %s de %s", "You are using %s of %s (%s %%)" : "Estàs fent servir %s de %s (%s %%)", - "You are member of the following groups:" : "Vostè és membre dels següents grups:", - "Get the apps to sync your files" : "Obtenir les apps per a sincronitzar els teus arxius", - "Desktop client" : "Client d'escriptori", - "Android app" : "Aplicació d'Android", - "iOS app" : "App iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si vols contribuïr al projecte {contributeopen} uneix-te a l'equip {linkclose} o {contributeopen}comparteix{linkclose}!", - "Show First Run Wizard again" : "Mostrar de nou assistent d’execució inicial", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Contrasenyes específiques de web, escriptori, clients mòbils i apps que actualment tenen accés al teu compte.", - "App passwords" : "Contrasenyes d'apps", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aquí pots generar contrasenyes individuals per a apps així no has de donar la teva contrasenya. Es poden revocar individualment també.", - "Follow us on Google+!" : "Segueix-nos a Google+!", - "Like our facebook page!" : "M’agrada la nostra pàgina de Facebook!", - "Follow us on Twitter!" : "Segueix-nos a Twitter!", - "Check out our blog!" : "Visiti el nostre blog!", - "Subscribe to our newsletter!" : "Subscriure's al nostre butlletí!", "Settings" : "Preferències", "Show storage location" : "Mostra la ubicació del magatzem", "Show email address" : "Mostrar l'adreça de correu electrònic", @@ -443,7 +420,6 @@ "Create" : "Crea", "Admin Recovery Password" : "Recuperació de contrasenya d'administrador", "Enter the recovery password in order to recover the users files during password change" : "Escriviu la contrasenya de recuperació per a poder recuperar els fitxers dels usuaris en canviar la contrasenya", - "Group name" : "Nom del grup", "Disabled" : "Desactivat", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Escriviu la quota d'emmagatzematge (per ex.: \"512 MB\" o \"12 GB\")", "Other" : "Un altre", @@ -451,23 +427,7 @@ "set new password" : "estableix nova contrasenya", "change email address" : "canvi d'adreça de correu electrònic", "Default" : "Per defecte", - "App up to date" : "App actualitzada", - "Updating …" : "Actualitzant …", - "Could not update app" : "No es va poder actualitzar l’app", - "Could not remove app" : "No s'ha pogut suprimir l’app", - "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." : "És important per a la seguretat i el rendiment de la instància que tot estigui configurat correctament. Per ajudar-te estem fent alguns controls automàtics. Si us plau revisi la secció Consells i Trucs, així com la documentació per a més informació.", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no sembla estar configurat correctament per consultar variables d'ambient del sistema. La prova amb getenv(\"PATH\") només torna una resposta buida.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Comprova la documentació d’instal·lació ↗ per a notes de configuració de PHP i la configuració de PHP del teu servidor, especialment quan s’utilitzi php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP està aparentment configurat per treure inline doc blocs. Això farà que algunes apps del nucli resultin inaccessibles.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s per sota de la versió %2$s està instal·lat, per raons d'estabilitat i rendiment es recomana actualitzar a una versió %1$s més nova.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El mòdul de PHP ‘fileinfo’ no es troba. És molt recomanable activar aquest mòdul per aconseguir els millors resultats amb la detecció de tipus 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 documentation ↗ for more information." : "El bloqueig d'arxiu transaccional està inhabilitat, això podria conduir a problemes amb condicions de cursa. Activar 'filelocking.enabled' en config.php per evitar aquests problemes. Veure la documentació ↗ per a més informació.", - "This means that there might be problems with certain characters in filenames." : "Això vol dir que hi pot haver problemes amb certs caràcters en els noms de fitxers.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "És molt recomanable instal·lar els paquets necessaris en el seu sistema per donar suport a una de les localitzacions següents: %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 la instal·lació no s'instal·la a l'arrel del domini i utilitza el Cron del sistema, hi poden haver problemes amb la generació d'URL. Per evitar aquests problemes, si us plau establiu l'opció \"overwrite.cli.url\" al fitxer config.php al camí webroot de la seva instal·lació (suggerit: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No va ser possible executar la tasca de cron per línia de comandes. Han aparegut els errors tècnics següents:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Si us plau comprovi les guies d’instal·lació ↗ i busqui errors o advertències en el registre.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Per migrar a un altre base de dades fer servir l'eina de línia de comandes: 'occ db:convert-type’, o mirar la documentació ↗.", - "Default quota :" : "Quota per defecte:" + "Default quota :" : "Quota per defecte:", + "An error occured while changing your locale. Please reload the page and try again." : "S'ha produït un error en canviar la teva configuració local. Recarrega la pàgina i torna-ho a provar." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/cs.js b/settings/l10n/cs.js index baf117aa67..5eb284eec5 100644 --- a/settings/l10n/cs.js +++ b/settings/l10n/cs.js @@ -72,10 +72,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome pro Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS klient", - "Android Client" : "Android klient", "Sync client - {os}" : "Synchronizační klient – {os}", "This session" : "Toto sezení", "Copy" : "Zkopírovat", @@ -104,8 +100,6 @@ OC.L10N.register( "So-so password" : "Středně silné heslo", "Good password" : "Dobré heslo", "Strong password" : "Odolné heslo", - "An error occured while changing your language. Please reload the page and try again." : "Při změně jazyka došlo k chybě. Znovu načtěte stránku a zkuste to ještě jednou.", - "An error occured while changing your locale. Please reload the page and try again." : "Došlo k chybě při změně místních a jazykových nastavení. Načtěte stránku znovu a zopakujte pokus.", "Select a profile picture" : "Vyberte profilový obrázek", "Week starts on {fdow}" : "Týden začíná {fdow}", "Groups" : "Skupiny", @@ -356,12 +350,10 @@ OC.L10N.register( "Invalid user" : "Neplatný uživatel", "Unable to change mail address" : "E-mailovou adresu se nedaří změnit", "Email saved" : "E-mail uložen", - "%1$s changed your email address on %2$s." : "%1$s změnil(a) vaši e-mailovou adresu na %2s.", "Password confirmation is required" : "Je vyžadováno potvrzení hesla", "Are you really sure you want add {domain} as trusted domain?" : "Opravdu chcete přidat {domain} mezi důvěryhodné domény?", "Add trusted domain" : "Přidat důvěryhodnou doménu", "Update to %s" : "Aktualizovat na %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["K dispozici je jedna aktualizace","K dispozici je pár aktualizací","K dispozici je mnoho aktualizací","K dispozici je celkem %naktualizací"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Schválené aplikace jsou vyvíjeny důvěryhodnými vývojáři a prošly zběžným bezpečnostním prověřením. Jsou aktivně udržovány v repozitáři s otevřeným kódem a jejich správci je považují za stabilní pro občasné až normální použití.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "U této aplikace nebyla provedena kontrola na bezpečnostní problémy. Aplikace je nová nebo nestabilní. Instalujte pouze na vlastní nebezpečí.", "Disabling app …" : "Zakazování aplikace…", @@ -370,14 +362,20 @@ OC.L10N.register( "Error while enabling app" : "Chyba při povolování aplikace", "Error: Could not disable broken app" : "Chyba: nezdařilo se vypnout rozbitou aplikaci", "Error while disabling broken app" : "Chyba při vypínání rozbité aplikace", - "Updating...." : "Aktualizace…", - "Error while updating app" : "Chyba při aktualizaci aplikace", + "App up to date" : "Aplikace je aktuální", + "Updating …" : "Aktualizace…", + "Could not update app" : "Aplikaci se nedaří aktualizovat", "Updated" : "Aktualizováno", "Removing …" : "Odstraňování…", - "Error while removing app" : "Chyba při odebírání aplikace", + "Could not remove app" : "Nepodařilo se odebrat aplikaci", "Approved" : "Potvrzeno", "Experimental" : "Experimentální", "No apps found for {query}" : "Nebyly nalezeny žádné aplikace pro {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS klient", + "Android Client" : "Android klient", + "An error occured while changing your language. Please reload the page and try again." : "Při změně jazyka došlo k chybě. Znovu načtěte stránku a zkuste to ještě jednou.", "Unable to delete {objName}" : "Nedaří se smazat {objName}", "Error creating group: {message}" : "Chyba při vytváření skupiny: {message}", "A valid group name must be provided" : "Je třeba zadat platný název skupiny", @@ -398,66 +396,45 @@ OC.L10N.register( "Error creating user: {message}" : "Chyba vytvoření uživatele: {message}", "A valid password must be provided" : "Je třeba zadat platné heslo", "A valid email must be provided" : "Je třeba zadat platný e-mail", - "__language_name__" : "čeština", - "Verifying" : "Ověřování", - "Personal info" : "Osobní údaje", - "Sync clients" : "Synchronizační klienti", - "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." : "Pro optimální zabezpečení a výkon instance je důležitě, aby vše bylo správně nastaveno. Abychom vám v tom pomohli, automaticky ověřujeme některá nastavení. Pro více informací nahlédněte do sekce Tipy a Triky a do dokumentace.", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "php není nejspíše správně nastaveno pro dotazování na proměnné hodnoty systému. Test s getenv(\"PATH\") vrací pouze prázdnou odpověď.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Zkontrolujte nastavení php podle instalační dokumentace ↗, hlavně při použití php-fpm.", + "by %s" : "%s", + "%s-licensed" : "%s-licencováno", + "Documentation:" : "Dokumentace:", + "Show description …" : "Zobrazit popis…", + "Hide description …" : "Skrýt popis…", + "This app has an update available." : "Pro tuto aplikaci je dostupná aktualizace.", + "Enable only for specific groups" : "Povolit pouze pro vybrané skupiny", + "Online documentation" : "Online dokumentace", + "Getting help" : "Sehnat pomoc", + "Commercial support" : "Placená podpora", + "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." : "Pro bezpečnost a správný běh vaší instance je důležité mít vše správně nakonfigurováno. Abychom vám to usnadnili, provádíme pár automatických kontrol. Pro více informací, prosím, navštivte sekci Tipy & Triky a také dokumentaci.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP není nejspíše správně nastaveno pro dotazování na proměnné hodnoty systému. Test s getenv(\"PATH\") vrací pouze prázdnou odpověď.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Prosím, podívejte se v instalační dokumentaci ↗ po poznámkách o konfiguraci PHP a také po samotné konfiguraci PHP na vašem serveru, zvlášť pokud používáte 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." : "Konfigurace je nastavena pouze pro čtení. Toto znemožňuje některá nastavení přes webové rozhraní. Dále musí být pro každou změnu povolen zápis do souboru s nastaveními ručně.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je patrně nastaveno tak, aby odstraňovalo bloky komentářů. Toto bude mít za následek znepřístupnění mnoha důležitých aplikací.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je patrně nastaveno tak, aby odstraňovalo bloky komentářů. Toto bude mít za následek znepřístupnění mnoha důležitých aplikací.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Toto je pravděpodobně způsobeno aplikacemi pro urychlení načítání jako jsou Zend OPcache nebo eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Vaše databáze neběží s úrovní izolace transakcí \"READ COMMITTED\". Toto může způsobit problémy při paralelním spouštění více akcí současně.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "Je nainstalován %1$s nižší verze než %2$s, z důvodu lepší stability a výkonu doporučujeme aktualizovat na novější verzi %1$s.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "PHP modul 'fileinfo' chybí. Velmi ho kvůli lepším výsledkům detekce MIME typu souburu doporučujeme povolit.", - "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 documentation ↗ for more information." : "Transakční uzamykání souborů je vypnuto, což může vést k problémům s \"race\" podmínkami. Pro zabránění těmto problémům povolte 'filelocking.enabled' v souboru config.php. Více informací lze nalézt v dokumentaci ↗.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "Je nainstalován %1$s nižší verze než %2$s, z důvodu lepší stability a výkonu doporučujeme aktualizovat na novější verzi %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." : "Modul PHP 'fileinfo' chybí. Důrazně se doporučuje, aby tento modul pro získání lepších výsledků při zjišťování typu MIME byl povolen.", + "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 documentation ↗ for more information." : "Transakční zamykání souborů je vypnuto, což by mohlo vést k problémům se souběhem úloh. Povolte 'filelocking.enabled' v config.php, abyste se těmto problémům vyhnuli. Pro více informací si prohlédněte dokumentaci ↗.", "System locale can not be set to a one which supports UTF-8." : "Není možné nastavit znakovou sadu, která podporuje UTF-8.", - "This means that there might be problems with certain characters in file names." : "To znamená, že se mohou vyskytnout problémy s určitými znaky v názvech souborů.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Velmi doporučujeme nainstalovat požadované balíčky do systému, pro podporu jednoho z následujících národních prostředí: %s.", - "If your installation is not installed in 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\")" : "Instalace mimo kořenový adresář domény a používání systémového příkazu cron může způsobit problém s generováním správné URL. Pro zabránění těmto chybám nastavte prosím správnou cestu ve svém config.php souboru v hodnotě „overwrite.cli.url“ (Je doporučena tato: „%s“)", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Nebylo možné spustit službu cron v CLI. Došlo k následujícím technickým chybám:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Prosím překontrolujte instalační pokyny ↗ a najděte jakékoliv chyby a varování v logu.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php je zaregistrován službou webcron a volá cron.php každých 15 minut přes http.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Pro spuštění je potřeba PHP posix rozšíření. Více informací lze nalézt v {linkstart}PHP dokumentaci{linkend}.", + "This means that there might be problems with certain characters in filenames." : "To znamená, že se mohou vyskytnout problémy s určitými znaky v názvech souborů.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Velmi doporučujeme nainstalovat požadované balíčky do systému, pro podporu jednoho z následujících národních prostředí: %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\")" : "Instalace mimo kořenový adresář domény a používání systémového příkazu cron může způsobit problémy s vytvářením správné URL. Pro zabránění těmto chybám nastavte správný popis umístění ve svém souboru config.php v hodnotě „overwrite.cli.url“ (Je doporučena tato: „%s“)", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nebylo možné spustit službu plánovače cron v CLI. Došlo k následujícím technickým chybám:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Důkladně si přečtěte průvodce instalací ↗a zkontrolujte, že v záznamu událostí nejsou žádné chyby ani varování.", "Tips & tricks" : "Tipy a triky", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existuje mnoho možností, jak si přizpůsobit vaši instanci Nextcloudu. Zde je pro vaši informaci pár tipů, kde začít.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite se aktuálně používá jako databáze na backendu. U větších instalací doporučujeme přechod na jinou databázi.", "This is particularly recommended when using the desktop client for file synchronisation." : "To je obzvlášť vhodné, pokud se používá k synchronizaci desktopový klient.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Pro migraci na jinou databázi použijte v příkazovém řádku nástroj: 'occ db:convert-type' nebo nahlédněte do dokumentace ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Pokud chcete-li převést do jiné databáze, použijte nástroj pro příkazový řádek: „occ db:convert-type“, nebo si projděte dokumentaci ↗.", "How to do backups" : "Jak vytvářet zálohy", "Performance tuning" : "Ladění výkonu", "Improving the config.php" : "Vylepšení souboru config.php", "Theming" : "Vzhledy", "Check the security of your Nextcloud over our security scan" : "Zkontrolujte bezpečnost vašeho Nextcloudu pomocí našeho bezpečnostního skenu", "Hardening and security guidance" : "Průvodce vylepšením bezpečnosti", - "This app has an update available." : "Pro tuto aplikaci je dostupná aktualizace.", - "by %s" : "%s", - "%s-licensed" : "%s-licencováno", - "Documentation:" : "Dokumentace:", - "Show description …" : "Zobrazit popis…", - "Hide description …" : "Skrýt popis…", - "Enable only for specific groups" : "Povolit pouze pro vybrané skupiny", - "Online documentation" : "Online dokumentace", - "Getting help" : "Sehnat pomoc", - "Commercial support" : "Placená podpora", "You are using %s of %s" : "Používáte %s z %s", "You are using %s of %s (%s %%)" : "Používáte %s z %s (%s %%)", - "You are member of the following groups:" : "Patříte do následujících skupin:", - "Get the apps to sync your files" : "Získat aplikace pro synchronizaci souborů", - "Desktop client" : "Desktopový klient", - "Android app" : "Aplikace pro Android", - "iOS app" : "Aplikace pro iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Pokud chcete podpořit projekt {contributeopen}připojte se k jeho vývoji{linkclose} nebo {contributeopen}šiřte osvětu{linkclose}!", - "Show First Run Wizard again" : "Znovu zobrazit průvodce prvním spuštěním", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Weboví, desktopoví a mobilní klienti a hesla v aplikacích, která aktuálně mají přístup k vašemu účtu.", - "App passwords" : "Hesla aplikace", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Zde je možné vytvořit hesla pro jednotlivé aplikace, abyste v nich nemuseli používat své osobní heslo. Tím aplikacím můžete také jednotlivě rušit.", - "Follow us on Google+!" : "Následujte nás na Google+!", - "Like our facebook page!" : "Označte naši facebookovou stránku jako „To se mi líbí“!", - "Follow us on Twitter!" : "Následujte nás na Twitteru!", - "Check out our blog!" : "Podívejte se na náš blog!", - "Subscribe to our newsletter!" : "Přihlaste se k odběru našeho zpravodaje!", "Settings" : "Nastavení", "Show storage location" : "Cesta k datům", "Show email address" : "Zobrazit e-mailové adresy", @@ -467,7 +444,6 @@ OC.L10N.register( "Create" : "Vytvořit", "Admin Recovery Password" : "Heslo obnovy správce", "Enter the recovery password in order to recover the users files during password change" : "Zadejte heslo obnovy pro obnovení souborů uživatele při změně hesla", - "Group name" : "Název skupiny", "Disabled" : "Zakázaní", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Zvolte prosím kvótu pro úložiště (např. „512 MB“ nebo „12 GB“)", "Other" : "Jiný", @@ -475,23 +451,7 @@ OC.L10N.register( "set new password" : "nastavit nové heslo", "change email address" : "změnit e-mailovou adresu", "Default" : "Výchozí", - "App up to date" : "Aplikace je aktuální", - "Updating …" : "Aktualizace…", - "Could not update app" : "Aplikaci se nedaří aktualizovat", - "Could not remove app" : "Nepodařilo se odebrat aplikaci", - "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." : "Pro bezpečnost a správný běh vaší instance je důležité mít vše správně nakonfigurováno. Abychom vám to usnadnili, provádíme pár automatických kontrol. Pro více informací, prosím, navštivte sekci Tipy & Triky a také dokumentaci.", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP není nejspíše správně nastaveno pro dotazování na proměnné hodnoty systému. Test s getenv(\"PATH\") vrací pouze prázdnou odpověď.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Prosím, podívejte se v instalační dokumentaci ↗ po poznámkách o konfiguraci PHP a také po samotné konfiguraci PHP na vašem serveru, zvlášť pokud používáte php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je patrně nastaveno tak, aby odstraňovalo bloky komentářů. Toto bude mít za následek znepřístupnění mnoha důležitých aplikací.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "Je nainstalován %1$s nižší verze než %2$s, z důvodu lepší stability a výkonu doporučujeme aktualizovat na novější verzi %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." : "Modul PHP 'fileinfo' chybí. Důrazně se doporučuje, aby tento modul pro získání lepších výsledků při zjišťování typu MIME byl povolen.", - "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 documentation ↗ for more information." : "Transakční zamykání souborů je vypnuto, což by mohlo vést k problémům se souběhem úloh. Povolte 'filelocking.enabled' v config.php, abyste se těmto problémům vyhnuli. Pro více informací si prohlédněte dokumentaci ↗.", - "This means that there might be problems with certain characters in filenames." : "To znamená, že se mohou vyskytnout problémy s určitými znaky v názvech souborů.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Velmi doporučujeme nainstalovat požadované balíčky do systému, pro podporu jednoho z následujících národních prostředí: %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\")" : "Instalace mimo kořenový adresář domény a používání systémového příkazu cron může způsobit problémy s vytvářením správné URL. Pro zabránění těmto chybám nastavte správný popis umístění ve svém souboru config.php v hodnotě „overwrite.cli.url“ (Je doporučena tato: „%s“)", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nebylo možné spustit službu plánovače cron v CLI. Došlo k následujícím technickým chybám:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Důkladně si přečtěte průvodce instalací ↗a zkontrolujte, že v záznamu událostí nejsou žádné chyby ani varování.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Pokud chcete-li převést do jiné databáze, použijte nástroj pro příkazový řádek: „occ db:convert-type“, nebo si projděte dokumentaci ↗.", - "Default quota :" : "Výchozí kvóta:" + "Default quota :" : "Výchozí kvóta:", + "An error occured while changing your locale. Please reload the page and try again." : "Došlo k chybě při změně místních a jazykových nastavení. Načtěte stránku znovu a zopakujte pokus." }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/settings/l10n/cs.json b/settings/l10n/cs.json index 683594c904..23f011923a 100644 --- a/settings/l10n/cs.json +++ b/settings/l10n/cs.json @@ -70,10 +70,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome pro Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS klient", - "Android Client" : "Android klient", "Sync client - {os}" : "Synchronizační klient – {os}", "This session" : "Toto sezení", "Copy" : "Zkopírovat", @@ -102,8 +98,6 @@ "So-so password" : "Středně silné heslo", "Good password" : "Dobré heslo", "Strong password" : "Odolné heslo", - "An error occured while changing your language. Please reload the page and try again." : "Při změně jazyka došlo k chybě. Znovu načtěte stránku a zkuste to ještě jednou.", - "An error occured while changing your locale. Please reload the page and try again." : "Došlo k chybě při změně místních a jazykových nastavení. Načtěte stránku znovu a zopakujte pokus.", "Select a profile picture" : "Vyberte profilový obrázek", "Week starts on {fdow}" : "Týden začíná {fdow}", "Groups" : "Skupiny", @@ -354,12 +348,10 @@ "Invalid user" : "Neplatný uživatel", "Unable to change mail address" : "E-mailovou adresu se nedaří změnit", "Email saved" : "E-mail uložen", - "%1$s changed your email address on %2$s." : "%1$s změnil(a) vaši e-mailovou adresu na %2s.", "Password confirmation is required" : "Je vyžadováno potvrzení hesla", "Are you really sure you want add {domain} as trusted domain?" : "Opravdu chcete přidat {domain} mezi důvěryhodné domény?", "Add trusted domain" : "Přidat důvěryhodnou doménu", "Update to %s" : "Aktualizovat na %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["K dispozici je jedna aktualizace","K dispozici je pár aktualizací","K dispozici je mnoho aktualizací","K dispozici je celkem %naktualizací"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Schválené aplikace jsou vyvíjeny důvěryhodnými vývojáři a prošly zběžným bezpečnostním prověřením. Jsou aktivně udržovány v repozitáři s otevřeným kódem a jejich správci je považují za stabilní pro občasné až normální použití.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "U této aplikace nebyla provedena kontrola na bezpečnostní problémy. Aplikace je nová nebo nestabilní. Instalujte pouze na vlastní nebezpečí.", "Disabling app …" : "Zakazování aplikace…", @@ -368,14 +360,20 @@ "Error while enabling app" : "Chyba při povolování aplikace", "Error: Could not disable broken app" : "Chyba: nezdařilo se vypnout rozbitou aplikaci", "Error while disabling broken app" : "Chyba při vypínání rozbité aplikace", - "Updating...." : "Aktualizace…", - "Error while updating app" : "Chyba při aktualizaci aplikace", + "App up to date" : "Aplikace je aktuální", + "Updating …" : "Aktualizace…", + "Could not update app" : "Aplikaci se nedaří aktualizovat", "Updated" : "Aktualizováno", "Removing …" : "Odstraňování…", - "Error while removing app" : "Chyba při odebírání aplikace", + "Could not remove app" : "Nepodařilo se odebrat aplikaci", "Approved" : "Potvrzeno", "Experimental" : "Experimentální", "No apps found for {query}" : "Nebyly nalezeny žádné aplikace pro {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS klient", + "Android Client" : "Android klient", + "An error occured while changing your language. Please reload the page and try again." : "Při změně jazyka došlo k chybě. Znovu načtěte stránku a zkuste to ještě jednou.", "Unable to delete {objName}" : "Nedaří se smazat {objName}", "Error creating group: {message}" : "Chyba při vytváření skupiny: {message}", "A valid group name must be provided" : "Je třeba zadat platný název skupiny", @@ -396,66 +394,45 @@ "Error creating user: {message}" : "Chyba vytvoření uživatele: {message}", "A valid password must be provided" : "Je třeba zadat platné heslo", "A valid email must be provided" : "Je třeba zadat platný e-mail", - "__language_name__" : "čeština", - "Verifying" : "Ověřování", - "Personal info" : "Osobní údaje", - "Sync clients" : "Synchronizační klienti", - "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." : "Pro optimální zabezpečení a výkon instance je důležitě, aby vše bylo správně nastaveno. Abychom vám v tom pomohli, automaticky ověřujeme některá nastavení. Pro více informací nahlédněte do sekce Tipy a Triky a do dokumentace.", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "php není nejspíše správně nastaveno pro dotazování na proměnné hodnoty systému. Test s getenv(\"PATH\") vrací pouze prázdnou odpověď.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Zkontrolujte nastavení php podle instalační dokumentace ↗, hlavně při použití php-fpm.", + "by %s" : "%s", + "%s-licensed" : "%s-licencováno", + "Documentation:" : "Dokumentace:", + "Show description …" : "Zobrazit popis…", + "Hide description …" : "Skrýt popis…", + "This app has an update available." : "Pro tuto aplikaci je dostupná aktualizace.", + "Enable only for specific groups" : "Povolit pouze pro vybrané skupiny", + "Online documentation" : "Online dokumentace", + "Getting help" : "Sehnat pomoc", + "Commercial support" : "Placená podpora", + "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." : "Pro bezpečnost a správný běh vaší instance je důležité mít vše správně nakonfigurováno. Abychom vám to usnadnili, provádíme pár automatických kontrol. Pro více informací, prosím, navštivte sekci Tipy & Triky a také dokumentaci.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP není nejspíše správně nastaveno pro dotazování na proměnné hodnoty systému. Test s getenv(\"PATH\") vrací pouze prázdnou odpověď.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Prosím, podívejte se v instalační dokumentaci ↗ po poznámkách o konfiguraci PHP a také po samotné konfiguraci PHP na vašem serveru, zvlášť pokud používáte 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." : "Konfigurace je nastavena pouze pro čtení. Toto znemožňuje některá nastavení přes webové rozhraní. Dále musí být pro každou změnu povolen zápis do souboru s nastaveními ručně.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je patrně nastaveno tak, aby odstraňovalo bloky komentářů. Toto bude mít za následek znepřístupnění mnoha důležitých aplikací.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je patrně nastaveno tak, aby odstraňovalo bloky komentářů. Toto bude mít za následek znepřístupnění mnoha důležitých aplikací.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Toto je pravděpodobně způsobeno aplikacemi pro urychlení načítání jako jsou Zend OPcache nebo eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Vaše databáze neběží s úrovní izolace transakcí \"READ COMMITTED\". Toto může způsobit problémy při paralelním spouštění více akcí současně.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "Je nainstalován %1$s nižší verze než %2$s, z důvodu lepší stability a výkonu doporučujeme aktualizovat na novější verzi %1$s.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "PHP modul 'fileinfo' chybí. Velmi ho kvůli lepším výsledkům detekce MIME typu souburu doporučujeme povolit.", - "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 documentation ↗ for more information." : "Transakční uzamykání souborů je vypnuto, což může vést k problémům s \"race\" podmínkami. Pro zabránění těmto problémům povolte 'filelocking.enabled' v souboru config.php. Více informací lze nalézt v dokumentaci ↗.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "Je nainstalován %1$s nižší verze než %2$s, z důvodu lepší stability a výkonu doporučujeme aktualizovat na novější verzi %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." : "Modul PHP 'fileinfo' chybí. Důrazně se doporučuje, aby tento modul pro získání lepších výsledků při zjišťování typu MIME byl povolen.", + "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 documentation ↗ for more information." : "Transakční zamykání souborů je vypnuto, což by mohlo vést k problémům se souběhem úloh. Povolte 'filelocking.enabled' v config.php, abyste se těmto problémům vyhnuli. Pro více informací si prohlédněte dokumentaci ↗.", "System locale can not be set to a one which supports UTF-8." : "Není možné nastavit znakovou sadu, která podporuje UTF-8.", - "This means that there might be problems with certain characters in file names." : "To znamená, že se mohou vyskytnout problémy s určitými znaky v názvech souborů.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Velmi doporučujeme nainstalovat požadované balíčky do systému, pro podporu jednoho z následujících národních prostředí: %s.", - "If your installation is not installed in 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\")" : "Instalace mimo kořenový adresář domény a používání systémového příkazu cron může způsobit problém s generováním správné URL. Pro zabránění těmto chybám nastavte prosím správnou cestu ve svém config.php souboru v hodnotě „overwrite.cli.url“ (Je doporučena tato: „%s“)", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Nebylo možné spustit službu cron v CLI. Došlo k následujícím technickým chybám:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Prosím překontrolujte instalační pokyny ↗ a najděte jakékoliv chyby a varování v logu.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php je zaregistrován službou webcron a volá cron.php každých 15 minut přes http.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Pro spuštění je potřeba PHP posix rozšíření. Více informací lze nalézt v {linkstart}PHP dokumentaci{linkend}.", + "This means that there might be problems with certain characters in filenames." : "To znamená, že se mohou vyskytnout problémy s určitými znaky v názvech souborů.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Velmi doporučujeme nainstalovat požadované balíčky do systému, pro podporu jednoho z následujících národních prostředí: %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\")" : "Instalace mimo kořenový adresář domény a používání systémového příkazu cron může způsobit problémy s vytvářením správné URL. Pro zabránění těmto chybám nastavte správný popis umístění ve svém souboru config.php v hodnotě „overwrite.cli.url“ (Je doporučena tato: „%s“)", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nebylo možné spustit službu plánovače cron v CLI. Došlo k následujícím technickým chybám:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Důkladně si přečtěte průvodce instalací ↗a zkontrolujte, že v záznamu událostí nejsou žádné chyby ani varování.", "Tips & tricks" : "Tipy a triky", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existuje mnoho možností, jak si přizpůsobit vaši instanci Nextcloudu. Zde je pro vaši informaci pár tipů, kde začít.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite se aktuálně používá jako databáze na backendu. U větších instalací doporučujeme přechod na jinou databázi.", "This is particularly recommended when using the desktop client for file synchronisation." : "To je obzvlášť vhodné, pokud se používá k synchronizaci desktopový klient.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Pro migraci na jinou databázi použijte v příkazovém řádku nástroj: 'occ db:convert-type' nebo nahlédněte do dokumentace ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Pokud chcete-li převést do jiné databáze, použijte nástroj pro příkazový řádek: „occ db:convert-type“, nebo si projděte dokumentaci ↗.", "How to do backups" : "Jak vytvářet zálohy", "Performance tuning" : "Ladění výkonu", "Improving the config.php" : "Vylepšení souboru config.php", "Theming" : "Vzhledy", "Check the security of your Nextcloud over our security scan" : "Zkontrolujte bezpečnost vašeho Nextcloudu pomocí našeho bezpečnostního skenu", "Hardening and security guidance" : "Průvodce vylepšením bezpečnosti", - "This app has an update available." : "Pro tuto aplikaci je dostupná aktualizace.", - "by %s" : "%s", - "%s-licensed" : "%s-licencováno", - "Documentation:" : "Dokumentace:", - "Show description …" : "Zobrazit popis…", - "Hide description …" : "Skrýt popis…", - "Enable only for specific groups" : "Povolit pouze pro vybrané skupiny", - "Online documentation" : "Online dokumentace", - "Getting help" : "Sehnat pomoc", - "Commercial support" : "Placená podpora", "You are using %s of %s" : "Používáte %s z %s", "You are using %s of %s (%s %%)" : "Používáte %s z %s (%s %%)", - "You are member of the following groups:" : "Patříte do následujících skupin:", - "Get the apps to sync your files" : "Získat aplikace pro synchronizaci souborů", - "Desktop client" : "Desktopový klient", - "Android app" : "Aplikace pro Android", - "iOS app" : "Aplikace pro iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Pokud chcete podpořit projekt {contributeopen}připojte se k jeho vývoji{linkclose} nebo {contributeopen}šiřte osvětu{linkclose}!", - "Show First Run Wizard again" : "Znovu zobrazit průvodce prvním spuštěním", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Weboví, desktopoví a mobilní klienti a hesla v aplikacích, která aktuálně mají přístup k vašemu účtu.", - "App passwords" : "Hesla aplikace", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Zde je možné vytvořit hesla pro jednotlivé aplikace, abyste v nich nemuseli používat své osobní heslo. Tím aplikacím můžete také jednotlivě rušit.", - "Follow us on Google+!" : "Následujte nás na Google+!", - "Like our facebook page!" : "Označte naši facebookovou stránku jako „To se mi líbí“!", - "Follow us on Twitter!" : "Následujte nás na Twitteru!", - "Check out our blog!" : "Podívejte se na náš blog!", - "Subscribe to our newsletter!" : "Přihlaste se k odběru našeho zpravodaje!", "Settings" : "Nastavení", "Show storage location" : "Cesta k datům", "Show email address" : "Zobrazit e-mailové adresy", @@ -465,7 +442,6 @@ "Create" : "Vytvořit", "Admin Recovery Password" : "Heslo obnovy správce", "Enter the recovery password in order to recover the users files during password change" : "Zadejte heslo obnovy pro obnovení souborů uživatele při změně hesla", - "Group name" : "Název skupiny", "Disabled" : "Zakázaní", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Zvolte prosím kvótu pro úložiště (např. „512 MB“ nebo „12 GB“)", "Other" : "Jiný", @@ -473,23 +449,7 @@ "set new password" : "nastavit nové heslo", "change email address" : "změnit e-mailovou adresu", "Default" : "Výchozí", - "App up to date" : "Aplikace je aktuální", - "Updating …" : "Aktualizace…", - "Could not update app" : "Aplikaci se nedaří aktualizovat", - "Could not remove app" : "Nepodařilo se odebrat aplikaci", - "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." : "Pro bezpečnost a správný běh vaší instance je důležité mít vše správně nakonfigurováno. Abychom vám to usnadnili, provádíme pár automatických kontrol. Pro více informací, prosím, navštivte sekci Tipy & Triky a také dokumentaci.", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP není nejspíše správně nastaveno pro dotazování na proměnné hodnoty systému. Test s getenv(\"PATH\") vrací pouze prázdnou odpověď.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Prosím, podívejte se v instalační dokumentaci ↗ po poznámkách o konfiguraci PHP a také po samotné konfiguraci PHP na vašem serveru, zvlášť pokud používáte php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je patrně nastaveno tak, aby odstraňovalo bloky komentářů. Toto bude mít za následek znepřístupnění mnoha důležitých aplikací.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "Je nainstalován %1$s nižší verze než %2$s, z důvodu lepší stability a výkonu doporučujeme aktualizovat na novější verzi %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." : "Modul PHP 'fileinfo' chybí. Důrazně se doporučuje, aby tento modul pro získání lepších výsledků při zjišťování typu MIME byl povolen.", - "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 documentation ↗ for more information." : "Transakční zamykání souborů je vypnuto, což by mohlo vést k problémům se souběhem úloh. Povolte 'filelocking.enabled' v config.php, abyste se těmto problémům vyhnuli. Pro více informací si prohlédněte dokumentaci ↗.", - "This means that there might be problems with certain characters in filenames." : "To znamená, že se mohou vyskytnout problémy s určitými znaky v názvech souborů.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Velmi doporučujeme nainstalovat požadované balíčky do systému, pro podporu jednoho z následujících národních prostředí: %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\")" : "Instalace mimo kořenový adresář domény a používání systémového příkazu cron může způsobit problémy s vytvářením správné URL. Pro zabránění těmto chybám nastavte správný popis umístění ve svém souboru config.php v hodnotě „overwrite.cli.url“ (Je doporučena tato: „%s“)", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nebylo možné spustit službu plánovače cron v CLI. Došlo k následujícím technickým chybám:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Důkladně si přečtěte průvodce instalací ↗a zkontrolujte, že v záznamu událostí nejsou žádné chyby ani varování.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Pokud chcete-li převést do jiné databáze, použijte nástroj pro příkazový řádek: „occ db:convert-type“, nebo si projděte dokumentaci ↗.", - "Default quota :" : "Výchozí kvóta:" + "Default quota :" : "Výchozí kvóta:", + "An error occured while changing your locale. Please reload the page and try again." : "Došlo k chybě při změně místních a jazykových nastavení. Načtěte stránku znovu a zopakujte pokus." },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file diff --git a/settings/l10n/cy_GB.js b/settings/l10n/cy_GB.js deleted file mode 100644 index 2ef7ab7ea3..0000000000 --- a/settings/l10n/cy_GB.js +++ /dev/null @@ -1,20 +0,0 @@ -OC.L10N.register( - "settings", - { - "Authentication error" : "Gwall dilysu", - "Email sent" : "Anfonwyd yr e-bost", - "Delete" : "Dileu", - "Groups" : "Grwpiau", - "New password" : "Cyfrinair newydd", - "Username" : "Enw defnyddiwr", - "Password" : "Cyfrinair", - "Email" : "E-bost", - "None" : "Dim", - "Login" : "Mewngofnodi", - "Encryption" : "Amgryptiad", - "Cancel" : "Diddymu", - "undo" : "dadwneud", - "never" : "byth", - "Other" : "Arall" -}, -"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); diff --git a/settings/l10n/cy_GB.json b/settings/l10n/cy_GB.json deleted file mode 100644 index 6276d6052d..0000000000 --- a/settings/l10n/cy_GB.json +++ /dev/null @@ -1,18 +0,0 @@ -{ "translations": { - "Authentication error" : "Gwall dilysu", - "Email sent" : "Anfonwyd yr e-bost", - "Delete" : "Dileu", - "Groups" : "Grwpiau", - "New password" : "Cyfrinair newydd", - "Username" : "Enw defnyddiwr", - "Password" : "Cyfrinair", - "Email" : "E-bost", - "None" : "Dim", - "Login" : "Mewngofnodi", - "Encryption" : "Amgryptiad", - "Cancel" : "Diddymu", - "undo" : "dadwneud", - "never" : "byth", - "Other" : "Arall" -},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" -} \ No newline at end of file diff --git a/settings/l10n/da.js b/settings/l10n/da.js index 4b020f349a..9ca8ecd249 100644 --- a/settings/l10n/da.js +++ b/settings/l10n/da.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome til Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS Client", - "Android Client" : "Android klient", "Sync client - {os}" : "Synk klient - {os}", "This session" : "Sessionen", "Copy" : "Kopier", @@ -245,7 +241,6 @@ OC.L10N.register( "Invalid user" : "Ugyldig bruger", "Unable to change mail address" : "Kan ikke ændre mailadresse", "Email saved" : "E-mailadressen er gemt", - "%1$s changed your email address on %2$s." : "%1$s ændrede din email på %2$s.", "Password confirmation is required" : "Password beskæftigelse er påkrævet", "Are you really sure you want add {domain} as trusted domain?" : "Er du helt sikker på at du vil tilføje {domain} som et betroet domæne?", "Add trusted domain" : "Tilføj et domæne som du har tillid til", @@ -263,6 +258,10 @@ OC.L10N.register( "Approved" : "Godkendt", "Experimental" : "Eksperimentel", "No apps found for {query}" : "Ingen apps fundet for {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS Client", + "Android Client" : "Android klient", "Unable to delete {objName}" : "Kunne ikke slette {objName}", "A valid group name must be provided" : "Et gyldigt gruppenavn skal angives ", "deleted {groupName}" : "slettede {groupName}", @@ -274,6 +273,14 @@ OC.L10N.register( "A valid username must be provided" : "Et gyldigt brugernavn skal angives", "A valid password must be provided" : "En gyldig adgangskode skal angives", "A valid email must be provided" : "Der skal angives en gyldig e-mail", + "by %s" : "af %s", + "Documentation:" : "Dokumentation:", + "Show description …" : "Vis beskrivelse", + "Hide description …" : "Skjul beskrivelse", + "Enable only for specific groups" : "Aktivér kun for udvalgte grupper", + "Online documentation" : "Online dokumentation", + "Getting help" : "Få hjælp", + "Commercial support" : "Kommerciel support", "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." : "Den skrivebeskyttede konfiguration er blevet slået til. Dette forhindrer indstillinger af nogle konfigurationer via webgrænsefladen. I tillæg skal filen gøres skrivbar manuelt for hver opdatering.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dette er sansynligvis forårsaget af et accelerator eller cache som Zend OPcache eller eAccelerator", "System locale can not be set to a one which supports UTF-8." : "Systemets lokalitet kan ikke sættes til et der bruger UTF-8.", @@ -283,17 +290,8 @@ OC.L10N.register( "Improving the config.php" : "Forbedring af config.php", "Theming" : "Temaer", "Hardening and security guidance" : "Modstanddygtighed og sikkerheds vejledning", - "by %s" : "af %s", - "Documentation:" : "Dokumentation:", - "Show description …" : "Vis beskrivelse", - "Hide description …" : "Skjul beskrivelse", - "Enable only for specific groups" : "Aktivér kun for udvalgte grupper", - "Online documentation" : "Online dokumentation", - "Getting help" : "Få hjælp", - "Commercial support" : "Kommerciel support", "You are using %s of %s" : "Du bruger %s af %s", "You are using %s of %s (%s %%)" : "Du bruger %s af %s (%s %%)", - "You are member of the following groups:" : "Du er medlem af følgende grupper:", "Settings" : "Indstillinger", "Show storage location" : "Vis placering af lageret", "Show email address" : "Vis e-mailadresse", diff --git a/settings/l10n/da.json b/settings/l10n/da.json index 2510f543f8..5a411a8cbb 100644 --- a/settings/l10n/da.json +++ b/settings/l10n/da.json @@ -67,10 +67,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome til Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS Client", - "Android Client" : "Android klient", "Sync client - {os}" : "Synk klient - {os}", "This session" : "Sessionen", "Copy" : "Kopier", @@ -243,7 +239,6 @@ "Invalid user" : "Ugyldig bruger", "Unable to change mail address" : "Kan ikke ændre mailadresse", "Email saved" : "E-mailadressen er gemt", - "%1$s changed your email address on %2$s." : "%1$s ændrede din email på %2$s.", "Password confirmation is required" : "Password beskæftigelse er påkrævet", "Are you really sure you want add {domain} as trusted domain?" : "Er du helt sikker på at du vil tilføje {domain} som et betroet domæne?", "Add trusted domain" : "Tilføj et domæne som du har tillid til", @@ -261,6 +256,10 @@ "Approved" : "Godkendt", "Experimental" : "Eksperimentel", "No apps found for {query}" : "Ingen apps fundet for {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS Client", + "Android Client" : "Android klient", "Unable to delete {objName}" : "Kunne ikke slette {objName}", "A valid group name must be provided" : "Et gyldigt gruppenavn skal angives ", "deleted {groupName}" : "slettede {groupName}", @@ -272,6 +271,14 @@ "A valid username must be provided" : "Et gyldigt brugernavn skal angives", "A valid password must be provided" : "En gyldig adgangskode skal angives", "A valid email must be provided" : "Der skal angives en gyldig e-mail", + "by %s" : "af %s", + "Documentation:" : "Dokumentation:", + "Show description …" : "Vis beskrivelse", + "Hide description …" : "Skjul beskrivelse", + "Enable only for specific groups" : "Aktivér kun for udvalgte grupper", + "Online documentation" : "Online dokumentation", + "Getting help" : "Få hjælp", + "Commercial support" : "Kommerciel support", "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." : "Den skrivebeskyttede konfiguration er blevet slået til. Dette forhindrer indstillinger af nogle konfigurationer via webgrænsefladen. I tillæg skal filen gøres skrivbar manuelt for hver opdatering.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dette er sansynligvis forårsaget af et accelerator eller cache som Zend OPcache eller eAccelerator", "System locale can not be set to a one which supports UTF-8." : "Systemets lokalitet kan ikke sættes til et der bruger UTF-8.", @@ -281,17 +288,8 @@ "Improving the config.php" : "Forbedring af config.php", "Theming" : "Temaer", "Hardening and security guidance" : "Modstanddygtighed og sikkerheds vejledning", - "by %s" : "af %s", - "Documentation:" : "Dokumentation:", - "Show description …" : "Vis beskrivelse", - "Hide description …" : "Skjul beskrivelse", - "Enable only for specific groups" : "Aktivér kun for udvalgte grupper", - "Online documentation" : "Online dokumentation", - "Getting help" : "Få hjælp", - "Commercial support" : "Kommerciel support", "You are using %s of %s" : "Du bruger %s af %s", "You are using %s of %s (%s %%)" : "Du bruger %s af %s (%s %%)", - "You are member of the following groups:" : "Du er medlem af følgende grupper:", "Settings" : "Indstillinger", "Show storage location" : "Vis placering af lageret", "Show email address" : "Vis e-mailadresse", diff --git a/settings/l10n/de.js b/settings/l10n/de.js index 7d255e39eb..96395ccd56 100644 --- a/settings/l10n/de.js +++ b/settings/l10n/de.js @@ -72,10 +72,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome für Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS-Client", - "Android Client" : "Android-Client", "Sync client - {os}" : "Sync-Client - {os}", "This session" : "Diese Sitzung", "Copy" : "Kopieren", @@ -104,8 +100,6 @@ OC.L10N.register( "So-so password" : "Akzeptables Passwort", "Good password" : "Gutes Passwort", "Strong password" : "Starkes Passwort", - "An error occured while changing your language. Please reload the page and try again." : "Es ist ein Fehler beim Wechseln der Sprache aufgetreten. Bitte lade die Seite neu und versuchen es noch einmal.", - "An error occured while changing your locale. Please reload the page and try again." : "Es ist ein Fehler beim Wechseln des Gebietsschemas aufgetreten. Bitte die Seite neu laden und erneut versuchen.", "Select a profile picture" : "Wähle ein Profilbild", "Week starts on {fdow}" : "Die Woche startet am {fdow}", "Groups" : "Gruppen", @@ -356,12 +350,10 @@ OC.L10N.register( "Invalid user" : "Ungültiger Benutzer", "Unable to change mail address" : "E-Mail-Adresse konnte nicht geändert werden", "Email saved" : "E-Mail-Adresse gespeichert", - "%1$s changed your email address on %2$s." : "%1$s hat Deine E-Mail-Adresse geändert auf %2$s.", "Password confirmation is required" : "Passwortbestätigung erforderlich", "Are you really sure you want add {domain} as trusted domain?" : "Bist du sicher, dass du {domain} als vertrauenswürdige Domain hinzufügen möchtest?", "Add trusted domain" : "Vertrauenswürdige Domain hinzufügen", "Update to %s" : "Aktualisierung auf %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Es ist %n App-Aktualisierungen verfügbar","Es sind %n App-Aktualisierungen verfügbar"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Geprüfte Apps werden von vertrauenswürdigen Entwicklern entwickelt und haben eine oberflächliche Sicherheitsprüfung durchlaufen. Sie werden innerhalb eines offenen Code-Repositorys aktiv gepflegt und ihre Betreuer erachten sie als stabil genug für für den gelegentlichen bis normalen Einsatz.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Diese App ist nicht auf Sicherheitsprobleme hin überprüft und ist neu oder bekanntermaßen instabil. Die Installation erfolgt auf eigenes Risiko.", "Disabling app …" : "App wird deaktiviert…", @@ -370,14 +362,20 @@ OC.L10N.register( "Error while enabling app" : "Beim Aktivieren der App ist ein Fehler aufgetreten", "Error: Could not disable broken app" : " Fehler: Die beschädigte Anwendung konnte nicht deaktiviert werden ", "Error while disabling broken app" : "Beim Deaktivieren der defekten App ist ein Fehler aufgetreten", - "Updating...." : "Aktualisiere…", - "Error while updating app" : "Fehler beim Aktualisieren der App", + "App up to date" : "App ist aktuell", + "Updating …" : "Aktualisiere…", + "Could not update app" : "App konnte nicht aktualisiert werden", "Updated" : "Aktualisiert", "Removing …" : "Entferne…", - "Error while removing app" : "Fehler beim Entfernen der App", + "Could not remove app" : "App konnte nicht entfernt werden", "Approved" : "Geprüft", "Experimental" : "Experimentell", "No apps found for {query}" : "Keine Applikationen für {query} gefunden", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS-Client", + "Android Client" : "Android-Client", + "An error occured while changing your language. Please reload the page and try again." : "Es ist ein Fehler beim Wechseln der Sprache aufgetreten. Bitte lade die Seite neu und versuchen es noch einmal.", "Unable to delete {objName}" : "Löschen von {objName} nicht möglich", "Error creating group: {message}" : "Fehler beim Erstellen einer Gruppe: {message}", "A valid group name must be provided" : "Ein gültiger Gruppenname muss angegeben werden", @@ -398,66 +396,45 @@ OC.L10N.register( "Error creating user: {message}" : "Fehler beim Erstellen des Benutzers: {message}", "A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden", "A valid email must be provided" : "Es muss eine gültige E-Mail-Adresse angegeben werden", - "__language_name__" : "Deutsch (Persönlich: Du)", - "Verifying" : "Überprüfe", - "Personal info" : "Persönliche Informationen ", - "Sync clients" : "Sync-Clients", - "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." : "Für die Sicherheit und Geschwindigkeit Deiner Installation ist es von großer Bedeutung, dass sie richtig konfiguriert ist. Um Dir hierbei zu helfen werden einige automatische Tests durchgeführt. Weitere Informationen findest Du im Tipps & Tricks- Abschnitt und in der Dokumentation.", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP scheint zur Abfrage von Systemumgebungsvariablen nicht richtig eingerichtet zu sein. Der Test mit getenv (\"PATH\") liefert nur eine leere Antwort zurück.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Bitte schaue in der Installationsdokumentation ↗ nach Hinweisen zur PHP-Konfiguration, sowie die PHP-Konfiguration Deines Servers, insbesondere dann, wenn PHP-FPM eingesetzt wird.", + "by %s" : "von %s", + "%s-licensed" : "%s-Lizensiert", + "Documentation:" : "Dokumentation:", + "Show description …" : "Beschreibung anzeigen…", + "Hide description …" : "Beschreibung ausblenden…", + "This app has an update available." : "Für diese App ist eine Aktualisierung verfügbar.", + "Enable only for specific groups" : "Nur für bestimmte Gruppen aktivieren", + "Online documentation" : "Online-Dokumentation", + "Getting help" : "Hilfe bekommen", + "Commercial support" : "Kommerzieller Support", + "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." : "Für die Sicherheit und Geschwindigkeit Deiner Installation ist es von großer Bedeutung, dass sie richtig konfiguriert ist. Um Dir hierbei zu helfen werden einige automatische Tests durchgeführt. Weitere Informationen findest Du im Tipps & Tricks- Abschnitt und in der Dokumentation.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP scheint zur Abfrage von Systemumgebungsvariablen nicht richtig eingerichtet zu sein. Der Test mit getenv(\"PATH\") liefert nur eine leere Antwort zurück.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bitte die Installationsdokumentation ↗ auf Hinweise zur PHP-Konfiguration durchlesen, sowie die PHP-Konfiguration Deines Servers überprüfen, insbesondere dann, wenn PHP-FPM eingesetzt wird.", "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." : "Die schreibgeschützte Konfiguration wurde aktiviert. Dies verhindert das Setzen einiger Einstellungen über die Web-Schnittstelle. Weiterhin muss bei jedem Update der Schreibzugriff auf die Datei händisch aktiviert werden.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP ist offenbar so konfiguriert, dass PHPDoc-Blöcke in der Anweisung entfernt werden. Dadurch sind mehrere Kern-Apps nicht erreichbar.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP ist offenbar so konfiguriert, dass PHPDoc-Blöcke in der Anweisung entfernt werden. Dadurch sind mehrere Kern-Apps nicht erreichbar. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dies wird wahrscheinlich durch Zwischenspeicher/Beschleuniger wie etwa Zend OPcache oder eAccelerator verursacht.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Deine Datenbank läuft nicht mit der \"READ COMMITED\" Transaktionsisolationsstufe. Dies kann Probleme hervorrufen, wenn mehrere Aktionen parallel ausgeführt werden.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s ist in einer älteren Version als %2$s installiert. Aus Stabilitäts- und Performancegründen empfehlen wir eine Aktualisierung auf eine neuere %1$s-Version.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Das PHP-Modul 'fileinfo' fehlt. Wir empfehlen dringend, das Modul zu aktivieren, um beste Ergebnisse mit MIME-Typ-Erkennung zu erhalten.", - "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 documentation ↗ for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. 'filelocking.enabled' in der config.php aktivieren, um diese Probleme zu vermeiden. Weitere Informationen finden sich in unserer Dokumentation ↗.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s ist in einer älteren Version als %2$s installiert. Aus Stabilitäts- und Performancegründen empfehlen wir eine Aktualisierung auf eine neuere %1$s-Version", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Das PHP Modul 'fileinfo' fehlt. Es empfiehlt sich dringend, das Modul zu aktivieren, um bestmögliche Ergebnisse bei der MIME-Datei-Typ-Erkennung zu erhalten. ", + "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 documentation ↗ for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. 'filelocking.enabled' in der config.php aktivieren, um diese Probleme zu vermeiden. Weitere Informationen findest du in unserer Dokumentation ↗.", "System locale can not be set to a one which supports UTF-8." : "Es kann kein Systemgebietsschema gesetzt werden, das UTF-8 unterstützt.", - "This means that there might be problems with certain characters in file names." : "Dies bedeutet, dass es zu Problemen mit bestimmten Zeichen in Dateinamen kommen kann.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Wir empfehlen dringend, die erforderlichen Pakete auf Deinem System zu installieren, damit eines der folgenden Gebietsschemata unterstützt wird: %s.", - "If your installation is not installed in 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\")" : "Wenn sich Deine Installation nicht im Wurzelverzeichnis der Domain befindet und System-Cron genutzt wird, kann es zu Fehlern bei der URL-Generierung kommen. Um dies zu verhindern, setze bitte die „overwrite.cli.url“-Option in Deiner config.php auf das Web-Wurzelverzeichnis Deiner Installation (Vorschlag: \"%s“)", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Die Ausführung des Cron-Jobs über die Kommandozeile war nicht möglich. Die folgenden technischen Fehler sind dabei aufgetreten:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Bitte überprüfe noch einmal die Installationsanleitungen ↗ und kontrolliere das Protokoll auf mögliche Fehler oder Warnungen.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php ist als Webcron-Dienst registriert, der die cron.php alle 15 Minuten per HTTP aufruft.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Um dies auszuführen, wird die PHP-Posix Erweiterung benötigt. Weitere Informationen in der {linkstart}PHP-Dokumentation{linkend}.", + "This means that there might be problems with certain characters in filenames." : "Dies bedeutet, dass es zu Problemen mit bestimmten Zeichen in Dateinamen kommen kann. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Es empfiehlt sich dringend, die erforderlichen Pakete auf Deinen System zu installieren, damit eines der folgenden Gebietsschemata unterstützt wird: %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\")" : "Wenn sich Deine Installation nicht im Wurzelverzeichnis der Domain befindet und Cron des Systems genutzt wird, kann es zu Fehlern bei der URL-Generierung kommen. Um dies zu verhindern, setze bitte die „overwrite.cli.url“-Option in Deiner config.php auf das Web-Wurzelverzeichnis Deiner Installation (Vorschlag: „%s“).", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Die Ausführung des Cron-Jobs über die Kommandozeile war nicht möglich. Die folgenden technischen Fehler sind dabei aufgetreten: ", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Bitte überprüfe noch einmal die Installationsanleitungen ↗ und kontrolliere das Protokoll auf mögliche Fehler oder Warnungen.", "Tips & tricks" : "Tipps & Tricks", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Es gibt ein Menge von Eigenschaften und Konfigurationsschaltern die es ermöglichen, die Installation optimal zu nutzen und anzupassen. Hier einige Verweise auf weitere Informationen.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wird als Datenbank verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.", "This is particularly recommended when using the desktop client for file synchronisation." : "Dies wird insbesondere bei der Benutzung des Dektop-Clients zur Synchronisierung empfohlen.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Um zu einer anderen Datenbank zu migrieren, benutze bitte die Kommandozeile: 'occ db:convert-type', oder schauen in die Dokumentation ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Um zu einer anderen Datenbank zu migrieren, benutze bitte die Kommandozeile: 'occ db:convert-type', oder in die Dokumentation ↗ schauen.", "How to do backups" : "Wie man Datensicherungen anlegt", "Performance tuning" : "Leistungsoptimierung", "Improving the config.php" : "Die config.php optimieren", "Theming" : "Themen verwenden", "Check the security of your Nextcloud over our security scan" : "Überprüfe die Sicherheit Deiner Nextcloud mit unserem Sicherheits-Scan", "Hardening and security guidance" : "Systemhärtung und Sicherheitsempfehlungen", - "This app has an update available." : "Für diese App ist eine Aktualisierung verfügbar.", - "by %s" : "von %s", - "%s-licensed" : "%s-Lizensiert", - "Documentation:" : "Dokumentation:", - "Show description …" : "Beschreibung anzeigen…", - "Hide description …" : "Beschreibung ausblenden…", - "Enable only for specific groups" : "Nur für bestimmte Gruppen aktivieren", - "Online documentation" : "Online-Dokumentation", - "Getting help" : "Hilfe bekommen", - "Commercial support" : "Kommerzieller Support", "You are using %s of %s" : "Du benutzt %s von %s", "You are using %s of %s (%s %%)" : "Du benutzt %s von %s (%s %%)", - "You are member of the following groups:" : "Du bist Mitglied folgender Gruppen:", - "Get the apps to sync your files" : "Lade die Apps zur Synchronisierung Deiner Daten herunter", - "Desktop client" : "Desktop-Client", - "Android app" : "Android-App", - "iOS app" : "iOS-App", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Wenn Du das Projekt unterstützen willst, {contributeopen}hilf bei der Entwicklung{linkclose} oder {contributeopen}verbreite es{linkclose}!", - "Show First Run Wizard again" : "Den Einrichtungsassistenten erneut anzeigen", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Passwörter für die Web-Oberfläche, Desktop- oder Mobil-Clients und Apps, die Zugriff auf Dein Konto haben.", - "App passwords" : "App-Passwörter", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Hier können individuelle Passwörter für Apps erzeugt werden. So must Du nicht Dein Passwort verteilen. Jedes Passwort kann individuell widerrufen werden.", - "Follow us on Google+!" : "Folge uns auf Google+!", - "Like our facebook page!" : "Like uns auf unserer Facebook-Seite!", - "Follow us on Twitter!" : "Folge uns auf Twitter!", - "Check out our blog!" : "Sieh Dir unseren Blog an!", - "Subscribe to our newsletter!" : "Abonniere unseren Newsletter!", "Settings" : "Einstellungen", "Show storage location" : "Speicherort anzeigen", "Show email address" : "E-Mail-Adresse anzeigen", @@ -467,7 +444,6 @@ OC.L10N.register( "Create" : "Erstellen", "Admin Recovery Password" : "Admin-Passwort-Wiederherstellung", "Enter the recovery password in order to recover the users files during password change" : "Gib das Wiederherstellungspasswort ein, um die Benutzerdateien während der Passwortänderung wiederherzustellen", - "Group name" : "Gruppenname", "Disabled" : "Deaktiviert", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Bitte Speicherkontingent eingeben (z.B.: „512 MB“ oder „12 GB“)", "Other" : "Andere", @@ -475,23 +451,7 @@ OC.L10N.register( "set new password" : "Neues Passwort setzen", "change email address" : "E-Mail-Adresse ändern", "Default" : "Standard", - "App up to date" : "App ist aktuell", - "Updating …" : "Aktualisiere…", - "Could not update app" : "App konnte nicht aktualisiert werden", - "Could not remove app" : "App konnte nicht entfernt werden", - "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." : "Für die Sicherheit und Geschwindigkeit Deiner Installation ist es von großer Bedeutung, dass sie richtig konfiguriert ist. Um Dir hierbei zu helfen werden einige automatische Tests durchgeführt. Weitere Informationen findest Du im Tipps & Tricks- Abschnitt und in der Dokumentation.", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP scheint zur Abfrage von Systemumgebungsvariablen nicht richtig eingerichtet zu sein. Der Test mit getenv(\"PATH\") liefert nur eine leere Antwort zurück.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bitte die Installationsdokumentation ↗ auf Hinweise zur PHP-Konfiguration durchlesen, sowie die PHP-Konfiguration Deines Servers überprüfen, insbesondere dann, wenn PHP-FPM eingesetzt wird.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP ist offenbar so konfiguriert, dass PHPDoc-Blöcke in der Anweisung entfernt werden. Dadurch sind mehrere Kern-Apps nicht erreichbar. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s ist in einer älteren Version als %2$s installiert. Aus Stabilitäts- und Performancegründen empfehlen wir eine Aktualisierung auf eine neuere %1$s-Version", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Das PHP Modul 'fileinfo' fehlt. Es empfiehlt sich dringend, das Modul zu aktivieren, um bestmögliche Ergebnisse bei der MIME-Datei-Typ-Erkennung zu erhalten. ", - "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 documentation ↗ for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. 'filelocking.enabled' in der config.php aktivieren, um diese Probleme zu vermeiden. Weitere Informationen findest du in unserer Dokumentation ↗.", - "This means that there might be problems with certain characters in filenames." : "Dies bedeutet, dass es zu Problemen mit bestimmten Zeichen in Dateinamen kommen kann. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Es empfiehlt sich dringend, die erforderlichen Pakete auf Deinen System zu installieren, damit eines der folgenden Gebietsschemata unterstützt wird: %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\")" : "Wenn sich Deine Installation nicht im Wurzelverzeichnis der Domain befindet und Cron des Systems genutzt wird, kann es zu Fehlern bei der URL-Generierung kommen. Um dies zu verhindern, setze bitte die „overwrite.cli.url“-Option in Deiner config.php auf das Web-Wurzelverzeichnis Deiner Installation (Vorschlag: „%s“).", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Die Ausführung des Cron-Jobs über die Kommandozeile war nicht möglich. Die folgenden technischen Fehler sind dabei aufgetreten: ", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Bitte überprüfe noch einmal die Installationsanleitungen ↗ und kontrolliere das Protokoll auf mögliche Fehler oder Warnungen.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Um zu einer anderen Datenbank zu migrieren, benutze bitte die Kommandozeile: 'occ db:convert-type', oder in die Dokumentation ↗ schauen.", - "Default quota :" : "Standard Speicherkontingent:" + "Default quota :" : "Standard Speicherkontingent:", + "An error occured while changing your locale. Please reload the page and try again." : "Es ist ein Fehler beim Wechseln des Gebietsschemas aufgetreten. Bitte die Seite neu laden und erneut versuchen." }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/de.json b/settings/l10n/de.json index 9884a8a77c..8cca60211b 100644 --- a/settings/l10n/de.json +++ b/settings/l10n/de.json @@ -70,10 +70,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome für Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS-Client", - "Android Client" : "Android-Client", "Sync client - {os}" : "Sync-Client - {os}", "This session" : "Diese Sitzung", "Copy" : "Kopieren", @@ -102,8 +98,6 @@ "So-so password" : "Akzeptables Passwort", "Good password" : "Gutes Passwort", "Strong password" : "Starkes Passwort", - "An error occured while changing your language. Please reload the page and try again." : "Es ist ein Fehler beim Wechseln der Sprache aufgetreten. Bitte lade die Seite neu und versuchen es noch einmal.", - "An error occured while changing your locale. Please reload the page and try again." : "Es ist ein Fehler beim Wechseln des Gebietsschemas aufgetreten. Bitte die Seite neu laden und erneut versuchen.", "Select a profile picture" : "Wähle ein Profilbild", "Week starts on {fdow}" : "Die Woche startet am {fdow}", "Groups" : "Gruppen", @@ -354,12 +348,10 @@ "Invalid user" : "Ungültiger Benutzer", "Unable to change mail address" : "E-Mail-Adresse konnte nicht geändert werden", "Email saved" : "E-Mail-Adresse gespeichert", - "%1$s changed your email address on %2$s." : "%1$s hat Deine E-Mail-Adresse geändert auf %2$s.", "Password confirmation is required" : "Passwortbestätigung erforderlich", "Are you really sure you want add {domain} as trusted domain?" : "Bist du sicher, dass du {domain} als vertrauenswürdige Domain hinzufügen möchtest?", "Add trusted domain" : "Vertrauenswürdige Domain hinzufügen", "Update to %s" : "Aktualisierung auf %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Es ist %n App-Aktualisierungen verfügbar","Es sind %n App-Aktualisierungen verfügbar"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Geprüfte Apps werden von vertrauenswürdigen Entwicklern entwickelt und haben eine oberflächliche Sicherheitsprüfung durchlaufen. Sie werden innerhalb eines offenen Code-Repositorys aktiv gepflegt und ihre Betreuer erachten sie als stabil genug für für den gelegentlichen bis normalen Einsatz.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Diese App ist nicht auf Sicherheitsprobleme hin überprüft und ist neu oder bekanntermaßen instabil. Die Installation erfolgt auf eigenes Risiko.", "Disabling app …" : "App wird deaktiviert…", @@ -368,14 +360,20 @@ "Error while enabling app" : "Beim Aktivieren der App ist ein Fehler aufgetreten", "Error: Could not disable broken app" : " Fehler: Die beschädigte Anwendung konnte nicht deaktiviert werden ", "Error while disabling broken app" : "Beim Deaktivieren der defekten App ist ein Fehler aufgetreten", - "Updating...." : "Aktualisiere…", - "Error while updating app" : "Fehler beim Aktualisieren der App", + "App up to date" : "App ist aktuell", + "Updating …" : "Aktualisiere…", + "Could not update app" : "App konnte nicht aktualisiert werden", "Updated" : "Aktualisiert", "Removing …" : "Entferne…", - "Error while removing app" : "Fehler beim Entfernen der App", + "Could not remove app" : "App konnte nicht entfernt werden", "Approved" : "Geprüft", "Experimental" : "Experimentell", "No apps found for {query}" : "Keine Applikationen für {query} gefunden", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS-Client", + "Android Client" : "Android-Client", + "An error occured while changing your language. Please reload the page and try again." : "Es ist ein Fehler beim Wechseln der Sprache aufgetreten. Bitte lade die Seite neu und versuchen es noch einmal.", "Unable to delete {objName}" : "Löschen von {objName} nicht möglich", "Error creating group: {message}" : "Fehler beim Erstellen einer Gruppe: {message}", "A valid group name must be provided" : "Ein gültiger Gruppenname muss angegeben werden", @@ -396,66 +394,45 @@ "Error creating user: {message}" : "Fehler beim Erstellen des Benutzers: {message}", "A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden", "A valid email must be provided" : "Es muss eine gültige E-Mail-Adresse angegeben werden", - "__language_name__" : "Deutsch (Persönlich: Du)", - "Verifying" : "Überprüfe", - "Personal info" : "Persönliche Informationen ", - "Sync clients" : "Sync-Clients", - "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." : "Für die Sicherheit und Geschwindigkeit Deiner Installation ist es von großer Bedeutung, dass sie richtig konfiguriert ist. Um Dir hierbei zu helfen werden einige automatische Tests durchgeführt. Weitere Informationen findest Du im Tipps & Tricks- Abschnitt und in der Dokumentation.", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP scheint zur Abfrage von Systemumgebungsvariablen nicht richtig eingerichtet zu sein. Der Test mit getenv (\"PATH\") liefert nur eine leere Antwort zurück.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Bitte schaue in der Installationsdokumentation ↗ nach Hinweisen zur PHP-Konfiguration, sowie die PHP-Konfiguration Deines Servers, insbesondere dann, wenn PHP-FPM eingesetzt wird.", + "by %s" : "von %s", + "%s-licensed" : "%s-Lizensiert", + "Documentation:" : "Dokumentation:", + "Show description …" : "Beschreibung anzeigen…", + "Hide description …" : "Beschreibung ausblenden…", + "This app has an update available." : "Für diese App ist eine Aktualisierung verfügbar.", + "Enable only for specific groups" : "Nur für bestimmte Gruppen aktivieren", + "Online documentation" : "Online-Dokumentation", + "Getting help" : "Hilfe bekommen", + "Commercial support" : "Kommerzieller Support", + "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." : "Für die Sicherheit und Geschwindigkeit Deiner Installation ist es von großer Bedeutung, dass sie richtig konfiguriert ist. Um Dir hierbei zu helfen werden einige automatische Tests durchgeführt. Weitere Informationen findest Du im Tipps & Tricks- Abschnitt und in der Dokumentation.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP scheint zur Abfrage von Systemumgebungsvariablen nicht richtig eingerichtet zu sein. Der Test mit getenv(\"PATH\") liefert nur eine leere Antwort zurück.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bitte die Installationsdokumentation ↗ auf Hinweise zur PHP-Konfiguration durchlesen, sowie die PHP-Konfiguration Deines Servers überprüfen, insbesondere dann, wenn PHP-FPM eingesetzt wird.", "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." : "Die schreibgeschützte Konfiguration wurde aktiviert. Dies verhindert das Setzen einiger Einstellungen über die Web-Schnittstelle. Weiterhin muss bei jedem Update der Schreibzugriff auf die Datei händisch aktiviert werden.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP ist offenbar so konfiguriert, dass PHPDoc-Blöcke in der Anweisung entfernt werden. Dadurch sind mehrere Kern-Apps nicht erreichbar.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP ist offenbar so konfiguriert, dass PHPDoc-Blöcke in der Anweisung entfernt werden. Dadurch sind mehrere Kern-Apps nicht erreichbar. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dies wird wahrscheinlich durch Zwischenspeicher/Beschleuniger wie etwa Zend OPcache oder eAccelerator verursacht.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Deine Datenbank läuft nicht mit der \"READ COMMITED\" Transaktionsisolationsstufe. Dies kann Probleme hervorrufen, wenn mehrere Aktionen parallel ausgeführt werden.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s ist in einer älteren Version als %2$s installiert. Aus Stabilitäts- und Performancegründen empfehlen wir eine Aktualisierung auf eine neuere %1$s-Version.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Das PHP-Modul 'fileinfo' fehlt. Wir empfehlen dringend, das Modul zu aktivieren, um beste Ergebnisse mit MIME-Typ-Erkennung zu erhalten.", - "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 documentation ↗ for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. 'filelocking.enabled' in der config.php aktivieren, um diese Probleme zu vermeiden. Weitere Informationen finden sich in unserer Dokumentation ↗.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s ist in einer älteren Version als %2$s installiert. Aus Stabilitäts- und Performancegründen empfehlen wir eine Aktualisierung auf eine neuere %1$s-Version", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Das PHP Modul 'fileinfo' fehlt. Es empfiehlt sich dringend, das Modul zu aktivieren, um bestmögliche Ergebnisse bei der MIME-Datei-Typ-Erkennung zu erhalten. ", + "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 documentation ↗ for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. 'filelocking.enabled' in der config.php aktivieren, um diese Probleme zu vermeiden. Weitere Informationen findest du in unserer Dokumentation ↗.", "System locale can not be set to a one which supports UTF-8." : "Es kann kein Systemgebietsschema gesetzt werden, das UTF-8 unterstützt.", - "This means that there might be problems with certain characters in file names." : "Dies bedeutet, dass es zu Problemen mit bestimmten Zeichen in Dateinamen kommen kann.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Wir empfehlen dringend, die erforderlichen Pakete auf Deinem System zu installieren, damit eines der folgenden Gebietsschemata unterstützt wird: %s.", - "If your installation is not installed in 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\")" : "Wenn sich Deine Installation nicht im Wurzelverzeichnis der Domain befindet und System-Cron genutzt wird, kann es zu Fehlern bei der URL-Generierung kommen. Um dies zu verhindern, setze bitte die „overwrite.cli.url“-Option in Deiner config.php auf das Web-Wurzelverzeichnis Deiner Installation (Vorschlag: \"%s“)", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Die Ausführung des Cron-Jobs über die Kommandozeile war nicht möglich. Die folgenden technischen Fehler sind dabei aufgetreten:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Bitte überprüfe noch einmal die Installationsanleitungen ↗ und kontrolliere das Protokoll auf mögliche Fehler oder Warnungen.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php ist als Webcron-Dienst registriert, der die cron.php alle 15 Minuten per HTTP aufruft.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Um dies auszuführen, wird die PHP-Posix Erweiterung benötigt. Weitere Informationen in der {linkstart}PHP-Dokumentation{linkend}.", + "This means that there might be problems with certain characters in filenames." : "Dies bedeutet, dass es zu Problemen mit bestimmten Zeichen in Dateinamen kommen kann. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Es empfiehlt sich dringend, die erforderlichen Pakete auf Deinen System zu installieren, damit eines der folgenden Gebietsschemata unterstützt wird: %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\")" : "Wenn sich Deine Installation nicht im Wurzelverzeichnis der Domain befindet und Cron des Systems genutzt wird, kann es zu Fehlern bei der URL-Generierung kommen. Um dies zu verhindern, setze bitte die „overwrite.cli.url“-Option in Deiner config.php auf das Web-Wurzelverzeichnis Deiner Installation (Vorschlag: „%s“).", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Die Ausführung des Cron-Jobs über die Kommandozeile war nicht möglich. Die folgenden technischen Fehler sind dabei aufgetreten: ", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Bitte überprüfe noch einmal die Installationsanleitungen ↗ und kontrolliere das Protokoll auf mögliche Fehler oder Warnungen.", "Tips & tricks" : "Tipps & Tricks", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Es gibt ein Menge von Eigenschaften und Konfigurationsschaltern die es ermöglichen, die Installation optimal zu nutzen und anzupassen. Hier einige Verweise auf weitere Informationen.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wird als Datenbank verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.", "This is particularly recommended when using the desktop client for file synchronisation." : "Dies wird insbesondere bei der Benutzung des Dektop-Clients zur Synchronisierung empfohlen.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Um zu einer anderen Datenbank zu migrieren, benutze bitte die Kommandozeile: 'occ db:convert-type', oder schauen in die Dokumentation ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Um zu einer anderen Datenbank zu migrieren, benutze bitte die Kommandozeile: 'occ db:convert-type', oder in die Dokumentation ↗ schauen.", "How to do backups" : "Wie man Datensicherungen anlegt", "Performance tuning" : "Leistungsoptimierung", "Improving the config.php" : "Die config.php optimieren", "Theming" : "Themen verwenden", "Check the security of your Nextcloud over our security scan" : "Überprüfe die Sicherheit Deiner Nextcloud mit unserem Sicherheits-Scan", "Hardening and security guidance" : "Systemhärtung und Sicherheitsempfehlungen", - "This app has an update available." : "Für diese App ist eine Aktualisierung verfügbar.", - "by %s" : "von %s", - "%s-licensed" : "%s-Lizensiert", - "Documentation:" : "Dokumentation:", - "Show description …" : "Beschreibung anzeigen…", - "Hide description …" : "Beschreibung ausblenden…", - "Enable only for specific groups" : "Nur für bestimmte Gruppen aktivieren", - "Online documentation" : "Online-Dokumentation", - "Getting help" : "Hilfe bekommen", - "Commercial support" : "Kommerzieller Support", "You are using %s of %s" : "Du benutzt %s von %s", "You are using %s of %s (%s %%)" : "Du benutzt %s von %s (%s %%)", - "You are member of the following groups:" : "Du bist Mitglied folgender Gruppen:", - "Get the apps to sync your files" : "Lade die Apps zur Synchronisierung Deiner Daten herunter", - "Desktop client" : "Desktop-Client", - "Android app" : "Android-App", - "iOS app" : "iOS-App", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Wenn Du das Projekt unterstützen willst, {contributeopen}hilf bei der Entwicklung{linkclose} oder {contributeopen}verbreite es{linkclose}!", - "Show First Run Wizard again" : "Den Einrichtungsassistenten erneut anzeigen", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Passwörter für die Web-Oberfläche, Desktop- oder Mobil-Clients und Apps, die Zugriff auf Dein Konto haben.", - "App passwords" : "App-Passwörter", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Hier können individuelle Passwörter für Apps erzeugt werden. So must Du nicht Dein Passwort verteilen. Jedes Passwort kann individuell widerrufen werden.", - "Follow us on Google+!" : "Folge uns auf Google+!", - "Like our facebook page!" : "Like uns auf unserer Facebook-Seite!", - "Follow us on Twitter!" : "Folge uns auf Twitter!", - "Check out our blog!" : "Sieh Dir unseren Blog an!", - "Subscribe to our newsletter!" : "Abonniere unseren Newsletter!", "Settings" : "Einstellungen", "Show storage location" : "Speicherort anzeigen", "Show email address" : "E-Mail-Adresse anzeigen", @@ -465,7 +442,6 @@ "Create" : "Erstellen", "Admin Recovery Password" : "Admin-Passwort-Wiederherstellung", "Enter the recovery password in order to recover the users files during password change" : "Gib das Wiederherstellungspasswort ein, um die Benutzerdateien während der Passwortänderung wiederherzustellen", - "Group name" : "Gruppenname", "Disabled" : "Deaktiviert", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Bitte Speicherkontingent eingeben (z.B.: „512 MB“ oder „12 GB“)", "Other" : "Andere", @@ -473,23 +449,7 @@ "set new password" : "Neues Passwort setzen", "change email address" : "E-Mail-Adresse ändern", "Default" : "Standard", - "App up to date" : "App ist aktuell", - "Updating …" : "Aktualisiere…", - "Could not update app" : "App konnte nicht aktualisiert werden", - "Could not remove app" : "App konnte nicht entfernt werden", - "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." : "Für die Sicherheit und Geschwindigkeit Deiner Installation ist es von großer Bedeutung, dass sie richtig konfiguriert ist. Um Dir hierbei zu helfen werden einige automatische Tests durchgeführt. Weitere Informationen findest Du im Tipps & Tricks- Abschnitt und in der Dokumentation.", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP scheint zur Abfrage von Systemumgebungsvariablen nicht richtig eingerichtet zu sein. Der Test mit getenv(\"PATH\") liefert nur eine leere Antwort zurück.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bitte die Installationsdokumentation ↗ auf Hinweise zur PHP-Konfiguration durchlesen, sowie die PHP-Konfiguration Deines Servers überprüfen, insbesondere dann, wenn PHP-FPM eingesetzt wird.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP ist offenbar so konfiguriert, dass PHPDoc-Blöcke in der Anweisung entfernt werden. Dadurch sind mehrere Kern-Apps nicht erreichbar. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s ist in einer älteren Version als %2$s installiert. Aus Stabilitäts- und Performancegründen empfehlen wir eine Aktualisierung auf eine neuere %1$s-Version", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Das PHP Modul 'fileinfo' fehlt. Es empfiehlt sich dringend, das Modul zu aktivieren, um bestmögliche Ergebnisse bei der MIME-Datei-Typ-Erkennung zu erhalten. ", - "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 documentation ↗ for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. 'filelocking.enabled' in der config.php aktivieren, um diese Probleme zu vermeiden. Weitere Informationen findest du in unserer Dokumentation ↗.", - "This means that there might be problems with certain characters in filenames." : "Dies bedeutet, dass es zu Problemen mit bestimmten Zeichen in Dateinamen kommen kann. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Es empfiehlt sich dringend, die erforderlichen Pakete auf Deinen System zu installieren, damit eines der folgenden Gebietsschemata unterstützt wird: %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\")" : "Wenn sich Deine Installation nicht im Wurzelverzeichnis der Domain befindet und Cron des Systems genutzt wird, kann es zu Fehlern bei der URL-Generierung kommen. Um dies zu verhindern, setze bitte die „overwrite.cli.url“-Option in Deiner config.php auf das Web-Wurzelverzeichnis Deiner Installation (Vorschlag: „%s“).", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Die Ausführung des Cron-Jobs über die Kommandozeile war nicht möglich. Die folgenden technischen Fehler sind dabei aufgetreten: ", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Bitte überprüfe noch einmal die Installationsanleitungen ↗ und kontrolliere das Protokoll auf mögliche Fehler oder Warnungen.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Um zu einer anderen Datenbank zu migrieren, benutze bitte die Kommandozeile: 'occ db:convert-type', oder in die Dokumentation ↗ schauen.", - "Default quota :" : "Standard Speicherkontingent:" + "Default quota :" : "Standard Speicherkontingent:", + "An error occured while changing your locale. Please reload the page and try again." : "Es ist ein Fehler beim Wechseln des Gebietsschemas aufgetreten. Bitte die Seite neu laden und erneut versuchen." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/de_DE.js b/settings/l10n/de_DE.js index 646377ab9a..d0e483b55d 100644 --- a/settings/l10n/de_DE.js +++ b/settings/l10n/de_DE.js @@ -72,10 +72,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome für Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS-Client", - "Android Client" : "Android-Client", "Sync client - {os}" : "Sync-Client - {os}", "This session" : "Diese Sitzung", "Copy" : "Kopieren", @@ -104,8 +100,6 @@ OC.L10N.register( "So-so password" : "Akzeptables Passwort", "Good password" : "Gutes Passwort", "Strong password" : "Starkes Passwort", - "An error occured while changing your language. Please reload the page and try again." : "Es ist ein Fehler beim Wechseln der Sprache aufgetreten. Bitte laden Sie die Seite neu und versuchen es noch einmal.", - "An error occured while changing your locale. Please reload the page and try again." : "Es ist ein Fehler beim Wechseln des Gebietsschemas aufgetreten. Bitte laden Sie die Seite neu und versuchen es noch einmal.", "Select a profile picture" : "Wählen Sie ein Profilbild", "Week starts on {fdow}" : "Die Woche startet am {fdow}", "Groups" : "Gruppen", @@ -356,12 +350,10 @@ OC.L10N.register( "Invalid user" : "Ungültiger Benutzer", "Unable to change mail address" : "E-Mail-Adresse konnte nicht geändert werden", "Email saved" : "E-Mail-Adresse gespeichert", - "%1$s changed your email address on %2$s." : "%1$s hat Ihre E-Mail-Adresse geändert auf %2$s.", "Password confirmation is required" : "Passwortbestätigung erforderlich", "Are you really sure you want add {domain} as trusted domain?" : "Sind Sie sich wirklich sicher, dass Sie {domain} als vertrauenswürdige Domain hinzufügen möchten?", "Add trusted domain" : "Vertrauenswürdige Domain hinzufügen", "Update to %s" : "Aktualisierung auf %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Es ist %n App-Aktualisierungen verfügbar","Es sind %n App-Aktualisierungen verfügbar"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Geprüfte Apps werden von vertrauenswürdigen Entwicklern entwickelt und haben eine oberflächliche Sicherheitsprüfung durchlaufen. Sie werden innerhalb eines offenen Code-Repositorys aktiv gepflegt und ihre Betreuer erachten sie als stabil genug für für den gelegentlichen bis normalen Einsatz.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Diese App ist nicht auf Sicherheitsprobleme hin überprüft und ist neu oder bekanntermaßen instabil. Die Installation erfolgt auf eigenes Risiko.", "Disabling app …" : "App wird deaktiviert…", @@ -370,14 +362,20 @@ OC.L10N.register( "Error while enabling app" : "Beim Aktivieren der App ist ein Fehler aufgetreten", "Error: Could not disable broken app" : " Fehler: Die beschädigte Anwendung konnte nicht deaktiviert werden ", "Error while disabling broken app" : "Beim Deaktivieren der defekten App ist ein Fehler aufgetreten", - "Updating...." : "Aktualisiere…", - "Error while updating app" : "Fehler beim Aktualisieren der App", + "App up to date" : "App ist aktuell", + "Updating …" : "Aktualisiere…", + "Could not update app" : "App konnte nicht aktualisiert werden", "Updated" : "Aktualisiert", "Removing …" : "Entferne…", - "Error while removing app" : "Fehler beim Entfernen der App", + "Could not remove app" : "App konnte nicht entfernt werden", "Approved" : "Geprüft", "Experimental" : "Experimentell", "No apps found for {query}" : "Keine Applikationen für {query} gefunden", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS-Client", + "Android Client" : "Android-Client", + "An error occured while changing your language. Please reload the page and try again." : "Es ist ein Fehler beim Wechseln der Sprache aufgetreten. Bitte laden Sie die Seite neu und versuchen es noch einmal.", "Unable to delete {objName}" : "Löschen von {objName} nicht möglich", "Error creating group: {message}" : "Fehler beim Erstellen einer Gruppe: {message}", "A valid group name must be provided" : "Ein gültiger Gruppenname muss angegeben werden", @@ -398,66 +396,45 @@ OC.L10N.register( "Error creating user: {message}" : "Fehler beim Erstellen des Benutzers: {message}", "A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden", "A valid email must be provided" : "Es muss eine gültige E-Mail-Adresse angegeben werden", - "__language_name__" : "Deutsch (Förmlich: Sie)", - "Verifying" : "Überprüfe", - "Personal info" : "Persönliche Informationen", - "Sync clients" : "Sync-Clients", - "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." : "Für die Sicherheit und Geschwindigkeit Ihrer Installation ist es von großer Bedeutung, dass sie richtig konfiguriert ist. Um Ihnen hierbei zu helfen werden einige automatische Tests durchgeführt. Weitere Informationen finden Sie im Tipps & Tricks- Abschnitt und in der Dokumentation.", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP scheint zur Abfrage von Systemumgebungsvariablen nicht richtig eingerichtet zu sein. Der Test mit getenv (\"PATH\") liefert nur eine leere Antwort zurück.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Bitte schauen Sie in der Installationsdokumentation ↗ nach Hinweisen zur PHP-Konfiguration, sowie die PHP-Konfiguration ihres Servers, insbesondere dann, wenn Sie PHP-FPM einsetzten.", + "by %s" : "von %s", + "%s-licensed" : "%s-Lizensiert", + "Documentation:" : "Dokumentation:", + "Show description …" : "Beschreibung anzeigen…", + "Hide description …" : "Beschreibung ausblenden…", + "This app has an update available." : "Für diese App ist eine Aktualisierung verfügbar.", + "Enable only for specific groups" : "Nur für bestimmte Gruppen aktivieren", + "Online documentation" : "Online-Dokumentation", + "Getting help" : "Hilfe bekommen", + "Commercial support" : "Kommerzieller Support", + "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." : "Für die Sicherheit und Geschwindigkeit Ihrer Installation ist es von großer Bedeutung, dass sie richtig konfiguriert ist. Um Ihnen hierbei zu helfen werden einige automatische Tests durchgeführt. Weitere Informationen finden Sie im Tipps & Tricks- Abschnitt und in der Dokumentation.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP scheint zur Abfrage von Systemumgebungsvariablen nicht richtig eingerichtet zu sein. Der Test mit getenv(\"PATH\") liefert nur eine leere Antwort zurück.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bitte die Installationsdokumentation ↗ auf Hinweise zur PHP-Konfiguration durchlesen, sowie die PHP-Konfiguration Ihres Servers überprüfen, insbesondere dann, wenn PHP-FPM eingesetzt wird.", "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." : "Die schreibgeschützte Konfiguration wurde aktiviert. Dies verhindert das Setzen einiger Einstellungen über die Web-Schnittstelle. Weiterhin muss bei jedem Update der Schreibzugriff auf die Datei händisch aktiviert werden.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP ist offenbar so konfiguriert, dass PHPDoc-Blöcke in der Anweisung entfernt werden. Dadurch sind mehrere Kern-Apps nicht erreichbar.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP ist offenbar so konfiguriert, dass PHPDoc-Blöcke in der Anweisung entfernt werden. Dadurch sind mehrere Kern-Apps nicht erreichbar. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dies wird wahrscheinlich durch Zwischenspeicher/Beschleuniger wie etwa Zend OPcache oder eAccelerator verursacht.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Ihre Datenbank läuft nicht mit der \"READ COMMITED\" Transaktionsisolationsstufe. Dies kann Probleme hervorrufen, wenn mehrere Aktionen parallel ausgeführt werden.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s ist in einer älteren Version als %2$s installiert. Aus Stabilitäts- und Performancegründen empfehlen wir eine Aktualisierung auf eine neuere %1$s-Version.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Das PHP-Modul 'fileinfo' fehlt. Wir empfehlen dringend, das Modul zu aktivieren, um beste Ergebnisse mit MIME-Typ-Erkennung zu erhalten.", - "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 documentation ↗ for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. Aktivieren Sie 'filelocking.enabled' in der config.php diese Probleme zu vermeiden. Weitere Informationen finden sich in unserer Dokumentation ↗.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s ist in einer älteren Version als %2$s installiert. Aus Stabilitäts- und Performancegründen empfehlen wir eine Aktualisierung auf eine neuere %1$s-Version", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Das PHP Modul 'fileinfo' fehlt. Es empfiehlt sich dringend, das Modul zu aktivieren, um bestmögliche Ergebnisse bei der MIME-Datei-Typ-Erkennung zu erhalten. ", + "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 documentation ↗ for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. Aktivieren Sie 'filelocking.enabled' in der config.php diese Probleme zu vermeiden. Weitere Informationen findest Sie in unserer Dokumentation ↗.", "System locale can not be set to a one which supports UTF-8." : "Es kann kein Systemgebietsschema gesetzt werden, das UTF-8 unterstützt.", - "This means that there might be problems with certain characters in file names." : "Dies bedeutet, dass es zu Problemen mit bestimmten Zeichen in Dateinamen kommen kann.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Wir empfehlen dringend, die erforderlichen Pakete auf Ihrem System zu installieren, damit eines der folgenden Gebietsschemata unterstützt wird: %s.", - "If your installation is not installed in 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\")" : "Wenn sich Ihre Installation nicht im Wurzelverzeichnis der Domain befindet und System-Cron genutzt wird, kann es zu Fehlern bei der URL-Generierung kommen. Um dies zu verhindern, setzen Sie bitte die „overwrite.cli.url“-Option in Ihrer config.php auf das Web-Wurzelverzeichnis Ihrer Installation (Vorschlag: \"%s“)", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Die Ausführung des Cron-Jobs über die Kommandozeile war nicht möglich. Die folgenden technischen Fehler sind dabei aufgetreten:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Bitte überprüfen Sie noch einmal die Installationsanleitungen ↗ und kontrollieren Sie das Protokoll auf mögliche Fehler oder Warnungen.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php ist als Webcron-Dienst registriert, der die cron.php alle 15 Minuten per HTTP aufruft.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Um dies auszuführen, benötigen Sie die PHP-Posix Erweiterung. Weitere Informationen in der {linkstart}PHP-Dokumentation{linkend}.", + "This means that there might be problems with certain characters in filenames." : "Dies bedeutet, dass es zu Problemen mit bestimmten Zeichen in Dateinamen kommen kann. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Es empfiehlt sich dringend, die erforderlichen Pakete auf Ihrem System zu installieren, damit eines der folgenden Gebietsschemata unterstützt wird: %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\")" : "Wenn sich Ihre Installation nicht im Wurzelverzeichnis der Domain befindet und Cron des Systems genutzt wird, kann es zu Fehlern bei der URL-Generierung kommen. Um dies zu verhindern, setzen Sie bitte die „overwrite.cli.url“-Option in Ihrer config.php auf das Web-Wurzelverzeichnis Ihrer Installation (Vorschlag: „%s“).", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Die Ausführung des Cron-Jobs über die Kommandozeile war nicht möglich. Die folgenden technischen Fehler sind dabei aufgetreten: ", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Bitte überprüfen Sie noch einmal die Installationsanleitungen ↗ und kontrollieren Sie das Protokoll auf mögliche Fehler oder Warnungen.", "Tips & tricks" : "Tipps & Tricks", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Es gibt ein Menge von Eigenschaften und Konfigurationsschaltern die es ermöglichen, die Installation optimal zu nutzen und anzupassen. Hier einige Verweise auf weitere Informationen.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wird als Datenbank verwendet. Bei größeren Installationen empfehlen wir, auf ein anderes Datenbank-Backend zu wechseln.", "This is particularly recommended when using the desktop client for file synchronisation." : "Dies wird insbesondere bei der Benutzung des Dektop-Clients zur Synchronisierung empfohlen.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Um zu einer anderen Datenbank zu migrieren, benutzen Sie bitte die Kommandozeile: 'occ db:convert-type', oder schauen in die Dokumentation ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Um zu einer anderen Datenbank zu migrieren, benutzen Sie bitte die Kommandozeile: 'occ db:convert-type', oder in die Dokumentation ↗ schauen.", "How to do backups" : "Wie man Datensicherungen anlegt", "Performance tuning" : "Leistungsoptimierung", "Improving the config.php" : "Die config.php optimieren", "Theming" : "Themes verwenden", "Check the security of your Nextcloud over our security scan" : "Überprüfen Sie die Sicherheit Ihrer Nextcloud mit unserem Sicherheits-Scan", "Hardening and security guidance" : "Systemhärtung und Sicherheitsempfehlungen", - "This app has an update available." : "Für diese App ist eine Aktualisierung verfügbar.", - "by %s" : "von %s", - "%s-licensed" : "%s-Lizensiert", - "Documentation:" : "Dokumentation:", - "Show description …" : "Beschreibung anzeigen…", - "Hide description …" : "Beschreibung ausblenden…", - "Enable only for specific groups" : "Nur für bestimmte Gruppen aktivieren", - "Online documentation" : "Online-Dokumentation", - "Getting help" : "Hilfe bekommen", - "Commercial support" : "Kommerzieller Support", "You are using %s of %s" : "Sie verwenden %s der verfügbaren %s", "You are using %s of %s (%s %%)" : "Sie verwenden %s von %s (%s %%)", - "You are member of the following groups:" : "Sie sind Mitglied folgender Gruppen:", - "Get the apps to sync your files" : "Laden Sie die Apps zur Synchronisierung Ihrer Daten herunter", - "Desktop client" : "Desktop-Client", - "Android app" : "Android-App", - "iOS app" : "iOS-App", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Wenn Sie das Projekt unterstützen wollen {contributeopen} helfen Sie bei der Entwicklung{linkclose} oder {contributeopen} verbreiten Sie es{linkclose}!", - "Show First Run Wizard again" : "Den Einrichtungsassistenten erneut anzeigen", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Passwörter für die Web-Oberfläche, Desktop- oder Mobil-Clients und Apps, die Zugriff auf Ihr Konto haben.", - "App passwords" : "App-Passwörter", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Hier können individuelle Passwörter für Apps erzeugt werden. So müssen Sie nicht Ihr Passwort verteilen. Jedes Passwort kann individuell widerrufen werden.", - "Follow us on Google+!" : "Folgen Sie uns auf Google+!", - "Like our facebook page!" : "Liken Sie uns auf unserer Facebook-Seite!", - "Follow us on Twitter!" : "Folgen Sie uns auf Twitter!", - "Check out our blog!" : "Sehen Sie sich unseren Blog an!", - "Subscribe to our newsletter!" : "Abonnieren Sie unseren Newsletter!", "Settings" : "Einstellungen", "Show storage location" : "Speicherort anzeigen", "Show email address" : "E-Mail-Adresse anzeigen", @@ -467,7 +444,6 @@ OC.L10N.register( "Create" : "Erstellen", "Admin Recovery Password" : "Admin-Passwort-Wiederherstellung", "Enter the recovery password in order to recover the users files during password change" : "Geben Sie das Wiederherstellungspasswort ein, um die Benutzerdateien während der Passwortänderung wiederherzustellen", - "Group name" : "Gruppenname", "Disabled" : "Deaktiviert", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Bitte Speicherkontingent eingeben (z.B.: „512 MB“ oder „12 GB“)", "Other" : "Andere", @@ -475,23 +451,7 @@ OC.L10N.register( "set new password" : "Neues Passwort setzen", "change email address" : "E-Mail-Adresse ändern", "Default" : "Standard", - "App up to date" : "App ist aktuell", - "Updating …" : "Aktualisiere…", - "Could not update app" : "App konnte nicht aktualisiert werden", - "Could not remove app" : "App konnte nicht entfernt werden", - "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." : "Für die Sicherheit und Geschwindigkeit Ihrer Installation ist es von großer Bedeutung, dass sie richtig konfiguriert ist. Um Ihnen hierbei zu helfen werden einige automatische Tests durchgeführt. Weitere Informationen finden Sie im Tipps & Tricks- Abschnitt und in der Dokumentation.", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP scheint zur Abfrage von Systemumgebungsvariablen nicht richtig eingerichtet zu sein. Der Test mit getenv(\"PATH\") liefert nur eine leere Antwort zurück.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bitte die Installationsdokumentation ↗ auf Hinweise zur PHP-Konfiguration durchlesen, sowie die PHP-Konfiguration Ihres Servers überprüfen, insbesondere dann, wenn PHP-FPM eingesetzt wird.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP ist offenbar so konfiguriert, dass PHPDoc-Blöcke in der Anweisung entfernt werden. Dadurch sind mehrere Kern-Apps nicht erreichbar. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s ist in einer älteren Version als %2$s installiert. Aus Stabilitäts- und Performancegründen empfehlen wir eine Aktualisierung auf eine neuere %1$s-Version", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Das PHP Modul 'fileinfo' fehlt. Es empfiehlt sich dringend, das Modul zu aktivieren, um bestmögliche Ergebnisse bei der MIME-Datei-Typ-Erkennung zu erhalten. ", - "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 documentation ↗ for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. Aktivieren Sie 'filelocking.enabled' in der config.php diese Probleme zu vermeiden. Weitere Informationen findest Sie in unserer Dokumentation ↗.", - "This means that there might be problems with certain characters in filenames." : "Dies bedeutet, dass es zu Problemen mit bestimmten Zeichen in Dateinamen kommen kann. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Es empfiehlt sich dringend, die erforderlichen Pakete auf Ihrem System zu installieren, damit eines der folgenden Gebietsschemata unterstützt wird: %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\")" : "Wenn sich Ihre Installation nicht im Wurzelverzeichnis der Domain befindet und Cron des Systems genutzt wird, kann es zu Fehlern bei der URL-Generierung kommen. Um dies zu verhindern, setzen Sie bitte die „overwrite.cli.url“-Option in Ihrer config.php auf das Web-Wurzelverzeichnis Ihrer Installation (Vorschlag: „%s“).", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Die Ausführung des Cron-Jobs über die Kommandozeile war nicht möglich. Die folgenden technischen Fehler sind dabei aufgetreten: ", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Bitte überprüfen Sie noch einmal die Installationsanleitungen ↗ und kontrollieren Sie das Protokoll auf mögliche Fehler oder Warnungen.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Um zu einer anderen Datenbank zu migrieren, benutzen Sie bitte die Kommandozeile: 'occ db:convert-type', oder in die Dokumentation ↗ schauen.", - "Default quota :" : "Standard Speicherkontingent:" + "Default quota :" : "Standard Speicherkontingent:", + "An error occured while changing your locale. Please reload the page and try again." : "Es ist ein Fehler beim Wechseln des Gebietsschemas aufgetreten. Bitte laden Sie die Seite neu und versuchen es noch einmal." }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/de_DE.json b/settings/l10n/de_DE.json index 310a36f2c7..ae96280ec3 100644 --- a/settings/l10n/de_DE.json +++ b/settings/l10n/de_DE.json @@ -70,10 +70,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome für Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS-Client", - "Android Client" : "Android-Client", "Sync client - {os}" : "Sync-Client - {os}", "This session" : "Diese Sitzung", "Copy" : "Kopieren", @@ -102,8 +98,6 @@ "So-so password" : "Akzeptables Passwort", "Good password" : "Gutes Passwort", "Strong password" : "Starkes Passwort", - "An error occured while changing your language. Please reload the page and try again." : "Es ist ein Fehler beim Wechseln der Sprache aufgetreten. Bitte laden Sie die Seite neu und versuchen es noch einmal.", - "An error occured while changing your locale. Please reload the page and try again." : "Es ist ein Fehler beim Wechseln des Gebietsschemas aufgetreten. Bitte laden Sie die Seite neu und versuchen es noch einmal.", "Select a profile picture" : "Wählen Sie ein Profilbild", "Week starts on {fdow}" : "Die Woche startet am {fdow}", "Groups" : "Gruppen", @@ -354,12 +348,10 @@ "Invalid user" : "Ungültiger Benutzer", "Unable to change mail address" : "E-Mail-Adresse konnte nicht geändert werden", "Email saved" : "E-Mail-Adresse gespeichert", - "%1$s changed your email address on %2$s." : "%1$s hat Ihre E-Mail-Adresse geändert auf %2$s.", "Password confirmation is required" : "Passwortbestätigung erforderlich", "Are you really sure you want add {domain} as trusted domain?" : "Sind Sie sich wirklich sicher, dass Sie {domain} als vertrauenswürdige Domain hinzufügen möchten?", "Add trusted domain" : "Vertrauenswürdige Domain hinzufügen", "Update to %s" : "Aktualisierung auf %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Es ist %n App-Aktualisierungen verfügbar","Es sind %n App-Aktualisierungen verfügbar"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Geprüfte Apps werden von vertrauenswürdigen Entwicklern entwickelt und haben eine oberflächliche Sicherheitsprüfung durchlaufen. Sie werden innerhalb eines offenen Code-Repositorys aktiv gepflegt und ihre Betreuer erachten sie als stabil genug für für den gelegentlichen bis normalen Einsatz.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Diese App ist nicht auf Sicherheitsprobleme hin überprüft und ist neu oder bekanntermaßen instabil. Die Installation erfolgt auf eigenes Risiko.", "Disabling app …" : "App wird deaktiviert…", @@ -368,14 +360,20 @@ "Error while enabling app" : "Beim Aktivieren der App ist ein Fehler aufgetreten", "Error: Could not disable broken app" : " Fehler: Die beschädigte Anwendung konnte nicht deaktiviert werden ", "Error while disabling broken app" : "Beim Deaktivieren der defekten App ist ein Fehler aufgetreten", - "Updating...." : "Aktualisiere…", - "Error while updating app" : "Fehler beim Aktualisieren der App", + "App up to date" : "App ist aktuell", + "Updating …" : "Aktualisiere…", + "Could not update app" : "App konnte nicht aktualisiert werden", "Updated" : "Aktualisiert", "Removing …" : "Entferne…", - "Error while removing app" : "Fehler beim Entfernen der App", + "Could not remove app" : "App konnte nicht entfernt werden", "Approved" : "Geprüft", "Experimental" : "Experimentell", "No apps found for {query}" : "Keine Applikationen für {query} gefunden", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS-Client", + "Android Client" : "Android-Client", + "An error occured while changing your language. Please reload the page and try again." : "Es ist ein Fehler beim Wechseln der Sprache aufgetreten. Bitte laden Sie die Seite neu und versuchen es noch einmal.", "Unable to delete {objName}" : "Löschen von {objName} nicht möglich", "Error creating group: {message}" : "Fehler beim Erstellen einer Gruppe: {message}", "A valid group name must be provided" : "Ein gültiger Gruppenname muss angegeben werden", @@ -396,66 +394,45 @@ "Error creating user: {message}" : "Fehler beim Erstellen des Benutzers: {message}", "A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden", "A valid email must be provided" : "Es muss eine gültige E-Mail-Adresse angegeben werden", - "__language_name__" : "Deutsch (Förmlich: Sie)", - "Verifying" : "Überprüfe", - "Personal info" : "Persönliche Informationen", - "Sync clients" : "Sync-Clients", - "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." : "Für die Sicherheit und Geschwindigkeit Ihrer Installation ist es von großer Bedeutung, dass sie richtig konfiguriert ist. Um Ihnen hierbei zu helfen werden einige automatische Tests durchgeführt. Weitere Informationen finden Sie im Tipps & Tricks- Abschnitt und in der Dokumentation.", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP scheint zur Abfrage von Systemumgebungsvariablen nicht richtig eingerichtet zu sein. Der Test mit getenv (\"PATH\") liefert nur eine leere Antwort zurück.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Bitte schauen Sie in der Installationsdokumentation ↗ nach Hinweisen zur PHP-Konfiguration, sowie die PHP-Konfiguration ihres Servers, insbesondere dann, wenn Sie PHP-FPM einsetzten.", + "by %s" : "von %s", + "%s-licensed" : "%s-Lizensiert", + "Documentation:" : "Dokumentation:", + "Show description …" : "Beschreibung anzeigen…", + "Hide description …" : "Beschreibung ausblenden…", + "This app has an update available." : "Für diese App ist eine Aktualisierung verfügbar.", + "Enable only for specific groups" : "Nur für bestimmte Gruppen aktivieren", + "Online documentation" : "Online-Dokumentation", + "Getting help" : "Hilfe bekommen", + "Commercial support" : "Kommerzieller Support", + "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." : "Für die Sicherheit und Geschwindigkeit Ihrer Installation ist es von großer Bedeutung, dass sie richtig konfiguriert ist. Um Ihnen hierbei zu helfen werden einige automatische Tests durchgeführt. Weitere Informationen finden Sie im Tipps & Tricks- Abschnitt und in der Dokumentation.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP scheint zur Abfrage von Systemumgebungsvariablen nicht richtig eingerichtet zu sein. Der Test mit getenv(\"PATH\") liefert nur eine leere Antwort zurück.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bitte die Installationsdokumentation ↗ auf Hinweise zur PHP-Konfiguration durchlesen, sowie die PHP-Konfiguration Ihres Servers überprüfen, insbesondere dann, wenn PHP-FPM eingesetzt wird.", "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." : "Die schreibgeschützte Konfiguration wurde aktiviert. Dies verhindert das Setzen einiger Einstellungen über die Web-Schnittstelle. Weiterhin muss bei jedem Update der Schreibzugriff auf die Datei händisch aktiviert werden.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP ist offenbar so konfiguriert, dass PHPDoc-Blöcke in der Anweisung entfernt werden. Dadurch sind mehrere Kern-Apps nicht erreichbar.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP ist offenbar so konfiguriert, dass PHPDoc-Blöcke in der Anweisung entfernt werden. Dadurch sind mehrere Kern-Apps nicht erreichbar. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dies wird wahrscheinlich durch Zwischenspeicher/Beschleuniger wie etwa Zend OPcache oder eAccelerator verursacht.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Ihre Datenbank läuft nicht mit der \"READ COMMITED\" Transaktionsisolationsstufe. Dies kann Probleme hervorrufen, wenn mehrere Aktionen parallel ausgeführt werden.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s ist in einer älteren Version als %2$s installiert. Aus Stabilitäts- und Performancegründen empfehlen wir eine Aktualisierung auf eine neuere %1$s-Version.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Das PHP-Modul 'fileinfo' fehlt. Wir empfehlen dringend, das Modul zu aktivieren, um beste Ergebnisse mit MIME-Typ-Erkennung zu erhalten.", - "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 documentation ↗ for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. Aktivieren Sie 'filelocking.enabled' in der config.php diese Probleme zu vermeiden. Weitere Informationen finden sich in unserer Dokumentation ↗.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s ist in einer älteren Version als %2$s installiert. Aus Stabilitäts- und Performancegründen empfehlen wir eine Aktualisierung auf eine neuere %1$s-Version", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Das PHP Modul 'fileinfo' fehlt. Es empfiehlt sich dringend, das Modul zu aktivieren, um bestmögliche Ergebnisse bei der MIME-Datei-Typ-Erkennung zu erhalten. ", + "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 documentation ↗ for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. Aktivieren Sie 'filelocking.enabled' in der config.php diese Probleme zu vermeiden. Weitere Informationen findest Sie in unserer Dokumentation ↗.", "System locale can not be set to a one which supports UTF-8." : "Es kann kein Systemgebietsschema gesetzt werden, das UTF-8 unterstützt.", - "This means that there might be problems with certain characters in file names." : "Dies bedeutet, dass es zu Problemen mit bestimmten Zeichen in Dateinamen kommen kann.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Wir empfehlen dringend, die erforderlichen Pakete auf Ihrem System zu installieren, damit eines der folgenden Gebietsschemata unterstützt wird: %s.", - "If your installation is not installed in 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\")" : "Wenn sich Ihre Installation nicht im Wurzelverzeichnis der Domain befindet und System-Cron genutzt wird, kann es zu Fehlern bei der URL-Generierung kommen. Um dies zu verhindern, setzen Sie bitte die „overwrite.cli.url“-Option in Ihrer config.php auf das Web-Wurzelverzeichnis Ihrer Installation (Vorschlag: \"%s“)", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Die Ausführung des Cron-Jobs über die Kommandozeile war nicht möglich. Die folgenden technischen Fehler sind dabei aufgetreten:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Bitte überprüfen Sie noch einmal die Installationsanleitungen ↗ und kontrollieren Sie das Protokoll auf mögliche Fehler oder Warnungen.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php ist als Webcron-Dienst registriert, der die cron.php alle 15 Minuten per HTTP aufruft.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Um dies auszuführen, benötigen Sie die PHP-Posix Erweiterung. Weitere Informationen in der {linkstart}PHP-Dokumentation{linkend}.", + "This means that there might be problems with certain characters in filenames." : "Dies bedeutet, dass es zu Problemen mit bestimmten Zeichen in Dateinamen kommen kann. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Es empfiehlt sich dringend, die erforderlichen Pakete auf Ihrem System zu installieren, damit eines der folgenden Gebietsschemata unterstützt wird: %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\")" : "Wenn sich Ihre Installation nicht im Wurzelverzeichnis der Domain befindet und Cron des Systems genutzt wird, kann es zu Fehlern bei der URL-Generierung kommen. Um dies zu verhindern, setzen Sie bitte die „overwrite.cli.url“-Option in Ihrer config.php auf das Web-Wurzelverzeichnis Ihrer Installation (Vorschlag: „%s“).", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Die Ausführung des Cron-Jobs über die Kommandozeile war nicht möglich. Die folgenden technischen Fehler sind dabei aufgetreten: ", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Bitte überprüfen Sie noch einmal die Installationsanleitungen ↗ und kontrollieren Sie das Protokoll auf mögliche Fehler oder Warnungen.", "Tips & tricks" : "Tipps & Tricks", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Es gibt ein Menge von Eigenschaften und Konfigurationsschaltern die es ermöglichen, die Installation optimal zu nutzen und anzupassen. Hier einige Verweise auf weitere Informationen.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wird als Datenbank verwendet. Bei größeren Installationen empfehlen wir, auf ein anderes Datenbank-Backend zu wechseln.", "This is particularly recommended when using the desktop client for file synchronisation." : "Dies wird insbesondere bei der Benutzung des Dektop-Clients zur Synchronisierung empfohlen.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Um zu einer anderen Datenbank zu migrieren, benutzen Sie bitte die Kommandozeile: 'occ db:convert-type', oder schauen in die Dokumentation ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Um zu einer anderen Datenbank zu migrieren, benutzen Sie bitte die Kommandozeile: 'occ db:convert-type', oder in die Dokumentation ↗ schauen.", "How to do backups" : "Wie man Datensicherungen anlegt", "Performance tuning" : "Leistungsoptimierung", "Improving the config.php" : "Die config.php optimieren", "Theming" : "Themes verwenden", "Check the security of your Nextcloud over our security scan" : "Überprüfen Sie die Sicherheit Ihrer Nextcloud mit unserem Sicherheits-Scan", "Hardening and security guidance" : "Systemhärtung und Sicherheitsempfehlungen", - "This app has an update available." : "Für diese App ist eine Aktualisierung verfügbar.", - "by %s" : "von %s", - "%s-licensed" : "%s-Lizensiert", - "Documentation:" : "Dokumentation:", - "Show description …" : "Beschreibung anzeigen…", - "Hide description …" : "Beschreibung ausblenden…", - "Enable only for specific groups" : "Nur für bestimmte Gruppen aktivieren", - "Online documentation" : "Online-Dokumentation", - "Getting help" : "Hilfe bekommen", - "Commercial support" : "Kommerzieller Support", "You are using %s of %s" : "Sie verwenden %s der verfügbaren %s", "You are using %s of %s (%s %%)" : "Sie verwenden %s von %s (%s %%)", - "You are member of the following groups:" : "Sie sind Mitglied folgender Gruppen:", - "Get the apps to sync your files" : "Laden Sie die Apps zur Synchronisierung Ihrer Daten herunter", - "Desktop client" : "Desktop-Client", - "Android app" : "Android-App", - "iOS app" : "iOS-App", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Wenn Sie das Projekt unterstützen wollen {contributeopen} helfen Sie bei der Entwicklung{linkclose} oder {contributeopen} verbreiten Sie es{linkclose}!", - "Show First Run Wizard again" : "Den Einrichtungsassistenten erneut anzeigen", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Passwörter für die Web-Oberfläche, Desktop- oder Mobil-Clients und Apps, die Zugriff auf Ihr Konto haben.", - "App passwords" : "App-Passwörter", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Hier können individuelle Passwörter für Apps erzeugt werden. So müssen Sie nicht Ihr Passwort verteilen. Jedes Passwort kann individuell widerrufen werden.", - "Follow us on Google+!" : "Folgen Sie uns auf Google+!", - "Like our facebook page!" : "Liken Sie uns auf unserer Facebook-Seite!", - "Follow us on Twitter!" : "Folgen Sie uns auf Twitter!", - "Check out our blog!" : "Sehen Sie sich unseren Blog an!", - "Subscribe to our newsletter!" : "Abonnieren Sie unseren Newsletter!", "Settings" : "Einstellungen", "Show storage location" : "Speicherort anzeigen", "Show email address" : "E-Mail-Adresse anzeigen", @@ -465,7 +442,6 @@ "Create" : "Erstellen", "Admin Recovery Password" : "Admin-Passwort-Wiederherstellung", "Enter the recovery password in order to recover the users files during password change" : "Geben Sie das Wiederherstellungspasswort ein, um die Benutzerdateien während der Passwortänderung wiederherzustellen", - "Group name" : "Gruppenname", "Disabled" : "Deaktiviert", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Bitte Speicherkontingent eingeben (z.B.: „512 MB“ oder „12 GB“)", "Other" : "Andere", @@ -473,23 +449,7 @@ "set new password" : "Neues Passwort setzen", "change email address" : "E-Mail-Adresse ändern", "Default" : "Standard", - "App up to date" : "App ist aktuell", - "Updating …" : "Aktualisiere…", - "Could not update app" : "App konnte nicht aktualisiert werden", - "Could not remove app" : "App konnte nicht entfernt werden", - "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." : "Für die Sicherheit und Geschwindigkeit Ihrer Installation ist es von großer Bedeutung, dass sie richtig konfiguriert ist. Um Ihnen hierbei zu helfen werden einige automatische Tests durchgeführt. Weitere Informationen finden Sie im Tipps & Tricks- Abschnitt und in der Dokumentation.", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP scheint zur Abfrage von Systemumgebungsvariablen nicht richtig eingerichtet zu sein. Der Test mit getenv(\"PATH\") liefert nur eine leere Antwort zurück.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Bitte die Installationsdokumentation ↗ auf Hinweise zur PHP-Konfiguration durchlesen, sowie die PHP-Konfiguration Ihres Servers überprüfen, insbesondere dann, wenn PHP-FPM eingesetzt wird.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP ist offenbar so konfiguriert, dass PHPDoc-Blöcke in der Anweisung entfernt werden. Dadurch sind mehrere Kern-Apps nicht erreichbar. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s ist in einer älteren Version als %2$s installiert. Aus Stabilitäts- und Performancegründen empfehlen wir eine Aktualisierung auf eine neuere %1$s-Version", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Das PHP Modul 'fileinfo' fehlt. Es empfiehlt sich dringend, das Modul zu aktivieren, um bestmögliche Ergebnisse bei der MIME-Datei-Typ-Erkennung zu erhalten. ", - "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 documentation ↗ for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. Aktivieren Sie 'filelocking.enabled' in der config.php diese Probleme zu vermeiden. Weitere Informationen findest Sie in unserer Dokumentation ↗.", - "This means that there might be problems with certain characters in filenames." : "Dies bedeutet, dass es zu Problemen mit bestimmten Zeichen in Dateinamen kommen kann. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Es empfiehlt sich dringend, die erforderlichen Pakete auf Ihrem System zu installieren, damit eines der folgenden Gebietsschemata unterstützt wird: %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\")" : "Wenn sich Ihre Installation nicht im Wurzelverzeichnis der Domain befindet und Cron des Systems genutzt wird, kann es zu Fehlern bei der URL-Generierung kommen. Um dies zu verhindern, setzen Sie bitte die „overwrite.cli.url“-Option in Ihrer config.php auf das Web-Wurzelverzeichnis Ihrer Installation (Vorschlag: „%s“).", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Die Ausführung des Cron-Jobs über die Kommandozeile war nicht möglich. Die folgenden technischen Fehler sind dabei aufgetreten: ", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Bitte überprüfen Sie noch einmal die Installationsanleitungen ↗ und kontrollieren Sie das Protokoll auf mögliche Fehler oder Warnungen.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Um zu einer anderen Datenbank zu migrieren, benutzen Sie bitte die Kommandozeile: 'occ db:convert-type', oder in die Dokumentation ↗ schauen.", - "Default quota :" : "Standard Speicherkontingent:" + "Default quota :" : "Standard Speicherkontingent:", + "An error occured while changing your locale. Please reload the page and try again." : "Es ist ein Fehler beim Wechseln des Gebietsschemas aufgetreten. Bitte laden Sie die Seite neu und versuchen es noch einmal." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/el.js b/settings/l10n/el.js index abb6084f8e..2604b4a57b 100644 --- a/settings/l10n/el.js +++ b/settings/l10n/el.js @@ -66,10 +66,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome για Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Πελάτης iOS", - "Android Client" : "Πελάτης Android", "Sync client - {os}" : "Συγχρονισμός πελατών - {os}", "This session" : "Αυτή η συνεδρία", "Copy" : "Αντιγραφή", @@ -275,7 +271,6 @@ OC.L10N.register( "Invalid user" : "Μη έγκυρος χρήστης", "Unable to change mail address" : "Αδυναμία αλλαγής διεύθυνσης αλληλογραφίας", "Email saved" : "Το email αποθηκεύτηκε ", - "%1$s changed your email address on %2$s." : "%1$sάλλαξε τη διεύθυνση ηλεκτρονικού ταχυδρομείου σε %2$s.", "Password confirmation is required" : "Απαιτείται επιβεβαίωση συνθηματικού", "Are you really sure you want add {domain} as trusted domain?" : "Θέλετε σίγουρα να προσθέσετε τον τομέα {domain} ως έμπιστο τομέα;", "Add trusted domain" : "Προσθέστε αξιόπιστη περιοχή", @@ -288,14 +283,19 @@ OC.L10N.register( "Error while enabling app" : "Σφάλμα κατά την ενεργοποίηση της εφαρμογής", "Error: Could not disable broken app" : "Σφάλμα: αδυναμία απενεργοποίησης κατεστραμμένης εφαρμογής", "Error while disabling broken app" : "Σφάλμα κατά την απενεργοποίηση κατεστραμμένης εφαρμογής", - "Updating...." : "Γίνεται ενημέρωση....", - "Error while updating app" : "Σφάλμα κατά την ενημέρωση της εφαρμογής", + "App up to date" : "Ενημερωμένη εφαρμογή", + "Updating …" : "Γίνεται ενημέρωση ....", + "Could not update app" : "Αδυναμία ενημέρωσης εφαρμογής", "Updated" : "Ενημερώθηκε", "Removing …" : "Αφαίρεση ...", - "Error while removing app" : "Σφάλμα κατά την αφαίρεση της εφαρμογής", + "Could not remove app" : "Αδυναμία αφαίρεσης εφαρμογής", "Approved" : "Εγκεκριμένο", "Experimental" : "Πειραματικό", "No apps found for {query}" : "Δεν βρέθηκαν εφαρμογές για {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Πελάτης iOS", + "Android Client" : "Πελάτης Android", "Unable to delete {objName}" : "Αδυναμία διαγραφής του {objName}", "Error creating group: {message}" : "Σφάλμα δημιουργίας ομάδας: {message}", "A valid group name must be provided" : "Πρέπει να δοθεί ένα έγκυρο όνομα ομάδας", @@ -315,9 +315,16 @@ OC.L10N.register( "Error creating user: {message}" : "Σφάλμα δημιουργίας χρήστη: {message}", "A valid password must be provided" : "Πρέπει να δοθεί έγκυρο συνθηματικό", "A valid email must be provided" : "Πρέπει να εισαχθεί ένα έγκυρο email", - "__language_name__" : "Ελληνικά", - "Personal info" : "Προσωπικές Πληροφορίες", - "Sync clients" : "Συγχρονισμός πελατών", + "by %s" : "από %s", + "%s-licensed" : "%s-αδειοδοτημένο", + "Documentation:" : "Τεκμηρίωση:", + "Show description …" : "Εμφάνιση περιγραφής", + "Hide description …" : "Απόκρυψη περιγραφής", + "This app has an update available." : "Αυτή η εφαρμογή έχει διαθέσιμη ενημέρωση.", + "Enable only for specific groups" : "Ενεργοποίηση μόνο για καθορισμένες ομάδες", + "Online documentation" : "Τεκμηρίωση στο Διαδίκτυο", + "Getting help" : "Λήψη βοήθειας", + "Commercial support" : "Εμπορική Υποστήριξη", "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." : "Η ρύθμιση \"μόνο ανάγνωση\" έχει ενεργοποιηθεί. Αυτό εμποδίζει τον καθορισμό κάποιων ρυθμίσεων μέσω της διεπαφής web. Επιπλέον, το αρχείο πρέπει να γίνει χειροκίνητα εγγράψιμο πριν από κάθε διαδικασία ενημέρωσης.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Αυτό πιθανόν προκλήθηκε από προσωρινή μνήμη (cache)/επιταχυντή όπως τη Zend OPcache ή τον eAccelerator.", "System locale can not be set to a one which supports UTF-8." : "Οι ρυθμίσεις τοποθεσίας συστήματος δεν μπορούν να οριστούν σε κάποιες που δεν υποστηρίζουν UTF-8.", @@ -328,28 +335,8 @@ OC.L10N.register( "Theming" : "Θέματα", "Check the security of your Nextcloud over our security scan" : "Ελέγξτε την ασφάλεια του Nextcloud σας μέσω της σάρωσης ασφαλείας", "Hardening and security guidance" : "Οδηγίες ασφάλειας και θωράκισης", - "This app has an update available." : "Αυτή η εφαρμογή έχει διαθέσιμη ενημέρωση.", - "by %s" : "από %s", - "%s-licensed" : "%s-αδειοδοτημένο", - "Documentation:" : "Τεκμηρίωση:", - "Show description …" : "Εμφάνιση περιγραφής", - "Hide description …" : "Απόκρυψη περιγραφής", - "Enable only for specific groups" : "Ενεργοποίηση μόνο για καθορισμένες ομάδες", - "Online documentation" : "Τεκμηρίωση στο Διαδίκτυο", - "Getting help" : "Λήψη βοήθειας", - "Commercial support" : "Εμπορική Υποστήριξη", "You are using %s of %s" : "Χρησιμοποιείτε %s από %s", "You are using %s of %s (%s %%)" : "Χρησιμοποιείτε %s του %s(%s%%)", - "You are member of the following groups:" : "Είστε μέλος των ακόλουθων ομάδων:", - "Desktop client" : "Πελάτης σταθερού υπολογιστή", - "Android app" : "Εφαρμογή Android", - "iOS app" : "Εφαρμογή iOS", - "App passwords" : "Συνθηματικά εφαρμογής", - "Follow us on Google+!" : "Ακολουθήστε μας στο Google+!", - "Like our facebook page!" : "Ακολουθήστε μας στην σελίδα μας στο facebook!", - "Follow us on Twitter!" : "Ακολουθήστε μας στο Twitter!", - "Check out our blog!" : "Επισκεφθείτε το ιστολόγιό μας!", - "Subscribe to our newsletter!" : "Εγγραφείτε στο ενημερωτικό δελτίο μας!", "Settings" : "Ρυθμίσεις", "Show storage location" : "Εμφάνιση τοποθεσίας αποθήκευσης", "Show email address" : "Εμφάνιση διεύθυνσης ηλ. αλληλογραφίας", @@ -358,17 +345,12 @@ OC.L10N.register( "Create" : "Δημιουργία", "Admin Recovery Password" : "Κωδικός Επαναφοράς Διαχειριστή ", "Enter the recovery password in order to recover the users files during password change" : "Εισάγετε το συνθηματικό ανάκτησης ώστε να ανακτήσετε τα αρχεία χρηστών κατά την αλλαγή συνθηματικού", - "Group name" : "Όνομα ομάδας", "Disabled" : "Απενεργοποιημένο", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Παρακαλώ εισάγετε επιτρεπόμενα μερίδια αποθηκευτικού χώρου (π.χ. \"512 MB\" ή \"12 GB\")", "Other" : "Άλλο", "change full name" : "αλλαγή πλήρους ονόματος", "set new password" : "επιλογή νέου κωδικού", "change email address" : "αλλαγή διεύθυνσης ηλ. αλληλογραφίας", - "Default" : "Προκαθορισμένο", - "App up to date" : "Ενημερωμένη εφαρμογή", - "Updating …" : "Γίνεται ενημέρωση ....", - "Could not update app" : "Αδυναμία ενημέρωσης εφαρμογής", - "Could not remove app" : "Αδυναμία αφαίρεσης εφαρμογής" + "Default" : "Προκαθορισμένο" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/el.json b/settings/l10n/el.json index 2f1460250a..2cf5b55503 100644 --- a/settings/l10n/el.json +++ b/settings/l10n/el.json @@ -64,10 +64,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome για Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Πελάτης iOS", - "Android Client" : "Πελάτης Android", "Sync client - {os}" : "Συγχρονισμός πελατών - {os}", "This session" : "Αυτή η συνεδρία", "Copy" : "Αντιγραφή", @@ -273,7 +269,6 @@ "Invalid user" : "Μη έγκυρος χρήστης", "Unable to change mail address" : "Αδυναμία αλλαγής διεύθυνσης αλληλογραφίας", "Email saved" : "Το email αποθηκεύτηκε ", - "%1$s changed your email address on %2$s." : "%1$sάλλαξε τη διεύθυνση ηλεκτρονικού ταχυδρομείου σε %2$s.", "Password confirmation is required" : "Απαιτείται επιβεβαίωση συνθηματικού", "Are you really sure you want add {domain} as trusted domain?" : "Θέλετε σίγουρα να προσθέσετε τον τομέα {domain} ως έμπιστο τομέα;", "Add trusted domain" : "Προσθέστε αξιόπιστη περιοχή", @@ -286,14 +281,19 @@ "Error while enabling app" : "Σφάλμα κατά την ενεργοποίηση της εφαρμογής", "Error: Could not disable broken app" : "Σφάλμα: αδυναμία απενεργοποίησης κατεστραμμένης εφαρμογής", "Error while disabling broken app" : "Σφάλμα κατά την απενεργοποίηση κατεστραμμένης εφαρμογής", - "Updating...." : "Γίνεται ενημέρωση....", - "Error while updating app" : "Σφάλμα κατά την ενημέρωση της εφαρμογής", + "App up to date" : "Ενημερωμένη εφαρμογή", + "Updating …" : "Γίνεται ενημέρωση ....", + "Could not update app" : "Αδυναμία ενημέρωσης εφαρμογής", "Updated" : "Ενημερώθηκε", "Removing …" : "Αφαίρεση ...", - "Error while removing app" : "Σφάλμα κατά την αφαίρεση της εφαρμογής", + "Could not remove app" : "Αδυναμία αφαίρεσης εφαρμογής", "Approved" : "Εγκεκριμένο", "Experimental" : "Πειραματικό", "No apps found for {query}" : "Δεν βρέθηκαν εφαρμογές για {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Πελάτης iOS", + "Android Client" : "Πελάτης Android", "Unable to delete {objName}" : "Αδυναμία διαγραφής του {objName}", "Error creating group: {message}" : "Σφάλμα δημιουργίας ομάδας: {message}", "A valid group name must be provided" : "Πρέπει να δοθεί ένα έγκυρο όνομα ομάδας", @@ -313,9 +313,16 @@ "Error creating user: {message}" : "Σφάλμα δημιουργίας χρήστη: {message}", "A valid password must be provided" : "Πρέπει να δοθεί έγκυρο συνθηματικό", "A valid email must be provided" : "Πρέπει να εισαχθεί ένα έγκυρο email", - "__language_name__" : "Ελληνικά", - "Personal info" : "Προσωπικές Πληροφορίες", - "Sync clients" : "Συγχρονισμός πελατών", + "by %s" : "από %s", + "%s-licensed" : "%s-αδειοδοτημένο", + "Documentation:" : "Τεκμηρίωση:", + "Show description …" : "Εμφάνιση περιγραφής", + "Hide description …" : "Απόκρυψη περιγραφής", + "This app has an update available." : "Αυτή η εφαρμογή έχει διαθέσιμη ενημέρωση.", + "Enable only for specific groups" : "Ενεργοποίηση μόνο για καθορισμένες ομάδες", + "Online documentation" : "Τεκμηρίωση στο Διαδίκτυο", + "Getting help" : "Λήψη βοήθειας", + "Commercial support" : "Εμπορική Υποστήριξη", "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." : "Η ρύθμιση \"μόνο ανάγνωση\" έχει ενεργοποιηθεί. Αυτό εμποδίζει τον καθορισμό κάποιων ρυθμίσεων μέσω της διεπαφής web. Επιπλέον, το αρχείο πρέπει να γίνει χειροκίνητα εγγράψιμο πριν από κάθε διαδικασία ενημέρωσης.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Αυτό πιθανόν προκλήθηκε από προσωρινή μνήμη (cache)/επιταχυντή όπως τη Zend OPcache ή τον eAccelerator.", "System locale can not be set to a one which supports UTF-8." : "Οι ρυθμίσεις τοποθεσίας συστήματος δεν μπορούν να οριστούν σε κάποιες που δεν υποστηρίζουν UTF-8.", @@ -326,28 +333,8 @@ "Theming" : "Θέματα", "Check the security of your Nextcloud over our security scan" : "Ελέγξτε την ασφάλεια του Nextcloud σας μέσω της σάρωσης ασφαλείας", "Hardening and security guidance" : "Οδηγίες ασφάλειας και θωράκισης", - "This app has an update available." : "Αυτή η εφαρμογή έχει διαθέσιμη ενημέρωση.", - "by %s" : "από %s", - "%s-licensed" : "%s-αδειοδοτημένο", - "Documentation:" : "Τεκμηρίωση:", - "Show description …" : "Εμφάνιση περιγραφής", - "Hide description …" : "Απόκρυψη περιγραφής", - "Enable only for specific groups" : "Ενεργοποίηση μόνο για καθορισμένες ομάδες", - "Online documentation" : "Τεκμηρίωση στο Διαδίκτυο", - "Getting help" : "Λήψη βοήθειας", - "Commercial support" : "Εμπορική Υποστήριξη", "You are using %s of %s" : "Χρησιμοποιείτε %s από %s", "You are using %s of %s (%s %%)" : "Χρησιμοποιείτε %s του %s(%s%%)", - "You are member of the following groups:" : "Είστε μέλος των ακόλουθων ομάδων:", - "Desktop client" : "Πελάτης σταθερού υπολογιστή", - "Android app" : "Εφαρμογή Android", - "iOS app" : "Εφαρμογή iOS", - "App passwords" : "Συνθηματικά εφαρμογής", - "Follow us on Google+!" : "Ακολουθήστε μας στο Google+!", - "Like our facebook page!" : "Ακολουθήστε μας στην σελίδα μας στο facebook!", - "Follow us on Twitter!" : "Ακολουθήστε μας στο Twitter!", - "Check out our blog!" : "Επισκεφθείτε το ιστολόγιό μας!", - "Subscribe to our newsletter!" : "Εγγραφείτε στο ενημερωτικό δελτίο μας!", "Settings" : "Ρυθμίσεις", "Show storage location" : "Εμφάνιση τοποθεσίας αποθήκευσης", "Show email address" : "Εμφάνιση διεύθυνσης ηλ. αλληλογραφίας", @@ -356,17 +343,12 @@ "Create" : "Δημιουργία", "Admin Recovery Password" : "Κωδικός Επαναφοράς Διαχειριστή ", "Enter the recovery password in order to recover the users files during password change" : "Εισάγετε το συνθηματικό ανάκτησης ώστε να ανακτήσετε τα αρχεία χρηστών κατά την αλλαγή συνθηματικού", - "Group name" : "Όνομα ομάδας", "Disabled" : "Απενεργοποιημένο", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Παρακαλώ εισάγετε επιτρεπόμενα μερίδια αποθηκευτικού χώρου (π.χ. \"512 MB\" ή \"12 GB\")", "Other" : "Άλλο", "change full name" : "αλλαγή πλήρους ονόματος", "set new password" : "επιλογή νέου κωδικού", "change email address" : "αλλαγή διεύθυνσης ηλ. αλληλογραφίας", - "Default" : "Προκαθορισμένο", - "App up to date" : "Ενημερωμένη εφαρμογή", - "Updating …" : "Γίνεται ενημέρωση ....", - "Could not update app" : "Αδυναμία ενημέρωσης εφαρμογής", - "Could not remove app" : "Αδυναμία αφαίρεσης εφαρμογής" + "Default" : "Προκαθορισμένο" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/en_GB.js b/settings/l10n/en_GB.js index 7457a3db3b..7c3a9d1d07 100644 --- a/settings/l10n/en_GB.js +++ b/settings/l10n/en_GB.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome for Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS Client", - "Android Client" : "Android Client", "Sync client - {os}" : "Sync client - {os}", "This session" : "This session", "Copy" : "Copy", @@ -101,7 +97,6 @@ OC.L10N.register( "So-so password" : "So-so password", "Good password" : "Good password", "Strong password" : "Strong password", - "An error occured while changing your language. Please reload the page and try again." : "An error occurred while changing your language. Please reload the page and try again.", "Select a profile picture" : "Select a profile picture", "Groups" : "Groups", "Limit to groups" : "Limit to groups", @@ -294,12 +289,10 @@ OC.L10N.register( "Invalid user" : "Invalid user", "Unable to change mail address" : "Unable to change mail address", "Email saved" : "Email saved", - "%1$s changed your email address on %2$s." : "%1$s changed your email address on %2$s.", "Password confirmation is required" : "Password confirmation is required", "Are you really sure you want add {domain} as trusted domain?" : "Are you really sure you want add {domain} as trusted domain?", "Add trusted domain" : "Add trusted domain", "Update to %s" : "Update to %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["You have %n app update pending","You have %n app updates pending"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "This app is not checked for security issues and is new or known to be unstable. Install at your own risk.", "Disabling app …" : "Disabling app …", @@ -308,14 +301,20 @@ OC.L10N.register( "Error while enabling app" : "Error whilst enabling app", "Error: Could not disable broken app" : "Error: Could not disable broken app", "Error while disabling broken app" : "Error whilst disabling broken app", - "Updating...." : "Updating....", - "Error while updating app" : "Error while updating app", + "App up to date" : "App up to date", + "Updating …" : "Updating …", + "Could not update app" : "Could not update app", "Updated" : "Updated", "Removing …" : "Removing …", - "Error while removing app" : "Error while removing app", + "Could not remove app" : "Could not remove app", "Approved" : "Approved", "Experimental" : "Experimental", "No apps found for {query}" : "No apps found for {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS Client", + "Android Client" : "Android Client", + "An error occured while changing your language. Please reload the page and try again." : "An error occurred while changing your language. Please reload the page and try again.", "Unable to delete {objName}" : "Unable to delete {objName}", "Error creating group: {message}" : "Error creating group: {message}", "A valid group name must be provided" : "A valid group name must be provided", @@ -336,66 +335,45 @@ OC.L10N.register( "Error creating user: {message}" : "Error creating user: {message}", "A valid password must be provided" : "A valid password must be provided", "A valid email must be provided" : "A valid email must be provided", - "__language_name__" : "English (British English)", - "Verifying" : "Verifying", - "Personal info" : "Personal info", - "Sync clients" : "Sync clients", - "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." : "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.", - "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 installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm.", + "by %s" : "by %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentation:", + "Show description …" : "Show description …", + "Hide description …" : "Hide description …", + "This app has an update available." : "This app has an update available.", + "Enable only for specific groups" : "Enable only for specific groups", + "Online documentation" : "Online documentation", + "Getting help" : "Getting help", + "Commercial support" : "Commercial support", + "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Please check the installation documentation ↗ 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.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection.", - "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 documentation ↗ for more information." : "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 documentation ↗ for more information.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection.", + "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 documentation ↗ for more information." : "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 documentation ↗ for more information.", "System locale can not be set to a one which supports UTF-8." : "System locale can not be set to a one which supports UTF-8.", - "This means that there might be problems with certain characters in file names." : "This means that there might be problems with certain characters in file names.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "We strongly suggest installing the required packages on your system to support one of the following locales: %s.", - "If your installation is not installed in 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\")" : "If your installation is not installed in 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\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Please double check the installation guides ↗, and check for any errors or warnings in the log.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php is registered at a webcron service to call cron.php every 15 minutes over http.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details.", + "This means that there might be problems with certain characters in filenames." : "This means that there might be problems with certain characters in filenames.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "It is strongly proposed to install the required packages on your system to support one of the following locales: %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\")" : "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\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "It was not possible to execute the cron job via CLI. The following technical errors have appeared:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Please double check the installation guides ↗, and check for any errors or warnings in the log.", "Tips & tricks" : "Tips & tricks", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "There are a lot of features and config switches available to optimally customise and use this instance. Here are some pointers for more information.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend.", "This is particularly recommended when using the desktop client for file synchronisation." : "This is particularly recommended when using the desktop client for file synchronisation.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗.", "How to do backups" : "How to do backups", "Performance tuning" : "Performance tuning", "Improving the config.php" : "Improving the config.php", "Theming" : "Theming", "Check the security of your Nextcloud over our security scan" : "Check the security of your Nextcloud over our security scan", "Hardening and security guidance" : "Hardening and security guidance", - "This app has an update available." : "This app has an update available.", - "by %s" : "by %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentation:", - "Show description …" : "Show description …", - "Hide description …" : "Hide description …", - "Enable only for specific groups" : "Enable only for specific groups", - "Online documentation" : "Online documentation", - "Getting help" : "Getting help", - "Commercial support" : "Commercial support", "You are using %s of %s" : "You are using %s of %s", "You are using %s of %s (%s %%)" : "You are using %s of %s (%s %%)", - "You are member of the following groups:" : "You are member of the following groups:", - "Get the apps to sync your files" : "Get the apps to sync your files", - "Desktop client" : "Desktop client", - "Android app" : "Android app", - "iOS app" : "iOS app", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!", - "Show First Run Wizard again" : "Show First Run Wizard again", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Web, desktop, mobile clients and app specific passwords that currently have access to your account.", - "App passwords" : "App passwords", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too.", - "Follow us on Google+!" : "Follow us on Google+!", - "Like our facebook page!" : "Like our facebook page!", - "Follow us on Twitter!" : "Follow us on Twitter!", - "Check out our blog!" : "Check out our blog!", - "Subscribe to our newsletter!" : "Subscribe to our newsletter!", "Settings" : "Settings", "Show storage location" : "Show storage location", "Show email address" : "Show email address", @@ -405,30 +383,12 @@ OC.L10N.register( "Create" : "Create", "Admin Recovery Password" : "Admin Recovery Password", "Enter the recovery password in order to recover the users files during password change" : "Enter the recovery password in order to recover the user's files during password change", - "Group name" : "Group name", "Disabled" : "Disabled", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Please enter storage quota (e.g. \"512 MB\" or \"12 GB\")", "Other" : "Other", "change full name" : "change full name", "set new password" : "set new password", "change email address" : "change email address", - "Default" : "Default", - "App up to date" : "App up to date", - "Updating …" : "Updating …", - "Could not update app" : "Could not update app", - "Could not remove app" : "Could not remove app", - "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection.", - "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 documentation ↗ for more information." : "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 documentation ↗ for more information.", - "This means that there might be problems with certain characters in filenames." : "This means that there might be problems with certain characters in filenames.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "It is strongly proposed to install the required packages on your system to support one of the following locales: %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\")" : "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\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "It was not possible to execute the cron job via CLI. The following technical errors have appeared:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Please double check the installation guides ↗, and check for any errors or warnings in the log.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." + "Default" : "Default" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/en_GB.json b/settings/l10n/en_GB.json index 2ddf684a8b..9fd76c34d4 100644 --- a/settings/l10n/en_GB.json +++ b/settings/l10n/en_GB.json @@ -67,10 +67,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome for Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS Client", - "Android Client" : "Android Client", "Sync client - {os}" : "Sync client - {os}", "This session" : "This session", "Copy" : "Copy", @@ -99,7 +95,6 @@ "So-so password" : "So-so password", "Good password" : "Good password", "Strong password" : "Strong password", - "An error occured while changing your language. Please reload the page and try again." : "An error occurred while changing your language. Please reload the page and try again.", "Select a profile picture" : "Select a profile picture", "Groups" : "Groups", "Limit to groups" : "Limit to groups", @@ -292,12 +287,10 @@ "Invalid user" : "Invalid user", "Unable to change mail address" : "Unable to change mail address", "Email saved" : "Email saved", - "%1$s changed your email address on %2$s." : "%1$s changed your email address on %2$s.", "Password confirmation is required" : "Password confirmation is required", "Are you really sure you want add {domain} as trusted domain?" : "Are you really sure you want add {domain} as trusted domain?", "Add trusted domain" : "Add trusted domain", "Update to %s" : "Update to %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["You have %n app update pending","You have %n app updates pending"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "This app is not checked for security issues and is new or known to be unstable. Install at your own risk.", "Disabling app …" : "Disabling app …", @@ -306,14 +299,20 @@ "Error while enabling app" : "Error whilst enabling app", "Error: Could not disable broken app" : "Error: Could not disable broken app", "Error while disabling broken app" : "Error whilst disabling broken app", - "Updating...." : "Updating....", - "Error while updating app" : "Error while updating app", + "App up to date" : "App up to date", + "Updating …" : "Updating …", + "Could not update app" : "Could not update app", "Updated" : "Updated", "Removing …" : "Removing …", - "Error while removing app" : "Error while removing app", + "Could not remove app" : "Could not remove app", "Approved" : "Approved", "Experimental" : "Experimental", "No apps found for {query}" : "No apps found for {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS Client", + "Android Client" : "Android Client", + "An error occured while changing your language. Please reload the page and try again." : "An error occurred while changing your language. Please reload the page and try again.", "Unable to delete {objName}" : "Unable to delete {objName}", "Error creating group: {message}" : "Error creating group: {message}", "A valid group name must be provided" : "A valid group name must be provided", @@ -334,66 +333,45 @@ "Error creating user: {message}" : "Error creating user: {message}", "A valid password must be provided" : "A valid password must be provided", "A valid email must be provided" : "A valid email must be provided", - "__language_name__" : "English (British English)", - "Verifying" : "Verifying", - "Personal info" : "Personal info", - "Sync clients" : "Sync clients", - "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." : "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.", - "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 installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm.", + "by %s" : "by %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentation:", + "Show description …" : "Show description …", + "Hide description …" : "Hide description …", + "This app has an update available." : "This app has an update available.", + "Enable only for specific groups" : "Enable only for specific groups", + "Online documentation" : "Online documentation", + "Getting help" : "Getting help", + "Commercial support" : "Commercial support", + "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Please check the installation documentation ↗ 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.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection.", - "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 documentation ↗ for more information." : "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 documentation ↗ for more information.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection.", + "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 documentation ↗ for more information." : "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 documentation ↗ for more information.", "System locale can not be set to a one which supports UTF-8." : "System locale can not be set to a one which supports UTF-8.", - "This means that there might be problems with certain characters in file names." : "This means that there might be problems with certain characters in file names.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "We strongly suggest installing the required packages on your system to support one of the following locales: %s.", - "If your installation is not installed in 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\")" : "If your installation is not installed in 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\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Please double check the installation guides ↗, and check for any errors or warnings in the log.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php is registered at a webcron service to call cron.php every 15 minutes over http.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details.", + "This means that there might be problems with certain characters in filenames." : "This means that there might be problems with certain characters in filenames.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "It is strongly proposed to install the required packages on your system to support one of the following locales: %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\")" : "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\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "It was not possible to execute the cron job via CLI. The following technical errors have appeared:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Please double check the installation guides ↗, and check for any errors or warnings in the log.", "Tips & tricks" : "Tips & tricks", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "There are a lot of features and config switches available to optimally customise and use this instance. Here are some pointers for more information.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend.", "This is particularly recommended when using the desktop client for file synchronisation." : "This is particularly recommended when using the desktop client for file synchronisation.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗.", "How to do backups" : "How to do backups", "Performance tuning" : "Performance tuning", "Improving the config.php" : "Improving the config.php", "Theming" : "Theming", "Check the security of your Nextcloud over our security scan" : "Check the security of your Nextcloud over our security scan", "Hardening and security guidance" : "Hardening and security guidance", - "This app has an update available." : "This app has an update available.", - "by %s" : "by %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentation:", - "Show description …" : "Show description …", - "Hide description …" : "Hide description …", - "Enable only for specific groups" : "Enable only for specific groups", - "Online documentation" : "Online documentation", - "Getting help" : "Getting help", - "Commercial support" : "Commercial support", "You are using %s of %s" : "You are using %s of %s", "You are using %s of %s (%s %%)" : "You are using %s of %s (%s %%)", - "You are member of the following groups:" : "You are member of the following groups:", - "Get the apps to sync your files" : "Get the apps to sync your files", - "Desktop client" : "Desktop client", - "Android app" : "Android app", - "iOS app" : "iOS app", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!", - "Show First Run Wizard again" : "Show First Run Wizard again", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Web, desktop, mobile clients and app specific passwords that currently have access to your account.", - "App passwords" : "App passwords", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too.", - "Follow us on Google+!" : "Follow us on Google+!", - "Like our facebook page!" : "Like our facebook page!", - "Follow us on Twitter!" : "Follow us on Twitter!", - "Check out our blog!" : "Check out our blog!", - "Subscribe to our newsletter!" : "Subscribe to our newsletter!", "Settings" : "Settings", "Show storage location" : "Show storage location", "Show email address" : "Show email address", @@ -403,30 +381,12 @@ "Create" : "Create", "Admin Recovery Password" : "Admin Recovery Password", "Enter the recovery password in order to recover the users files during password change" : "Enter the recovery password in order to recover the user's files during password change", - "Group name" : "Group name", "Disabled" : "Disabled", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Please enter storage quota (e.g. \"512 MB\" or \"12 GB\")", "Other" : "Other", "change full name" : "change full name", "set new password" : "set new password", "change email address" : "change email address", - "Default" : "Default", - "App up to date" : "App up to date", - "Updating …" : "Updating …", - "Could not update app" : "Could not update app", - "Could not remove app" : "Could not remove app", - "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection.", - "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 documentation ↗ for more information." : "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 documentation ↗ for more information.", - "This means that there might be problems with certain characters in filenames." : "This means that there might be problems with certain characters in filenames.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "It is strongly proposed to install the required packages on your system to support one of the following locales: %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\")" : "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\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "It was not possible to execute the cron job via CLI. The following technical errors have appeared:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Please double check the installation guides ↗, and check for any errors or warnings in the log.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." + "Default" : "Default" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/eo.js b/settings/l10n/eo.js deleted file mode 100644 index 65e6505fa6..0000000000 --- a/settings/l10n/eo.js +++ /dev/null @@ -1,130 +0,0 @@ -OC.L10N.register( - "settings", - { - "Couldn't update app." : "Ne eblis ĝisdatigi la aplikaĵon.", - "Wrong password" : "Malĝusta pasvorto", - "Saved" : "Konservita", - "Unable to change password" : "Ne eblis ŝanĝi la pasvorton", - "Authentication error" : "Aŭtentiga eraro", - "Federated Cloud Sharing" : "Federnuba kunhavado", - "Unable to change full name" : "Ne eblis ŝanĝi la plenan nomon", - "Your username is: %s" : "Via uzantnomo estas\\: %s", - "Email sent" : "La retpoŝtaĵo sendiĝis", - "Delete" : "Forigi", - "Very weak password" : "Tre malforta pasvorto", - "Weak password" : "Malforta pasvorto", - "So-so password" : "Mezaĉa pasvorto", - "Good password" : "Bona pasvorto", - "Strong password" : "Forta pasvorto", - "Select a profile picture" : "Elekti profilan bildon", - "Groups" : "Grupoj", - "Official" : "Oficiala", - "Disable" : "Malkapabligi", - "All" : "Ĉio", - "User documentation" : "Uzodokumentaro", - "Admin documentation" : "Administrodokumentaro", - "Enable all" : "Kapabligi ĉiu", - "Enable" : "Kapabligi", - "New password" : "Nova pasvorto", - "Username" : "Uzantonomo", - "Password" : "Pasvorto", - "Email" : "Retpoŝto", - "Quota" : "Kvoto", - "Language" : "Lingvo", - "User backend" : "Uzantomotoro", - "Unlimited" : "Senlima", - "Default quota" : "Defaŭlta kvoto", - "Your apps" : "Viaj aplikaĵoj", - "Disabled apps" : "Malkapabligitaj aplikaĵoj", - "Updates" : "Ĝisdatigoj", - "Show user backend" : "Montri uzantomotoron", - "Admins" : "Administrantoj", - "Everyone" : "Ĉiuj", - "App update" : "Aplikaĵon ĝisdatigi", - "Common Name" : "Komuna nomo", - "Valid until" : "Valida ĝis", - "Valid until %s" : "Valida ĝis %s", - "Administrator documentation" : "Administrodokumentaro", - "Forum" : "Forumo", - "None" : "Nenio", - "Login" : "Ensaluti", - "Email server" : "Retpoŝtoservilo", - "Open documentation" : "Malfermi la dokumentaron", - "Send mode" : "Sendi pli", - "Encryption" : "Ĉifrado", - "From address" : "El adreso", - "mail" : "retpoŝto", - "Authentication method" : "Aŭtentiga metodo", - "Authentication required" : "Aŭtentiĝo nepras", - "Server address" : "Servila adreso", - "Port" : "Pordo", - "Credentials" : "Aŭtentigiloj", - "SMTP Username" : "SMTP-uzantonomo", - "SMTP Password" : "SMTP-pasvorto", - "Test email settings" : "Provi retpoŝtagordon", - "Send email" : "Sendi retpoŝton", - "Version" : "Eldono", - "This is the final warning: Do you really want to enable encryption?" : "Jen la fina averto: ĉu vi certe volas kapabligi ĉifradon?", - "Enable encryption" : "Kapabligi ĉifradon", - "Sharing" : "Kunhavigo", - "Allow apps to use the Share API" : "Kapabligi aplikaĵojn uzi la API-on pri Kunhavigo", - "Allow users to share via link" : "Permesi uzantojn kunhavigi ligile", - "Allow public uploads" : "Permesi publikajn alŝutojn", - "Expire after " : "Eksvalidigi post", - "days" : "tagoj", - "Allow resharing" : "Kapabligi rekunhavigon", - "Profile picture" : "Profila bildo", - "Upload new" : "Alŝuti novan", - "Select from Files" : "Elekti el Dosieroj", - "Remove image" : "Forigi bildon", - "Cancel" : "Nuligi", - "Full name" : "Plena nomo", - "Your email address" : "Via retpoŝta adreso", - "Help translate" : "Helpu traduki", - "Current password" : "Nuna pasvorto", - "Change password" : "Ŝanĝi la pasvorton", - "App name" : "Namo de aplikaĵo", - "Done" : "Farita", - "Enabled apps" : "Kapabligitaj aplikaĵoj", - "Group already exists." : "Grupo jam ekzistas", - "Your full name has been changed." : "Via plena nomo ŝanĝitas.", - "Email saved" : "La retpoŝtadreso konserviĝis", - "Disabling app …" : "Malkapabligas aplikaĵon …", - "Error while disabling app" : "Eraris malkapabligo de aplikaĵo", - "Enabling app …" : "Kapabligas aplikaĵon …", - "Error while enabling app" : "Eraris kapabligo de aplikaĵo", - "Updated" : "Ĝisdatigita", - "deleted {groupName}" : "{groupName} foriĝis", - "undo" : "malfari", - "never" : "neniam", - "deleted {userName}" : "{userName} foriĝis", - "Unable to add user to group {group}" : "Ne eblis aldoni la uzanton al la grupo {group}", - "Unable to remove user from group {group}" : "Ne eblis forigi la uzantan el la grupo {group}", - "A valid username must be provided" : "Valida uzantonomo devas proviziĝi", - "Error creating user: {message}" : "Erariz kreiĝi uzanto: {message}", - "A valid password must be provided" : "Valida pasvorto devas proviziĝi", - "by %s" : "de %s", - "%s-licensed" : "%s-permesila", - "Documentation:" : "Dokumentaro:", - "Show description …" : "Montri priskribon...", - "Hide description …" : "Malmontri priskribon...", - "Enable only for specific groups" : "Kapabligi nur por specifajn grupojn", - "Commercial support" : "Komerca subteno", - "Android app" : "Android-aplikaĵo", - "iOS app" : "iOS-aplikaĵo", - "App passwords" : "Aplikaĵaj pasvortoj", - "Settings" : "Agordo", - "Send email to new user" : "Sendi retmesaĝon al nova uzanto", - "E-Mail" : "Retpoŝtadreso", - "Create" : "Krei", - "Group name" : "Gruponomo", - "Disabled" : "Malkapabligita", - "Other" : "Alia", - "change full name" : "ŝanĝi plenan nomon", - "set new password" : "agordi novan pasvorton", - "change email address" : "ŝanĝi retpoŝtadreson", - "Default" : "Defaŭlta", - "Updating …" : "Ĝisdatigatas …", - "Could not update app" : "Ne eblis ĝisdatigi la aplikaĵon." -}, -"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/eo.json b/settings/l10n/eo.json deleted file mode 100644 index 1305464f8e..0000000000 --- a/settings/l10n/eo.json +++ /dev/null @@ -1,128 +0,0 @@ -{ "translations": { - "Couldn't update app." : "Ne eblis ĝisdatigi la aplikaĵon.", - "Wrong password" : "Malĝusta pasvorto", - "Saved" : "Konservita", - "Unable to change password" : "Ne eblis ŝanĝi la pasvorton", - "Authentication error" : "Aŭtentiga eraro", - "Federated Cloud Sharing" : "Federnuba kunhavado", - "Unable to change full name" : "Ne eblis ŝanĝi la plenan nomon", - "Your username is: %s" : "Via uzantnomo estas\\: %s", - "Email sent" : "La retpoŝtaĵo sendiĝis", - "Delete" : "Forigi", - "Very weak password" : "Tre malforta pasvorto", - "Weak password" : "Malforta pasvorto", - "So-so password" : "Mezaĉa pasvorto", - "Good password" : "Bona pasvorto", - "Strong password" : "Forta pasvorto", - "Select a profile picture" : "Elekti profilan bildon", - "Groups" : "Grupoj", - "Official" : "Oficiala", - "Disable" : "Malkapabligi", - "All" : "Ĉio", - "User documentation" : "Uzodokumentaro", - "Admin documentation" : "Administrodokumentaro", - "Enable all" : "Kapabligi ĉiu", - "Enable" : "Kapabligi", - "New password" : "Nova pasvorto", - "Username" : "Uzantonomo", - "Password" : "Pasvorto", - "Email" : "Retpoŝto", - "Quota" : "Kvoto", - "Language" : "Lingvo", - "User backend" : "Uzantomotoro", - "Unlimited" : "Senlima", - "Default quota" : "Defaŭlta kvoto", - "Your apps" : "Viaj aplikaĵoj", - "Disabled apps" : "Malkapabligitaj aplikaĵoj", - "Updates" : "Ĝisdatigoj", - "Show user backend" : "Montri uzantomotoron", - "Admins" : "Administrantoj", - "Everyone" : "Ĉiuj", - "App update" : "Aplikaĵon ĝisdatigi", - "Common Name" : "Komuna nomo", - "Valid until" : "Valida ĝis", - "Valid until %s" : "Valida ĝis %s", - "Administrator documentation" : "Administrodokumentaro", - "Forum" : "Forumo", - "None" : "Nenio", - "Login" : "Ensaluti", - "Email server" : "Retpoŝtoservilo", - "Open documentation" : "Malfermi la dokumentaron", - "Send mode" : "Sendi pli", - "Encryption" : "Ĉifrado", - "From address" : "El adreso", - "mail" : "retpoŝto", - "Authentication method" : "Aŭtentiga metodo", - "Authentication required" : "Aŭtentiĝo nepras", - "Server address" : "Servila adreso", - "Port" : "Pordo", - "Credentials" : "Aŭtentigiloj", - "SMTP Username" : "SMTP-uzantonomo", - "SMTP Password" : "SMTP-pasvorto", - "Test email settings" : "Provi retpoŝtagordon", - "Send email" : "Sendi retpoŝton", - "Version" : "Eldono", - "This is the final warning: Do you really want to enable encryption?" : "Jen la fina averto: ĉu vi certe volas kapabligi ĉifradon?", - "Enable encryption" : "Kapabligi ĉifradon", - "Sharing" : "Kunhavigo", - "Allow apps to use the Share API" : "Kapabligi aplikaĵojn uzi la API-on pri Kunhavigo", - "Allow users to share via link" : "Permesi uzantojn kunhavigi ligile", - "Allow public uploads" : "Permesi publikajn alŝutojn", - "Expire after " : "Eksvalidigi post", - "days" : "tagoj", - "Allow resharing" : "Kapabligi rekunhavigon", - "Profile picture" : "Profila bildo", - "Upload new" : "Alŝuti novan", - "Select from Files" : "Elekti el Dosieroj", - "Remove image" : "Forigi bildon", - "Cancel" : "Nuligi", - "Full name" : "Plena nomo", - "Your email address" : "Via retpoŝta adreso", - "Help translate" : "Helpu traduki", - "Current password" : "Nuna pasvorto", - "Change password" : "Ŝanĝi la pasvorton", - "App name" : "Namo de aplikaĵo", - "Done" : "Farita", - "Enabled apps" : "Kapabligitaj aplikaĵoj", - "Group already exists." : "Grupo jam ekzistas", - "Your full name has been changed." : "Via plena nomo ŝanĝitas.", - "Email saved" : "La retpoŝtadreso konserviĝis", - "Disabling app …" : "Malkapabligas aplikaĵon …", - "Error while disabling app" : "Eraris malkapabligo de aplikaĵo", - "Enabling app …" : "Kapabligas aplikaĵon …", - "Error while enabling app" : "Eraris kapabligo de aplikaĵo", - "Updated" : "Ĝisdatigita", - "deleted {groupName}" : "{groupName} foriĝis", - "undo" : "malfari", - "never" : "neniam", - "deleted {userName}" : "{userName} foriĝis", - "Unable to add user to group {group}" : "Ne eblis aldoni la uzanton al la grupo {group}", - "Unable to remove user from group {group}" : "Ne eblis forigi la uzantan el la grupo {group}", - "A valid username must be provided" : "Valida uzantonomo devas proviziĝi", - "Error creating user: {message}" : "Erariz kreiĝi uzanto: {message}", - "A valid password must be provided" : "Valida pasvorto devas proviziĝi", - "by %s" : "de %s", - "%s-licensed" : "%s-permesila", - "Documentation:" : "Dokumentaro:", - "Show description …" : "Montri priskribon...", - "Hide description …" : "Malmontri priskribon...", - "Enable only for specific groups" : "Kapabligi nur por specifajn grupojn", - "Commercial support" : "Komerca subteno", - "Android app" : "Android-aplikaĵo", - "iOS app" : "iOS-aplikaĵo", - "App passwords" : "Aplikaĵaj pasvortoj", - "Settings" : "Agordo", - "Send email to new user" : "Sendi retmesaĝon al nova uzanto", - "E-Mail" : "Retpoŝtadreso", - "Create" : "Krei", - "Group name" : "Gruponomo", - "Disabled" : "Malkapabligita", - "Other" : "Alia", - "change full name" : "ŝanĝi plenan nomon", - "set new password" : "agordi novan pasvorton", - "change email address" : "ŝanĝi retpoŝtadreson", - "Default" : "Defaŭlta", - "Updating …" : "Ĝisdatigatas …", - "Could not update app" : "Ne eblis ĝisdatigi la aplikaĵon." -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/settings/l10n/es.js b/settings/l10n/es.js index 8de1722c72..49208937ea 100644 --- a/settings/l10n/es.js +++ b/settings/l10n/es.js @@ -72,10 +72,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Cliente de sincronización - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -104,8 +100,6 @@ OC.L10N.register( "So-so password" : "Contraseña normal", "Good password" : "Contraseña buena", "Strong password" : "Contraseña muy buena", - "An error occured while changing your language. Please reload the page and try again." : "Se ha producido un fallo al cambiar el idioma. Por favor, vuelve a cargar la página y vuelve a intentarlo.", - "An error occured while changing your locale. Please reload the page and try again." : "Se ha producido un error al cambiar de región. Por favor, recarga la página y vuelve a intentarlo.", "Select a profile picture" : "Seleccionar una imagen de perfil", "Week starts on {fdow}" : "La semana empieza el {fdow}", "Groups" : "Grupos", @@ -335,12 +329,10 @@ OC.L10N.register( "Invalid user" : "Usuario no válido", "Unable to change mail address" : "No se pudo cambiar la dirección de correo electrónico", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió su dirección de correo electrónico en %2$s", "Password confirmation is required" : "Se requiere confirmar la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Está realmente seguro de que quiere añadir {domain} como dominio de confianza?", "Add trusted domain" : "Agregar dominio de confianza", "Update to %s" : "Actualizar a %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Tienes %n actualización de app pendiente","Tiene %n actualizaciones de app pendientes"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicaciones aprobadas las desarrollan desarrolladores de confianza y han pasado un control de seguridad superficial. Estas se mantienen activamente en un repositorio de código abierto y sus encargados las consideran estables para un uso normal.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "No se han verificado los posibles problemas de seguridad de esta app. Es nueva o bien es conocida por ser inestable. Instálela bajo su propio riesgo.", "Disabling app …" : "Deshabilitando aplicación...", @@ -349,14 +341,20 @@ OC.L10N.register( "Error while enabling app" : "Error mientras se activaba la aplicación", "Error: Could not disable broken app" : "Error: No se ha podido desactivar una app estropeada", "Error while disabling broken app" : "Error mientras deshabilitaba la App dañada", - "Updating...." : "Actualizando...", - "Error while updating app" : "Error mientras se actualizaba la aplicación", + "App up to date" : "App actualizada", + "Updating …" : "Actualizando...", + "Could not update app" : "No se ha podido actualizar la app", "Updated" : "Actualizado", "Removing …" : "Eliminando...", - "Error while removing app" : "Error al eliminar la app", + "Could not remove app" : "No se ha podido eliminar la app", "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se han encontrado apps para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se ha producido un fallo al cambiar el idioma. Por favor, vuelve a cargar la página y vuelve a intentarlo.", "Unable to delete {objName}" : "No es posible eliminar {objName}", "Error creating group: {message}" : "Error creando el grupo: {message}", "A valid group name must be provided" : "Se debe dar un nombre válido para el grupo ", @@ -377,66 +375,45 @@ OC.L10N.register( "Error creating user: {message}" : "Error creando el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe brindar una dirección de correo electrónico válida ", - "__language_name__" : "Castellano (España)", - "Verifying" : "Verificando", - "Personal info" : "Información personal", - "Sync clients" : "Clientes de sincronizació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 & Ticks section and the documentation for more information." : "Es importante para la seguridad y buen funcionamiento de tu instancia que todo esté configurado correctamente. Para ayudarte con esto, vamos a hacer algunas comprobaciones automáticas. Por favor, comprueba la sección 'Sugerencias 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 no estar configurado correctamente para consultar las variables de entorno del sistema. La prueba con getenv(\"PATH\") solo devuelve una respuesta vacía.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Por favor, comprueba la documentación de instalación ↗ para notas sobre configuración de php y la configuración de php en tu servidor, especialmente cuando se usa php-fpm.", + "by %s" : "por %s", + "%s-licensed" : "Licencia %s", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción…", + "Hide description …" : "Ocultar descripción…", + "This app has an update available." : "Está app tiene una actualización pendiente.", + "Enable only for specific groups" : "Activar solamente para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 tu instalación que todo esté configurado correctamente. Para ayudarte con ello estamos realizando algunas comprobaciones automáticas. Por favor, ve la sección Consejos 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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor, revisa la documentación d einstalación ↗ para notas sobre la configuración de PHP en tu servidor, especialmente al usar 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.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Aparentemente, PHP está configurado para eliminar los bloques inline de documentos. Esto hará inaccesibles muchas apps del núcleo.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP está aparentemente configurado para quitar bloques de documento —'strip inline doc blocks'—. Esto hará que varias aplicaciones principales estén inaccesibles.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Probablemente esto venga a causa de la caché o un acelerador, tales como Zend OPcache o eAccelerator.", "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 we recommend updating to a newer %1$s version." : "%1$s bajo la versión %2$s instalado. Por motivos de estabilidad y funcionamiento, recomendamos actualizar a una versión más moderna de %1$s.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Falta el módulo PHP 'fileinfo'. Recomendamos encarecidamente activar este módulo para conseguir los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo transaccional de archivos está desactivado. Esto puede provocar problemas en ciertas condiciones. Activa 'filelocking.enabled' en config.php para evitar estos problemas. Mira la documentación ↗ para más información.", + "%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 documentation ↗ 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 documentación ↗.", "System locale can not be set to a one which supports UTF-8." : "La configuración regional del sistema no se puede establecer en una que admita UTF-8.", - "This means that there might be problems with certain characters in file names." : "Esto significa que podría haber problemas con ciertos caracteres en los nombres de archivos.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Recomendamos encarecidamente instalar los paquetes requeridos en tu sistema para soportar una de las siguientes regiones: %s.", - "If your installation is not installed in 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 tu instalación no está localizada en la raíz del dominio y usa el cron del sistema, puede haber problemas con la generación de URL. Para evitar estos problemas, por favor, activa la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta de la raíz web de tu instalación (sugerencia: \"%s\").", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "No se ha podido ejecutar el trabajo cron vía CLI. Han aparecido los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor, vuelve a consultar las guías de instalación ↗ y busca posibles errores y advertencias en el registro. ", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado en un servicio webcron para llamar a cron.php cada 15 minutos sobre http.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para ejecutar esto, necesitas la extesión PHP posix. Ver la {linkstart}documentación de PHP{linkend} para más detalles.", + "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. ", + "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 su instalación no está ubicada en la raíz del dominio y usa el cron del sistema, puede haber problemas al generarse los URL. Para evitarlos, configure la opción \"overwrite.cli.url\" en su archivo config.php para que use la ruta de la raíz del sitio web de su instalación (sugerencia: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible lanzar la tarea cron mediante CLI. Los siguientes errores técnicos has aparecido:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor, vuelve a consultar la las guías de instalación ↗ y buscar posibles errores o advertencias en el registro.", "Tips & tricks" : "Sugerencias y trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Hay muchas características y cambios de configuración disponibles para personalizar y usar esta instancia. Aquí hay alugnas indicaciones para más información.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Se está usando actualmente SQLite como motor de base de datos. Para instalaciones más grandes recomendamos cambiar a un motor de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto está especialmente recomendado cuando se utiliza el cliente de escritorio para la sincronización de archivos.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos, usa la herramienta de línea de comandos: ''occ db:convert-type', o mira la documentación ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos, usa la herramienta de línea de comandos: 'occ db:convert-type o comprueba la documentación ↗.", "How to do backups" : "Cómo hacer copias de seguridad", "Performance tuning" : "Ajustes de rendimiento", "Improving the config.php" : "Mejorar el config.php", "Theming" : "Personalizar el tema", "Check the security of your Nextcloud over our security scan" : "Comprueba la seguridad de tu NextCloud mediante nuestro escaneo de seguridad", "Hardening and security guidance" : "Guía de protección y seguridad", - "This app has an update available." : "Está app tiene una actualización pendiente.", - "by %s" : "por %s", - "%s-licensed" : "Licencia %s", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción…", - "Hide description …" : "Ocultar descripción…", - "Enable only for specific groups" : "Activar solamente para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estas usando %s de %s ", "You are using %s of %s (%s %%)" : "Está usando %s de %s (%s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", - "Get the apps to sync your files" : "Consigue las apps para sincronizar tus archivos.", - "Desktop client" : "Cliente de escritorio", - "Android app" : "App Android", - "iOS app" : "App iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si quieres apoyar el proyecto, {contributeopen}únete al desarrollo{linkclose}o {contributeopen}difunde la palabra{linkclose}.", - "Show First Run Wizard again" : "Mostrar de nuevo el asistente de la primera ejecución", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Clientes web, de escritorio y móviles; y contraseñas específicas de apps que tienen actualmente acceso a tu cuenta", - "App passwords" : "Contraseñas de apps", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aquí puedes generar contraseñas individuales para apps para no tener que usar tu contraseña. También puedes revocarlas individualmente.", - "Follow us on Google+!" : "¡Síguenos en Google+!", - "Like our facebook page!" : "¡Haz Me gusta en nuestra página de Facebook!", - "Follow us on Twitter!" : "¡Síguenos en Twitter!", - "Check out our blog!" : "¡Mira nuestro blog!", - "Subscribe to our newsletter!" : "¡Suscríbete a nuestro boletín de noticias!", "Settings" : "Configuración", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -446,7 +423,6 @@ OC.L10N.register( "Create" : "Crear", "Admin Recovery Password" : "Recuperación de la contraseña de administración", "Enter the recovery password in order to recover the users files during password change" : "Introduzca la contraseña de recuperación a fin de recuperar los archivos de los usuarios durante el cambio de contraseña.", - "Group name" : "Nombre del grupo", "Disabled" : "Deshabilitado", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor indique la cúota de almacenamiento (ej: \"512 MB\" o \"12 GB\")", "Other" : "Otro", @@ -454,23 +430,7 @@ OC.L10N.register( "set new password" : "establecer nueva contraseña", "change email address" : "cambiar dirección de correo electrónico", "Default" : "Predeterminado", - "App up to date" : "App actualizada", - "Updating …" : "Actualizando...", - "Could not update app" : "No se ha podido actualizar la app", - "Could not remove app" : "No se ha podido eliminar la app", - "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 tu instalación que todo esté configurado correctamente. Para ayudarte con ello estamos realizando algunas comprobaciones automáticas. Por favor, ve la sección Consejos 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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor, revisa la documentación d einstalación ↗ para notas sobre la configuración de PHP en tu servidor, especialmente al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP está aparentemente configurado para quitar bloques de documento —'strip inline doc blocks'—. Esto hará que varias aplicaciones principales estén inaccesibles.", - "%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 documentation ↗ 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 documentación ↗.", - "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. ", - "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 su instalación no está ubicada en la raíz del dominio y usa el cron del sistema, puede haber problemas al generarse los URL. Para evitarlos, configure la opción \"overwrite.cli.url\" en su archivo config.php para que use la ruta de la raíz del sitio web de su instalación (sugerencia: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible lanzar la tarea cron mediante CLI. Los siguientes errores técnicos has aparecido:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor, vuelve a consultar la las guías de instalación ↗ y buscar posibles errores o advertencias en el registro.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos, usa la herramienta de línea de comandos: 'occ db:convert-type o comprueba la documentación ↗.", - "Default quota :" : "Espacio por defecto: " + "Default quota :" : "Espacio por defecto: ", + "An error occured while changing your locale. Please reload the page and try again." : "Se ha producido un error al cambiar de región. Por favor, recarga la página y vuelve a intentarlo." }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/es.json b/settings/l10n/es.json index 069e495b3f..8888b3a995 100644 --- a/settings/l10n/es.json +++ b/settings/l10n/es.json @@ -70,10 +70,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Cliente de sincronización - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -102,8 +98,6 @@ "So-so password" : "Contraseña normal", "Good password" : "Contraseña buena", "Strong password" : "Contraseña muy buena", - "An error occured while changing your language. Please reload the page and try again." : "Se ha producido un fallo al cambiar el idioma. Por favor, vuelve a cargar la página y vuelve a intentarlo.", - "An error occured while changing your locale. Please reload the page and try again." : "Se ha producido un error al cambiar de región. Por favor, recarga la página y vuelve a intentarlo.", "Select a profile picture" : "Seleccionar una imagen de perfil", "Week starts on {fdow}" : "La semana empieza el {fdow}", "Groups" : "Grupos", @@ -333,12 +327,10 @@ "Invalid user" : "Usuario no válido", "Unable to change mail address" : "No se pudo cambiar la dirección de correo electrónico", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió su dirección de correo electrónico en %2$s", "Password confirmation is required" : "Se requiere confirmar la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Está realmente seguro de que quiere añadir {domain} como dominio de confianza?", "Add trusted domain" : "Agregar dominio de confianza", "Update to %s" : "Actualizar a %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Tienes %n actualización de app pendiente","Tiene %n actualizaciones de app pendientes"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicaciones aprobadas las desarrollan desarrolladores de confianza y han pasado un control de seguridad superficial. Estas se mantienen activamente en un repositorio de código abierto y sus encargados las consideran estables para un uso normal.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "No se han verificado los posibles problemas de seguridad de esta app. Es nueva o bien es conocida por ser inestable. Instálela bajo su propio riesgo.", "Disabling app …" : "Deshabilitando aplicación...", @@ -347,14 +339,20 @@ "Error while enabling app" : "Error mientras se activaba la aplicación", "Error: Could not disable broken app" : "Error: No se ha podido desactivar una app estropeada", "Error while disabling broken app" : "Error mientras deshabilitaba la App dañada", - "Updating...." : "Actualizando...", - "Error while updating app" : "Error mientras se actualizaba la aplicación", + "App up to date" : "App actualizada", + "Updating …" : "Actualizando...", + "Could not update app" : "No se ha podido actualizar la app", "Updated" : "Actualizado", "Removing …" : "Eliminando...", - "Error while removing app" : "Error al eliminar la app", + "Could not remove app" : "No se ha podido eliminar la app", "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se han encontrado apps para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se ha producido un fallo al cambiar el idioma. Por favor, vuelve a cargar la página y vuelve a intentarlo.", "Unable to delete {objName}" : "No es posible eliminar {objName}", "Error creating group: {message}" : "Error creando el grupo: {message}", "A valid group name must be provided" : "Se debe dar un nombre válido para el grupo ", @@ -375,66 +373,45 @@ "Error creating user: {message}" : "Error creando el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe brindar una dirección de correo electrónico válida ", - "__language_name__" : "Castellano (España)", - "Verifying" : "Verificando", - "Personal info" : "Información personal", - "Sync clients" : "Clientes de sincronizació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 & Ticks section and the documentation for more information." : "Es importante para la seguridad y buen funcionamiento de tu instancia que todo esté configurado correctamente. Para ayudarte con esto, vamos a hacer algunas comprobaciones automáticas. Por favor, comprueba la sección 'Sugerencias 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 no estar configurado correctamente para consultar las variables de entorno del sistema. La prueba con getenv(\"PATH\") solo devuelve una respuesta vacía.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Por favor, comprueba la documentación de instalación ↗ para notas sobre configuración de php y la configuración de php en tu servidor, especialmente cuando se usa php-fpm.", + "by %s" : "por %s", + "%s-licensed" : "Licencia %s", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción…", + "Hide description …" : "Ocultar descripción…", + "This app has an update available." : "Está app tiene una actualización pendiente.", + "Enable only for specific groups" : "Activar solamente para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 tu instalación que todo esté configurado correctamente. Para ayudarte con ello estamos realizando algunas comprobaciones automáticas. Por favor, ve la sección Consejos 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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor, revisa la documentación d einstalación ↗ para notas sobre la configuración de PHP en tu servidor, especialmente al usar 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.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Aparentemente, PHP está configurado para eliminar los bloques inline de documentos. Esto hará inaccesibles muchas apps del núcleo.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP está aparentemente configurado para quitar bloques de documento —'strip inline doc blocks'—. Esto hará que varias aplicaciones principales estén inaccesibles.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Probablemente esto venga a causa de la caché o un acelerador, tales como Zend OPcache o eAccelerator.", "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 we recommend updating to a newer %1$s version." : "%1$s bajo la versión %2$s instalado. Por motivos de estabilidad y funcionamiento, recomendamos actualizar a una versión más moderna de %1$s.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Falta el módulo PHP 'fileinfo'. Recomendamos encarecidamente activar este módulo para conseguir los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo transaccional de archivos está desactivado. Esto puede provocar problemas en ciertas condiciones. Activa 'filelocking.enabled' en config.php para evitar estos problemas. Mira la documentación ↗ para más información.", + "%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 documentation ↗ 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 documentación ↗.", "System locale can not be set to a one which supports UTF-8." : "La configuración regional del sistema no se puede establecer en una que admita UTF-8.", - "This means that there might be problems with certain characters in file names." : "Esto significa que podría haber problemas con ciertos caracteres en los nombres de archivos.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Recomendamos encarecidamente instalar los paquetes requeridos en tu sistema para soportar una de las siguientes regiones: %s.", - "If your installation is not installed in 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 tu instalación no está localizada en la raíz del dominio y usa el cron del sistema, puede haber problemas con la generación de URL. Para evitar estos problemas, por favor, activa la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta de la raíz web de tu instalación (sugerencia: \"%s\").", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "No se ha podido ejecutar el trabajo cron vía CLI. Han aparecido los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor, vuelve a consultar las guías de instalación ↗ y busca posibles errores y advertencias en el registro. ", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado en un servicio webcron para llamar a cron.php cada 15 minutos sobre http.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para ejecutar esto, necesitas la extesión PHP posix. Ver la {linkstart}documentación de PHP{linkend} para más detalles.", + "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. ", + "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 su instalación no está ubicada en la raíz del dominio y usa el cron del sistema, puede haber problemas al generarse los URL. Para evitarlos, configure la opción \"overwrite.cli.url\" en su archivo config.php para que use la ruta de la raíz del sitio web de su instalación (sugerencia: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible lanzar la tarea cron mediante CLI. Los siguientes errores técnicos has aparecido:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor, vuelve a consultar la las guías de instalación ↗ y buscar posibles errores o advertencias en el registro.", "Tips & tricks" : "Sugerencias y trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Hay muchas características y cambios de configuración disponibles para personalizar y usar esta instancia. Aquí hay alugnas indicaciones para más información.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Se está usando actualmente SQLite como motor de base de datos. Para instalaciones más grandes recomendamos cambiar a un motor de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto está especialmente recomendado cuando se utiliza el cliente de escritorio para la sincronización de archivos.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos, usa la herramienta de línea de comandos: ''occ db:convert-type', o mira la documentación ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos, usa la herramienta de línea de comandos: 'occ db:convert-type o comprueba la documentación ↗.", "How to do backups" : "Cómo hacer copias de seguridad", "Performance tuning" : "Ajustes de rendimiento", "Improving the config.php" : "Mejorar el config.php", "Theming" : "Personalizar el tema", "Check the security of your Nextcloud over our security scan" : "Comprueba la seguridad de tu NextCloud mediante nuestro escaneo de seguridad", "Hardening and security guidance" : "Guía de protección y seguridad", - "This app has an update available." : "Está app tiene una actualización pendiente.", - "by %s" : "por %s", - "%s-licensed" : "Licencia %s", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción…", - "Hide description …" : "Ocultar descripción…", - "Enable only for specific groups" : "Activar solamente para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estas usando %s de %s ", "You are using %s of %s (%s %%)" : "Está usando %s de %s (%s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", - "Get the apps to sync your files" : "Consigue las apps para sincronizar tus archivos.", - "Desktop client" : "Cliente de escritorio", - "Android app" : "App Android", - "iOS app" : "App iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si quieres apoyar el proyecto, {contributeopen}únete al desarrollo{linkclose}o {contributeopen}difunde la palabra{linkclose}.", - "Show First Run Wizard again" : "Mostrar de nuevo el asistente de la primera ejecución", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Clientes web, de escritorio y móviles; y contraseñas específicas de apps que tienen actualmente acceso a tu cuenta", - "App passwords" : "Contraseñas de apps", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aquí puedes generar contraseñas individuales para apps para no tener que usar tu contraseña. También puedes revocarlas individualmente.", - "Follow us on Google+!" : "¡Síguenos en Google+!", - "Like our facebook page!" : "¡Haz Me gusta en nuestra página de Facebook!", - "Follow us on Twitter!" : "¡Síguenos en Twitter!", - "Check out our blog!" : "¡Mira nuestro blog!", - "Subscribe to our newsletter!" : "¡Suscríbete a nuestro boletín de noticias!", "Settings" : "Configuración", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -444,7 +421,6 @@ "Create" : "Crear", "Admin Recovery Password" : "Recuperación de la contraseña de administración", "Enter the recovery password in order to recover the users files during password change" : "Introduzca la contraseña de recuperación a fin de recuperar los archivos de los usuarios durante el cambio de contraseña.", - "Group name" : "Nombre del grupo", "Disabled" : "Deshabilitado", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor indique la cúota de almacenamiento (ej: \"512 MB\" o \"12 GB\")", "Other" : "Otro", @@ -452,23 +428,7 @@ "set new password" : "establecer nueva contraseña", "change email address" : "cambiar dirección de correo electrónico", "Default" : "Predeterminado", - "App up to date" : "App actualizada", - "Updating …" : "Actualizando...", - "Could not update app" : "No se ha podido actualizar la app", - "Could not remove app" : "No se ha podido eliminar la app", - "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 tu instalación que todo esté configurado correctamente. Para ayudarte con ello estamos realizando algunas comprobaciones automáticas. Por favor, ve la sección Consejos 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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor, revisa la documentación d einstalación ↗ para notas sobre la configuración de PHP en tu servidor, especialmente al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP está aparentemente configurado para quitar bloques de documento —'strip inline doc blocks'—. Esto hará que varias aplicaciones principales estén inaccesibles.", - "%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 documentation ↗ 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 documentación ↗.", - "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. ", - "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 su instalación no está ubicada en la raíz del dominio y usa el cron del sistema, puede haber problemas al generarse los URL. Para evitarlos, configure la opción \"overwrite.cli.url\" en su archivo config.php para que use la ruta de la raíz del sitio web de su instalación (sugerencia: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible lanzar la tarea cron mediante CLI. Los siguientes errores técnicos has aparecido:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor, vuelve a consultar la las guías de instalación ↗ y buscar posibles errores o advertencias en el registro.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos, usa la herramienta de línea de comandos: 'occ db:convert-type o comprueba la documentación ↗.", - "Default quota :" : "Espacio por defecto: " + "Default quota :" : "Espacio por defecto: ", + "An error occured while changing your locale. Please reload the page and try again." : "Se ha producido un error al cambiar de región. Por favor, recarga la página y vuelve a intentarlo." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/es_419.js b/settings/l10n/es_419.js index 11ff929734..69fc10cb60 100644 --- a/settings/l10n/es_419.js +++ b/settings/l10n/es_419.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -101,7 +97,6 @@ OC.L10N.register( "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -284,7 +279,6 @@ OC.L10N.register( "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", @@ -302,6 +296,11 @@ OC.L10N.register( "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -322,33 +321,45 @@ OC.L10N.register( "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas 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$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una 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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -364,19 +375,6 @@ OC.L10N.register( "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/es_419.json b/settings/l10n/es_419.json index 96395a05cb..2678cf1b12 100644 --- a/settings/l10n/es_419.json +++ b/settings/l10n/es_419.json @@ -67,10 +67,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -99,7 +95,6 @@ "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -282,7 +277,6 @@ "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", @@ -300,6 +294,11 @@ "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -320,33 +319,45 @@ "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas 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$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una 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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -362,19 +373,6 @@ "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/es_AR.js b/settings/l10n/es_AR.js index 37d1880527..e92e7d674a 100644 --- a/settings/l10n/es_AR.js +++ b/settings/l10n/es_AR.js @@ -68,10 +68,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -269,7 +265,6 @@ OC.L10N.register( "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió su dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente está seguro que quiere agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar dominio de confianza", @@ -286,6 +281,10 @@ OC.L10N.register( "Approved" : "Aprovado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicación para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", "Unable to delete {objName}" : "No fue posuble borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debe proporcionar un nombre de grupo válido", @@ -306,6 +305,16 @@ OC.L10N.register( "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", "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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezcan tener permisos de escritura manualemente en cada actualización. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "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 puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.", @@ -320,19 +329,8 @@ OC.L10N.register( "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifique la seguridad de su Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Usted está usando %s de %s", "You are using %s of %s (%s %%)" : "Usted está usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Usted es un miembro de los siguientes grupos:", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", diff --git a/settings/l10n/es_AR.json b/settings/l10n/es_AR.json index 7408802e61..e4e2eb956d 100644 --- a/settings/l10n/es_AR.json +++ b/settings/l10n/es_AR.json @@ -66,10 +66,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -267,7 +263,6 @@ "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió su dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente está seguro que quiere agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar dominio de confianza", @@ -284,6 +279,10 @@ "Approved" : "Aprovado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicación para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", "Unable to delete {objName}" : "No fue posuble borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debe proporcionar un nombre de grupo válido", @@ -304,6 +303,16 @@ "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", "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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezcan tener permisos de escritura manualemente en cada actualización. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "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 puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.", @@ -318,19 +327,8 @@ "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifique la seguridad de su Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Usted está usando %s de %s", "You are using %s of %s (%s %%)" : "Usted está usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Usted es un miembro de los siguientes grupos:", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", diff --git a/settings/l10n/es_CL.js b/settings/l10n/es_CL.js index 5fe9e4a41f..4471026cb8 100644 --- a/settings/l10n/es_CL.js +++ b/settings/l10n/es_CL.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -101,7 +97,6 @@ OC.L10N.register( "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -290,12 +285,10 @@ OC.L10N.register( "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", "Update to %s" : "Actualizar a %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Tienes %n actualización de la aplicación pendiente ","Tienes %n actualizaciones de la aplicación pendientes "], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicaciones aprobadas son desarrolladas por desarrolladores de confianza y han pasado una verificación de seguridad. Se les brinda mantenimiento activamente en un repositorio de código abierto y los mantenedores las consideran estables para un uso casual a normal. ", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Esta aplicación no cuenta con una verificación contra temas de seguridad y es nueva o se sabe que es instable. Instalala bajo tu propio riesgo. ", "Disabling app …" : "Deshabilitando la aplicación ...", @@ -304,14 +297,20 @@ OC.L10N.register( "Error while enabling app" : "Se presentó un error al habilitar la aplicación", "Error: Could not disable broken app" : "Error: No fue posible deshabilitar la aplicación rota", "Error while disabling broken app" : "Se presentó un error al deshabilitar la aplicación rota", - "Updating...." : "Actualizando...", - "Error while updating app" : "Se presentó un error al actualizar la aplicación ", + "App up to date" : "La aplicación está actualizada", + "Updating …" : "Actualizando ...", + "Could not update app" : "No fue posible actualizar la aplicación", "Updated" : "Actualizado", "Removing …" : "Eliminando ...", - "Error while removing app" : "Se presentó un error al remover la aplicación ", + "Could not remove app" : "No fue posible eliminar la aplicación", "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -332,66 +331,45 @@ OC.L10N.register( "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", - "__language_name__" : "__language_name__", - "Verifying" : "Verificando", - "Personal info" : "Información personal", - "Sync clients" : "Síncronizar clientes", - "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." : "Es importante para la seguridad y desempeño de tu instancia que todo esté configurado correctamente. Para ayudarte con estamos haciendo algunas verificaciones automáticas. Por favor consulta la sección de Consejos & Trucos de 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." : "Al parecer php no está correctamente configurado para consultar las variables de ambiente. La prueba con getenv(\"PATH\") solo está regresando una respuesta vacía. ", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Por favor consulta la documentación de instalación ↗ para las notas de configuración de php y la configuración en tu servidor, específicamente al usar php-fpm. ", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques de comentarios internos. Esto hará que varias aplicaciones principales sean inaccesibles. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s mas reciente. ", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Te recomendamos ámpliamente que habilites este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional se encuentra deshabilitado, esto puede generar temas bajo ciertas condiciones. Habilita 'filelocking.enabled' en el archivo config.php para evitar problemas. Por favor consulta la documentatcón ↗ para más información. ", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una que soporte UTF-8.", - "This means that there might be problems with certain characters in file names." : "Esto significa que puede que haya problemas con ciertos caracteres en los nombres de los archivos. ", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Te sugerimos ámpliamente instalar en tu sistema los paquetes requeridos para soportar alguno de los siguientes locales:%s. ", - "If your installation is not installed in 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 tu instalacion no fue hecha en la raíz del dominio y usa el cron del sistema, pueden presentarse temas con la generación de URLs. Para evitar estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere : \"%s\") ", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "No fue posible ejecutar la tarea de cron con CLI. Se presentaron los siguientes errores técnicos: ", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor vuelve a verificar las guías de instalación↗, y comprueba que no haya errores o advertenicas en la bitácora. ", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado en el servicio webcron para llamar a cron.php cada 15 minutos a través de http. ", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión posix de PHP. Por favor consulta la {linkstart}documentación de PHP{linkend} para más detalles. ", + "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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos, usa la herramienta de la línea de comando 'occ db:convert-type', o consulta la documentación ↗. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", - "Get the apps to sync your files" : "Obten las aplicaciones para sincronizar tus archivos", - "Desktop client" : "Cliente de escritorio", - "Android app" : "Aplicación Android", - "iOS app" : "Aplicación iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si deseas soportar el proyecto ¡{contributeopen}únete al desarrollo{linkclose} o {contributeopen}pasa la voz{linkclose}! ", - "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de Primera Ejecución", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Clientes web, de escritorio, móviles y contraseñas de aplicaciones especificas que actualmente tienen acceso a tu cuenta. ", - "App passwords" : "Contraseñas de aplicación", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aqui puedes generar contraseñas individuales para aplicaciones para que no tengas que dar tu contraseña. También puedes revocarlas individualmente. ", - "Follow us on Google+!" : "¡Síguenos en Google+!", - "Like our facebook page!" : "¡Da un me gusta en nuestra página de facebook!", - "Follow us on Twitter!" : "¡Síguenos en Twitter!", - "Check out our blog!" : "¡Visita nuestro blog!", - "Subscribe to our newsletter!" : "¡Suscribete a nuestro newsletter!", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -401,30 +379,12 @@ OC.L10N.register( "Create" : "Crear", "Admin Recovery Password" : "Recuperación de la contraseña del administrador", "Enter the recovery password in order to recover the users files during password change" : "Ingresa la contraseña de recuperación con la finalidad de recuperar los archivos de los usuarios al cambiar la contraseña.", - "Group name" : "Nombre del grupo", "Disabled" : "Deshabilitado", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor indica la cuota de almacenamiento (ejem: \"512 MB\" ó \"12 GB\")", "Other" : "Otro", "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "App up to date" : "La aplicación está actualizada", - "Updating …" : "Actualizando ...", - "Could not update app" : "No fue posible actualizar la aplicación", - "Could not remove app" : "No fue posible eliminar la aplicació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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/es_CL.json b/settings/l10n/es_CL.json index 94e333b5ee..1ba1464be6 100644 --- a/settings/l10n/es_CL.json +++ b/settings/l10n/es_CL.json @@ -67,10 +67,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -99,7 +95,6 @@ "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -288,12 +283,10 @@ "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", "Update to %s" : "Actualizar a %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Tienes %n actualización de la aplicación pendiente ","Tienes %n actualizaciones de la aplicación pendientes "], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicaciones aprobadas son desarrolladas por desarrolladores de confianza y han pasado una verificación de seguridad. Se les brinda mantenimiento activamente en un repositorio de código abierto y los mantenedores las consideran estables para un uso casual a normal. ", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Esta aplicación no cuenta con una verificación contra temas de seguridad y es nueva o se sabe que es instable. Instalala bajo tu propio riesgo. ", "Disabling app …" : "Deshabilitando la aplicación ...", @@ -302,14 +295,20 @@ "Error while enabling app" : "Se presentó un error al habilitar la aplicación", "Error: Could not disable broken app" : "Error: No fue posible deshabilitar la aplicación rota", "Error while disabling broken app" : "Se presentó un error al deshabilitar la aplicación rota", - "Updating...." : "Actualizando...", - "Error while updating app" : "Se presentó un error al actualizar la aplicación ", + "App up to date" : "La aplicación está actualizada", + "Updating …" : "Actualizando ...", + "Could not update app" : "No fue posible actualizar la aplicación", "Updated" : "Actualizado", "Removing …" : "Eliminando ...", - "Error while removing app" : "Se presentó un error al remover la aplicación ", + "Could not remove app" : "No fue posible eliminar la aplicación", "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -330,66 +329,45 @@ "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", - "__language_name__" : "__language_name__", - "Verifying" : "Verificando", - "Personal info" : "Información personal", - "Sync clients" : "Síncronizar clientes", - "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." : "Es importante para la seguridad y desempeño de tu instancia que todo esté configurado correctamente. Para ayudarte con estamos haciendo algunas verificaciones automáticas. Por favor consulta la sección de Consejos & Trucos de 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." : "Al parecer php no está correctamente configurado para consultar las variables de ambiente. La prueba con getenv(\"PATH\") solo está regresando una respuesta vacía. ", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Por favor consulta la documentación de instalación ↗ para las notas de configuración de php y la configuración en tu servidor, específicamente al usar php-fpm. ", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques de comentarios internos. Esto hará que varias aplicaciones principales sean inaccesibles. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s mas reciente. ", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Te recomendamos ámpliamente que habilites este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional se encuentra deshabilitado, esto puede generar temas bajo ciertas condiciones. Habilita 'filelocking.enabled' en el archivo config.php para evitar problemas. Por favor consulta la documentatcón ↗ para más información. ", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una que soporte UTF-8.", - "This means that there might be problems with certain characters in file names." : "Esto significa que puede que haya problemas con ciertos caracteres en los nombres de los archivos. ", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Te sugerimos ámpliamente instalar en tu sistema los paquetes requeridos para soportar alguno de los siguientes locales:%s. ", - "If your installation is not installed in 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 tu instalacion no fue hecha en la raíz del dominio y usa el cron del sistema, pueden presentarse temas con la generación de URLs. Para evitar estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere : \"%s\") ", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "No fue posible ejecutar la tarea de cron con CLI. Se presentaron los siguientes errores técnicos: ", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor vuelve a verificar las guías de instalación↗, y comprueba que no haya errores o advertenicas en la bitácora. ", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado en el servicio webcron para llamar a cron.php cada 15 minutos a través de http. ", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión posix de PHP. Por favor consulta la {linkstart}documentación de PHP{linkend} para más detalles. ", + "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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos, usa la herramienta de la línea de comando 'occ db:convert-type', o consulta la documentación ↗. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", - "Get the apps to sync your files" : "Obten las aplicaciones para sincronizar tus archivos", - "Desktop client" : "Cliente de escritorio", - "Android app" : "Aplicación Android", - "iOS app" : "Aplicación iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si deseas soportar el proyecto ¡{contributeopen}únete al desarrollo{linkclose} o {contributeopen}pasa la voz{linkclose}! ", - "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de Primera Ejecución", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Clientes web, de escritorio, móviles y contraseñas de aplicaciones especificas que actualmente tienen acceso a tu cuenta. ", - "App passwords" : "Contraseñas de aplicación", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aqui puedes generar contraseñas individuales para aplicaciones para que no tengas que dar tu contraseña. También puedes revocarlas individualmente. ", - "Follow us on Google+!" : "¡Síguenos en Google+!", - "Like our facebook page!" : "¡Da un me gusta en nuestra página de facebook!", - "Follow us on Twitter!" : "¡Síguenos en Twitter!", - "Check out our blog!" : "¡Visita nuestro blog!", - "Subscribe to our newsletter!" : "¡Suscribete a nuestro newsletter!", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -399,30 +377,12 @@ "Create" : "Crear", "Admin Recovery Password" : "Recuperación de la contraseña del administrador", "Enter the recovery password in order to recover the users files during password change" : "Ingresa la contraseña de recuperación con la finalidad de recuperar los archivos de los usuarios al cambiar la contraseña.", - "Group name" : "Nombre del grupo", "Disabled" : "Deshabilitado", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor indica la cuota de almacenamiento (ejem: \"512 MB\" ó \"12 GB\")", "Other" : "Otro", "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "App up to date" : "La aplicación está actualizada", - "Updating …" : "Actualizando ...", - "Could not update app" : "No fue posible actualizar la aplicación", - "Could not remove app" : "No fue posible eliminar la aplicació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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/es_CO.js b/settings/l10n/es_CO.js index 5fe9e4a41f..4471026cb8 100644 --- a/settings/l10n/es_CO.js +++ b/settings/l10n/es_CO.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -101,7 +97,6 @@ OC.L10N.register( "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -290,12 +285,10 @@ OC.L10N.register( "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", "Update to %s" : "Actualizar a %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Tienes %n actualización de la aplicación pendiente ","Tienes %n actualizaciones de la aplicación pendientes "], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicaciones aprobadas son desarrolladas por desarrolladores de confianza y han pasado una verificación de seguridad. Se les brinda mantenimiento activamente en un repositorio de código abierto y los mantenedores las consideran estables para un uso casual a normal. ", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Esta aplicación no cuenta con una verificación contra temas de seguridad y es nueva o se sabe que es instable. Instalala bajo tu propio riesgo. ", "Disabling app …" : "Deshabilitando la aplicación ...", @@ -304,14 +297,20 @@ OC.L10N.register( "Error while enabling app" : "Se presentó un error al habilitar la aplicación", "Error: Could not disable broken app" : "Error: No fue posible deshabilitar la aplicación rota", "Error while disabling broken app" : "Se presentó un error al deshabilitar la aplicación rota", - "Updating...." : "Actualizando...", - "Error while updating app" : "Se presentó un error al actualizar la aplicación ", + "App up to date" : "La aplicación está actualizada", + "Updating …" : "Actualizando ...", + "Could not update app" : "No fue posible actualizar la aplicación", "Updated" : "Actualizado", "Removing …" : "Eliminando ...", - "Error while removing app" : "Se presentó un error al remover la aplicación ", + "Could not remove app" : "No fue posible eliminar la aplicación", "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -332,66 +331,45 @@ OC.L10N.register( "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", - "__language_name__" : "__language_name__", - "Verifying" : "Verificando", - "Personal info" : "Información personal", - "Sync clients" : "Síncronizar clientes", - "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." : "Es importante para la seguridad y desempeño de tu instancia que todo esté configurado correctamente. Para ayudarte con estamos haciendo algunas verificaciones automáticas. Por favor consulta la sección de Consejos & Trucos de 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." : "Al parecer php no está correctamente configurado para consultar las variables de ambiente. La prueba con getenv(\"PATH\") solo está regresando una respuesta vacía. ", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Por favor consulta la documentación de instalación ↗ para las notas de configuración de php y la configuración en tu servidor, específicamente al usar php-fpm. ", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques de comentarios internos. Esto hará que varias aplicaciones principales sean inaccesibles. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s mas reciente. ", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Te recomendamos ámpliamente que habilites este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional se encuentra deshabilitado, esto puede generar temas bajo ciertas condiciones. Habilita 'filelocking.enabled' en el archivo config.php para evitar problemas. Por favor consulta la documentatcón ↗ para más información. ", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una que soporte UTF-8.", - "This means that there might be problems with certain characters in file names." : "Esto significa que puede que haya problemas con ciertos caracteres en los nombres de los archivos. ", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Te sugerimos ámpliamente instalar en tu sistema los paquetes requeridos para soportar alguno de los siguientes locales:%s. ", - "If your installation is not installed in 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 tu instalacion no fue hecha en la raíz del dominio y usa el cron del sistema, pueden presentarse temas con la generación de URLs. Para evitar estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere : \"%s\") ", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "No fue posible ejecutar la tarea de cron con CLI. Se presentaron los siguientes errores técnicos: ", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor vuelve a verificar las guías de instalación↗, y comprueba que no haya errores o advertenicas en la bitácora. ", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado en el servicio webcron para llamar a cron.php cada 15 minutos a través de http. ", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión posix de PHP. Por favor consulta la {linkstart}documentación de PHP{linkend} para más detalles. ", + "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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos, usa la herramienta de la línea de comando 'occ db:convert-type', o consulta la documentación ↗. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", - "Get the apps to sync your files" : "Obten las aplicaciones para sincronizar tus archivos", - "Desktop client" : "Cliente de escritorio", - "Android app" : "Aplicación Android", - "iOS app" : "Aplicación iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si deseas soportar el proyecto ¡{contributeopen}únete al desarrollo{linkclose} o {contributeopen}pasa la voz{linkclose}! ", - "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de Primera Ejecución", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Clientes web, de escritorio, móviles y contraseñas de aplicaciones especificas que actualmente tienen acceso a tu cuenta. ", - "App passwords" : "Contraseñas de aplicación", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aqui puedes generar contraseñas individuales para aplicaciones para que no tengas que dar tu contraseña. También puedes revocarlas individualmente. ", - "Follow us on Google+!" : "¡Síguenos en Google+!", - "Like our facebook page!" : "¡Da un me gusta en nuestra página de facebook!", - "Follow us on Twitter!" : "¡Síguenos en Twitter!", - "Check out our blog!" : "¡Visita nuestro blog!", - "Subscribe to our newsletter!" : "¡Suscribete a nuestro newsletter!", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -401,30 +379,12 @@ OC.L10N.register( "Create" : "Crear", "Admin Recovery Password" : "Recuperación de la contraseña del administrador", "Enter the recovery password in order to recover the users files during password change" : "Ingresa la contraseña de recuperación con la finalidad de recuperar los archivos de los usuarios al cambiar la contraseña.", - "Group name" : "Nombre del grupo", "Disabled" : "Deshabilitado", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor indica la cuota de almacenamiento (ejem: \"512 MB\" ó \"12 GB\")", "Other" : "Otro", "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "App up to date" : "La aplicación está actualizada", - "Updating …" : "Actualizando ...", - "Could not update app" : "No fue posible actualizar la aplicación", - "Could not remove app" : "No fue posible eliminar la aplicació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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/es_CO.json b/settings/l10n/es_CO.json index 94e333b5ee..1ba1464be6 100644 --- a/settings/l10n/es_CO.json +++ b/settings/l10n/es_CO.json @@ -67,10 +67,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -99,7 +95,6 @@ "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -288,12 +283,10 @@ "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", "Update to %s" : "Actualizar a %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Tienes %n actualización de la aplicación pendiente ","Tienes %n actualizaciones de la aplicación pendientes "], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicaciones aprobadas son desarrolladas por desarrolladores de confianza y han pasado una verificación de seguridad. Se les brinda mantenimiento activamente en un repositorio de código abierto y los mantenedores las consideran estables para un uso casual a normal. ", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Esta aplicación no cuenta con una verificación contra temas de seguridad y es nueva o se sabe que es instable. Instalala bajo tu propio riesgo. ", "Disabling app …" : "Deshabilitando la aplicación ...", @@ -302,14 +295,20 @@ "Error while enabling app" : "Se presentó un error al habilitar la aplicación", "Error: Could not disable broken app" : "Error: No fue posible deshabilitar la aplicación rota", "Error while disabling broken app" : "Se presentó un error al deshabilitar la aplicación rota", - "Updating...." : "Actualizando...", - "Error while updating app" : "Se presentó un error al actualizar la aplicación ", + "App up to date" : "La aplicación está actualizada", + "Updating …" : "Actualizando ...", + "Could not update app" : "No fue posible actualizar la aplicación", "Updated" : "Actualizado", "Removing …" : "Eliminando ...", - "Error while removing app" : "Se presentó un error al remover la aplicación ", + "Could not remove app" : "No fue posible eliminar la aplicación", "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -330,66 +329,45 @@ "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", - "__language_name__" : "__language_name__", - "Verifying" : "Verificando", - "Personal info" : "Información personal", - "Sync clients" : "Síncronizar clientes", - "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." : "Es importante para la seguridad y desempeño de tu instancia que todo esté configurado correctamente. Para ayudarte con estamos haciendo algunas verificaciones automáticas. Por favor consulta la sección de Consejos & Trucos de 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." : "Al parecer php no está correctamente configurado para consultar las variables de ambiente. La prueba con getenv(\"PATH\") solo está regresando una respuesta vacía. ", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Por favor consulta la documentación de instalación ↗ para las notas de configuración de php y la configuración en tu servidor, específicamente al usar php-fpm. ", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques de comentarios internos. Esto hará que varias aplicaciones principales sean inaccesibles. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s mas reciente. ", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Te recomendamos ámpliamente que habilites este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional se encuentra deshabilitado, esto puede generar temas bajo ciertas condiciones. Habilita 'filelocking.enabled' en el archivo config.php para evitar problemas. Por favor consulta la documentatcón ↗ para más información. ", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una que soporte UTF-8.", - "This means that there might be problems with certain characters in file names." : "Esto significa que puede que haya problemas con ciertos caracteres en los nombres de los archivos. ", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Te sugerimos ámpliamente instalar en tu sistema los paquetes requeridos para soportar alguno de los siguientes locales:%s. ", - "If your installation is not installed in 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 tu instalacion no fue hecha en la raíz del dominio y usa el cron del sistema, pueden presentarse temas con la generación de URLs. Para evitar estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere : \"%s\") ", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "No fue posible ejecutar la tarea de cron con CLI. Se presentaron los siguientes errores técnicos: ", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor vuelve a verificar las guías de instalación↗, y comprueba que no haya errores o advertenicas en la bitácora. ", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado en el servicio webcron para llamar a cron.php cada 15 minutos a través de http. ", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión posix de PHP. Por favor consulta la {linkstart}documentación de PHP{linkend} para más detalles. ", + "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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos, usa la herramienta de la línea de comando 'occ db:convert-type', o consulta la documentación ↗. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", - "Get the apps to sync your files" : "Obten las aplicaciones para sincronizar tus archivos", - "Desktop client" : "Cliente de escritorio", - "Android app" : "Aplicación Android", - "iOS app" : "Aplicación iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si deseas soportar el proyecto ¡{contributeopen}únete al desarrollo{linkclose} o {contributeopen}pasa la voz{linkclose}! ", - "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de Primera Ejecución", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Clientes web, de escritorio, móviles y contraseñas de aplicaciones especificas que actualmente tienen acceso a tu cuenta. ", - "App passwords" : "Contraseñas de aplicación", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aqui puedes generar contraseñas individuales para aplicaciones para que no tengas que dar tu contraseña. También puedes revocarlas individualmente. ", - "Follow us on Google+!" : "¡Síguenos en Google+!", - "Like our facebook page!" : "¡Da un me gusta en nuestra página de facebook!", - "Follow us on Twitter!" : "¡Síguenos en Twitter!", - "Check out our blog!" : "¡Visita nuestro blog!", - "Subscribe to our newsletter!" : "¡Suscribete a nuestro newsletter!", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -399,30 +377,12 @@ "Create" : "Crear", "Admin Recovery Password" : "Recuperación de la contraseña del administrador", "Enter the recovery password in order to recover the users files during password change" : "Ingresa la contraseña de recuperación con la finalidad de recuperar los archivos de los usuarios al cambiar la contraseña.", - "Group name" : "Nombre del grupo", "Disabled" : "Deshabilitado", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor indica la cuota de almacenamiento (ejem: \"512 MB\" ó \"12 GB\")", "Other" : "Otro", "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "App up to date" : "La aplicación está actualizada", - "Updating …" : "Actualizando ...", - "Could not update app" : "No fue posible actualizar la aplicación", - "Could not remove app" : "No fue posible eliminar la aplicació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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/es_CR.js b/settings/l10n/es_CR.js index 5fe9e4a41f..4471026cb8 100644 --- a/settings/l10n/es_CR.js +++ b/settings/l10n/es_CR.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -101,7 +97,6 @@ OC.L10N.register( "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -290,12 +285,10 @@ OC.L10N.register( "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", "Update to %s" : "Actualizar a %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Tienes %n actualización de la aplicación pendiente ","Tienes %n actualizaciones de la aplicación pendientes "], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicaciones aprobadas son desarrolladas por desarrolladores de confianza y han pasado una verificación de seguridad. Se les brinda mantenimiento activamente en un repositorio de código abierto y los mantenedores las consideran estables para un uso casual a normal. ", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Esta aplicación no cuenta con una verificación contra temas de seguridad y es nueva o se sabe que es instable. Instalala bajo tu propio riesgo. ", "Disabling app …" : "Deshabilitando la aplicación ...", @@ -304,14 +297,20 @@ OC.L10N.register( "Error while enabling app" : "Se presentó un error al habilitar la aplicación", "Error: Could not disable broken app" : "Error: No fue posible deshabilitar la aplicación rota", "Error while disabling broken app" : "Se presentó un error al deshabilitar la aplicación rota", - "Updating...." : "Actualizando...", - "Error while updating app" : "Se presentó un error al actualizar la aplicación ", + "App up to date" : "La aplicación está actualizada", + "Updating …" : "Actualizando ...", + "Could not update app" : "No fue posible actualizar la aplicación", "Updated" : "Actualizado", "Removing …" : "Eliminando ...", - "Error while removing app" : "Se presentó un error al remover la aplicación ", + "Could not remove app" : "No fue posible eliminar la aplicación", "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -332,66 +331,45 @@ OC.L10N.register( "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", - "__language_name__" : "__language_name__", - "Verifying" : "Verificando", - "Personal info" : "Información personal", - "Sync clients" : "Síncronizar clientes", - "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." : "Es importante para la seguridad y desempeño de tu instancia que todo esté configurado correctamente. Para ayudarte con estamos haciendo algunas verificaciones automáticas. Por favor consulta la sección de Consejos & Trucos de 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." : "Al parecer php no está correctamente configurado para consultar las variables de ambiente. La prueba con getenv(\"PATH\") solo está regresando una respuesta vacía. ", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Por favor consulta la documentación de instalación ↗ para las notas de configuración de php y la configuración en tu servidor, específicamente al usar php-fpm. ", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques de comentarios internos. Esto hará que varias aplicaciones principales sean inaccesibles. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s mas reciente. ", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Te recomendamos ámpliamente que habilites este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional se encuentra deshabilitado, esto puede generar temas bajo ciertas condiciones. Habilita 'filelocking.enabled' en el archivo config.php para evitar problemas. Por favor consulta la documentatcón ↗ para más información. ", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una que soporte UTF-8.", - "This means that there might be problems with certain characters in file names." : "Esto significa que puede que haya problemas con ciertos caracteres en los nombres de los archivos. ", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Te sugerimos ámpliamente instalar en tu sistema los paquetes requeridos para soportar alguno de los siguientes locales:%s. ", - "If your installation is not installed in 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 tu instalacion no fue hecha en la raíz del dominio y usa el cron del sistema, pueden presentarse temas con la generación de URLs. Para evitar estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere : \"%s\") ", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "No fue posible ejecutar la tarea de cron con CLI. Se presentaron los siguientes errores técnicos: ", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor vuelve a verificar las guías de instalación↗, y comprueba que no haya errores o advertenicas en la bitácora. ", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado en el servicio webcron para llamar a cron.php cada 15 minutos a través de http. ", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión posix de PHP. Por favor consulta la {linkstart}documentación de PHP{linkend} para más detalles. ", + "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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos, usa la herramienta de la línea de comando 'occ db:convert-type', o consulta la documentación ↗. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", - "Get the apps to sync your files" : "Obten las aplicaciones para sincronizar tus archivos", - "Desktop client" : "Cliente de escritorio", - "Android app" : "Aplicación Android", - "iOS app" : "Aplicación iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si deseas soportar el proyecto ¡{contributeopen}únete al desarrollo{linkclose} o {contributeopen}pasa la voz{linkclose}! ", - "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de Primera Ejecución", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Clientes web, de escritorio, móviles y contraseñas de aplicaciones especificas que actualmente tienen acceso a tu cuenta. ", - "App passwords" : "Contraseñas de aplicación", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aqui puedes generar contraseñas individuales para aplicaciones para que no tengas que dar tu contraseña. También puedes revocarlas individualmente. ", - "Follow us on Google+!" : "¡Síguenos en Google+!", - "Like our facebook page!" : "¡Da un me gusta en nuestra página de facebook!", - "Follow us on Twitter!" : "¡Síguenos en Twitter!", - "Check out our blog!" : "¡Visita nuestro blog!", - "Subscribe to our newsletter!" : "¡Suscribete a nuestro newsletter!", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -401,30 +379,12 @@ OC.L10N.register( "Create" : "Crear", "Admin Recovery Password" : "Recuperación de la contraseña del administrador", "Enter the recovery password in order to recover the users files during password change" : "Ingresa la contraseña de recuperación con la finalidad de recuperar los archivos de los usuarios al cambiar la contraseña.", - "Group name" : "Nombre del grupo", "Disabled" : "Deshabilitado", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor indica la cuota de almacenamiento (ejem: \"512 MB\" ó \"12 GB\")", "Other" : "Otro", "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "App up to date" : "La aplicación está actualizada", - "Updating …" : "Actualizando ...", - "Could not update app" : "No fue posible actualizar la aplicación", - "Could not remove app" : "No fue posible eliminar la aplicació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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/es_CR.json b/settings/l10n/es_CR.json index 94e333b5ee..1ba1464be6 100644 --- a/settings/l10n/es_CR.json +++ b/settings/l10n/es_CR.json @@ -67,10 +67,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -99,7 +95,6 @@ "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -288,12 +283,10 @@ "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", "Update to %s" : "Actualizar a %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Tienes %n actualización de la aplicación pendiente ","Tienes %n actualizaciones de la aplicación pendientes "], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicaciones aprobadas son desarrolladas por desarrolladores de confianza y han pasado una verificación de seguridad. Se les brinda mantenimiento activamente en un repositorio de código abierto y los mantenedores las consideran estables para un uso casual a normal. ", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Esta aplicación no cuenta con una verificación contra temas de seguridad y es nueva o se sabe que es instable. Instalala bajo tu propio riesgo. ", "Disabling app …" : "Deshabilitando la aplicación ...", @@ -302,14 +295,20 @@ "Error while enabling app" : "Se presentó un error al habilitar la aplicación", "Error: Could not disable broken app" : "Error: No fue posible deshabilitar la aplicación rota", "Error while disabling broken app" : "Se presentó un error al deshabilitar la aplicación rota", - "Updating...." : "Actualizando...", - "Error while updating app" : "Se presentó un error al actualizar la aplicación ", + "App up to date" : "La aplicación está actualizada", + "Updating …" : "Actualizando ...", + "Could not update app" : "No fue posible actualizar la aplicación", "Updated" : "Actualizado", "Removing …" : "Eliminando ...", - "Error while removing app" : "Se presentó un error al remover la aplicación ", + "Could not remove app" : "No fue posible eliminar la aplicación", "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -330,66 +329,45 @@ "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", - "__language_name__" : "__language_name__", - "Verifying" : "Verificando", - "Personal info" : "Información personal", - "Sync clients" : "Síncronizar clientes", - "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." : "Es importante para la seguridad y desempeño de tu instancia que todo esté configurado correctamente. Para ayudarte con estamos haciendo algunas verificaciones automáticas. Por favor consulta la sección de Consejos & Trucos de 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." : "Al parecer php no está correctamente configurado para consultar las variables de ambiente. La prueba con getenv(\"PATH\") solo está regresando una respuesta vacía. ", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Por favor consulta la documentación de instalación ↗ para las notas de configuración de php y la configuración en tu servidor, específicamente al usar php-fpm. ", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques de comentarios internos. Esto hará que varias aplicaciones principales sean inaccesibles. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s mas reciente. ", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Te recomendamos ámpliamente que habilites este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional se encuentra deshabilitado, esto puede generar temas bajo ciertas condiciones. Habilita 'filelocking.enabled' en el archivo config.php para evitar problemas. Por favor consulta la documentatcón ↗ para más información. ", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una que soporte UTF-8.", - "This means that there might be problems with certain characters in file names." : "Esto significa que puede que haya problemas con ciertos caracteres en los nombres de los archivos. ", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Te sugerimos ámpliamente instalar en tu sistema los paquetes requeridos para soportar alguno de los siguientes locales:%s. ", - "If your installation is not installed in 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 tu instalacion no fue hecha en la raíz del dominio y usa el cron del sistema, pueden presentarse temas con la generación de URLs. Para evitar estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere : \"%s\") ", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "No fue posible ejecutar la tarea de cron con CLI. Se presentaron los siguientes errores técnicos: ", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor vuelve a verificar las guías de instalación↗, y comprueba que no haya errores o advertenicas en la bitácora. ", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado en el servicio webcron para llamar a cron.php cada 15 minutos a través de http. ", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión posix de PHP. Por favor consulta la {linkstart}documentación de PHP{linkend} para más detalles. ", + "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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos, usa la herramienta de la línea de comando 'occ db:convert-type', o consulta la documentación ↗. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", - "Get the apps to sync your files" : "Obten las aplicaciones para sincronizar tus archivos", - "Desktop client" : "Cliente de escritorio", - "Android app" : "Aplicación Android", - "iOS app" : "Aplicación iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si deseas soportar el proyecto ¡{contributeopen}únete al desarrollo{linkclose} o {contributeopen}pasa la voz{linkclose}! ", - "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de Primera Ejecución", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Clientes web, de escritorio, móviles y contraseñas de aplicaciones especificas que actualmente tienen acceso a tu cuenta. ", - "App passwords" : "Contraseñas de aplicación", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aqui puedes generar contraseñas individuales para aplicaciones para que no tengas que dar tu contraseña. También puedes revocarlas individualmente. ", - "Follow us on Google+!" : "¡Síguenos en Google+!", - "Like our facebook page!" : "¡Da un me gusta en nuestra página de facebook!", - "Follow us on Twitter!" : "¡Síguenos en Twitter!", - "Check out our blog!" : "¡Visita nuestro blog!", - "Subscribe to our newsletter!" : "¡Suscribete a nuestro newsletter!", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -399,30 +377,12 @@ "Create" : "Crear", "Admin Recovery Password" : "Recuperación de la contraseña del administrador", "Enter the recovery password in order to recover the users files during password change" : "Ingresa la contraseña de recuperación con la finalidad de recuperar los archivos de los usuarios al cambiar la contraseña.", - "Group name" : "Nombre del grupo", "Disabled" : "Deshabilitado", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor indica la cuota de almacenamiento (ejem: \"512 MB\" ó \"12 GB\")", "Other" : "Otro", "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "App up to date" : "La aplicación está actualizada", - "Updating …" : "Actualizando ...", - "Could not update app" : "No fue posible actualizar la aplicación", - "Could not remove app" : "No fue posible eliminar la aplicació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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/es_DO.js b/settings/l10n/es_DO.js index 5fe9e4a41f..4471026cb8 100644 --- a/settings/l10n/es_DO.js +++ b/settings/l10n/es_DO.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -101,7 +97,6 @@ OC.L10N.register( "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -290,12 +285,10 @@ OC.L10N.register( "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", "Update to %s" : "Actualizar a %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Tienes %n actualización de la aplicación pendiente ","Tienes %n actualizaciones de la aplicación pendientes "], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicaciones aprobadas son desarrolladas por desarrolladores de confianza y han pasado una verificación de seguridad. Se les brinda mantenimiento activamente en un repositorio de código abierto y los mantenedores las consideran estables para un uso casual a normal. ", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Esta aplicación no cuenta con una verificación contra temas de seguridad y es nueva o se sabe que es instable. Instalala bajo tu propio riesgo. ", "Disabling app …" : "Deshabilitando la aplicación ...", @@ -304,14 +297,20 @@ OC.L10N.register( "Error while enabling app" : "Se presentó un error al habilitar la aplicación", "Error: Could not disable broken app" : "Error: No fue posible deshabilitar la aplicación rota", "Error while disabling broken app" : "Se presentó un error al deshabilitar la aplicación rota", - "Updating...." : "Actualizando...", - "Error while updating app" : "Se presentó un error al actualizar la aplicación ", + "App up to date" : "La aplicación está actualizada", + "Updating …" : "Actualizando ...", + "Could not update app" : "No fue posible actualizar la aplicación", "Updated" : "Actualizado", "Removing …" : "Eliminando ...", - "Error while removing app" : "Se presentó un error al remover la aplicación ", + "Could not remove app" : "No fue posible eliminar la aplicación", "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -332,66 +331,45 @@ OC.L10N.register( "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", - "__language_name__" : "__language_name__", - "Verifying" : "Verificando", - "Personal info" : "Información personal", - "Sync clients" : "Síncronizar clientes", - "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." : "Es importante para la seguridad y desempeño de tu instancia que todo esté configurado correctamente. Para ayudarte con estamos haciendo algunas verificaciones automáticas. Por favor consulta la sección de Consejos & Trucos de 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." : "Al parecer php no está correctamente configurado para consultar las variables de ambiente. La prueba con getenv(\"PATH\") solo está regresando una respuesta vacía. ", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Por favor consulta la documentación de instalación ↗ para las notas de configuración de php y la configuración en tu servidor, específicamente al usar php-fpm. ", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques de comentarios internos. Esto hará que varias aplicaciones principales sean inaccesibles. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s mas reciente. ", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Te recomendamos ámpliamente que habilites este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional se encuentra deshabilitado, esto puede generar temas bajo ciertas condiciones. Habilita 'filelocking.enabled' en el archivo config.php para evitar problemas. Por favor consulta la documentatcón ↗ para más información. ", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una que soporte UTF-8.", - "This means that there might be problems with certain characters in file names." : "Esto significa que puede que haya problemas con ciertos caracteres en los nombres de los archivos. ", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Te sugerimos ámpliamente instalar en tu sistema los paquetes requeridos para soportar alguno de los siguientes locales:%s. ", - "If your installation is not installed in 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 tu instalacion no fue hecha en la raíz del dominio y usa el cron del sistema, pueden presentarse temas con la generación de URLs. Para evitar estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere : \"%s\") ", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "No fue posible ejecutar la tarea de cron con CLI. Se presentaron los siguientes errores técnicos: ", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor vuelve a verificar las guías de instalación↗, y comprueba que no haya errores o advertenicas en la bitácora. ", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado en el servicio webcron para llamar a cron.php cada 15 minutos a través de http. ", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión posix de PHP. Por favor consulta la {linkstart}documentación de PHP{linkend} para más detalles. ", + "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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos, usa la herramienta de la línea de comando 'occ db:convert-type', o consulta la documentación ↗. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", - "Get the apps to sync your files" : "Obten las aplicaciones para sincronizar tus archivos", - "Desktop client" : "Cliente de escritorio", - "Android app" : "Aplicación Android", - "iOS app" : "Aplicación iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si deseas soportar el proyecto ¡{contributeopen}únete al desarrollo{linkclose} o {contributeopen}pasa la voz{linkclose}! ", - "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de Primera Ejecución", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Clientes web, de escritorio, móviles y contraseñas de aplicaciones especificas que actualmente tienen acceso a tu cuenta. ", - "App passwords" : "Contraseñas de aplicación", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aqui puedes generar contraseñas individuales para aplicaciones para que no tengas que dar tu contraseña. También puedes revocarlas individualmente. ", - "Follow us on Google+!" : "¡Síguenos en Google+!", - "Like our facebook page!" : "¡Da un me gusta en nuestra página de facebook!", - "Follow us on Twitter!" : "¡Síguenos en Twitter!", - "Check out our blog!" : "¡Visita nuestro blog!", - "Subscribe to our newsletter!" : "¡Suscribete a nuestro newsletter!", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -401,30 +379,12 @@ OC.L10N.register( "Create" : "Crear", "Admin Recovery Password" : "Recuperación de la contraseña del administrador", "Enter the recovery password in order to recover the users files during password change" : "Ingresa la contraseña de recuperación con la finalidad de recuperar los archivos de los usuarios al cambiar la contraseña.", - "Group name" : "Nombre del grupo", "Disabled" : "Deshabilitado", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor indica la cuota de almacenamiento (ejem: \"512 MB\" ó \"12 GB\")", "Other" : "Otro", "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "App up to date" : "La aplicación está actualizada", - "Updating …" : "Actualizando ...", - "Could not update app" : "No fue posible actualizar la aplicación", - "Could not remove app" : "No fue posible eliminar la aplicació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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/es_DO.json b/settings/l10n/es_DO.json index 94e333b5ee..1ba1464be6 100644 --- a/settings/l10n/es_DO.json +++ b/settings/l10n/es_DO.json @@ -67,10 +67,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -99,7 +95,6 @@ "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -288,12 +283,10 @@ "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", "Update to %s" : "Actualizar a %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Tienes %n actualización de la aplicación pendiente ","Tienes %n actualizaciones de la aplicación pendientes "], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicaciones aprobadas son desarrolladas por desarrolladores de confianza y han pasado una verificación de seguridad. Se les brinda mantenimiento activamente en un repositorio de código abierto y los mantenedores las consideran estables para un uso casual a normal. ", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Esta aplicación no cuenta con una verificación contra temas de seguridad y es nueva o se sabe que es instable. Instalala bajo tu propio riesgo. ", "Disabling app …" : "Deshabilitando la aplicación ...", @@ -302,14 +295,20 @@ "Error while enabling app" : "Se presentó un error al habilitar la aplicación", "Error: Could not disable broken app" : "Error: No fue posible deshabilitar la aplicación rota", "Error while disabling broken app" : "Se presentó un error al deshabilitar la aplicación rota", - "Updating...." : "Actualizando...", - "Error while updating app" : "Se presentó un error al actualizar la aplicación ", + "App up to date" : "La aplicación está actualizada", + "Updating …" : "Actualizando ...", + "Could not update app" : "No fue posible actualizar la aplicación", "Updated" : "Actualizado", "Removing …" : "Eliminando ...", - "Error while removing app" : "Se presentó un error al remover la aplicación ", + "Could not remove app" : "No fue posible eliminar la aplicación", "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -330,66 +329,45 @@ "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", - "__language_name__" : "__language_name__", - "Verifying" : "Verificando", - "Personal info" : "Información personal", - "Sync clients" : "Síncronizar clientes", - "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." : "Es importante para la seguridad y desempeño de tu instancia que todo esté configurado correctamente. Para ayudarte con estamos haciendo algunas verificaciones automáticas. Por favor consulta la sección de Consejos & Trucos de 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." : "Al parecer php no está correctamente configurado para consultar las variables de ambiente. La prueba con getenv(\"PATH\") solo está regresando una respuesta vacía. ", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Por favor consulta la documentación de instalación ↗ para las notas de configuración de php y la configuración en tu servidor, específicamente al usar php-fpm. ", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques de comentarios internos. Esto hará que varias aplicaciones principales sean inaccesibles. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s mas reciente. ", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Te recomendamos ámpliamente que habilites este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional se encuentra deshabilitado, esto puede generar temas bajo ciertas condiciones. Habilita 'filelocking.enabled' en el archivo config.php para evitar problemas. Por favor consulta la documentatcón ↗ para más información. ", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una que soporte UTF-8.", - "This means that there might be problems with certain characters in file names." : "Esto significa que puede que haya problemas con ciertos caracteres en los nombres de los archivos. ", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Te sugerimos ámpliamente instalar en tu sistema los paquetes requeridos para soportar alguno de los siguientes locales:%s. ", - "If your installation is not installed in 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 tu instalacion no fue hecha en la raíz del dominio y usa el cron del sistema, pueden presentarse temas con la generación de URLs. Para evitar estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere : \"%s\") ", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "No fue posible ejecutar la tarea de cron con CLI. Se presentaron los siguientes errores técnicos: ", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor vuelve a verificar las guías de instalación↗, y comprueba que no haya errores o advertenicas en la bitácora. ", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado en el servicio webcron para llamar a cron.php cada 15 minutos a través de http. ", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión posix de PHP. Por favor consulta la {linkstart}documentación de PHP{linkend} para más detalles. ", + "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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos, usa la herramienta de la línea de comando 'occ db:convert-type', o consulta la documentación ↗. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", - "Get the apps to sync your files" : "Obten las aplicaciones para sincronizar tus archivos", - "Desktop client" : "Cliente de escritorio", - "Android app" : "Aplicación Android", - "iOS app" : "Aplicación iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si deseas soportar el proyecto ¡{contributeopen}únete al desarrollo{linkclose} o {contributeopen}pasa la voz{linkclose}! ", - "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de Primera Ejecución", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Clientes web, de escritorio, móviles y contraseñas de aplicaciones especificas que actualmente tienen acceso a tu cuenta. ", - "App passwords" : "Contraseñas de aplicación", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aqui puedes generar contraseñas individuales para aplicaciones para que no tengas que dar tu contraseña. También puedes revocarlas individualmente. ", - "Follow us on Google+!" : "¡Síguenos en Google+!", - "Like our facebook page!" : "¡Da un me gusta en nuestra página de facebook!", - "Follow us on Twitter!" : "¡Síguenos en Twitter!", - "Check out our blog!" : "¡Visita nuestro blog!", - "Subscribe to our newsletter!" : "¡Suscribete a nuestro newsletter!", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -399,30 +377,12 @@ "Create" : "Crear", "Admin Recovery Password" : "Recuperación de la contraseña del administrador", "Enter the recovery password in order to recover the users files during password change" : "Ingresa la contraseña de recuperación con la finalidad de recuperar los archivos de los usuarios al cambiar la contraseña.", - "Group name" : "Nombre del grupo", "Disabled" : "Deshabilitado", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor indica la cuota de almacenamiento (ejem: \"512 MB\" ó \"12 GB\")", "Other" : "Otro", "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "App up to date" : "La aplicación está actualizada", - "Updating …" : "Actualizando ...", - "Could not update app" : "No fue posible actualizar la aplicación", - "Could not remove app" : "No fue posible eliminar la aplicació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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/es_EC.js b/settings/l10n/es_EC.js index 5fe9e4a41f..4471026cb8 100644 --- a/settings/l10n/es_EC.js +++ b/settings/l10n/es_EC.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -101,7 +97,6 @@ OC.L10N.register( "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -290,12 +285,10 @@ OC.L10N.register( "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", "Update to %s" : "Actualizar a %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Tienes %n actualización de la aplicación pendiente ","Tienes %n actualizaciones de la aplicación pendientes "], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicaciones aprobadas son desarrolladas por desarrolladores de confianza y han pasado una verificación de seguridad. Se les brinda mantenimiento activamente en un repositorio de código abierto y los mantenedores las consideran estables para un uso casual a normal. ", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Esta aplicación no cuenta con una verificación contra temas de seguridad y es nueva o se sabe que es instable. Instalala bajo tu propio riesgo. ", "Disabling app …" : "Deshabilitando la aplicación ...", @@ -304,14 +297,20 @@ OC.L10N.register( "Error while enabling app" : "Se presentó un error al habilitar la aplicación", "Error: Could not disable broken app" : "Error: No fue posible deshabilitar la aplicación rota", "Error while disabling broken app" : "Se presentó un error al deshabilitar la aplicación rota", - "Updating...." : "Actualizando...", - "Error while updating app" : "Se presentó un error al actualizar la aplicación ", + "App up to date" : "La aplicación está actualizada", + "Updating …" : "Actualizando ...", + "Could not update app" : "No fue posible actualizar la aplicación", "Updated" : "Actualizado", "Removing …" : "Eliminando ...", - "Error while removing app" : "Se presentó un error al remover la aplicación ", + "Could not remove app" : "No fue posible eliminar la aplicación", "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -332,66 +331,45 @@ OC.L10N.register( "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", - "__language_name__" : "__language_name__", - "Verifying" : "Verificando", - "Personal info" : "Información personal", - "Sync clients" : "Síncronizar clientes", - "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." : "Es importante para la seguridad y desempeño de tu instancia que todo esté configurado correctamente. Para ayudarte con estamos haciendo algunas verificaciones automáticas. Por favor consulta la sección de Consejos & Trucos de 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." : "Al parecer php no está correctamente configurado para consultar las variables de ambiente. La prueba con getenv(\"PATH\") solo está regresando una respuesta vacía. ", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Por favor consulta la documentación de instalación ↗ para las notas de configuración de php y la configuración en tu servidor, específicamente al usar php-fpm. ", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques de comentarios internos. Esto hará que varias aplicaciones principales sean inaccesibles. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s mas reciente. ", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Te recomendamos ámpliamente que habilites este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional se encuentra deshabilitado, esto puede generar temas bajo ciertas condiciones. Habilita 'filelocking.enabled' en el archivo config.php para evitar problemas. Por favor consulta la documentatcón ↗ para más información. ", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una que soporte UTF-8.", - "This means that there might be problems with certain characters in file names." : "Esto significa que puede que haya problemas con ciertos caracteres en los nombres de los archivos. ", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Te sugerimos ámpliamente instalar en tu sistema los paquetes requeridos para soportar alguno de los siguientes locales:%s. ", - "If your installation is not installed in 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 tu instalacion no fue hecha en la raíz del dominio y usa el cron del sistema, pueden presentarse temas con la generación de URLs. Para evitar estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere : \"%s\") ", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "No fue posible ejecutar la tarea de cron con CLI. Se presentaron los siguientes errores técnicos: ", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor vuelve a verificar las guías de instalación↗, y comprueba que no haya errores o advertenicas en la bitácora. ", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado en el servicio webcron para llamar a cron.php cada 15 minutos a través de http. ", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión posix de PHP. Por favor consulta la {linkstart}documentación de PHP{linkend} para más detalles. ", + "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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos, usa la herramienta de la línea de comando 'occ db:convert-type', o consulta la documentación ↗. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", - "Get the apps to sync your files" : "Obten las aplicaciones para sincronizar tus archivos", - "Desktop client" : "Cliente de escritorio", - "Android app" : "Aplicación Android", - "iOS app" : "Aplicación iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si deseas soportar el proyecto ¡{contributeopen}únete al desarrollo{linkclose} o {contributeopen}pasa la voz{linkclose}! ", - "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de Primera Ejecución", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Clientes web, de escritorio, móviles y contraseñas de aplicaciones especificas que actualmente tienen acceso a tu cuenta. ", - "App passwords" : "Contraseñas de aplicación", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aqui puedes generar contraseñas individuales para aplicaciones para que no tengas que dar tu contraseña. También puedes revocarlas individualmente. ", - "Follow us on Google+!" : "¡Síguenos en Google+!", - "Like our facebook page!" : "¡Da un me gusta en nuestra página de facebook!", - "Follow us on Twitter!" : "¡Síguenos en Twitter!", - "Check out our blog!" : "¡Visita nuestro blog!", - "Subscribe to our newsletter!" : "¡Suscribete a nuestro newsletter!", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -401,30 +379,12 @@ OC.L10N.register( "Create" : "Crear", "Admin Recovery Password" : "Recuperación de la contraseña del administrador", "Enter the recovery password in order to recover the users files during password change" : "Ingresa la contraseña de recuperación con la finalidad de recuperar los archivos de los usuarios al cambiar la contraseña.", - "Group name" : "Nombre del grupo", "Disabled" : "Deshabilitado", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor indica la cuota de almacenamiento (ejem: \"512 MB\" ó \"12 GB\")", "Other" : "Otro", "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "App up to date" : "La aplicación está actualizada", - "Updating …" : "Actualizando ...", - "Could not update app" : "No fue posible actualizar la aplicación", - "Could not remove app" : "No fue posible eliminar la aplicació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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/es_EC.json b/settings/l10n/es_EC.json index 94e333b5ee..1ba1464be6 100644 --- a/settings/l10n/es_EC.json +++ b/settings/l10n/es_EC.json @@ -67,10 +67,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -99,7 +95,6 @@ "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -288,12 +283,10 @@ "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", "Update to %s" : "Actualizar a %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Tienes %n actualización de la aplicación pendiente ","Tienes %n actualizaciones de la aplicación pendientes "], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicaciones aprobadas son desarrolladas por desarrolladores de confianza y han pasado una verificación de seguridad. Se les brinda mantenimiento activamente en un repositorio de código abierto y los mantenedores las consideran estables para un uso casual a normal. ", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Esta aplicación no cuenta con una verificación contra temas de seguridad y es nueva o se sabe que es instable. Instalala bajo tu propio riesgo. ", "Disabling app …" : "Deshabilitando la aplicación ...", @@ -302,14 +295,20 @@ "Error while enabling app" : "Se presentó un error al habilitar la aplicación", "Error: Could not disable broken app" : "Error: No fue posible deshabilitar la aplicación rota", "Error while disabling broken app" : "Se presentó un error al deshabilitar la aplicación rota", - "Updating...." : "Actualizando...", - "Error while updating app" : "Se presentó un error al actualizar la aplicación ", + "App up to date" : "La aplicación está actualizada", + "Updating …" : "Actualizando ...", + "Could not update app" : "No fue posible actualizar la aplicación", "Updated" : "Actualizado", "Removing …" : "Eliminando ...", - "Error while removing app" : "Se presentó un error al remover la aplicación ", + "Could not remove app" : "No fue posible eliminar la aplicación", "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -330,66 +329,45 @@ "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", - "__language_name__" : "__language_name__", - "Verifying" : "Verificando", - "Personal info" : "Información personal", - "Sync clients" : "Síncronizar clientes", - "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." : "Es importante para la seguridad y desempeño de tu instancia que todo esté configurado correctamente. Para ayudarte con estamos haciendo algunas verificaciones automáticas. Por favor consulta la sección de Consejos & Trucos de 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." : "Al parecer php no está correctamente configurado para consultar las variables de ambiente. La prueba con getenv(\"PATH\") solo está regresando una respuesta vacía. ", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Por favor consulta la documentación de instalación ↗ para las notas de configuración de php y la configuración en tu servidor, específicamente al usar php-fpm. ", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques de comentarios internos. Esto hará que varias aplicaciones principales sean inaccesibles. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s mas reciente. ", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Te recomendamos ámpliamente que habilites este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional se encuentra deshabilitado, esto puede generar temas bajo ciertas condiciones. Habilita 'filelocking.enabled' en el archivo config.php para evitar problemas. Por favor consulta la documentatcón ↗ para más información. ", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una que soporte UTF-8.", - "This means that there might be problems with certain characters in file names." : "Esto significa que puede que haya problemas con ciertos caracteres en los nombres de los archivos. ", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Te sugerimos ámpliamente instalar en tu sistema los paquetes requeridos para soportar alguno de los siguientes locales:%s. ", - "If your installation is not installed in 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 tu instalacion no fue hecha en la raíz del dominio y usa el cron del sistema, pueden presentarse temas con la generación de URLs. Para evitar estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere : \"%s\") ", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "No fue posible ejecutar la tarea de cron con CLI. Se presentaron los siguientes errores técnicos: ", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor vuelve a verificar las guías de instalación↗, y comprueba que no haya errores o advertenicas en la bitácora. ", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado en el servicio webcron para llamar a cron.php cada 15 minutos a través de http. ", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión posix de PHP. Por favor consulta la {linkstart}documentación de PHP{linkend} para más detalles. ", + "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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos, usa la herramienta de la línea de comando 'occ db:convert-type', o consulta la documentación ↗. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", - "Get the apps to sync your files" : "Obten las aplicaciones para sincronizar tus archivos", - "Desktop client" : "Cliente de escritorio", - "Android app" : "Aplicación Android", - "iOS app" : "Aplicación iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si deseas soportar el proyecto ¡{contributeopen}únete al desarrollo{linkclose} o {contributeopen}pasa la voz{linkclose}! ", - "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de Primera Ejecución", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Clientes web, de escritorio, móviles y contraseñas de aplicaciones especificas que actualmente tienen acceso a tu cuenta. ", - "App passwords" : "Contraseñas de aplicación", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aqui puedes generar contraseñas individuales para aplicaciones para que no tengas que dar tu contraseña. También puedes revocarlas individualmente. ", - "Follow us on Google+!" : "¡Síguenos en Google+!", - "Like our facebook page!" : "¡Da un me gusta en nuestra página de facebook!", - "Follow us on Twitter!" : "¡Síguenos en Twitter!", - "Check out our blog!" : "¡Visita nuestro blog!", - "Subscribe to our newsletter!" : "¡Suscribete a nuestro newsletter!", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -399,30 +377,12 @@ "Create" : "Crear", "Admin Recovery Password" : "Recuperación de la contraseña del administrador", "Enter the recovery password in order to recover the users files during password change" : "Ingresa la contraseña de recuperación con la finalidad de recuperar los archivos de los usuarios al cambiar la contraseña.", - "Group name" : "Nombre del grupo", "Disabled" : "Deshabilitado", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor indica la cuota de almacenamiento (ejem: \"512 MB\" ó \"12 GB\")", "Other" : "Otro", "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "App up to date" : "La aplicación está actualizada", - "Updating …" : "Actualizando ...", - "Could not update app" : "No fue posible actualizar la aplicación", - "Could not remove app" : "No fue posible eliminar la aplicació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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/es_GT.js b/settings/l10n/es_GT.js index 5fe9e4a41f..4471026cb8 100644 --- a/settings/l10n/es_GT.js +++ b/settings/l10n/es_GT.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -101,7 +97,6 @@ OC.L10N.register( "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -290,12 +285,10 @@ OC.L10N.register( "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", "Update to %s" : "Actualizar a %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Tienes %n actualización de la aplicación pendiente ","Tienes %n actualizaciones de la aplicación pendientes "], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicaciones aprobadas son desarrolladas por desarrolladores de confianza y han pasado una verificación de seguridad. Se les brinda mantenimiento activamente en un repositorio de código abierto y los mantenedores las consideran estables para un uso casual a normal. ", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Esta aplicación no cuenta con una verificación contra temas de seguridad y es nueva o se sabe que es instable. Instalala bajo tu propio riesgo. ", "Disabling app …" : "Deshabilitando la aplicación ...", @@ -304,14 +297,20 @@ OC.L10N.register( "Error while enabling app" : "Se presentó un error al habilitar la aplicación", "Error: Could not disable broken app" : "Error: No fue posible deshabilitar la aplicación rota", "Error while disabling broken app" : "Se presentó un error al deshabilitar la aplicación rota", - "Updating...." : "Actualizando...", - "Error while updating app" : "Se presentó un error al actualizar la aplicación ", + "App up to date" : "La aplicación está actualizada", + "Updating …" : "Actualizando ...", + "Could not update app" : "No fue posible actualizar la aplicación", "Updated" : "Actualizado", "Removing …" : "Eliminando ...", - "Error while removing app" : "Se presentó un error al remover la aplicación ", + "Could not remove app" : "No fue posible eliminar la aplicación", "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -332,66 +331,45 @@ OC.L10N.register( "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", - "__language_name__" : "__language_name__", - "Verifying" : "Verificando", - "Personal info" : "Información personal", - "Sync clients" : "Síncronizar clientes", - "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." : "Es importante para la seguridad y desempeño de tu instancia que todo esté configurado correctamente. Para ayudarte con estamos haciendo algunas verificaciones automáticas. Por favor consulta la sección de Consejos & Trucos de 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." : "Al parecer php no está correctamente configurado para consultar las variables de ambiente. La prueba con getenv(\"PATH\") solo está regresando una respuesta vacía. ", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Por favor consulta la documentación de instalación ↗ para las notas de configuración de php y la configuración en tu servidor, específicamente al usar php-fpm. ", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques de comentarios internos. Esto hará que varias aplicaciones principales sean inaccesibles. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s mas reciente. ", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Te recomendamos ámpliamente que habilites este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional se encuentra deshabilitado, esto puede generar temas bajo ciertas condiciones. Habilita 'filelocking.enabled' en el archivo config.php para evitar problemas. Por favor consulta la documentatcón ↗ para más información. ", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una que soporte UTF-8.", - "This means that there might be problems with certain characters in file names." : "Esto significa que puede que haya problemas con ciertos caracteres en los nombres de los archivos. ", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Te sugerimos ámpliamente instalar en tu sistema los paquetes requeridos para soportar alguno de los siguientes locales:%s. ", - "If your installation is not installed in 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 tu instalacion no fue hecha en la raíz del dominio y usa el cron del sistema, pueden presentarse temas con la generación de URLs. Para evitar estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere : \"%s\") ", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "No fue posible ejecutar la tarea de cron con CLI. Se presentaron los siguientes errores técnicos: ", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor vuelve a verificar las guías de instalación↗, y comprueba que no haya errores o advertenicas en la bitácora. ", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado en el servicio webcron para llamar a cron.php cada 15 minutos a través de http. ", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión posix de PHP. Por favor consulta la {linkstart}documentación de PHP{linkend} para más detalles. ", + "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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos, usa la herramienta de la línea de comando 'occ db:convert-type', o consulta la documentación ↗. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", - "Get the apps to sync your files" : "Obten las aplicaciones para sincronizar tus archivos", - "Desktop client" : "Cliente de escritorio", - "Android app" : "Aplicación Android", - "iOS app" : "Aplicación iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si deseas soportar el proyecto ¡{contributeopen}únete al desarrollo{linkclose} o {contributeopen}pasa la voz{linkclose}! ", - "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de Primera Ejecución", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Clientes web, de escritorio, móviles y contraseñas de aplicaciones especificas que actualmente tienen acceso a tu cuenta. ", - "App passwords" : "Contraseñas de aplicación", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aqui puedes generar contraseñas individuales para aplicaciones para que no tengas que dar tu contraseña. También puedes revocarlas individualmente. ", - "Follow us on Google+!" : "¡Síguenos en Google+!", - "Like our facebook page!" : "¡Da un me gusta en nuestra página de facebook!", - "Follow us on Twitter!" : "¡Síguenos en Twitter!", - "Check out our blog!" : "¡Visita nuestro blog!", - "Subscribe to our newsletter!" : "¡Suscribete a nuestro newsletter!", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -401,30 +379,12 @@ OC.L10N.register( "Create" : "Crear", "Admin Recovery Password" : "Recuperación de la contraseña del administrador", "Enter the recovery password in order to recover the users files during password change" : "Ingresa la contraseña de recuperación con la finalidad de recuperar los archivos de los usuarios al cambiar la contraseña.", - "Group name" : "Nombre del grupo", "Disabled" : "Deshabilitado", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor indica la cuota de almacenamiento (ejem: \"512 MB\" ó \"12 GB\")", "Other" : "Otro", "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "App up to date" : "La aplicación está actualizada", - "Updating …" : "Actualizando ...", - "Could not update app" : "No fue posible actualizar la aplicación", - "Could not remove app" : "No fue posible eliminar la aplicació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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/es_GT.json b/settings/l10n/es_GT.json index 94e333b5ee..1ba1464be6 100644 --- a/settings/l10n/es_GT.json +++ b/settings/l10n/es_GT.json @@ -67,10 +67,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -99,7 +95,6 @@ "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -288,12 +283,10 @@ "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", "Update to %s" : "Actualizar a %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Tienes %n actualización de la aplicación pendiente ","Tienes %n actualizaciones de la aplicación pendientes "], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicaciones aprobadas son desarrolladas por desarrolladores de confianza y han pasado una verificación de seguridad. Se les brinda mantenimiento activamente en un repositorio de código abierto y los mantenedores las consideran estables para un uso casual a normal. ", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Esta aplicación no cuenta con una verificación contra temas de seguridad y es nueva o se sabe que es instable. Instalala bajo tu propio riesgo. ", "Disabling app …" : "Deshabilitando la aplicación ...", @@ -302,14 +295,20 @@ "Error while enabling app" : "Se presentó un error al habilitar la aplicación", "Error: Could not disable broken app" : "Error: No fue posible deshabilitar la aplicación rota", "Error while disabling broken app" : "Se presentó un error al deshabilitar la aplicación rota", - "Updating...." : "Actualizando...", - "Error while updating app" : "Se presentó un error al actualizar la aplicación ", + "App up to date" : "La aplicación está actualizada", + "Updating …" : "Actualizando ...", + "Could not update app" : "No fue posible actualizar la aplicación", "Updated" : "Actualizado", "Removing …" : "Eliminando ...", - "Error while removing app" : "Se presentó un error al remover la aplicación ", + "Could not remove app" : "No fue posible eliminar la aplicación", "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -330,66 +329,45 @@ "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", - "__language_name__" : "__language_name__", - "Verifying" : "Verificando", - "Personal info" : "Información personal", - "Sync clients" : "Síncronizar clientes", - "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." : "Es importante para la seguridad y desempeño de tu instancia que todo esté configurado correctamente. Para ayudarte con estamos haciendo algunas verificaciones automáticas. Por favor consulta la sección de Consejos & Trucos de 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." : "Al parecer php no está correctamente configurado para consultar las variables de ambiente. La prueba con getenv(\"PATH\") solo está regresando una respuesta vacía. ", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Por favor consulta la documentación de instalación ↗ para las notas de configuración de php y la configuración en tu servidor, específicamente al usar php-fpm. ", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques de comentarios internos. Esto hará que varias aplicaciones principales sean inaccesibles. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s mas reciente. ", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Te recomendamos ámpliamente que habilites este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional se encuentra deshabilitado, esto puede generar temas bajo ciertas condiciones. Habilita 'filelocking.enabled' en el archivo config.php para evitar problemas. Por favor consulta la documentatcón ↗ para más información. ", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una que soporte UTF-8.", - "This means that there might be problems with certain characters in file names." : "Esto significa que puede que haya problemas con ciertos caracteres en los nombres de los archivos. ", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Te sugerimos ámpliamente instalar en tu sistema los paquetes requeridos para soportar alguno de los siguientes locales:%s. ", - "If your installation is not installed in 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 tu instalacion no fue hecha en la raíz del dominio y usa el cron del sistema, pueden presentarse temas con la generación de URLs. Para evitar estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere : \"%s\") ", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "No fue posible ejecutar la tarea de cron con CLI. Se presentaron los siguientes errores técnicos: ", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor vuelve a verificar las guías de instalación↗, y comprueba que no haya errores o advertenicas en la bitácora. ", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado en el servicio webcron para llamar a cron.php cada 15 minutos a través de http. ", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión posix de PHP. Por favor consulta la {linkstart}documentación de PHP{linkend} para más detalles. ", + "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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos, usa la herramienta de la línea de comando 'occ db:convert-type', o consulta la documentación ↗. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", - "Get the apps to sync your files" : "Obten las aplicaciones para sincronizar tus archivos", - "Desktop client" : "Cliente de escritorio", - "Android app" : "Aplicación Android", - "iOS app" : "Aplicación iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si deseas soportar el proyecto ¡{contributeopen}únete al desarrollo{linkclose} o {contributeopen}pasa la voz{linkclose}! ", - "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de Primera Ejecución", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Clientes web, de escritorio, móviles y contraseñas de aplicaciones especificas que actualmente tienen acceso a tu cuenta. ", - "App passwords" : "Contraseñas de aplicación", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aqui puedes generar contraseñas individuales para aplicaciones para que no tengas que dar tu contraseña. También puedes revocarlas individualmente. ", - "Follow us on Google+!" : "¡Síguenos en Google+!", - "Like our facebook page!" : "¡Da un me gusta en nuestra página de facebook!", - "Follow us on Twitter!" : "¡Síguenos en Twitter!", - "Check out our blog!" : "¡Visita nuestro blog!", - "Subscribe to our newsletter!" : "¡Suscribete a nuestro newsletter!", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -399,30 +377,12 @@ "Create" : "Crear", "Admin Recovery Password" : "Recuperación de la contraseña del administrador", "Enter the recovery password in order to recover the users files during password change" : "Ingresa la contraseña de recuperación con la finalidad de recuperar los archivos de los usuarios al cambiar la contraseña.", - "Group name" : "Nombre del grupo", "Disabled" : "Deshabilitado", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor indica la cuota de almacenamiento (ejem: \"512 MB\" ó \"12 GB\")", "Other" : "Otro", "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "App up to date" : "La aplicación está actualizada", - "Updating …" : "Actualizando ...", - "Could not update app" : "No fue posible actualizar la aplicación", - "Could not remove app" : "No fue posible eliminar la aplicació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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/es_HN.js b/settings/l10n/es_HN.js index 201458edc8..28671ed178 100644 --- a/settings/l10n/es_HN.js +++ b/settings/l10n/es_HN.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -101,7 +97,6 @@ OC.L10N.register( "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -284,7 +279,6 @@ OC.L10N.register( "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", @@ -302,6 +296,11 @@ OC.L10N.register( "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -322,33 +321,45 @@ OC.L10N.register( "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas 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$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una 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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -364,19 +375,6 @@ OC.L10N.register( "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/es_HN.json b/settings/l10n/es_HN.json index 94464a66de..bf338148a0 100644 --- a/settings/l10n/es_HN.json +++ b/settings/l10n/es_HN.json @@ -67,10 +67,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -99,7 +95,6 @@ "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -282,7 +277,6 @@ "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", @@ -300,6 +294,11 @@ "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -320,33 +319,45 @@ "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas 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$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una 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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -362,19 +373,6 @@ "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/es_MX.js b/settings/l10n/es_MX.js index 58d1e80104..2f6e4052d9 100644 --- a/settings/l10n/es_MX.js +++ b/settings/l10n/es_MX.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -101,7 +97,6 @@ OC.L10N.register( "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -291,12 +286,10 @@ OC.L10N.register( "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", "Update to %s" : "Actualizar a %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Tienes %n actualización de la aplicación pendiente ","Tienes %n actualizaciones de la aplicación pendientes "], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicaciones aprobadas son desarrolladas por desarrolladores de confianza y han pasado una verificación de seguridad. Se les brinda mantenimiento activamente en un repositorio de código abierto y los mantenedores las consideran estables para un uso casual a normal. ", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Esta aplicación no cuenta con una verificación contra temas de seguridad y es nueva o se sabe que es instable. Instalala bajo tu propio riesgo. ", "Disabling app …" : "Deshabilitando la aplicación ...", @@ -305,14 +298,20 @@ OC.L10N.register( "Error while enabling app" : "Se presentó un error al habilitar la aplicación", "Error: Could not disable broken app" : "Error: No fue posible deshabilitar la aplicación rota", "Error while disabling broken app" : "Se presentó un error al deshabilitar la aplicación rota", - "Updating...." : "Actualizando...", - "Error while updating app" : "Se presentó un error al actualizar la aplicación ", + "App up to date" : "La aplicación está actualizada", + "Updating …" : "Actualizando ...", + "Could not update app" : "No fue posible actualizar la aplicación", "Updated" : "Actualizado", "Removing …" : "Eliminando ...", - "Error while removing app" : "Se presentó un error al remover la aplicación ", + "Could not remove app" : "No fue posible eliminar la aplicación", "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -333,66 +332,45 @@ OC.L10N.register( "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", - "__language_name__" : "__language_name__", - "Verifying" : "Verificando", - "Personal info" : "Información personal", - "Sync clients" : "Síncronizar clientes", - "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." : "Es importante para la seguridad y desempeño de tu instancia que todo esté configurado correctamente. Para ayudarte con estamos haciendo algunas verificaciones automáticas. Por favor consulta la sección de Consejos & Trucos de 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." : "Al parecer php no está correctamente configurado para consultar las variables de ambiente. La prueba con getenv(\"PATH\") solo está regresando una respuesta vacía. ", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Por favor consulta la documentación de instalación ↗ para las notas de configuración de php y la configuración en tu servidor, específicamente al usar php-fpm. ", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques de comentarios internos. Esto hará que varias aplicaciones principales sean inaccesibles. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s mas reciente. ", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Te recomendamos ámpliamente que habilites este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional se encuentra deshabilitado, esto puede generar temas bajo ciertas condiciones. Habilita 'filelocking.enabled' en el archivo config.php para evitar problemas. Por favor consulta la documentatcón ↗ para más información. ", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una que soporte UTF-8.", - "This means that there might be problems with certain characters in file names." : "Esto significa que puede que haya problemas con ciertos caracteres en los nombres de los archivos. ", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Te sugerimos ámpliamente instalar en tu sistema los paquetes requeridos para soportar alguno de los siguientes locales:%s. ", - "If your installation is not installed in 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 tu instalacion no fue hecha en la raíz del dominio y usa el cron del sistema, pueden presentarse temas con la generación de URLs. Para evitar estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere : \"%s\") ", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "No fue posible ejecutar la tarea de cron con CLI. Se presentaron los siguientes errores técnicos: ", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor vuelve a verificar las guías de instalación↗, y comprueba que no haya errores o advertenicas en la bitácora. ", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado en el servicio webcron para llamar a cron.php cada 15 minutos a través de http. ", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión posix de PHP. Por favor consulta la {linkstart}documentación de PHP{linkend} para más detalles. ", + "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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos, usa la herramienta de la línea de comando 'occ db:convert-type', o consulta la documentación ↗. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", - "Get the apps to sync your files" : "Obten las aplicaciones para sincronizar tus archivos", - "Desktop client" : "Cliente de escritorio", - "Android app" : "Aplicación Android", - "iOS app" : "Aplicación iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si deseas soportar el proyecto ¡{contributeopen}únete al desarrollo{linkclose} o {contributeopen}pasa la voz{linkclose}! ", - "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de Primera Ejecución", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Clientes web, de escritorio, móviles y contraseñas de aplicaciones especificas que actualmente tienen acceso a tu cuenta. ", - "App passwords" : "Contraseñas de aplicación", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aqui puedes generar contraseñas individuales para aplicaciones para que no tengas que dar tu contraseña. También puedes revocarlas individualmente. ", - "Follow us on Google+!" : "¡Síguenos en Google+!", - "Like our facebook page!" : "¡Da un me gusta en nuestra página de facebook!", - "Follow us on Twitter!" : "¡Síguenos en Twitter!", - "Check out our blog!" : "¡Visita nuestro blog!", - "Subscribe to our newsletter!" : "¡Suscribete a nuestro newsletter!", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -402,30 +380,12 @@ OC.L10N.register( "Create" : "Crear", "Admin Recovery Password" : "Recuperación de la contraseña del administrador", "Enter the recovery password in order to recover the users files during password change" : "Ingresa la contraseña de recuperación con la finalidad de recuperar los archivos de los usuarios al cambiar la contraseña.", - "Group name" : "Nombre del grupo", "Disabled" : "Deshabilitado", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor indica la cuota de almacenamiento (ejem: \"512 MB\" ó \"12 GB\")", "Other" : "Otro", "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "App up to date" : "La aplicación está actualizada", - "Updating …" : "Actualizando ...", - "Could not update app" : "No fue posible actualizar la aplicación", - "Could not remove app" : "No fue posible eliminar la aplicació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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/es_MX.json b/settings/l10n/es_MX.json index d2355276db..8912fea0dd 100644 --- a/settings/l10n/es_MX.json +++ b/settings/l10n/es_MX.json @@ -67,10 +67,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -99,7 +95,6 @@ "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -289,12 +284,10 @@ "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", "Update to %s" : "Actualizar a %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Tienes %n actualización de la aplicación pendiente ","Tienes %n actualizaciones de la aplicación pendientes "], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicaciones aprobadas son desarrolladas por desarrolladores de confianza y han pasado una verificación de seguridad. Se les brinda mantenimiento activamente en un repositorio de código abierto y los mantenedores las consideran estables para un uso casual a normal. ", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Esta aplicación no cuenta con una verificación contra temas de seguridad y es nueva o se sabe que es instable. Instalala bajo tu propio riesgo. ", "Disabling app …" : "Deshabilitando la aplicación ...", @@ -303,14 +296,20 @@ "Error while enabling app" : "Se presentó un error al habilitar la aplicación", "Error: Could not disable broken app" : "Error: No fue posible deshabilitar la aplicación rota", "Error while disabling broken app" : "Se presentó un error al deshabilitar la aplicación rota", - "Updating...." : "Actualizando...", - "Error while updating app" : "Se presentó un error al actualizar la aplicación ", + "App up to date" : "La aplicación está actualizada", + "Updating …" : "Actualizando ...", + "Could not update app" : "No fue posible actualizar la aplicación", "Updated" : "Actualizado", "Removing …" : "Eliminando ...", - "Error while removing app" : "Se presentó un error al remover la aplicación ", + "Could not remove app" : "No fue posible eliminar la aplicación", "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -331,66 +330,45 @@ "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", - "__language_name__" : "__language_name__", - "Verifying" : "Verificando", - "Personal info" : "Información personal", - "Sync clients" : "Síncronizar clientes", - "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." : "Es importante para la seguridad y desempeño de tu instancia que todo esté configurado correctamente. Para ayudarte con estamos haciendo algunas verificaciones automáticas. Por favor consulta la sección de Consejos & Trucos de 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." : "Al parecer php no está correctamente configurado para consultar las variables de ambiente. La prueba con getenv(\"PATH\") solo está regresando una respuesta vacía. ", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Por favor consulta la documentación de instalación ↗ para las notas de configuración de php y la configuración en tu servidor, específicamente al usar php-fpm. ", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques de comentarios internos. Esto hará que varias aplicaciones principales sean inaccesibles. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s mas reciente. ", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Te recomendamos ámpliamente que habilites este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional se encuentra deshabilitado, esto puede generar temas bajo ciertas condiciones. Habilita 'filelocking.enabled' en el archivo config.php para evitar problemas. Por favor consulta la documentatcón ↗ para más información. ", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una que soporte UTF-8.", - "This means that there might be problems with certain characters in file names." : "Esto significa que puede que haya problemas con ciertos caracteres en los nombres de los archivos. ", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Te sugerimos ámpliamente instalar en tu sistema los paquetes requeridos para soportar alguno de los siguientes locales:%s. ", - "If your installation is not installed in 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 tu instalacion no fue hecha en la raíz del dominio y usa el cron del sistema, pueden presentarse temas con la generación de URLs. Para evitar estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere : \"%s\") ", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "No fue posible ejecutar la tarea de cron con CLI. Se presentaron los siguientes errores técnicos: ", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor vuelve a verificar las guías de instalación↗, y comprueba que no haya errores o advertenicas en la bitácora. ", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado en el servicio webcron para llamar a cron.php cada 15 minutos a través de http. ", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión posix de PHP. Por favor consulta la {linkstart}documentación de PHP{linkend} para más detalles. ", + "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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos, usa la herramienta de la línea de comando 'occ db:convert-type', o consulta la documentación ↗. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", - "Get the apps to sync your files" : "Obten las aplicaciones para sincronizar tus archivos", - "Desktop client" : "Cliente de escritorio", - "Android app" : "Aplicación Android", - "iOS app" : "Aplicación iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si deseas soportar el proyecto ¡{contributeopen}únete al desarrollo{linkclose} o {contributeopen}pasa la voz{linkclose}! ", - "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de Primera Ejecución", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Clientes web, de escritorio, móviles y contraseñas de aplicaciones especificas que actualmente tienen acceso a tu cuenta. ", - "App passwords" : "Contraseñas de aplicación", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aqui puedes generar contraseñas individuales para aplicaciones para que no tengas que dar tu contraseña. También puedes revocarlas individualmente. ", - "Follow us on Google+!" : "¡Síguenos en Google+!", - "Like our facebook page!" : "¡Da un me gusta en nuestra página de facebook!", - "Follow us on Twitter!" : "¡Síguenos en Twitter!", - "Check out our blog!" : "¡Visita nuestro blog!", - "Subscribe to our newsletter!" : "¡Suscribete a nuestro newsletter!", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -400,30 +378,12 @@ "Create" : "Crear", "Admin Recovery Password" : "Recuperación de la contraseña del administrador", "Enter the recovery password in order to recover the users files during password change" : "Ingresa la contraseña de recuperación con la finalidad de recuperar los archivos de los usuarios al cambiar la contraseña.", - "Group name" : "Nombre del grupo", "Disabled" : "Deshabilitado", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor indica la cuota de almacenamiento (ejem: \"512 MB\" ó \"12 GB\")", "Other" : "Otro", "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "App up to date" : "La aplicación está actualizada", - "Updating …" : "Actualizando ...", - "Could not update app" : "No fue posible actualizar la aplicación", - "Could not remove app" : "No fue posible eliminar la aplicació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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/es_NI.js b/settings/l10n/es_NI.js index 201458edc8..28671ed178 100644 --- a/settings/l10n/es_NI.js +++ b/settings/l10n/es_NI.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -101,7 +97,6 @@ OC.L10N.register( "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -284,7 +279,6 @@ OC.L10N.register( "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", @@ -302,6 +296,11 @@ OC.L10N.register( "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -322,33 +321,45 @@ OC.L10N.register( "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas 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$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una 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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -364,19 +375,6 @@ OC.L10N.register( "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/es_NI.json b/settings/l10n/es_NI.json index 94464a66de..bf338148a0 100644 --- a/settings/l10n/es_NI.json +++ b/settings/l10n/es_NI.json @@ -67,10 +67,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -99,7 +95,6 @@ "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -282,7 +277,6 @@ "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", @@ -300,6 +294,11 @@ "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -320,33 +319,45 @@ "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas 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$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una 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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -362,19 +373,6 @@ "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/es_PA.js b/settings/l10n/es_PA.js index 201458edc8..28671ed178 100644 --- a/settings/l10n/es_PA.js +++ b/settings/l10n/es_PA.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -101,7 +97,6 @@ OC.L10N.register( "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -284,7 +279,6 @@ OC.L10N.register( "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", @@ -302,6 +296,11 @@ OC.L10N.register( "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -322,33 +321,45 @@ OC.L10N.register( "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas 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$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una 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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -364,19 +375,6 @@ OC.L10N.register( "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/es_PA.json b/settings/l10n/es_PA.json index 94464a66de..bf338148a0 100644 --- a/settings/l10n/es_PA.json +++ b/settings/l10n/es_PA.json @@ -67,10 +67,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -99,7 +95,6 @@ "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -282,7 +277,6 @@ "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", @@ -300,6 +294,11 @@ "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -320,33 +319,45 @@ "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas 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$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una 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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -362,19 +373,6 @@ "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/es_PE.js b/settings/l10n/es_PE.js index 201458edc8..28671ed178 100644 --- a/settings/l10n/es_PE.js +++ b/settings/l10n/es_PE.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -101,7 +97,6 @@ OC.L10N.register( "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -284,7 +279,6 @@ OC.L10N.register( "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", @@ -302,6 +296,11 @@ OC.L10N.register( "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -322,33 +321,45 @@ OC.L10N.register( "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas 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$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una 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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -364,19 +375,6 @@ OC.L10N.register( "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/es_PE.json b/settings/l10n/es_PE.json index 94464a66de..bf338148a0 100644 --- a/settings/l10n/es_PE.json +++ b/settings/l10n/es_PE.json @@ -67,10 +67,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -99,7 +95,6 @@ "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -282,7 +277,6 @@ "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", @@ -300,6 +294,11 @@ "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -320,33 +319,45 @@ "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas 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$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una 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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -362,19 +373,6 @@ "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/es_PR.js b/settings/l10n/es_PR.js index 201458edc8..28671ed178 100644 --- a/settings/l10n/es_PR.js +++ b/settings/l10n/es_PR.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -101,7 +97,6 @@ OC.L10N.register( "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -284,7 +279,6 @@ OC.L10N.register( "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", @@ -302,6 +296,11 @@ OC.L10N.register( "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -322,33 +321,45 @@ OC.L10N.register( "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas 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$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una 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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -364,19 +375,6 @@ OC.L10N.register( "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/es_PR.json b/settings/l10n/es_PR.json index 94464a66de..bf338148a0 100644 --- a/settings/l10n/es_PR.json +++ b/settings/l10n/es_PR.json @@ -67,10 +67,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -99,7 +95,6 @@ "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -282,7 +277,6 @@ "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", @@ -300,6 +294,11 @@ "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -320,33 +319,45 @@ "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas 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$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una 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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -362,19 +373,6 @@ "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/es_PY.js b/settings/l10n/es_PY.js index 201458edc8..28671ed178 100644 --- a/settings/l10n/es_PY.js +++ b/settings/l10n/es_PY.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -101,7 +97,6 @@ OC.L10N.register( "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -284,7 +279,6 @@ OC.L10N.register( "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", @@ -302,6 +296,11 @@ OC.L10N.register( "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -322,33 +321,45 @@ OC.L10N.register( "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas 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$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una 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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -364,19 +375,6 @@ OC.L10N.register( "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/es_PY.json b/settings/l10n/es_PY.json index 94464a66de..bf338148a0 100644 --- a/settings/l10n/es_PY.json +++ b/settings/l10n/es_PY.json @@ -67,10 +67,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -99,7 +95,6 @@ "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -282,7 +277,6 @@ "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", @@ -300,6 +294,11 @@ "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -320,33 +319,45 @@ "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas 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$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una 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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -362,19 +373,6 @@ "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/es_SV.js b/settings/l10n/es_SV.js index 5fe9e4a41f..4471026cb8 100644 --- a/settings/l10n/es_SV.js +++ b/settings/l10n/es_SV.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -101,7 +97,6 @@ OC.L10N.register( "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -290,12 +285,10 @@ OC.L10N.register( "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", "Update to %s" : "Actualizar a %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Tienes %n actualización de la aplicación pendiente ","Tienes %n actualizaciones de la aplicación pendientes "], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicaciones aprobadas son desarrolladas por desarrolladores de confianza y han pasado una verificación de seguridad. Se les brinda mantenimiento activamente en un repositorio de código abierto y los mantenedores las consideran estables para un uso casual a normal. ", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Esta aplicación no cuenta con una verificación contra temas de seguridad y es nueva o se sabe que es instable. Instalala bajo tu propio riesgo. ", "Disabling app …" : "Deshabilitando la aplicación ...", @@ -304,14 +297,20 @@ OC.L10N.register( "Error while enabling app" : "Se presentó un error al habilitar la aplicación", "Error: Could not disable broken app" : "Error: No fue posible deshabilitar la aplicación rota", "Error while disabling broken app" : "Se presentó un error al deshabilitar la aplicación rota", - "Updating...." : "Actualizando...", - "Error while updating app" : "Se presentó un error al actualizar la aplicación ", + "App up to date" : "La aplicación está actualizada", + "Updating …" : "Actualizando ...", + "Could not update app" : "No fue posible actualizar la aplicación", "Updated" : "Actualizado", "Removing …" : "Eliminando ...", - "Error while removing app" : "Se presentó un error al remover la aplicación ", + "Could not remove app" : "No fue posible eliminar la aplicación", "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -332,66 +331,45 @@ OC.L10N.register( "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", - "__language_name__" : "__language_name__", - "Verifying" : "Verificando", - "Personal info" : "Información personal", - "Sync clients" : "Síncronizar clientes", - "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." : "Es importante para la seguridad y desempeño de tu instancia que todo esté configurado correctamente. Para ayudarte con estamos haciendo algunas verificaciones automáticas. Por favor consulta la sección de Consejos & Trucos de 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." : "Al parecer php no está correctamente configurado para consultar las variables de ambiente. La prueba con getenv(\"PATH\") solo está regresando una respuesta vacía. ", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Por favor consulta la documentación de instalación ↗ para las notas de configuración de php y la configuración en tu servidor, específicamente al usar php-fpm. ", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques de comentarios internos. Esto hará que varias aplicaciones principales sean inaccesibles. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s mas reciente. ", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Te recomendamos ámpliamente que habilites este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional se encuentra deshabilitado, esto puede generar temas bajo ciertas condiciones. Habilita 'filelocking.enabled' en el archivo config.php para evitar problemas. Por favor consulta la documentatcón ↗ para más información. ", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una que soporte UTF-8.", - "This means that there might be problems with certain characters in file names." : "Esto significa que puede que haya problemas con ciertos caracteres en los nombres de los archivos. ", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Te sugerimos ámpliamente instalar en tu sistema los paquetes requeridos para soportar alguno de los siguientes locales:%s. ", - "If your installation is not installed in 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 tu instalacion no fue hecha en la raíz del dominio y usa el cron del sistema, pueden presentarse temas con la generación de URLs. Para evitar estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere : \"%s\") ", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "No fue posible ejecutar la tarea de cron con CLI. Se presentaron los siguientes errores técnicos: ", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor vuelve a verificar las guías de instalación↗, y comprueba que no haya errores o advertenicas en la bitácora. ", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado en el servicio webcron para llamar a cron.php cada 15 minutos a través de http. ", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión posix de PHP. Por favor consulta la {linkstart}documentación de PHP{linkend} para más detalles. ", + "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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos, usa la herramienta de la línea de comando 'occ db:convert-type', o consulta la documentación ↗. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", - "Get the apps to sync your files" : "Obten las aplicaciones para sincronizar tus archivos", - "Desktop client" : "Cliente de escritorio", - "Android app" : "Aplicación Android", - "iOS app" : "Aplicación iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si deseas soportar el proyecto ¡{contributeopen}únete al desarrollo{linkclose} o {contributeopen}pasa la voz{linkclose}! ", - "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de Primera Ejecución", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Clientes web, de escritorio, móviles y contraseñas de aplicaciones especificas que actualmente tienen acceso a tu cuenta. ", - "App passwords" : "Contraseñas de aplicación", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aqui puedes generar contraseñas individuales para aplicaciones para que no tengas que dar tu contraseña. También puedes revocarlas individualmente. ", - "Follow us on Google+!" : "¡Síguenos en Google+!", - "Like our facebook page!" : "¡Da un me gusta en nuestra página de facebook!", - "Follow us on Twitter!" : "¡Síguenos en Twitter!", - "Check out our blog!" : "¡Visita nuestro blog!", - "Subscribe to our newsletter!" : "¡Suscribete a nuestro newsletter!", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -401,30 +379,12 @@ OC.L10N.register( "Create" : "Crear", "Admin Recovery Password" : "Recuperación de la contraseña del administrador", "Enter the recovery password in order to recover the users files during password change" : "Ingresa la contraseña de recuperación con la finalidad de recuperar los archivos de los usuarios al cambiar la contraseña.", - "Group name" : "Nombre del grupo", "Disabled" : "Deshabilitado", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor indica la cuota de almacenamiento (ejem: \"512 MB\" ó \"12 GB\")", "Other" : "Otro", "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "App up to date" : "La aplicación está actualizada", - "Updating …" : "Actualizando ...", - "Could not update app" : "No fue posible actualizar la aplicación", - "Could not remove app" : "No fue posible eliminar la aplicació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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/es_SV.json b/settings/l10n/es_SV.json index 94e333b5ee..1ba1464be6 100644 --- a/settings/l10n/es_SV.json +++ b/settings/l10n/es_SV.json @@ -67,10 +67,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -99,7 +95,6 @@ "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -288,12 +283,10 @@ "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", "Update to %s" : "Actualizar a %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Tienes %n actualización de la aplicación pendiente ","Tienes %n actualizaciones de la aplicación pendientes "], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicaciones aprobadas son desarrolladas por desarrolladores de confianza y han pasado una verificación de seguridad. Se les brinda mantenimiento activamente en un repositorio de código abierto y los mantenedores las consideran estables para un uso casual a normal. ", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Esta aplicación no cuenta con una verificación contra temas de seguridad y es nueva o se sabe que es instable. Instalala bajo tu propio riesgo. ", "Disabling app …" : "Deshabilitando la aplicación ...", @@ -302,14 +295,20 @@ "Error while enabling app" : "Se presentó un error al habilitar la aplicación", "Error: Could not disable broken app" : "Error: No fue posible deshabilitar la aplicación rota", "Error while disabling broken app" : "Se presentó un error al deshabilitar la aplicación rota", - "Updating...." : "Actualizando...", - "Error while updating app" : "Se presentó un error al actualizar la aplicación ", + "App up to date" : "La aplicación está actualizada", + "Updating …" : "Actualizando ...", + "Could not update app" : "No fue posible actualizar la aplicación", "Updated" : "Actualizado", "Removing …" : "Eliminando ...", - "Error while removing app" : "Se presentó un error al remover la aplicación ", + "Could not remove app" : "No fue posible eliminar la aplicación", "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -330,66 +329,45 @@ "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", - "__language_name__" : "__language_name__", - "Verifying" : "Verificando", - "Personal info" : "Información personal", - "Sync clients" : "Síncronizar clientes", - "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." : "Es importante para la seguridad y desempeño de tu instancia que todo esté configurado correctamente. Para ayudarte con estamos haciendo algunas verificaciones automáticas. Por favor consulta la sección de Consejos & Trucos de 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." : "Al parecer php no está correctamente configurado para consultar las variables de ambiente. La prueba con getenv(\"PATH\") solo está regresando una respuesta vacía. ", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Por favor consulta la documentación de instalación ↗ para las notas de configuración de php y la configuración en tu servidor, específicamente al usar php-fpm. ", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques de comentarios internos. Esto hará que varias aplicaciones principales sean inaccesibles. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s mas reciente. ", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Te recomendamos ámpliamente que habilites este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional se encuentra deshabilitado, esto puede generar temas bajo ciertas condiciones. Habilita 'filelocking.enabled' en el archivo config.php para evitar problemas. Por favor consulta la documentatcón ↗ para más información. ", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una que soporte UTF-8.", - "This means that there might be problems with certain characters in file names." : "Esto significa que puede que haya problemas con ciertos caracteres en los nombres de los archivos. ", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Te sugerimos ámpliamente instalar en tu sistema los paquetes requeridos para soportar alguno de los siguientes locales:%s. ", - "If your installation is not installed in 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 tu instalacion no fue hecha en la raíz del dominio y usa el cron del sistema, pueden presentarse temas con la generación de URLs. Para evitar estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere : \"%s\") ", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "No fue posible ejecutar la tarea de cron con CLI. Se presentaron los siguientes errores técnicos: ", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor vuelve a verificar las guías de instalación↗, y comprueba que no haya errores o advertenicas en la bitácora. ", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado en el servicio webcron para llamar a cron.php cada 15 minutos a través de http. ", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión posix de PHP. Por favor consulta la {linkstart}documentación de PHP{linkend} para más detalles. ", + "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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos, usa la herramienta de la línea de comando 'occ db:convert-type', o consulta la documentación ↗. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", - "Get the apps to sync your files" : "Obten las aplicaciones para sincronizar tus archivos", - "Desktop client" : "Cliente de escritorio", - "Android app" : "Aplicación Android", - "iOS app" : "Aplicación iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si deseas soportar el proyecto ¡{contributeopen}únete al desarrollo{linkclose} o {contributeopen}pasa la voz{linkclose}! ", - "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de Primera Ejecución", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Clientes web, de escritorio, móviles y contraseñas de aplicaciones especificas que actualmente tienen acceso a tu cuenta. ", - "App passwords" : "Contraseñas de aplicación", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aqui puedes generar contraseñas individuales para aplicaciones para que no tengas que dar tu contraseña. También puedes revocarlas individualmente. ", - "Follow us on Google+!" : "¡Síguenos en Google+!", - "Like our facebook page!" : "¡Da un me gusta en nuestra página de facebook!", - "Follow us on Twitter!" : "¡Síguenos en Twitter!", - "Check out our blog!" : "¡Visita nuestro blog!", - "Subscribe to our newsletter!" : "¡Suscribete a nuestro newsletter!", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -399,30 +377,12 @@ "Create" : "Crear", "Admin Recovery Password" : "Recuperación de la contraseña del administrador", "Enter the recovery password in order to recover the users files during password change" : "Ingresa la contraseña de recuperación con la finalidad de recuperar los archivos de los usuarios al cambiar la contraseña.", - "Group name" : "Nombre del grupo", "Disabled" : "Deshabilitado", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor indica la cuota de almacenamiento (ejem: \"512 MB\" ó \"12 GB\")", "Other" : "Otro", "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "App up to date" : "La aplicación está actualizada", - "Updating …" : "Actualizando ...", - "Could not update app" : "No fue posible actualizar la aplicación", - "Could not remove app" : "No fue posible eliminar la aplicació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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/es_UY.js b/settings/l10n/es_UY.js index 201458edc8..28671ed178 100644 --- a/settings/l10n/es_UY.js +++ b/settings/l10n/es_UY.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -101,7 +97,6 @@ OC.L10N.register( "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -284,7 +279,6 @@ OC.L10N.register( "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", @@ -302,6 +296,11 @@ OC.L10N.register( "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -322,33 +321,45 @@ OC.L10N.register( "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas 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$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una 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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -364,19 +375,6 @@ OC.L10N.register( "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/es_UY.json b/settings/l10n/es_UY.json index 94464a66de..bf338148a0 100644 --- a/settings/l10n/es_UY.json +++ b/settings/l10n/es_UY.json @@ -67,10 +67,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sync client - {os}", "This session" : "Esta sesión", "Copy" : "Copiar", @@ -99,7 +95,6 @@ "So-so password" : "Contraseña aceptable", "Good password" : "Buena contraseña", "Strong password" : "Contraseña fuerte", - "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Selecciona una imagen de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitar a grupos", @@ -282,7 +277,6 @@ "Invalid user" : "Usuario inválido", "Unable to change mail address" : "No fue posible cambiar la dirección de correo", "Email saved" : "Correo electrónico guardado", - "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Password confirmation is required" : "Se requiere la confirmación de la contraseña", "Are you really sure you want add {domain} as trusted domain?" : "¿Realmente estás seguro que quieres agregar a {domain} como un dominio de confianza?", "Add trusted domain" : "Agregar un dominio de confianza", @@ -300,6 +294,11 @@ "Approved" : "Aprobado", "Experimental" : "Experimental", "No apps found for {query}" : "No se encontraron aplicaciones para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Unable to delete {objName}" : "No fue posible borrar {objName}", "Error creating group: {message}" : "Se presentó un error al crear el grupo: {message}", "A valid group name must be provided" : "Debes proporcionar un nombre de grupo válido", @@ -320,33 +319,45 @@ "Error creating user: {message}" : "Se presentó un error al crear el usuario: {message}", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "A valid email must be provided" : "Se debe proporcionar un correo electrónico válido", + "by %s" : "por %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentación:", + "Show description …" : "Mostrar descripción ...", + "Hide description …" : "Ocultar descripción ...", + "This app has an update available." : "Esta aplicación tiene una actualización disponible.", + "Enable only for specific groups" : "Habilitar sólo para grupos específicos", + "Online documentation" : "Documentación en línea", + "Getting help" : "Obtener ayuda", + "Commercial support" : "Soporte comercial", + "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar 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." : "La configuración de Sólo Lectura ha sido habilitada. Esto previene establecer algunas configuraciones mediante la interface web. Adicionalmente, el archivo necesita que se le establezca tener permisos de escritura manualmente en cada actualización. ", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto es posiblemente causado por un caché/acelerador tal como Zend OPcache o eAccelerator. ", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas 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$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", "System locale can not be set to a one which supports UTF-8." : "No es posible establecer la regionalización del sistema a una 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 archivos. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", "Tips & tricks" : "Consejos & trucos", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existen muchas funcionalidades y configuraciones disponibles para personalizar y usar de manera óptima esta instancia. Aquí hay algunos consejos para más información. ", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.", "This is particularly recommended when using the desktop client for file synchronisation." : "Esto es particularmente recomendado cuando se usa el cliente de escritorio para sincronización de archivos. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ .", "How to do backups" : "Cómo hacer respaldos", "Performance tuning" : "Optimización de rendimiento", "Improving the config.php" : "Mejorando la config.php", "Theming" : "Tematizar", "Check the security of your Nextcloud over our security scan" : "Verifica la seguridad de tu Nextcloud con nuestro escaneo de seguridad", "Hardening and security guidance" : "Consejos de reforzamiento y seguridad", - "This app has an update available." : "Esta aplicación tiene una actualización disponible.", - "by %s" : "por %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentación:", - "Show description …" : "Mostrar descripción ...", - "Hide description …" : "Ocultar descripción ...", - "Enable only for specific groups" : "Habilitar sólo para grupos específicos", - "Online documentation" : "Documentación en línea", - "Getting help" : "Obtener ayuda", - "Commercial support" : "Soporte comercial", "You are using %s of %s" : "Estás usando %s de %s", "You are using %s of %s (%s %%)" : "Estás usando %s de %s ( %s %%)", - "You are member of the following groups:" : "Eres miembro de los siguientes grupos:", "Settings" : "Configuraciones ", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show email address" : "Mostrar dirección de correo electrónico", @@ -362,19 +373,6 @@ "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar la dirección de correo electrónico", - "Default" : "Predeterminado", - "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 que todo esté configurado correctamente por la seguridad y desempeño de tu instancia. Para ayudarte con esto, estamos haciendo unas validaciones automáticas. Por favor ve la sección de Consejos y Trucos así como 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 no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor verifica la documentación de instalación ↗ para notas de configuración de PHP y la configuración de tu servidor de PHP, especialmete al usar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques internos de documentación. Esto hará que varias aplicaciones principales sean inaccesibles. ", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s con versión inferior a %2$s está instalado, por razones de estabilidad y desempeño te recomendamos actualizar a una versión de %1$s más reciente. ", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "El modulo PHP 'fileinfo' no ha sido encontrado. Recomendamos ámpliamente que se habilite este módulo para obtener los mejores resultados en la detección de 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 documentation ↗ for more information." : "El bloqueo de archivos transaccional está deshabilitado. Esto puede generar problemas con condiciones extremas. Habilita 'filelocking.enabled' en el archivo config.php para evitar estos problemas. Consulta la documentación ↗ para más información. ", - "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 archivos. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Se recomienda ámpliamente instalar los paquetes requeridos en tu sistema para soportar alguna de las siguientes regionalizaciones: %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 tu instalación no se hizo en la raíz del dominio y usa el sistema Cron, puede haber temas con la generación de la URL. Para prevenir estos problemas, por favor establece la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta del webroot de tu instalación (Se sugiere: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifica las guias de instalación ↗, y valida si hay algún error o advertencia en la bitácora.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a otra base de datos usa la herramienta de línea de comandos; 'occ db:convert-type', o bien consulta la documentación ↗ ." + "Default" : "Predeterminado" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/et_EE.js b/settings/l10n/et_EE.js index 9642588996..4e44c1489e 100644 --- a/settings/l10n/et_EE.js +++ b/settings/l10n/et_EE.js @@ -65,10 +65,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome for Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS klient", - "Android Client" : "Android klient", "Sync client - {os}" : "Kliendiprogramm - {os}", "This session" : "See sessioon", "Copy" : "Kopeeri", @@ -94,8 +90,6 @@ OC.L10N.register( "So-so password" : "Enam-vähem sobiv parool", "Good password" : "Hea parool", "Strong password" : "Väga hea parool", - "An error occured while changing your language. Please reload the page and try again." : "Keele vahetamisel ilmnes viga. Palun taasilaadi leht ja proovi uuesti.", - "An error occured while changing your locale. Please reload the page and try again." : "Kasutuskoha muutmisel tekkis viga. Värskenda lehte ja proovi uuesti.", "Select a profile picture" : "Vali profiili pilt", "Week starts on {fdow}" : "Nädala esimene päev: {fdow}", "Groups" : "Grupid", @@ -270,7 +264,6 @@ OC.L10N.register( "Invalid user" : "Vigane kasutaja", "Unable to change mail address" : "E-posti aadressi muutmine ebaõnnestus", "Email saved" : "Kiri on salvestatud", - "%1$s changed your email address on %2$s." : "%1$s muutis su e-posti aadressi %2$s.", "Password confirmation is required" : "Parooli kinnitus on vajalik", "Add trusted domain" : "Lis ausaldusväärne domeen", "Update to %s" : "Uuenda versioonile %s", @@ -278,11 +271,16 @@ OC.L10N.register( "Error while disabling app" : "Viga rakenduse keelamisel", "Enabling app …" : "Luban rakendust ...", "Error while enabling app" : "Viga rakenduse lubamisel", - "Updating...." : "Uuendamine...", + "Updating …" : "Uuendamine …", "Updated" : "Uuendatud", "Removing …" : "Eemaldan ...", "Approved" : "Heaks kiidetud", "Experimental" : "Katsetusjärgus", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS klient", + "Android Client" : "Android klient", + "An error occured while changing your language. Please reload the page and try again." : "Keele vahetamisel ilmnes viga. Palun taasilaadi leht ja proovi uuesti.", "Unable to delete {objName}" : "Ei suuda kustutada {objName}", "Error creating group: {message}" : "Tõrge grupi loomisel: {message}", "A valid group name must be provided" : "Sisesta nõuetele vastav grupi nimi", @@ -301,7 +299,14 @@ OC.L10N.register( "Error creating user: {message}" : "Kasutaja loomine ebaõnnestus: {message}", "A valid password must be provided" : "Sisesta nõuetele vastav parool", "A valid email must be provided" : "Sisesta kehtiv e-posti aadress", - "Personal info" : "Isiklik info", + "Documentation:" : "Dokumentatsioon:", + "Show description …" : "Näita kirjeldist ...", + "Hide description …" : "Peida kirjeldus ...", + "This app has an update available." : "Sellel rakendusel on uuendus saadaval", + "Enable only for specific groups" : "Luba ainult kindlad grupid", + "Online documentation" : "Võrgus olev dokumentatsioon", + "Getting help" : "Abi saamine", + "Commercial support" : "Tasuline kasutajatugi", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "See on tõenäoliselt põhjustatud puhver/kiirendist nagu Zend OPcache või eAccelerator.", "System locale can not be set to a one which supports UTF-8." : "Süsteemi lokaliseeringuks ei saa panna sellist, mis toetab UTF-8-t.", "Tips & tricks" : "Nõuanded ja trikid", @@ -309,23 +314,7 @@ OC.L10N.register( "Performance tuning" : "Kiiruse seadistamine", "Improving the config.php" : "config.php faili täiendamine", "Theming" : "Teemad", - "This app has an update available." : "Sellel rakendusel on uuendus saadaval", - "Documentation:" : "Dokumentatsioon:", - "Show description …" : "Näita kirjeldist ...", - "Hide description …" : "Peida kirjeldus ...", - "Enable only for specific groups" : "Luba ainult kindlad grupid", - "Online documentation" : "Võrgus olev dokumentatsioon", - "Getting help" : "Abi saamine", - "Commercial support" : "Tasuline kasutajatugi", "You are using %s of %s (%s %%)" : "Kasutatud maht %s/%s(%s%%)", - "You are member of the following groups:" : "Sa oled nende gruppide liige:", - "Desktop client" : "Töölaua klient", - "Android app" : "Androidi rakendus", - "iOS app" : "iOS-i rakendus", - "Show First Run Wizard again" : "Näita veelkord Esmase Käivituse Juhendajat", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Veebi-, töölaua-, mobiilsed kliendid ja rakenduste pääsukoodid millel on ligipääs sinu kontole.", - "App passwords" : "Rakenduste paroolid", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Siin saad luua rakendustele individuaalseid paroole, nii et sa ei pea oma parooli välja andma. Saad neid ka individuaalselt tühistada.", "Settings" : "Seaded", "Show storage location" : "Näita salvestusruumi asukohta", "Show email address" : "Näita e-posti aadressi", @@ -335,7 +324,6 @@ OC.L10N.register( "Create" : "Lisa", "Admin Recovery Password" : "Admini parooli taastamine", "Enter the recovery password in order to recover the users files during password change" : "Sisesta taasteparool kasutaja failide taastamiseks paroolivahetuse käigus", - "Group name" : "Grupi nimi", "Disabled" : "Keelatud", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Palun sisesta mahupiir (nt: \"512 MB\" või \"12 GB\")", "Other" : "Muu", @@ -343,6 +331,6 @@ OC.L10N.register( "set new password" : "määra uus parool", "change email address" : "muuda e-posti aadressi", "Default" : "Vaikeväärtus", - "Updating …" : "Uuendamine …" + "An error occured while changing your locale. Please reload the page and try again." : "Kasutuskoha muutmisel tekkis viga. Värskenda lehte ja proovi uuesti." }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/et_EE.json b/settings/l10n/et_EE.json index 65b01a8fd6..ccfdac76ef 100644 --- a/settings/l10n/et_EE.json +++ b/settings/l10n/et_EE.json @@ -63,10 +63,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome for Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS klient", - "Android Client" : "Android klient", "Sync client - {os}" : "Kliendiprogramm - {os}", "This session" : "See sessioon", "Copy" : "Kopeeri", @@ -92,8 +88,6 @@ "So-so password" : "Enam-vähem sobiv parool", "Good password" : "Hea parool", "Strong password" : "Väga hea parool", - "An error occured while changing your language. Please reload the page and try again." : "Keele vahetamisel ilmnes viga. Palun taasilaadi leht ja proovi uuesti.", - "An error occured while changing your locale. Please reload the page and try again." : "Kasutuskoha muutmisel tekkis viga. Värskenda lehte ja proovi uuesti.", "Select a profile picture" : "Vali profiili pilt", "Week starts on {fdow}" : "Nädala esimene päev: {fdow}", "Groups" : "Grupid", @@ -268,7 +262,6 @@ "Invalid user" : "Vigane kasutaja", "Unable to change mail address" : "E-posti aadressi muutmine ebaõnnestus", "Email saved" : "Kiri on salvestatud", - "%1$s changed your email address on %2$s." : "%1$s muutis su e-posti aadressi %2$s.", "Password confirmation is required" : "Parooli kinnitus on vajalik", "Add trusted domain" : "Lis ausaldusväärne domeen", "Update to %s" : "Uuenda versioonile %s", @@ -276,11 +269,16 @@ "Error while disabling app" : "Viga rakenduse keelamisel", "Enabling app …" : "Luban rakendust ...", "Error while enabling app" : "Viga rakenduse lubamisel", - "Updating...." : "Uuendamine...", + "Updating …" : "Uuendamine …", "Updated" : "Uuendatud", "Removing …" : "Eemaldan ...", "Approved" : "Heaks kiidetud", "Experimental" : "Katsetusjärgus", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS klient", + "Android Client" : "Android klient", + "An error occured while changing your language. Please reload the page and try again." : "Keele vahetamisel ilmnes viga. Palun taasilaadi leht ja proovi uuesti.", "Unable to delete {objName}" : "Ei suuda kustutada {objName}", "Error creating group: {message}" : "Tõrge grupi loomisel: {message}", "A valid group name must be provided" : "Sisesta nõuetele vastav grupi nimi", @@ -299,7 +297,14 @@ "Error creating user: {message}" : "Kasutaja loomine ebaõnnestus: {message}", "A valid password must be provided" : "Sisesta nõuetele vastav parool", "A valid email must be provided" : "Sisesta kehtiv e-posti aadress", - "Personal info" : "Isiklik info", + "Documentation:" : "Dokumentatsioon:", + "Show description …" : "Näita kirjeldist ...", + "Hide description …" : "Peida kirjeldus ...", + "This app has an update available." : "Sellel rakendusel on uuendus saadaval", + "Enable only for specific groups" : "Luba ainult kindlad grupid", + "Online documentation" : "Võrgus olev dokumentatsioon", + "Getting help" : "Abi saamine", + "Commercial support" : "Tasuline kasutajatugi", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "See on tõenäoliselt põhjustatud puhver/kiirendist nagu Zend OPcache või eAccelerator.", "System locale can not be set to a one which supports UTF-8." : "Süsteemi lokaliseeringuks ei saa panna sellist, mis toetab UTF-8-t.", "Tips & tricks" : "Nõuanded ja trikid", @@ -307,23 +312,7 @@ "Performance tuning" : "Kiiruse seadistamine", "Improving the config.php" : "config.php faili täiendamine", "Theming" : "Teemad", - "This app has an update available." : "Sellel rakendusel on uuendus saadaval", - "Documentation:" : "Dokumentatsioon:", - "Show description …" : "Näita kirjeldist ...", - "Hide description …" : "Peida kirjeldus ...", - "Enable only for specific groups" : "Luba ainult kindlad grupid", - "Online documentation" : "Võrgus olev dokumentatsioon", - "Getting help" : "Abi saamine", - "Commercial support" : "Tasuline kasutajatugi", "You are using %s of %s (%s %%)" : "Kasutatud maht %s/%s(%s%%)", - "You are member of the following groups:" : "Sa oled nende gruppide liige:", - "Desktop client" : "Töölaua klient", - "Android app" : "Androidi rakendus", - "iOS app" : "iOS-i rakendus", - "Show First Run Wizard again" : "Näita veelkord Esmase Käivituse Juhendajat", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Veebi-, töölaua-, mobiilsed kliendid ja rakenduste pääsukoodid millel on ligipääs sinu kontole.", - "App passwords" : "Rakenduste paroolid", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Siin saad luua rakendustele individuaalseid paroole, nii et sa ei pea oma parooli välja andma. Saad neid ka individuaalselt tühistada.", "Settings" : "Seaded", "Show storage location" : "Näita salvestusruumi asukohta", "Show email address" : "Näita e-posti aadressi", @@ -333,7 +322,6 @@ "Create" : "Lisa", "Admin Recovery Password" : "Admini parooli taastamine", "Enter the recovery password in order to recover the users files during password change" : "Sisesta taasteparool kasutaja failide taastamiseks paroolivahetuse käigus", - "Group name" : "Grupi nimi", "Disabled" : "Keelatud", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Palun sisesta mahupiir (nt: \"512 MB\" või \"12 GB\")", "Other" : "Muu", @@ -341,6 +329,6 @@ "set new password" : "määra uus parool", "change email address" : "muuda e-posti aadressi", "Default" : "Vaikeväärtus", - "Updating …" : "Uuendamine …" + "An error occured while changing your locale. Please reload the page and try again." : "Kasutuskoha muutmisel tekkis viga. Värskenda lehte ja proovi uuesti." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/eu.js b/settings/l10n/eu.js index 3d9e6b3c12..29073e46a1 100644 --- a/settings/l10n/eu.js +++ b/settings/l10n/eu.js @@ -68,10 +68,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome Android-erako", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS bezeroa", - "Android Client" : "Android bezeroa", "Sync client - {os}" : "Sinkronizatu bezeroaren - {os}", "This session" : "Saio hau", "Copy" : "Kopiatu", @@ -100,7 +96,6 @@ OC.L10N.register( "So-so password" : "Halamoduzko pasahitza", "Good password" : "Pasahitz ona", "Strong password" : "Pasahitz sendoa", - "An error occured while changing your language. Please reload the page and try again." : "Errore bat gertatu da zure hizkuntza aldatzean. Birkargatu orria eta saiatu berriro.", "Select a profile picture" : "Profilaren irudia aukeratu", "Groups" : "Taldeak", "Limit to groups" : "Taldeetara mugatu", @@ -279,7 +274,6 @@ OC.L10N.register( "Invalid user" : "Baliogabeko erabiiltzailea", "Unable to change mail address" : "Ezin izan da posta helbidea aldatu", "Email saved" : "Eposta gorde da", - "%1$s changed your email address on %2$s." : "%1$s-(e)k zure e-posta helbidea aldatu du %2$s-(e)n", "Password confirmation is required" : "Pasahitza konfirmatzea beharrezkoa da", "Are you really sure you want add {domain} as trusted domain?" : "Benetan ziur zaude {domain} gehitu domeinu fidagarri gisa nahi duzula?", "Add trusted domain" : "Gehitu domeinu fidagarria", @@ -297,6 +291,11 @@ OC.L10N.register( "Approved" : "Onartuta", "Experimental" : "Esperimentala", "No apps found for {query}" : "{query}-ren aplikaziorik ez da aurkitu", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS bezeroa", + "Android Client" : "Android bezeroa", + "An error occured while changing your language. Please reload the page and try again." : "Errore bat gertatu da zure hizkuntza aldatzean. Birkargatu orria eta saiatu berriro.", "Unable to delete {objName}" : "Ezin izan da {objName} ezabatu", "Error creating group: {message}" : "Akatsa taldea sortzerakoan: {mezua} ", "A valid group name must be provided" : "Baliozko talde izena eman behar da", @@ -317,30 +316,35 @@ OC.L10N.register( "Error creating user: {message}" : "Akatsa erabiltzailea sortzerakoan: {message}", "A valid password must be provided" : "Baliozko pasahitza eman behar da", "A valid email must be provided" : "Baliozko posta elektronikoa eman behar da", + "by %s" : "by %s", + "%s-licensed" : "%s-lizentziapean", + "Documentation:" : "Dokumentazioa:", + "Show description …" : "Erakutsi deskribapena ...", + "Hide description …" : "Ezkutatu deskribapena ...", + "This app has an update available." : "Aplikazio honek eguneraketa bat eskuragarri ditu.", + "Enable only for specific groups" : "Baimendu bakarri talde espezifikoetarako", + "Online documentation" : "Online dokumentazioa", + "Getting help" : "Laguntza lortzen", + "Commercial support" : "Merkataritza laguntza", + "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." : "Zure instantzia ondo konfiguratzea garrantzitsua da segurasun eta errendimendurako. Honekin laguntzeko test automatiko batzuk garatzen ari gara. Dokumentazioaren Tips & Tricks atala ikusi informazio gehiagorako. ", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : " Sistemako ingurune aldagaiak atzitzeko PHP ez dago ondo konfiguratua. getenv(\"PATH\") testeatzean erantzun hutsa jasotzen da. ", "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." : "Bakarrik irakurtzeko konfigurazioa gaitu da. Honek web-interfazearen bidez konfigurazio batzuk aldatzea ekiditzen du. Are gehiago, fitxategia eskuz ezarri behar da idazteko moduan eguneraketa bakoitzerako.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP lerro bakarreko blokeak mozteko konfiguratua dagoela dirudi. Oinarrizko app batzuk eskuraezin bihurtuko dira.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Hau ziur aski cache/accelerator batek eragin du, hala nola Zend OPcache edo eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Zure datubaseak ez du \"READ COMMITTED\" transakzio isolamendu mailarik. Honek arazoak sor dezake paraleloki ekintza asko exekutatzen badira. ", + "%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$aren %2 bertsio zaharkitua instalatua dago, egonkortasun eta errendimendu arrazoiak medio, %1 bertsiora eguneratzea gomendatzen da.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "'fileinfo' PHP modulua falta da. Modulu hau gaitzea bereziki gomendatzen da, MIME moten detekzioan emaitzarik hoberenak edukitzeko.", "System locale can not be set to a one which supports UTF-8." : "Eskualdeko ezarpena ezin da UTF-8 onartzen duen batera ezarri.", + "This means that there might be problems with certain characters in filenames." : "Honek fitxategi izenen karaktere batzuekin arazoak egon daitezkeela esan nahi du. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Ondoko lokalizazioentzako euskarria izateko, zure sisteman beharrezko paketeak instalatzea bereziki gomendatzen da: %s.", "Tips & tricks" : "Aholkuak eta trikimailuak", "How to do backups" : "Nola egin babes kopiak", "Performance tuning" : "Errendimendu ezarpenak", "Improving the config.php" : "config.php hobetzen", "Theming" : "Itxura", "Hardening and security guidance" : "Gogortze eta segurtasun gida", - "This app has an update available." : "Aplikazio honek eguneraketa bat eskuragarri ditu.", - "by %s" : "by %s", - "%s-licensed" : "%s-lizentziapean", - "Documentation:" : "Dokumentazioa:", - "Show description …" : "Erakutsi deskribapena ...", - "Hide description …" : "Ezkutatu deskribapena ...", - "Enable only for specific groups" : "Baimendu bakarri talde espezifikoetarako", - "Online documentation" : "Online dokumentazioa", - "Getting help" : "Laguntza lortzen", - "Commercial support" : "Merkataritza laguntza", "You are using %s of %s" : "Zuk %s erabiltzen ari zara %s-tik", "You are using %s of %s (%s %%)" : "%s erabiltzen ari zara,%s-koa (%s %%)", - "You are member of the following groups:" : "Zuk honako talde kide zara:", - "iOS app" : "iOS aplikazioa", "Settings" : "Ezarpenak", "Show storage location" : "Erakutsi biltegiaren kokapena", "Show email address" : "Bistaratu eposta helbidea", @@ -349,19 +353,11 @@ OC.L10N.register( "Create" : "Sortu", "Admin Recovery Password" : "Administratzailearen pasahitza berreskuratzea", "Enter the recovery password in order to recover the users files during password change" : "Berreskuratze pasahitza idatzi pasahitz aldaketan erabiltzaileen fitxategiak berreskuratzeko", - "Group name" : "Taldearen izena", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Mesedez sartu biltegiratze kouta (adb: \"512 MB\" edo \"12 GB\")", "Other" : "Bestelakoa", "change full name" : "aldatu izena", "set new password" : "ezarri pasahitz berria", "change email address" : "aldatu eposta helbidea", - "Default" : "Lehenetsia", - "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." : "Zure instantzia ondo konfiguratzea garrantzitsua da segurasun eta errendimendurako. Honekin laguntzeko test automatiko batzuk garatzen ari gara. Dokumentazioaren Tips & Tricks atala ikusi informazio gehiagorako. ", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : " Sistemako ingurune aldagaiak atzitzeko PHP ez dago ondo konfiguratua. getenv(\"PATH\") testeatzean erantzun hutsa jasotzen da. ", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP lerro bakarreko blokeak mozteko konfiguratua dagoela dirudi. Oinarrizko app batzuk eskuraezin bihurtuko dira.", - "%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$aren %2 bertsio zaharkitua instalatua dago, egonkortasun eta errendimendu arrazoiak medio, %1 bertsiora eguneratzea gomendatzen da.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "'fileinfo' PHP modulua falta da. Modulu hau gaitzea bereziki gomendatzen da, MIME moten detekzioan emaitzarik hoberenak edukitzeko.", - "This means that there might be problems with certain characters in filenames." : "Honek fitxategi izenen karaktere batzuekin arazoak egon daitezkeela esan nahi du. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Ondoko lokalizazioentzako euskarria izateko, zure sisteman beharrezko paketeak instalatzea bereziki gomendatzen da: %s." + "Default" : "Lehenetsia" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/eu.json b/settings/l10n/eu.json index 92ef5ef228..6842c4528a 100644 --- a/settings/l10n/eu.json +++ b/settings/l10n/eu.json @@ -66,10 +66,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome Android-erako", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS bezeroa", - "Android Client" : "Android bezeroa", "Sync client - {os}" : "Sinkronizatu bezeroaren - {os}", "This session" : "Saio hau", "Copy" : "Kopiatu", @@ -98,7 +94,6 @@ "So-so password" : "Halamoduzko pasahitza", "Good password" : "Pasahitz ona", "Strong password" : "Pasahitz sendoa", - "An error occured while changing your language. Please reload the page and try again." : "Errore bat gertatu da zure hizkuntza aldatzean. Birkargatu orria eta saiatu berriro.", "Select a profile picture" : "Profilaren irudia aukeratu", "Groups" : "Taldeak", "Limit to groups" : "Taldeetara mugatu", @@ -277,7 +272,6 @@ "Invalid user" : "Baliogabeko erabiiltzailea", "Unable to change mail address" : "Ezin izan da posta helbidea aldatu", "Email saved" : "Eposta gorde da", - "%1$s changed your email address on %2$s." : "%1$s-(e)k zure e-posta helbidea aldatu du %2$s-(e)n", "Password confirmation is required" : "Pasahitza konfirmatzea beharrezkoa da", "Are you really sure you want add {domain} as trusted domain?" : "Benetan ziur zaude {domain} gehitu domeinu fidagarri gisa nahi duzula?", "Add trusted domain" : "Gehitu domeinu fidagarria", @@ -295,6 +289,11 @@ "Approved" : "Onartuta", "Experimental" : "Esperimentala", "No apps found for {query}" : "{query}-ren aplikaziorik ez da aurkitu", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS bezeroa", + "Android Client" : "Android bezeroa", + "An error occured while changing your language. Please reload the page and try again." : "Errore bat gertatu da zure hizkuntza aldatzean. Birkargatu orria eta saiatu berriro.", "Unable to delete {objName}" : "Ezin izan da {objName} ezabatu", "Error creating group: {message}" : "Akatsa taldea sortzerakoan: {mezua} ", "A valid group name must be provided" : "Baliozko talde izena eman behar da", @@ -315,30 +314,35 @@ "Error creating user: {message}" : "Akatsa erabiltzailea sortzerakoan: {message}", "A valid password must be provided" : "Baliozko pasahitza eman behar da", "A valid email must be provided" : "Baliozko posta elektronikoa eman behar da", + "by %s" : "by %s", + "%s-licensed" : "%s-lizentziapean", + "Documentation:" : "Dokumentazioa:", + "Show description …" : "Erakutsi deskribapena ...", + "Hide description …" : "Ezkutatu deskribapena ...", + "This app has an update available." : "Aplikazio honek eguneraketa bat eskuragarri ditu.", + "Enable only for specific groups" : "Baimendu bakarri talde espezifikoetarako", + "Online documentation" : "Online dokumentazioa", + "Getting help" : "Laguntza lortzen", + "Commercial support" : "Merkataritza laguntza", + "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." : "Zure instantzia ondo konfiguratzea garrantzitsua da segurasun eta errendimendurako. Honekin laguntzeko test automatiko batzuk garatzen ari gara. Dokumentazioaren Tips & Tricks atala ikusi informazio gehiagorako. ", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : " Sistemako ingurune aldagaiak atzitzeko PHP ez dago ondo konfiguratua. getenv(\"PATH\") testeatzean erantzun hutsa jasotzen da. ", "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." : "Bakarrik irakurtzeko konfigurazioa gaitu da. Honek web-interfazearen bidez konfigurazio batzuk aldatzea ekiditzen du. Are gehiago, fitxategia eskuz ezarri behar da idazteko moduan eguneraketa bakoitzerako.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP lerro bakarreko blokeak mozteko konfiguratua dagoela dirudi. Oinarrizko app batzuk eskuraezin bihurtuko dira.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Hau ziur aski cache/accelerator batek eragin du, hala nola Zend OPcache edo eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Zure datubaseak ez du \"READ COMMITTED\" transakzio isolamendu mailarik. Honek arazoak sor dezake paraleloki ekintza asko exekutatzen badira. ", + "%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$aren %2 bertsio zaharkitua instalatua dago, egonkortasun eta errendimendu arrazoiak medio, %1 bertsiora eguneratzea gomendatzen da.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "'fileinfo' PHP modulua falta da. Modulu hau gaitzea bereziki gomendatzen da, MIME moten detekzioan emaitzarik hoberenak edukitzeko.", "System locale can not be set to a one which supports UTF-8." : "Eskualdeko ezarpena ezin da UTF-8 onartzen duen batera ezarri.", + "This means that there might be problems with certain characters in filenames." : "Honek fitxategi izenen karaktere batzuekin arazoak egon daitezkeela esan nahi du. ", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Ondoko lokalizazioentzako euskarria izateko, zure sisteman beharrezko paketeak instalatzea bereziki gomendatzen da: %s.", "Tips & tricks" : "Aholkuak eta trikimailuak", "How to do backups" : "Nola egin babes kopiak", "Performance tuning" : "Errendimendu ezarpenak", "Improving the config.php" : "config.php hobetzen", "Theming" : "Itxura", "Hardening and security guidance" : "Gogortze eta segurtasun gida", - "This app has an update available." : "Aplikazio honek eguneraketa bat eskuragarri ditu.", - "by %s" : "by %s", - "%s-licensed" : "%s-lizentziapean", - "Documentation:" : "Dokumentazioa:", - "Show description …" : "Erakutsi deskribapena ...", - "Hide description …" : "Ezkutatu deskribapena ...", - "Enable only for specific groups" : "Baimendu bakarri talde espezifikoetarako", - "Online documentation" : "Online dokumentazioa", - "Getting help" : "Laguntza lortzen", - "Commercial support" : "Merkataritza laguntza", "You are using %s of %s" : "Zuk %s erabiltzen ari zara %s-tik", "You are using %s of %s (%s %%)" : "%s erabiltzen ari zara,%s-koa (%s %%)", - "You are member of the following groups:" : "Zuk honako talde kide zara:", - "iOS app" : "iOS aplikazioa", "Settings" : "Ezarpenak", "Show storage location" : "Erakutsi biltegiaren kokapena", "Show email address" : "Bistaratu eposta helbidea", @@ -347,19 +351,11 @@ "Create" : "Sortu", "Admin Recovery Password" : "Administratzailearen pasahitza berreskuratzea", "Enter the recovery password in order to recover the users files during password change" : "Berreskuratze pasahitza idatzi pasahitz aldaketan erabiltzaileen fitxategiak berreskuratzeko", - "Group name" : "Taldearen izena", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Mesedez sartu biltegiratze kouta (adb: \"512 MB\" edo \"12 GB\")", "Other" : "Bestelakoa", "change full name" : "aldatu izena", "set new password" : "ezarri pasahitz berria", "change email address" : "aldatu eposta helbidea", - "Default" : "Lehenetsia", - "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." : "Zure instantzia ondo konfiguratzea garrantzitsua da segurasun eta errendimendurako. Honekin laguntzeko test automatiko batzuk garatzen ari gara. Dokumentazioaren Tips & Tricks atala ikusi informazio gehiagorako. ", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : " Sistemako ingurune aldagaiak atzitzeko PHP ez dago ondo konfiguratua. getenv(\"PATH\") testeatzean erantzun hutsa jasotzen da. ", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP lerro bakarreko blokeak mozteko konfiguratua dagoela dirudi. Oinarrizko app batzuk eskuraezin bihurtuko dira.", - "%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$aren %2 bertsio zaharkitua instalatua dago, egonkortasun eta errendimendu arrazoiak medio, %1 bertsiora eguneratzea gomendatzen da.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "'fileinfo' PHP modulua falta da. Modulu hau gaitzea bereziki gomendatzen da, MIME moten detekzioan emaitzarik hoberenak edukitzeko.", - "This means that there might be problems with certain characters in filenames." : "Honek fitxategi izenen karaktere batzuekin arazoak egon daitezkeela esan nahi du. ", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Ondoko lokalizazioentzako euskarria izateko, zure sisteman beharrezko paketeak instalatzea bereziki gomendatzen da: %s." + "Default" : "Lehenetsia" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/fa.js b/settings/l10n/fa.js deleted file mode 100644 index f73f5eb767..0000000000 --- a/settings/l10n/fa.js +++ /dev/null @@ -1,160 +0,0 @@ -OC.L10N.register( - "settings", - { - "Couldn't remove app." : "امکان حذف برنامه وجود ندارد.", - "Couldn't update app." : "برنامه را نمی توان به هنگام ساخت.", - "Wrong password" : "رمز عبور اشتباه است", - "Saved" : "ذخیره شد", - "No user supplied" : "هیچ کاربری تعریف نشده است", - "Unable to change password" : "نمی‌توان رمز را تغییر داد", - "Authentication error" : "خطا در اعتبار سنجی", - "Wrong admin recovery password. Please check the password and try again." : "رمز مدیریتی بازیابی غلط است. لطفاً رمز را کنترل کرده و دوباره امتحان نمایید.", - "Invalid mail address" : "آدرس ایمیل نامعتبر است", - "Unable to change full name" : "امکان تغییر نام کامل وجود ندارد", - "Your %s account was created" : "حساب کاربری شما %s ایجاد شد", - "Migration in progress. Please wait until the migration is finished" : "مهاجرت در حال اجراست. لطفا تا اتمام مهاجرت صبر کنید", - "Migration started …" : "مهاجرت شروع شد...", - "Email sent" : "ایمیل ارسال شد", - "Valid until {date}" : "معتبر تا {date}", - "Delete" : "حذف", - "Very weak password" : "رمز عبور بسیار ضعیف", - "Weak password" : "رمز عبور ضعیف", - "So-so password" : "رمز عبور متوسط", - "Good password" : "رمز عبور خوب", - "Strong password" : "رمز عبور قوی", - "Select a profile picture" : "انتخاب تصویر پروفایل", - "Groups" : "گروه ها", - "Official" : "رسمی", - "Disable" : "غیرفعال", - "All" : "همه", - "User documentation" : "مستندات کاربر", - "Admin documentation" : "مستندات مدیر", - "Developer documentation" : "مستندات توسعه‌دهندگان", - "This app cannot be installed because the following dependencies are not fulfilled:" : "امکان نصب این برنامه وجود ندارد، این پیش‌نیازها انجام نشده‌اند:", - "No apps found for your version" : "هیچ برنامه‌ای برای نسخه‌ی شما یافت نشد", - "Enable" : "فعال", - "New password" : "گذرواژه جدید", - "Username" : "نام کاربری", - "Password" : "گذرواژه", - "Email" : "ایمیل", - "Quota" : "سهم", - "Language" : "زبان", - "Unlimited" : "نامحدود", - "Admins" : "مدیران", - "Everyone" : "همه", - "Common Name" : "نام مشترک", - "Valid until" : "متعبر تا", - "Issued By" : "صدور توسط", - "Valid until %s" : "متعبر تا %s", - "Import root certificate" : "وارد کردن گواهی اصلی", - "Administrator documentation" : "مستندات مدیر", - "Forum" : "انجمن", - "None" : "هیچ‌کدام", - "Login" : "ورود", - "Plain" : "ساده", - "NT LAN Manager" : "مدیر NT LAN", - "Email server" : "سرور ایمیل", - "Open documentation" : "بازکردن مستند", - "Send mode" : "حالت ارسال", - "Encryption" : "رمزگذاری", - "From address" : "آدرس فرستنده", - "mail" : "ایمیل", - "Authentication method" : "روش احراز هویت", - "Authentication required" : "احراز هویت مورد نیاز است", - "Server address" : "آدرس سرور", - "Port" : "درگاه", - "Credentials" : "اعتبارهای", - "SMTP Username" : "نام کاربری SMTP", - "SMTP Password" : "رمز عبور SMTP", - "Test email settings" : "تنظیمات ایمیل آزمایشی", - "Send email" : "ارسال ایمیل", - "Security & setup warnings" : "اخطارهای نصب و امنیتی", - "All checks passed." : "تمامی موارد با موفقیت چک شدند.", - "Version" : "نسخه", - "Server-side encryption" : "رمزگذاری سمت سرور", - "Enable server-side encryption" : "فعال‌سازی رمزگذاری سمت-سرور", - "Be aware that encryption always increases the file size." : "توجه داشته باشید که همواره رمزگذاری حجم فایل را افزایش خواهد داد.", - "This is the final warning: Do you really want to enable encryption?" : "این آخرین اخطار است: آیا می‌خواهید رمزگذاری را فعال کنید ؟", - "Enable encryption" : "فعال کردن رمزگذاری", - "No encryption module loaded, please enable an encryption module in the app menu." : "هیچ ماژول رمزگذاری‌ای بارگذاری نشده است، لطفا ماژول رمز‌گذاری را در منو برنامه فعال کنید.", - "Select default encryption module:" : "انتخاب ماژول پیش‌فرض رمزگذاری:", - "Start migration" : "شروع مهاجرت", - "Execute one task with each page loaded" : "اجرای یک وظیفه با هر بار بارگذاری صفحه", - "Sharing" : "اشتراک گذاری", - "Allow apps to use the Share API" : "اجازه ی برنامه ها برای استفاده از API اشتراک گذاری", - "Allow users to share via link" : "اجازه دادن به کاربران برای اشتراک گذاری توسط پیوند", - "Allow public uploads" : "اجازه بارگذاری عمومی", - "Enforce password protection" : "اجبار برای محافظت توسط رمز عبور", - "Set default expiration date" : "اعمال تاریخ اتمام پیش فرض", - "Expire after " : "اتمام اعتبار بعد از", - "days" : "روز", - "Enforce expiration date" : "اعمال تاریخ اتمام اشتراک گذاری", - "Allow resharing" : "مجوز اشتراک گذاری مجدد", - "Restrict users to only share with users in their groups" : "محدود کردن کاربران برای اشتراک‌گذاری تنها میان کاربران گروه خود", - "Exclude groups from sharing" : "مستثنی شدن گروه ها از اشتراک گذاری", - "Profile picture" : "تصویر پروفایل", - "Upload new" : "بارگذاری جدید", - "Remove image" : "تصویر پاک شود", - "Cancel" : "منصرف شدن", - "Full name" : "نام کامل", - "No display name set" : "هیچ نام نمایشی تعیین نشده است", - "Your email address" : "پست الکترونیکی شما", - "No email address set" : "آدرس‌ایمیلی تنظیم نشده است", - "Help translate" : "به ترجمه آن کمک کنید", - "Current password" : "گذرواژه کنونی", - "Change password" : "تغییر گذر واژه", - "Group already exists." : "گروه در حال حاضر موجود است", - "Unable to add group." : "افزودن گروه امکان پذیر نیست.", - "Unable to delete group." : "حذف گروه امکان پذیر نیست.", - "A user with that name already exists." : "کاربری با همین نام در حال حاضر وجود دارد.", - "Unable to create user." : "ایجاد کاربر امکان‌پذیر نیست.", - "Unable to delete user." : "حذف کاربر امکان پذیر نیست.", - "Your full name has been changed." : "نام کامل شما تغییر یافت", - "Forbidden" : "ممنوعه", - "Invalid user" : "کاربر نامعتبر", - "Unable to change mail address" : "تغییر آدرس ایمیل امکان‌پذیر نیست", - "Email saved" : "ایمیل ذخیره شد", - "Add trusted domain" : "افزودن دامنه مورد اعتماد", - "Update to %s" : "بروزرسانی به %s", - "Error while disabling app" : "خطا در هنگام غیر فعال سازی برنامه", - "Error while enabling app" : "خطا در هنگام فعال سازی برنامه", - "Updated" : "بروز رسانی انجام شد", - "Approved" : "تایید شده", - "Experimental" : "آزمایشی", - "Unable to delete {objName}" : "امکان حذف {objName} وجود ندارد", - "A valid group name must be provided" : "نام کاربری معتبر می بایست وارد شود", - "deleted {groupName}" : "گروه {groupName} حذف شد", - "undo" : "بازگشت", - "never" : "هرگز", - "deleted {userName}" : "کاربر {userName} حذف شد", - "Changing the password will result in data loss, because data recovery is not available for this user" : "با توجه به عدم دستیابی به بازگردانی اطلاعات برای کاربر، تغییر رمز عبور باعث از بین رفتن اطلاعات خواهد شد", - "A valid username must be provided" : "نام کاربری صحیح باید وارد شود", - "A valid password must be provided" : "رمز عبور صحیح باید وارد شود", - "A valid email must be provided" : "یک ایمیل معتبر باید وارد شود", - "Tips & tricks" : "نکات و راهنمایی‌ها", - "Performance tuning" : "تنظیم کارایی", - "Improving the config.php" : "بهبود config.php", - "Theming" : "قالب‌بندی", - "Hardening and security guidance" : "راهنمای امن‌سازی", - "Documentation:" : "مستند سازی:", - "Show description …" : "نمایش توضیحات ...", - "Hide description …" : "عدم نمایش توضیحات...", - "Enable only for specific groups" : "فعال سازی تنها برای گروه های خاص", - "Online documentation" : "مستندات آنلاین", - "Commercial support" : "پشتیبانی تجاری", - "You are member of the following groups:" : "شما عضو این گروه‌ها هستید:", - "Show storage location" : "نمایش محل ذخیره‌سازی", - "Show email address" : "نمایش پست الکترونیکی", - "Send email to new user" : "ارسال ایمیل به کاربر جدید", - "E-Mail" : "ایمیل", - "Create" : "ایجاد کردن", - "Admin Recovery Password" : "مدیریت بازیابی رمز عبور", - "Enter the recovery password in order to recover the users files during password change" : "در حین تغییر رمز عبور به منظور بازیابی فایل های کاربران، رمز عبور بازیابی را وارد کنید", - "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "لطفا سهمیه ذخیره سازی را وارد کنید (به عنوان مثال: \" 512MB\" یا \"12GB\")", - "Other" : "دیگر", - "change full name" : "تغییر نام کامل", - "set new password" : "تنظیم کلمه عبور جدید", - "change email address" : "تغییر آدرس ایمیل ", - "Default" : "پیش فرض" -}, -"nplurals=2; plural=(n > 1);"); diff --git a/settings/l10n/fa.json b/settings/l10n/fa.json deleted file mode 100644 index 8ac8eab0c3..0000000000 --- a/settings/l10n/fa.json +++ /dev/null @@ -1,158 +0,0 @@ -{ "translations": { - "Couldn't remove app." : "امکان حذف برنامه وجود ندارد.", - "Couldn't update app." : "برنامه را نمی توان به هنگام ساخت.", - "Wrong password" : "رمز عبور اشتباه است", - "Saved" : "ذخیره شد", - "No user supplied" : "هیچ کاربری تعریف نشده است", - "Unable to change password" : "نمی‌توان رمز را تغییر داد", - "Authentication error" : "خطا در اعتبار سنجی", - "Wrong admin recovery password. Please check the password and try again." : "رمز مدیریتی بازیابی غلط است. لطفاً رمز را کنترل کرده و دوباره امتحان نمایید.", - "Invalid mail address" : "آدرس ایمیل نامعتبر است", - "Unable to change full name" : "امکان تغییر نام کامل وجود ندارد", - "Your %s account was created" : "حساب کاربری شما %s ایجاد شد", - "Migration in progress. Please wait until the migration is finished" : "مهاجرت در حال اجراست. لطفا تا اتمام مهاجرت صبر کنید", - "Migration started …" : "مهاجرت شروع شد...", - "Email sent" : "ایمیل ارسال شد", - "Valid until {date}" : "معتبر تا {date}", - "Delete" : "حذف", - "Very weak password" : "رمز عبور بسیار ضعیف", - "Weak password" : "رمز عبور ضعیف", - "So-so password" : "رمز عبور متوسط", - "Good password" : "رمز عبور خوب", - "Strong password" : "رمز عبور قوی", - "Select a profile picture" : "انتخاب تصویر پروفایل", - "Groups" : "گروه ها", - "Official" : "رسمی", - "Disable" : "غیرفعال", - "All" : "همه", - "User documentation" : "مستندات کاربر", - "Admin documentation" : "مستندات مدیر", - "Developer documentation" : "مستندات توسعه‌دهندگان", - "This app cannot be installed because the following dependencies are not fulfilled:" : "امکان نصب این برنامه وجود ندارد، این پیش‌نیازها انجام نشده‌اند:", - "No apps found for your version" : "هیچ برنامه‌ای برای نسخه‌ی شما یافت نشد", - "Enable" : "فعال", - "New password" : "گذرواژه جدید", - "Username" : "نام کاربری", - "Password" : "گذرواژه", - "Email" : "ایمیل", - "Quota" : "سهم", - "Language" : "زبان", - "Unlimited" : "نامحدود", - "Admins" : "مدیران", - "Everyone" : "همه", - "Common Name" : "نام مشترک", - "Valid until" : "متعبر تا", - "Issued By" : "صدور توسط", - "Valid until %s" : "متعبر تا %s", - "Import root certificate" : "وارد کردن گواهی اصلی", - "Administrator documentation" : "مستندات مدیر", - "Forum" : "انجمن", - "None" : "هیچ‌کدام", - "Login" : "ورود", - "Plain" : "ساده", - "NT LAN Manager" : "مدیر NT LAN", - "Email server" : "سرور ایمیل", - "Open documentation" : "بازکردن مستند", - "Send mode" : "حالت ارسال", - "Encryption" : "رمزگذاری", - "From address" : "آدرس فرستنده", - "mail" : "ایمیل", - "Authentication method" : "روش احراز هویت", - "Authentication required" : "احراز هویت مورد نیاز است", - "Server address" : "آدرس سرور", - "Port" : "درگاه", - "Credentials" : "اعتبارهای", - "SMTP Username" : "نام کاربری SMTP", - "SMTP Password" : "رمز عبور SMTP", - "Test email settings" : "تنظیمات ایمیل آزمایشی", - "Send email" : "ارسال ایمیل", - "Security & setup warnings" : "اخطارهای نصب و امنیتی", - "All checks passed." : "تمامی موارد با موفقیت چک شدند.", - "Version" : "نسخه", - "Server-side encryption" : "رمزگذاری سمت سرور", - "Enable server-side encryption" : "فعال‌سازی رمزگذاری سمت-سرور", - "Be aware that encryption always increases the file size." : "توجه داشته باشید که همواره رمزگذاری حجم فایل را افزایش خواهد داد.", - "This is the final warning: Do you really want to enable encryption?" : "این آخرین اخطار است: آیا می‌خواهید رمزگذاری را فعال کنید ؟", - "Enable encryption" : "فعال کردن رمزگذاری", - "No encryption module loaded, please enable an encryption module in the app menu." : "هیچ ماژول رمزگذاری‌ای بارگذاری نشده است، لطفا ماژول رمز‌گذاری را در منو برنامه فعال کنید.", - "Select default encryption module:" : "انتخاب ماژول پیش‌فرض رمزگذاری:", - "Start migration" : "شروع مهاجرت", - "Execute one task with each page loaded" : "اجرای یک وظیفه با هر بار بارگذاری صفحه", - "Sharing" : "اشتراک گذاری", - "Allow apps to use the Share API" : "اجازه ی برنامه ها برای استفاده از API اشتراک گذاری", - "Allow users to share via link" : "اجازه دادن به کاربران برای اشتراک گذاری توسط پیوند", - "Allow public uploads" : "اجازه بارگذاری عمومی", - "Enforce password protection" : "اجبار برای محافظت توسط رمز عبور", - "Set default expiration date" : "اعمال تاریخ اتمام پیش فرض", - "Expire after " : "اتمام اعتبار بعد از", - "days" : "روز", - "Enforce expiration date" : "اعمال تاریخ اتمام اشتراک گذاری", - "Allow resharing" : "مجوز اشتراک گذاری مجدد", - "Restrict users to only share with users in their groups" : "محدود کردن کاربران برای اشتراک‌گذاری تنها میان کاربران گروه خود", - "Exclude groups from sharing" : "مستثنی شدن گروه ها از اشتراک گذاری", - "Profile picture" : "تصویر پروفایل", - "Upload new" : "بارگذاری جدید", - "Remove image" : "تصویر پاک شود", - "Cancel" : "منصرف شدن", - "Full name" : "نام کامل", - "No display name set" : "هیچ نام نمایشی تعیین نشده است", - "Your email address" : "پست الکترونیکی شما", - "No email address set" : "آدرس‌ایمیلی تنظیم نشده است", - "Help translate" : "به ترجمه آن کمک کنید", - "Current password" : "گذرواژه کنونی", - "Change password" : "تغییر گذر واژه", - "Group already exists." : "گروه در حال حاضر موجود است", - "Unable to add group." : "افزودن گروه امکان پذیر نیست.", - "Unable to delete group." : "حذف گروه امکان پذیر نیست.", - "A user with that name already exists." : "کاربری با همین نام در حال حاضر وجود دارد.", - "Unable to create user." : "ایجاد کاربر امکان‌پذیر نیست.", - "Unable to delete user." : "حذف کاربر امکان پذیر نیست.", - "Your full name has been changed." : "نام کامل شما تغییر یافت", - "Forbidden" : "ممنوعه", - "Invalid user" : "کاربر نامعتبر", - "Unable to change mail address" : "تغییر آدرس ایمیل امکان‌پذیر نیست", - "Email saved" : "ایمیل ذخیره شد", - "Add trusted domain" : "افزودن دامنه مورد اعتماد", - "Update to %s" : "بروزرسانی به %s", - "Error while disabling app" : "خطا در هنگام غیر فعال سازی برنامه", - "Error while enabling app" : "خطا در هنگام فعال سازی برنامه", - "Updated" : "بروز رسانی انجام شد", - "Approved" : "تایید شده", - "Experimental" : "آزمایشی", - "Unable to delete {objName}" : "امکان حذف {objName} وجود ندارد", - "A valid group name must be provided" : "نام کاربری معتبر می بایست وارد شود", - "deleted {groupName}" : "گروه {groupName} حذف شد", - "undo" : "بازگشت", - "never" : "هرگز", - "deleted {userName}" : "کاربر {userName} حذف شد", - "Changing the password will result in data loss, because data recovery is not available for this user" : "با توجه به عدم دستیابی به بازگردانی اطلاعات برای کاربر، تغییر رمز عبور باعث از بین رفتن اطلاعات خواهد شد", - "A valid username must be provided" : "نام کاربری صحیح باید وارد شود", - "A valid password must be provided" : "رمز عبور صحیح باید وارد شود", - "A valid email must be provided" : "یک ایمیل معتبر باید وارد شود", - "Tips & tricks" : "نکات و راهنمایی‌ها", - "Performance tuning" : "تنظیم کارایی", - "Improving the config.php" : "بهبود config.php", - "Theming" : "قالب‌بندی", - "Hardening and security guidance" : "راهنمای امن‌سازی", - "Documentation:" : "مستند سازی:", - "Show description …" : "نمایش توضیحات ...", - "Hide description …" : "عدم نمایش توضیحات...", - "Enable only for specific groups" : "فعال سازی تنها برای گروه های خاص", - "Online documentation" : "مستندات آنلاین", - "Commercial support" : "پشتیبانی تجاری", - "You are member of the following groups:" : "شما عضو این گروه‌ها هستید:", - "Show storage location" : "نمایش محل ذخیره‌سازی", - "Show email address" : "نمایش پست الکترونیکی", - "Send email to new user" : "ارسال ایمیل به کاربر جدید", - "E-Mail" : "ایمیل", - "Create" : "ایجاد کردن", - "Admin Recovery Password" : "مدیریت بازیابی رمز عبور", - "Enter the recovery password in order to recover the users files during password change" : "در حین تغییر رمز عبور به منظور بازیابی فایل های کاربران، رمز عبور بازیابی را وارد کنید", - "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "لطفا سهمیه ذخیره سازی را وارد کنید (به عنوان مثال: \" 512MB\" یا \"12GB\")", - "Other" : "دیگر", - "change full name" : "تغییر نام کامل", - "set new password" : "تنظیم کلمه عبور جدید", - "change email address" : "تغییر آدرس ایمیل ", - "Default" : "پیش فرض" -},"pluralForm" :"nplurals=2; plural=(n > 1);" -} \ No newline at end of file diff --git a/settings/l10n/fi.js b/settings/l10n/fi.js index 989f239f84..0873605241 100644 --- a/settings/l10n/fi.js +++ b/settings/l10n/fi.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome Android-laitteelle", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS-sovellus", - "Android Client" : "Android-sovellus", "Sync client - {os}" : "Synkronointisovellus - {os}", "This session" : "Tämä istunto", "Copy" : "Kopioi", @@ -98,8 +94,6 @@ OC.L10N.register( "So-so password" : "Kohtalainen salasana", "Good password" : "Hyvä salasana", "Strong password" : "Vahva salasana", - "An error occured while changing your language. Please reload the page and try again." : "Kieltä vaihtaessa tapahtui virhe. Lataa sivu uudelleen ja yritä uudelleen.", - "An error occured while changing your locale. Please reload the page and try again." : "Maa-asetustoa vaihtaessa tapahtui virhe. Päivitä sivu ja yritä uudelleen.", "Select a profile picture" : "Valitse profiilikuva", "Week starts on {fdow}" : "Viikon ensimmäinen päivä on {fdow}", "Groups" : "Ryhmät", @@ -333,12 +327,10 @@ OC.L10N.register( "Invalid user" : "Virheellinen käyttäjä", "Unable to change mail address" : "Sähköpostiosoitteen vaihtaminen ei onnistunut", "Email saved" : "Sähköposti tallennettu", - "%1$s changed your email address on %2$s." : "%1$s vaihtoi sähköpostiosoitteesi osoitteessa %2$s.", "Password confirmation is required" : "Salasanavahvistus vaaditaan", "Are you really sure you want add {domain} as trusted domain?" : "Oletko aivan varma, että haluat lisätä verkkotunnuksen {domain} luotetuksi verkkotunnukseksi?", "Add trusted domain" : "Lisää luotettu verkkotunnus", "Update to %s" : "Päivitä versioon %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["%n odottava sovelluspäivitys","%n odottavaa sovelluspäivitystä"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Hyväksytyt sovellukset on kehitetty luotettujen kehittäjien toimesta. Hyväksytyille sovelluksille on suoritettu pintapuolinen turvallisuustarkastus. Sovelluksia ylläpidetään avoimen koodin tietovarastoissa. Sovellusten kehittäjät mieltävät sovellukset vakaiksi ja valmiiksi tavalliseen käyttöön.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Tätä sovellusta ei ole tarkistettu tietoturvauhkien varalta. Sovellus on uusi ja mahdollisesti tiedostettu epävakaaksi. Asenna omalla vastuulla.", "Disabling app …" : "Poistetaan sovellusta käytöstä...", @@ -346,14 +338,20 @@ OC.L10N.register( "Enabling app …" : "Otetaan sovellusta käyttöön...", "Error while enabling app" : "Virhe ottaessa sovellusta käyttöön", "Error while disabling broken app" : "Virhe rikkinäistä sovellusta käytöstä poistaessa", - "Updating...." : "Päivitetään....", - "Error while updating app" : "Virhe sovellusta päivittäessä", + "App up to date" : "Sovellus ajan tasalla", + "Updating …" : "Päivitetään ...", + "Could not update app" : "Sovellusta ei voitu päivittää", "Updated" : "Päivitetty", "Removing …" : "Poistetaan…", - "Error while removing app" : "Virhe sovellusta poistaessa", + "Could not remove app" : "Sovellusta ei voitu poistaa", "Approved" : "Hyväksytty", "Experimental" : "Kokeellinen", "No apps found for {query}" : "Haulla {query} ei löytynyt sovelluksia", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS-sovellus", + "Android Client" : "Android-sovellus", + "An error occured while changing your language. Please reload the page and try again." : "Kieltä vaihtaessa tapahtui virhe. Lataa sivu uudelleen ja yritä uudelleen.", "Unable to delete {objName}" : "Kohteen {objName} poistaminen epäonnistui", "Error creating group: {message}" : "Virhe ryhmää luotaessa: {message}", "A valid group name must be provided" : "Anna kelvollinen ryhmän nimi", @@ -373,51 +371,34 @@ OC.L10N.register( "Error creating user: {message}" : "Virhe käyttäjää luotaessa: {message}", "A valid password must be provided" : "Anna kelvollinen salasana", "A valid email must be provided" : "Tarvitaan kelvollinen sähköpostiosoite", - "Verifying" : "Vahvistetaan", - "Personal info" : "Henkilökohtaiset tiedot", - "Sync clients" : "Synkronointiasiakkaat", + "by %s" : "tekijä %s", + "%s-licensed" : "%s-lisensoitu", + "Documentation:" : "Ohjeistus:", + "Show description …" : "Näytä kuvaus…", + "Hide description …" : "Piilota kuvaus…", + "This app has an update available." : "Tähän sovellukseen on päivitys saatavilla.", + "Enable only for specific groups" : "Salli vain tietyille ryhmille", + "Online documentation" : "Verkkodokumentaatio", + "Getting help" : "Apua", + "Commercial support" : "Kaupallinen tuki", + "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." : "Tietoturvan ja suorituskyvyn vuoksi on tärkeää, että asennuksesi on määritetty oikein. Sen vuoksi teemme joitain automaattisia tarkistuksia. Lisätietoja on saatavilla dokumentaation \"Tips & Tricks\"-osiosta.", "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." : "Vain luku -asetukset on otettu käyttöön. Tämä estää joidenkin asetusten määrittämisen selainkäyttöliittymän kautta. Lisäksi kyseinen tiedostoon tulee asettaa kirjoitusoikeus käsin joka päivityksen yhteydessä.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Tämä johtuu todennäköisesti välimuistista tai kiihdyttimestä kuten Zend OPcachesta tai eAcceleratorista.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "PHP-moduuli 'fileinfo' puuttuu. Suosittelemme sen ottamista käyttöön, jotta MIME-tyypit on mahdollista havaita parhain tuloksin.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-moduuli 'fileinfo' puuttuu. Suosittelemme kyseisen moduulin ottamista käyttöön, jotta MIME-tyyppien havaitseminen toimii parhaalla mahdollisella tavalla.", "System locale can not be set to a one which supports UTF-8." : "Järjestelmän maa-asetusta ei voi asettaa UTF-8:aa tukevaksi.", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Cron-työtä ei voitu suorittaa komentorivin kautta. Havaittiin seuraavat tekniset virheet:", + "This means that there might be problems with certain characters in filenames." : "Tämä tarkoittaa, että jotkin merkit saattavat aiheuttaa ongelmia tiedostojen nimissä.", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Cron-työtä ei voitu suorittaa komentorivin kautta. Havaittiin seuraavat tekniset virheet:", "Tips & tricks" : "Vinkit", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLitea käytetään tällä hetkellä taustaosan tietokantana. Laajoja asennuksia varten on suositeltavaa käyttää jotain muuta tietokantaa.", "This is particularly recommended when using the desktop client for file synchronisation." : "Tämä on suositeltavaa erityisesti silloin, kun työpöytäsovellusta käytetään tiedostojen synkronointiin.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Siirtyäksesi toiseen tietokantaan, käytä komentorivityökalua: 'occ db:convert-type', tai lue dokumentaatio ↗.", "How to do backups" : "Kuinka tehdä varmuuskopioita", "Performance tuning" : "Suorituskyvyn hienosäätö", "Improving the config.php" : "Config.php-tiedoston parantaminen", "Theming" : "Teemojen käyttö", "Check the security of your Nextcloud over our security scan" : "Tarkista Nextcloudisi tietoturva käyttäen tietoturvatarkistustamme", "Hardening and security guidance" : "Turvaamis- ja tietoturvaopas", - "This app has an update available." : "Tähän sovellukseen on päivitys saatavilla.", - "by %s" : "tekijä %s", - "%s-licensed" : "%s-lisensoitu", - "Documentation:" : "Ohjeistus:", - "Show description …" : "Näytä kuvaus…", - "Hide description …" : "Piilota kuvaus…", - "Enable only for specific groups" : "Salli vain tietyille ryhmille", - "Online documentation" : "Verkkodokumentaatio", - "Getting help" : "Apua", - "Commercial support" : "Kaupallinen tuki", "You are using %s of %s" : "Käytössäsi on %s/%s", "You are using %s of %s (%s %%)" : "Käytössäsi on %s/%s (%s %%)", - "You are member of the following groups:" : "Olet jäsenenä seuraavissa ryhmissä:", - "Get the apps to sync your files" : "Laita sovellukset synkronoimaan tiedostosi", - "Desktop client" : "Työpöytäsovellus", - "Android app" : "Android-sovellus", - "iOS app" : "iOS-sovellus", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Jos haluat tukea projektia, {contributeopen}liity mukaan kehitystoimintaan{linkclose} tai {contributeopen}levitä sanaa{linkclose}!", - "Show First Run Wizard again" : "Näytä ensimmäisen käyttökerran avustaja uudelleen", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Verkko-, työpöytä-, mobiilisovellukset ja sovellusten yksittäiset salasanat, joilla on käyttöoikeus tiliisi.", - "App passwords" : "Sovellussalasanat", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Täällä voit luoda yksittäisiä salasanoja sovelluksille, jolloin sinun ei tarvitse antaa varsinaista salasanaa niille. Voit kumota yksittäisten sovellusten salasanoja.", - "Follow us on Google+!" : "Seuraa meitä Google+:ssa!", - "Like our facebook page!" : "Tykkää Facebook-sivustamme!", - "Follow us on Twitter!" : "Seuraa meitä Twitterissä!", - "Check out our blog!" : "Tutustu blogiimme!", - "Subscribe to our newsletter!" : "Tilaa uutiskirjeemme!", "Settings" : "Asetukset", "Show storage location" : "Näytä tallennustilan sijainti", "Show email address" : "Näytä sähköpostiosoite", @@ -427,7 +408,6 @@ OC.L10N.register( "Create" : "Luo", "Admin Recovery Password" : "Ylläpitäjän palautussalasana", "Enter the recovery password in order to recover the users files during password change" : "Anna palautussalasana, jotta käyttäjien tiedostot on mahdollista palauttaa salasanan muuttamisen yhteydessä", - "Group name" : "Ryhmän nimi", "Disabled" : "Poistettu käytöstä", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Määritä tallennustilan kiintiö (esim. \"512 MB\" tai \"12 GB\")", "Other" : "Muu", @@ -435,14 +415,7 @@ OC.L10N.register( "set new password" : "aseta uusi salasana", "change email address" : "vaihda sähköpostiosoite", "Default" : "Oletus", - "App up to date" : "Sovellus ajan tasalla", - "Updating …" : "Päivitetään ...", - "Could not update app" : "Sovellusta ei voitu päivittää", - "Could not remove app" : "Sovellusta ei voitu poistaa", - "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." : "Tietoturvan ja suorituskyvyn vuoksi on tärkeää, että asennuksesi on määritetty oikein. Sen vuoksi teemme joitain automaattisia tarkistuksia. Lisätietoja on saatavilla dokumentaation \"Tips & Tricks\"-osiosta.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-moduuli 'fileinfo' puuttuu. Suosittelemme kyseisen moduulin ottamista käyttöön, jotta MIME-tyyppien havaitseminen toimii parhaalla mahdollisella tavalla.", - "This means that there might be problems with certain characters in filenames." : "Tämä tarkoittaa, että jotkin merkit saattavat aiheuttaa ongelmia tiedostojen nimissä.", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Cron-työtä ei voitu suorittaa komentorivin kautta. Havaittiin seuraavat tekniset virheet:", - "Default quota :" : "Oletuskiintiö:" + "Default quota :" : "Oletuskiintiö:", + "An error occured while changing your locale. Please reload the page and try again." : "Maa-asetustoa vaihtaessa tapahtui virhe. Päivitä sivu ja yritä uudelleen." }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/fi.json b/settings/l10n/fi.json index ce030e59c5..86915f412c 100644 --- a/settings/l10n/fi.json +++ b/settings/l10n/fi.json @@ -67,10 +67,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome Android-laitteelle", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS-sovellus", - "Android Client" : "Android-sovellus", "Sync client - {os}" : "Synkronointisovellus - {os}", "This session" : "Tämä istunto", "Copy" : "Kopioi", @@ -96,8 +92,6 @@ "So-so password" : "Kohtalainen salasana", "Good password" : "Hyvä salasana", "Strong password" : "Vahva salasana", - "An error occured while changing your language. Please reload the page and try again." : "Kieltä vaihtaessa tapahtui virhe. Lataa sivu uudelleen ja yritä uudelleen.", - "An error occured while changing your locale. Please reload the page and try again." : "Maa-asetustoa vaihtaessa tapahtui virhe. Päivitä sivu ja yritä uudelleen.", "Select a profile picture" : "Valitse profiilikuva", "Week starts on {fdow}" : "Viikon ensimmäinen päivä on {fdow}", "Groups" : "Ryhmät", @@ -331,12 +325,10 @@ "Invalid user" : "Virheellinen käyttäjä", "Unable to change mail address" : "Sähköpostiosoitteen vaihtaminen ei onnistunut", "Email saved" : "Sähköposti tallennettu", - "%1$s changed your email address on %2$s." : "%1$s vaihtoi sähköpostiosoitteesi osoitteessa %2$s.", "Password confirmation is required" : "Salasanavahvistus vaaditaan", "Are you really sure you want add {domain} as trusted domain?" : "Oletko aivan varma, että haluat lisätä verkkotunnuksen {domain} luotetuksi verkkotunnukseksi?", "Add trusted domain" : "Lisää luotettu verkkotunnus", "Update to %s" : "Päivitä versioon %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["%n odottava sovelluspäivitys","%n odottavaa sovelluspäivitystä"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Hyväksytyt sovellukset on kehitetty luotettujen kehittäjien toimesta. Hyväksytyille sovelluksille on suoritettu pintapuolinen turvallisuustarkastus. Sovelluksia ylläpidetään avoimen koodin tietovarastoissa. Sovellusten kehittäjät mieltävät sovellukset vakaiksi ja valmiiksi tavalliseen käyttöön.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Tätä sovellusta ei ole tarkistettu tietoturvauhkien varalta. Sovellus on uusi ja mahdollisesti tiedostettu epävakaaksi. Asenna omalla vastuulla.", "Disabling app …" : "Poistetaan sovellusta käytöstä...", @@ -344,14 +336,20 @@ "Enabling app …" : "Otetaan sovellusta käyttöön...", "Error while enabling app" : "Virhe ottaessa sovellusta käyttöön", "Error while disabling broken app" : "Virhe rikkinäistä sovellusta käytöstä poistaessa", - "Updating...." : "Päivitetään....", - "Error while updating app" : "Virhe sovellusta päivittäessä", + "App up to date" : "Sovellus ajan tasalla", + "Updating …" : "Päivitetään ...", + "Could not update app" : "Sovellusta ei voitu päivittää", "Updated" : "Päivitetty", "Removing …" : "Poistetaan…", - "Error while removing app" : "Virhe sovellusta poistaessa", + "Could not remove app" : "Sovellusta ei voitu poistaa", "Approved" : "Hyväksytty", "Experimental" : "Kokeellinen", "No apps found for {query}" : "Haulla {query} ei löytynyt sovelluksia", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS-sovellus", + "Android Client" : "Android-sovellus", + "An error occured while changing your language. Please reload the page and try again." : "Kieltä vaihtaessa tapahtui virhe. Lataa sivu uudelleen ja yritä uudelleen.", "Unable to delete {objName}" : "Kohteen {objName} poistaminen epäonnistui", "Error creating group: {message}" : "Virhe ryhmää luotaessa: {message}", "A valid group name must be provided" : "Anna kelvollinen ryhmän nimi", @@ -371,51 +369,34 @@ "Error creating user: {message}" : "Virhe käyttäjää luotaessa: {message}", "A valid password must be provided" : "Anna kelvollinen salasana", "A valid email must be provided" : "Tarvitaan kelvollinen sähköpostiosoite", - "Verifying" : "Vahvistetaan", - "Personal info" : "Henkilökohtaiset tiedot", - "Sync clients" : "Synkronointiasiakkaat", + "by %s" : "tekijä %s", + "%s-licensed" : "%s-lisensoitu", + "Documentation:" : "Ohjeistus:", + "Show description …" : "Näytä kuvaus…", + "Hide description …" : "Piilota kuvaus…", + "This app has an update available." : "Tähän sovellukseen on päivitys saatavilla.", + "Enable only for specific groups" : "Salli vain tietyille ryhmille", + "Online documentation" : "Verkkodokumentaatio", + "Getting help" : "Apua", + "Commercial support" : "Kaupallinen tuki", + "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." : "Tietoturvan ja suorituskyvyn vuoksi on tärkeää, että asennuksesi on määritetty oikein. Sen vuoksi teemme joitain automaattisia tarkistuksia. Lisätietoja on saatavilla dokumentaation \"Tips & Tricks\"-osiosta.", "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." : "Vain luku -asetukset on otettu käyttöön. Tämä estää joidenkin asetusten määrittämisen selainkäyttöliittymän kautta. Lisäksi kyseinen tiedostoon tulee asettaa kirjoitusoikeus käsin joka päivityksen yhteydessä.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Tämä johtuu todennäköisesti välimuistista tai kiihdyttimestä kuten Zend OPcachesta tai eAcceleratorista.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "PHP-moduuli 'fileinfo' puuttuu. Suosittelemme sen ottamista käyttöön, jotta MIME-tyypit on mahdollista havaita parhain tuloksin.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-moduuli 'fileinfo' puuttuu. Suosittelemme kyseisen moduulin ottamista käyttöön, jotta MIME-tyyppien havaitseminen toimii parhaalla mahdollisella tavalla.", "System locale can not be set to a one which supports UTF-8." : "Järjestelmän maa-asetusta ei voi asettaa UTF-8:aa tukevaksi.", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Cron-työtä ei voitu suorittaa komentorivin kautta. Havaittiin seuraavat tekniset virheet:", + "This means that there might be problems with certain characters in filenames." : "Tämä tarkoittaa, että jotkin merkit saattavat aiheuttaa ongelmia tiedostojen nimissä.", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Cron-työtä ei voitu suorittaa komentorivin kautta. Havaittiin seuraavat tekniset virheet:", "Tips & tricks" : "Vinkit", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLitea käytetään tällä hetkellä taustaosan tietokantana. Laajoja asennuksia varten on suositeltavaa käyttää jotain muuta tietokantaa.", "This is particularly recommended when using the desktop client for file synchronisation." : "Tämä on suositeltavaa erityisesti silloin, kun työpöytäsovellusta käytetään tiedostojen synkronointiin.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Siirtyäksesi toiseen tietokantaan, käytä komentorivityökalua: 'occ db:convert-type', tai lue dokumentaatio ↗.", "How to do backups" : "Kuinka tehdä varmuuskopioita", "Performance tuning" : "Suorituskyvyn hienosäätö", "Improving the config.php" : "Config.php-tiedoston parantaminen", "Theming" : "Teemojen käyttö", "Check the security of your Nextcloud over our security scan" : "Tarkista Nextcloudisi tietoturva käyttäen tietoturvatarkistustamme", "Hardening and security guidance" : "Turvaamis- ja tietoturvaopas", - "This app has an update available." : "Tähän sovellukseen on päivitys saatavilla.", - "by %s" : "tekijä %s", - "%s-licensed" : "%s-lisensoitu", - "Documentation:" : "Ohjeistus:", - "Show description …" : "Näytä kuvaus…", - "Hide description …" : "Piilota kuvaus…", - "Enable only for specific groups" : "Salli vain tietyille ryhmille", - "Online documentation" : "Verkkodokumentaatio", - "Getting help" : "Apua", - "Commercial support" : "Kaupallinen tuki", "You are using %s of %s" : "Käytössäsi on %s/%s", "You are using %s of %s (%s %%)" : "Käytössäsi on %s/%s (%s %%)", - "You are member of the following groups:" : "Olet jäsenenä seuraavissa ryhmissä:", - "Get the apps to sync your files" : "Laita sovellukset synkronoimaan tiedostosi", - "Desktop client" : "Työpöytäsovellus", - "Android app" : "Android-sovellus", - "iOS app" : "iOS-sovellus", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Jos haluat tukea projektia, {contributeopen}liity mukaan kehitystoimintaan{linkclose} tai {contributeopen}levitä sanaa{linkclose}!", - "Show First Run Wizard again" : "Näytä ensimmäisen käyttökerran avustaja uudelleen", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Verkko-, työpöytä-, mobiilisovellukset ja sovellusten yksittäiset salasanat, joilla on käyttöoikeus tiliisi.", - "App passwords" : "Sovellussalasanat", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Täällä voit luoda yksittäisiä salasanoja sovelluksille, jolloin sinun ei tarvitse antaa varsinaista salasanaa niille. Voit kumota yksittäisten sovellusten salasanoja.", - "Follow us on Google+!" : "Seuraa meitä Google+:ssa!", - "Like our facebook page!" : "Tykkää Facebook-sivustamme!", - "Follow us on Twitter!" : "Seuraa meitä Twitterissä!", - "Check out our blog!" : "Tutustu blogiimme!", - "Subscribe to our newsletter!" : "Tilaa uutiskirjeemme!", "Settings" : "Asetukset", "Show storage location" : "Näytä tallennustilan sijainti", "Show email address" : "Näytä sähköpostiosoite", @@ -425,7 +406,6 @@ "Create" : "Luo", "Admin Recovery Password" : "Ylläpitäjän palautussalasana", "Enter the recovery password in order to recover the users files during password change" : "Anna palautussalasana, jotta käyttäjien tiedostot on mahdollista palauttaa salasanan muuttamisen yhteydessä", - "Group name" : "Ryhmän nimi", "Disabled" : "Poistettu käytöstä", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Määritä tallennustilan kiintiö (esim. \"512 MB\" tai \"12 GB\")", "Other" : "Muu", @@ -433,14 +413,7 @@ "set new password" : "aseta uusi salasana", "change email address" : "vaihda sähköpostiosoite", "Default" : "Oletus", - "App up to date" : "Sovellus ajan tasalla", - "Updating …" : "Päivitetään ...", - "Could not update app" : "Sovellusta ei voitu päivittää", - "Could not remove app" : "Sovellusta ei voitu poistaa", - "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." : "Tietoturvan ja suorituskyvyn vuoksi on tärkeää, että asennuksesi on määritetty oikein. Sen vuoksi teemme joitain automaattisia tarkistuksia. Lisätietoja on saatavilla dokumentaation \"Tips & Tricks\"-osiosta.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-moduuli 'fileinfo' puuttuu. Suosittelemme kyseisen moduulin ottamista käyttöön, jotta MIME-tyyppien havaitseminen toimii parhaalla mahdollisella tavalla.", - "This means that there might be problems with certain characters in filenames." : "Tämä tarkoittaa, että jotkin merkit saattavat aiheuttaa ongelmia tiedostojen nimissä.", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Cron-työtä ei voitu suorittaa komentorivin kautta. Havaittiin seuraavat tekniset virheet:", - "Default quota :" : "Oletuskiintiö:" + "Default quota :" : "Oletuskiintiö:", + "An error occured while changing your locale. Please reload the page and try again." : "Maa-asetustoa vaihtaessa tapahtui virhe. Päivitä sivu ja yritä uudelleen." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js index 45a2558f90..bfec3cc558 100644 --- a/settings/l10n/fr.js +++ b/settings/l10n/fr.js @@ -72,10 +72,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome pour Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Client iOS", - "Android Client" : "Client Android", "Sync client - {os}" : "Client de synchronisation - {os}", "This session" : "Cette session", "Copy" : "Copier", @@ -104,8 +100,6 @@ OC.L10N.register( "So-so password" : "Mot de passe de sécurité tout juste acceptable", "Good password" : "Mot de passe de sécurité suffisante", "Strong password" : "Mot de passe de forte sécurité", - "An error occured while changing your language. Please reload the page and try again." : "Une erreur est survenue lors du changement de votre langue. Merci de recharger la page et de réessayer.", - "An error occured while changing your locale. Please reload the page and try again." : "Une erreur est survenue lors du changement de vos paramètres régionaux. Veuillez recharger la page et réessayer.", "Select a profile picture" : "Selectionnez une photo de profil ", "Week starts on {fdow}" : "La semaine commence le {fdow}", "Groups" : "Groupes", @@ -356,12 +350,10 @@ OC.L10N.register( "Invalid user" : "Utilisateur non valable", "Unable to change mail address" : "Impossible de modifier l'adresse e-mail", "Email saved" : "E-mail sauvegardé", - "%1$s changed your email address on %2$s." : "%1$s a modifié votre adresse e-mail sur %2$s.", "Password confirmation is required" : "Confirmation par mot de passe est requise", "Are you really sure you want add {domain} as trusted domain?" : "Êtes-vous vraiment sûr de vouloir ajouter {domain} comme domaine de confiance ?", "Add trusted domain" : "Ajouter un domaine de confiance", "Update to %s" : "Mettre à niveau vers la version %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Vous avez %n application en attente de mise à jour","Vous avez %n applications en attente de mise à jour"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Les applications approuvées sont créées par des développeurs de confiance et ont passé les tests de sécurité. Elles sont activement maintenues et leur code source est ouvert. Leurs développeurs les considèrent stables pour une utilisation normale.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Cette application est nouvelle ou instable, et sa sécurité n'a pas été vérifiée. Installez-la à vos risques et périls!", "Disabling app …" : "Désactivation de l'application...", @@ -370,14 +362,20 @@ OC.L10N.register( "Error while enabling app" : "Erreur lors de l'activation de l'application", "Error: Could not disable broken app" : "Erreur : Impossible de désactiver l’application cassé", "Error while disabling broken app" : "Erreur lors de la désactivation de l'application cassé .", - "Updating...." : "Mise à jour en cours...", - "Error while updating app" : "Erreur lors de la mise à jour de l'application", + "App up to date" : "Application à jour", + "Updating …" : "Mise à jour en cours...", + "Could not update app" : "Impossible de mettre à jour l'application", "Updated" : "Mise à jour terminée", "Removing …" : "Suppression...", - "Error while removing app" : "Erreur lors de la suppression de l'application", + "Could not remove app" : "Impossible de supprimer l'application.", "Approved" : "Approuvée", "Experimental" : "Expérimentale", "No apps found for {query}" : "Aucune application trouvée pour {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Client iOS", + "Android Client" : "Client Android", + "An error occured while changing your language. Please reload the page and try again." : "Une erreur est survenue lors du changement de votre langue. Merci de recharger la page et de réessayer.", "Unable to delete {objName}" : "Impossible de supprimer {objName}", "Error creating group: {message}" : "Erreur lors de la création du groupe : {message}", "A valid group name must be provided" : "Vous devez indiquer un nom de groupe valide", @@ -398,66 +396,45 @@ OC.L10N.register( "Error creating user: {message}" : "Erreur a la création d'un utilisateur : {message}", "A valid password must be provided" : "Un mot de passe valide doit être saisi", "A valid email must be provided" : "Vous devez fournir une adresse e-mail valide", - "__language_name__" : "Français", - "Verifying" : "Vérification en cours", - "Personal info" : "Informations personnelles", - "Sync clients" : "Clients de synchronisation", - "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 effectue quelques vérifications automatiques. Veuillez consulter la section Trucs & Astuces, ainsi que la documentation, pour de plus amples informations.", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "php ne semble pas être configuré de manière à récupérer les valeurs des variables d’environnement. Le test de la commande getenv(\"PATH\") retourne seulement une réponse vide. ", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Veuillez consulter la documentation d'installation ↗ pour savoir comment configurer php sur votre serveur, en particulier en cas d'utilisation de php-fpm.", + "by %s" : "par %s", + "%s-licensed" : "Sous licence %s", + "Documentation:" : "Documentation :", + "Show description …" : "Afficher la description...", + "Hide description …" : "Masquer la description", + "This app has an update available." : "Cette application a une mise à jour disponible.", + "Enable only for specific groups" : "Activer uniquement pour certains groupes", + "Online documentation" : "Documentation en ligne", + "Getting help" : "Obtenir de l'aide", + "Commercial support" : "Support commercial", + "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." : "Il est important pour la sécurité et la performance de votre instance que tout soit configuré correctement. Pour vous aider dans cette tâche, nous faisons des vérifications automatiques. Veuillez consulter la section Trucs et Astuces et la documentation pour plus d'informations.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ne semble pas être configuré de manière à récupérer les valeurs des variables d’environnement. Le test de la commande getenv(\"PATH\") retourne seulement une réponse vide. ", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Veuillez consulter la documentation d'installation ↗ pour savoir comment configurer PHP sur votre serveur, en particulier en cas d'utilisation de 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." : "La configuration est en mode lecture seule. Ceci empêche la modification de certaines configurations via l'interface web. De plus, le fichier doit être passé manuellement en lecture-écriture avant chaque mise à jour.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP est apparemment configuré pour supprimer les blocs de documentation internes. Cela rendra plusieurs applications de base inaccessibles.", + "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 we recommend updating 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, nous vous recommandons de mettre %1$s à jour.", - "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.", - "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 documentation ↗ for more information." : "Le verrouillage transactionnel de fichiers est désactivé. Cela peut causer des conflits en cas d'accès concurrent. Activez 'filelocking.enabled' dans config.php pour éviter ces problèmes. Consultez la documentation ↗ pour plus d'informations.", + "%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 documentation ↗ 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 documentation ↗ 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.", - "This means that there might be problems with certain characters in file names." : "Cela signifie qu'il pourrait y avoir des problèmes avec certains caractères dans les noms de fichier.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Nous vous recommandons d'installer sur votre système les paquets nécessaires à la prise en charge de l'un des paramètres locaux suivants : %s", - "If your installation is not installed in 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 cronjob 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 installation guides ↗, and check for any errors or warnings in the log." : "Merci de consulter les guides d'installation ↗ et de vérifier les erreurs ou avertissements dans les journaux.", - "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.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Pour l'exécuter, vous devez avoir l'extension PHP posix. Regarder la {linkstart}documentation PHP{linkend} pour plus de détails.", + "This means that there might be problems with certain characters in filenames." : "Cela signifie qu'il pourrait y avoir des problèmes avec certains caractères dans les noms de fichier.", + "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 installation guides ↗, and check for any errors or warnings in the log." : "Merci de consulter les guides d'installation ↗ et de vérifier les erreurs ou avertissements des logs.", "Tips & tricks" : "Trucs et astuces", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Il y a beaucoup de fonctionnalités et de choix de configurations disponibles qui permettent de manière optimale de customiser et d'utiliser cette instance. Voici quelques liens pour en savoir plus.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite est actuellement utilisé comme système de gestion de base de données. Pour des installations plus volumineuses, nous vous recommandons de migrer vers un autre système de gestion de base de données.", "This is particularly recommended when using the desktop client for file synchronisation." : "C'est particulièrement recommandé lorsque l'on utilise un client bureau pour la synchronisation des fichiers.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Pour migrer vers un autre type de base de données, utilisez la ligne de commande : 'occ db:convert-type' ou consultez la documentation ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Pour migrer vers un autre type de base de données, utilisez la ligne de commande : 'occ db:convert-type' ou consultez la documentation ↗.", "How to do backups" : "Comment faire des sauvegardes", "Performance tuning" : "Ajustement des performances", "Improving the config.php" : "Amélioration du config.php ", "Theming" : "Personnalisation de l'apparence", "Check the security of your Nextcloud over our security scan" : "Vérifier la sécurité de votre Nextcloud grâce à notre scan de sécurité", "Hardening and security guidance" : "Guide pour le renforcement et la sécurité", - "This app has an update available." : "Cette application a une mise à jour disponible.", - "by %s" : "par %s", - "%s-licensed" : "Sous licence %s", - "Documentation:" : "Documentation :", - "Show description …" : "Afficher la description...", - "Hide description …" : "Masquer la description", - "Enable only for specific groups" : "Activer uniquement pour certains groupes", - "Online documentation" : "Documentation en ligne", - "Getting help" : "Obtenir de l'aide", - "Commercial support" : "Support commercial", "You are using %s of %s" : "Vous utilisez %s sur %s", "You are using %s of %s (%s %%)" : "Vous utilisez %s sur %s (%s %%)", - "You are member of the following groups:" : "Vous êtes membre des groupes suivants :", - "Get the apps to sync your files" : "Obtenez les applications pour synchroniser vos fichiers", - "Desktop client" : "Client de bureau", - "Android app" : "Application Android", - "iOS app" : "Application iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si vous voulez soutenir le projet {contributeopen}rejoindre son développement{linkclose} ou {contributeopen}passez le mot{linkclose}!", - "Show First Run Wizard again" : "Ré-afficher l'assistant de premier démarrage", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Les clients web, de bureau et mobiles ainsi que les mots de passe spécifiques d'application qui ont accès actuellement à votre compte.", - "App passwords" : "Mots de passe d'application", - "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.", - "Follow us on Google+!" : "Suivez-nous sur Google+ !", - "Like our facebook page!" : "Aimez notre page Facebook !", - "Follow us on Twitter!" : "Suivez-nous sur Twitter !", - "Check out our blog!" : "Découvrez notre blog !", - "Subscribe to our newsletter!" : "Abonnez-vous à notre newsletter!", "Settings" : "Paramètres", "Show storage location" : "Afficher l'emplacement du stockage", "Show email address" : "Afficher l'adresse e-mail", @@ -467,7 +444,6 @@ OC.L10N.register( "Create" : "Créer", "Admin Recovery Password" : "Mot de passe Administrateur de récupération", "Enter the recovery password in order to recover the users files during password change" : "Entrez le mot de passe de récupération pour récupérer les fichiers utilisateurs pendant le changement de mot de passe", - "Group name" : "Nom du groupe", "Disabled" : "Désactivé", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Veuillez entrer le quota de stockage (ex. \"512 MB\" ou \"12 GB\")", "Other" : "Autre", @@ -475,23 +451,7 @@ OC.L10N.register( "set new password" : "Changer le mot de passe", "change email address" : "changer l'adresse e-mail", "Default" : "Défaut", - "App up to date" : "Application à jour", - "Updating …" : "Mise à jour en cours...", - "Could not update app" : "Impossible de mettre à jour l'application", - "Could not remove app" : "Impossible de supprimer l'application.", - "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." : "Il est important pour la sécurité et la performance de votre instance que tout soit configuré correctement. Pour vous aider dans cette tâche, nous faisons des vérifications automatiques. Veuillez consulter la section Trucs et Astuces et la documentation pour plus d'informations.", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ne semble pas être configuré de manière à récupérer les valeurs des variables d’environnement. Le test de la commande getenv(\"PATH\") retourne seulement une réponse vide. ", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Veuillez consulter la documentation d'installation ↗ pour savoir comment configurer PHP sur votre serveur, en particulier en cas d'utilisation de php-fpm.", - "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.", - "%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 documentation ↗ 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 documentation ↗ pour plus d'informations.", - "This means that there might be problems with certain characters in filenames." : "Cela signifie qu'il pourrait y avoir des problèmes avec certains caractères dans les noms de fichier.", - "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 installation guides ↗, and check for any errors or warnings in the log." : "Merci de consulter les guides d'installation ↗ et de vérifier les erreurs ou avertissements des logs.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Pour migrer vers un autre type de base de données, utilisez la ligne de commande : 'occ db:convert-type' ou consultez la documentation ↗.", - "Default quota :" : "Quota par défaut :" + "Default quota :" : "Quota par défaut :", + "An error occured while changing your locale. Please reload the page and try again." : "Une erreur est survenue lors du changement de vos paramètres régionaux. Veuillez recharger la page et réessayer." }, "nplurals=2; plural=(n > 1);"); diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json index e3884b3e22..10acbb2bd3 100644 --- a/settings/l10n/fr.json +++ b/settings/l10n/fr.json @@ -70,10 +70,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome pour Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Client iOS", - "Android Client" : "Client Android", "Sync client - {os}" : "Client de synchronisation - {os}", "This session" : "Cette session", "Copy" : "Copier", @@ -102,8 +98,6 @@ "So-so password" : "Mot de passe de sécurité tout juste acceptable", "Good password" : "Mot de passe de sécurité suffisante", "Strong password" : "Mot de passe de forte sécurité", - "An error occured while changing your language. Please reload the page and try again." : "Une erreur est survenue lors du changement de votre langue. Merci de recharger la page et de réessayer.", - "An error occured while changing your locale. Please reload the page and try again." : "Une erreur est survenue lors du changement de vos paramètres régionaux. Veuillez recharger la page et réessayer.", "Select a profile picture" : "Selectionnez une photo de profil ", "Week starts on {fdow}" : "La semaine commence le {fdow}", "Groups" : "Groupes", @@ -354,12 +348,10 @@ "Invalid user" : "Utilisateur non valable", "Unable to change mail address" : "Impossible de modifier l'adresse e-mail", "Email saved" : "E-mail sauvegardé", - "%1$s changed your email address on %2$s." : "%1$s a modifié votre adresse e-mail sur %2$s.", "Password confirmation is required" : "Confirmation par mot de passe est requise", "Are you really sure you want add {domain} as trusted domain?" : "Êtes-vous vraiment sûr de vouloir ajouter {domain} comme domaine de confiance ?", "Add trusted domain" : "Ajouter un domaine de confiance", "Update to %s" : "Mettre à niveau vers la version %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Vous avez %n application en attente de mise à jour","Vous avez %n applications en attente de mise à jour"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Les applications approuvées sont créées par des développeurs de confiance et ont passé les tests de sécurité. Elles sont activement maintenues et leur code source est ouvert. Leurs développeurs les considèrent stables pour une utilisation normale.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Cette application est nouvelle ou instable, et sa sécurité n'a pas été vérifiée. Installez-la à vos risques et périls!", "Disabling app …" : "Désactivation de l'application...", @@ -368,14 +360,20 @@ "Error while enabling app" : "Erreur lors de l'activation de l'application", "Error: Could not disable broken app" : "Erreur : Impossible de désactiver l’application cassé", "Error while disabling broken app" : "Erreur lors de la désactivation de l'application cassé .", - "Updating...." : "Mise à jour en cours...", - "Error while updating app" : "Erreur lors de la mise à jour de l'application", + "App up to date" : "Application à jour", + "Updating …" : "Mise à jour en cours...", + "Could not update app" : "Impossible de mettre à jour l'application", "Updated" : "Mise à jour terminée", "Removing …" : "Suppression...", - "Error while removing app" : "Erreur lors de la suppression de l'application", + "Could not remove app" : "Impossible de supprimer l'application.", "Approved" : "Approuvée", "Experimental" : "Expérimentale", "No apps found for {query}" : "Aucune application trouvée pour {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Client iOS", + "Android Client" : "Client Android", + "An error occured while changing your language. Please reload the page and try again." : "Une erreur est survenue lors du changement de votre langue. Merci de recharger la page et de réessayer.", "Unable to delete {objName}" : "Impossible de supprimer {objName}", "Error creating group: {message}" : "Erreur lors de la création du groupe : {message}", "A valid group name must be provided" : "Vous devez indiquer un nom de groupe valide", @@ -396,66 +394,45 @@ "Error creating user: {message}" : "Erreur a la création d'un utilisateur : {message}", "A valid password must be provided" : "Un mot de passe valide doit être saisi", "A valid email must be provided" : "Vous devez fournir une adresse e-mail valide", - "__language_name__" : "Français", - "Verifying" : "Vérification en cours", - "Personal info" : "Informations personnelles", - "Sync clients" : "Clients de synchronisation", - "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 effectue quelques vérifications automatiques. Veuillez consulter la section Trucs & Astuces, ainsi que la documentation, pour de plus amples informations.", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "php ne semble pas être configuré de manière à récupérer les valeurs des variables d’environnement. Le test de la commande getenv(\"PATH\") retourne seulement une réponse vide. ", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Veuillez consulter la documentation d'installation ↗ pour savoir comment configurer php sur votre serveur, en particulier en cas d'utilisation de php-fpm.", + "by %s" : "par %s", + "%s-licensed" : "Sous licence %s", + "Documentation:" : "Documentation :", + "Show description …" : "Afficher la description...", + "Hide description …" : "Masquer la description", + "This app has an update available." : "Cette application a une mise à jour disponible.", + "Enable only for specific groups" : "Activer uniquement pour certains groupes", + "Online documentation" : "Documentation en ligne", + "Getting help" : "Obtenir de l'aide", + "Commercial support" : "Support commercial", + "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." : "Il est important pour la sécurité et la performance de votre instance que tout soit configuré correctement. Pour vous aider dans cette tâche, nous faisons des vérifications automatiques. Veuillez consulter la section Trucs et Astuces et la documentation pour plus d'informations.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ne semble pas être configuré de manière à récupérer les valeurs des variables d’environnement. Le test de la commande getenv(\"PATH\") retourne seulement une réponse vide. ", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Veuillez consulter la documentation d'installation ↗ pour savoir comment configurer PHP sur votre serveur, en particulier en cas d'utilisation de 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." : "La configuration est en mode lecture seule. Ceci empêche la modification de certaines configurations via l'interface web. De plus, le fichier doit être passé manuellement en lecture-écriture avant chaque mise à jour.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP est apparemment configuré pour supprimer les blocs de documentation internes. Cela rendra plusieurs applications de base inaccessibles.", + "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 we recommend updating 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, nous vous recommandons de mettre %1$s à jour.", - "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.", - "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 documentation ↗ for more information." : "Le verrouillage transactionnel de fichiers est désactivé. Cela peut causer des conflits en cas d'accès concurrent. Activez 'filelocking.enabled' dans config.php pour éviter ces problèmes. Consultez la documentation ↗ pour plus d'informations.", + "%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 documentation ↗ 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 documentation ↗ 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.", - "This means that there might be problems with certain characters in file names." : "Cela signifie qu'il pourrait y avoir des problèmes avec certains caractères dans les noms de fichier.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Nous vous recommandons d'installer sur votre système les paquets nécessaires à la prise en charge de l'un des paramètres locaux suivants : %s", - "If your installation is not installed in 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 cronjob 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 installation guides ↗, and check for any errors or warnings in the log." : "Merci de consulter les guides d'installation ↗ et de vérifier les erreurs ou avertissements dans les journaux.", - "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.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Pour l'exécuter, vous devez avoir l'extension PHP posix. Regarder la {linkstart}documentation PHP{linkend} pour plus de détails.", + "This means that there might be problems with certain characters in filenames." : "Cela signifie qu'il pourrait y avoir des problèmes avec certains caractères dans les noms de fichier.", + "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 installation guides ↗, and check for any errors or warnings in the log." : "Merci de consulter les guides d'installation ↗ et de vérifier les erreurs ou avertissements des logs.", "Tips & tricks" : "Trucs et astuces", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Il y a beaucoup de fonctionnalités et de choix de configurations disponibles qui permettent de manière optimale de customiser et d'utiliser cette instance. Voici quelques liens pour en savoir plus.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite est actuellement utilisé comme système de gestion de base de données. Pour des installations plus volumineuses, nous vous recommandons de migrer vers un autre système de gestion de base de données.", "This is particularly recommended when using the desktop client for file synchronisation." : "C'est particulièrement recommandé lorsque l'on utilise un client bureau pour la synchronisation des fichiers.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Pour migrer vers un autre type de base de données, utilisez la ligne de commande : 'occ db:convert-type' ou consultez la documentation ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Pour migrer vers un autre type de base de données, utilisez la ligne de commande : 'occ db:convert-type' ou consultez la documentation ↗.", "How to do backups" : "Comment faire des sauvegardes", "Performance tuning" : "Ajustement des performances", "Improving the config.php" : "Amélioration du config.php ", "Theming" : "Personnalisation de l'apparence", "Check the security of your Nextcloud over our security scan" : "Vérifier la sécurité de votre Nextcloud grâce à notre scan de sécurité", "Hardening and security guidance" : "Guide pour le renforcement et la sécurité", - "This app has an update available." : "Cette application a une mise à jour disponible.", - "by %s" : "par %s", - "%s-licensed" : "Sous licence %s", - "Documentation:" : "Documentation :", - "Show description …" : "Afficher la description...", - "Hide description …" : "Masquer la description", - "Enable only for specific groups" : "Activer uniquement pour certains groupes", - "Online documentation" : "Documentation en ligne", - "Getting help" : "Obtenir de l'aide", - "Commercial support" : "Support commercial", "You are using %s of %s" : "Vous utilisez %s sur %s", "You are using %s of %s (%s %%)" : "Vous utilisez %s sur %s (%s %%)", - "You are member of the following groups:" : "Vous êtes membre des groupes suivants :", - "Get the apps to sync your files" : "Obtenez les applications pour synchroniser vos fichiers", - "Desktop client" : "Client de bureau", - "Android app" : "Application Android", - "iOS app" : "Application iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si vous voulez soutenir le projet {contributeopen}rejoindre son développement{linkclose} ou {contributeopen}passez le mot{linkclose}!", - "Show First Run Wizard again" : "Ré-afficher l'assistant de premier démarrage", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Les clients web, de bureau et mobiles ainsi que les mots de passe spécifiques d'application qui ont accès actuellement à votre compte.", - "App passwords" : "Mots de passe d'application", - "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.", - "Follow us on Google+!" : "Suivez-nous sur Google+ !", - "Like our facebook page!" : "Aimez notre page Facebook !", - "Follow us on Twitter!" : "Suivez-nous sur Twitter !", - "Check out our blog!" : "Découvrez notre blog !", - "Subscribe to our newsletter!" : "Abonnez-vous à notre newsletter!", "Settings" : "Paramètres", "Show storage location" : "Afficher l'emplacement du stockage", "Show email address" : "Afficher l'adresse e-mail", @@ -465,7 +442,6 @@ "Create" : "Créer", "Admin Recovery Password" : "Mot de passe Administrateur de récupération", "Enter the recovery password in order to recover the users files during password change" : "Entrez le mot de passe de récupération pour récupérer les fichiers utilisateurs pendant le changement de mot de passe", - "Group name" : "Nom du groupe", "Disabled" : "Désactivé", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Veuillez entrer le quota de stockage (ex. \"512 MB\" ou \"12 GB\")", "Other" : "Autre", @@ -473,23 +449,7 @@ "set new password" : "Changer le mot de passe", "change email address" : "changer l'adresse e-mail", "Default" : "Défaut", - "App up to date" : "Application à jour", - "Updating …" : "Mise à jour en cours...", - "Could not update app" : "Impossible de mettre à jour l'application", - "Could not remove app" : "Impossible de supprimer l'application.", - "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." : "Il est important pour la sécurité et la performance de votre instance que tout soit configuré correctement. Pour vous aider dans cette tâche, nous faisons des vérifications automatiques. Veuillez consulter la section Trucs et Astuces et la documentation pour plus d'informations.", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ne semble pas être configuré de manière à récupérer les valeurs des variables d’environnement. Le test de la commande getenv(\"PATH\") retourne seulement une réponse vide. ", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Veuillez consulter la documentation d'installation ↗ pour savoir comment configurer PHP sur votre serveur, en particulier en cas d'utilisation de php-fpm.", - "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.", - "%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 documentation ↗ 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 documentation ↗ pour plus d'informations.", - "This means that there might be problems with certain characters in filenames." : "Cela signifie qu'il pourrait y avoir des problèmes avec certains caractères dans les noms de fichier.", - "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 installation guides ↗, and check for any errors or warnings in the log." : "Merci de consulter les guides d'installation ↗ et de vérifier les erreurs ou avertissements des logs.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Pour migrer vers un autre type de base de données, utilisez la ligne de commande : 'occ db:convert-type' ou consultez la documentation ↗.", - "Default quota :" : "Quota par défaut :" + "Default quota :" : "Quota par défaut :", + "An error occured while changing your locale. Please reload the page and try again." : "Une erreur est survenue lors du changement de vos paramètres régionaux. Veuillez recharger la page et réessayer." },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/settings/l10n/he.js b/settings/l10n/he.js index 8bc53898cc..fbfc913132 100644 --- a/settings/l10n/he.js +++ b/settings/l10n/he.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome עבור Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "לקוח iOS", - "Android Client" : "לקוח Android", "Sync client - {os}" : "לקוח סנכרון - {os}", "This session" : "הפעלה זו", "Copy" : "העתקה", @@ -101,7 +97,6 @@ OC.L10N.register( "So-so password" : "סיסמא ככה-ככה", "Good password" : "סיסמא טובה", "Strong password" : "סיסמא חזקה", - "An error occured while changing your language. Please reload the page and try again." : "אירעה שגיאה בעת שינוי השפה שלך. נא לרענן את העמוד ולנסות שוב.", "Select a profile picture" : "יש לבחור תמונת פרופיל", "Groups" : "קבוצות", "Limit to groups" : "הגבלה לקבוצות", @@ -298,12 +293,10 @@ OC.L10N.register( "Invalid user" : "שם משתמש לא חוקי", "Unable to change mail address" : "לא ניתן לשנות כתובת דואר אלקטרוני", "Email saved" : "הדואר האלקטרוני נשמר", - "%1$s changed your email address on %2$s." : "הכתובת שלך ב‏־%2$s הוחלפה על ידי %1$s.", "Password confirmation is required" : "נדרש אימות ססמה", "Are you really sure you want add {domain} as trusted domain?" : "להוסיף את {domain} כשם מתחם מהימן?", "Add trusted domain" : "הוספת שם מתחם מהימן", "Update to %s" : "עדכון ל- %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["יש לך עדכון ממתין ליישום","יש לך %n עדכוני יישום בהמתנה","יש לך %n עדכוני יישום בהמתנה","יש לך %n עדכוני יישום בהמתנה"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "יישומים מאושרים מפותחים על ידי מפתחים מהימנים ועברו בדיקת הבטחה ראשונית. הם נשמרים באופן פעיל במאגר קוד פתוח והמתזקים שלהם מייעדים אותם לשימוש מזדמן ורגיל.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "יישום זה לא נבדק לבעיות אבטחה והוא חדש או ידוע כלא יציב. התקנת יישום זה הנה על אחריותך בלבד.", "Disabling app …" : "יישומון מושבת…", @@ -312,14 +305,20 @@ OC.L10N.register( "Error while enabling app" : "שגיאה בעת הפעלת יישום", "Error: Could not disable broken app" : "שגיאה: לא ניתן להשבית יישומון פגום", "Error while disabling broken app" : "שגיאה בזמן נטרול יישום פגום", - "Updating...." : "מתבצע עדכון…", - "Error while updating app" : "אירעה שגיאה בעת עדכון היישום", + "App up to date" : "יישומון עדכני", + "Updating …" : "מתבצע עדכון…", + "Could not update app" : "לא ניתן לעדכן יישומון", "Updated" : "מעודכן", "Removing …" : "מתבצעת הסרה…", - "Error while removing app" : "אירעה שגיאה בעת הסרת היישום", + "Could not remove app" : "לא ניתן להסיר יישומון", "Approved" : "מאושר", "Experimental" : "ניסיוני", "No apps found for {query}" : "לא נמצא יישום עבור {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "לקוח iOS", + "Android Client" : "לקוח Android", + "An error occured while changing your language. Please reload the page and try again." : "אירעה שגיאה בעת שינוי השפה שלך. נא לרענן את העמוד ולנסות שוב.", "Unable to delete {objName}" : "לא ניתן למחיקה {objName}", "Error creating group: {message}" : "שגיאה ביצירת קבוצה: {message}", "A valid group name must be provided" : "יש לספק שם קבוצה תקני", @@ -340,66 +339,45 @@ OC.L10N.register( "Error creating user: {message}" : "שגיאה ביצירת משתמש: {message}", "A valid password must be provided" : "יש לספק סיסמא תקנית", "A valid email must be provided" : "יש לספק כתובת דואר אלקטרוני תקנית", - "__language_name__" : "עברית", - "Verifying" : "מתבצע אימות", - "Personal info" : "פרטים אישיים", - "Sync clients" : "לקוחות סנכרון", - "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." : "חשוב למען האבטחה והביצועים של העותק שלך שהוא יוגדר כראוי. כדי לסייע לך בכך אנו עורכים מספר בדיקות אוטומטיות. נא לעיין בסעיף העצות והתכסיסים ובתיעוד לקבלת מידע נוסף.", - "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 installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "נא לעיין בתיעוד למתקינים ↖️ להערות בנוגע להגדרות php והגדרות ה־php לשרת שלך, במיוחד אם נעשה שימוש ב־php-fpm.", + "by %s" : "על ידי %s", + "%s-licensed" : "%s-בעל רישיון", + "Documentation:" : "תיעוד", + "Show description …" : "הצגת תיאור ...", + "Hide description …" : "הסתרת תיאור ...", + "This app has an update available." : "ליישום זה קיים עדכון זמין.", + "Enable only for specific groups" : "אפשר רק לקבוצות מסויימות", + "Online documentation" : "תיעוד מקוון", + "Getting help" : "קבלת עזרה", + "Commercial support" : "תמיכה מסחרית", + "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "נא לעיין בתיעוד למתקינים ↖️ להערות בנוגע להגדרות PHP והגדרות ה־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." : "תצורת קריאה בלבד הופעלה. תצורה זו מונעת קביעת מספר הגדרות באמצעות ממשק האינטרנט. יתר על כן, יש צורך להגדיר ההרשאות כתיבה באופן ידני לכל עדכון.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP כנראה מוגדר לסנן מקטעי תיעוד. מצב שעשוי לפגוע בתקינותם של יישומוני ליבה.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP כנראה מוגדר לסנן מקטעי תיעוד. מצב שעשוי לפגוע בתקינותם של יישומוני ליבה.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "זה ככל הנראה נגרם על ידי מאיץ/מטמון כמו Zend OPcache או eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "מסד הנתונים שלך לא עובד עם רמת הפרדת פעולות של „READ COMMITTED” . מצב כזה יכול לגרום לבעיות כאשר מספר פעולות רצות במקביל.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s מתחת לגרסה %2$s מותקנת, מסיבות יציבות וביצועים אנו ממליצים לעדכן לגרסה חדשה יותר גרסה %1$s.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "מודול ה־PHP בשם ‚fileinfo’ חסר. אנו ממליצים בחום להפעיל את המודול הזה כדי לקבל תוצאות מיטביות בכל הנוגע לאיתור סוג 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 documentation ↗ for more information." : "נעילת קבצים מושבתת בזמן פעילות, מצב כזה יכול לגרום לתקלות במקרים של תחרות על משאב. יש להפעיל את ‚filelocking.enabled’ ב־config.php כדי להתעלם מתקלות שכאלה. יש לעיין בתיעוד ↖️ לקבלת מידע נוסף.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "ההתקנה של %1$s היא בגרסה מתחת ל־%2$s, מטעמי יציבות וביצועים מומלץ לעדכן לגרסה עדכנית יותר של %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." : "מודול ה־PHP בשם ‚fileinfo’ חסר. מומלץ בחום להפעיל את המודול הזה כדי לקבל את התוצאות הטובות ביותר בזיהוי סוג 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 documentation ↗ for more information." : "נעילת קבצים מושבתת בזמן פעילות, מצב כזה יכול לגרום לתקלות במקרים של תחרות על משאב. יש להפעיל את ‚filelocking.enabled’ ב־config.php כדי להתעלם מתקלות שכאלה. יש לעיין בתיעוד ↖️ לקבלת מידע נוסף.", "System locale can not be set to a one which supports UTF-8." : "הגדרות שפה לא יכולות להקבע ככאלה שתומכות ב- UTF-8.", - "This means that there might be problems with certain characters in file names." : "משמעות הדבר היא שעלולות להופיע תקלות מסוימות עם תווים כלשהם בשמות הקבצים.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : " מומלץ בחום להתקין את החבילות הנדרשות במערכת שלך כדי לתמוך באחת מהגדרות השפה הבאות: %s.", - "If your installation is not installed in 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\")" : "אם המערכת שלך אינה מותקנת בשורש שם המתחם ומשתמשת ב־cron של המערכת, עשויות לצוץ תקלות עם יצירת כתובות. כדי להימנע מהתקלות האלו, נא להגדיר את האפשרות „overwrite.cli.url” בקובץ ה־config.php של נתיב שורש ההתקנה שלך (הצעה: „%s”)", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "לא היית אפשרות להפעיל משימת cron דרך שורת הפקודה. אירעו השגיאות הטכניות הבאות:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "נא לעיין היטב במדריכי ההתקנה ↖️ ולחפש אם מופיעות שגיאות או אזהרות ברישום.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php רשום בשירות בwebcron לקרוא ל־cron.php כל רבע שעה דרך http.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "כדי להריץ זאת יש צורך בהרחבת posix ל־PHP. נא לעיין ב{linkstart}תיעוד של PHP{linkend} לפרטים נוספים.", + "This means that there might be problems with certain characters in filenames." : "משמעות הדבר היא שעשויות להופיע תקלות עם תווים מסוימים בשמות קבצים.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : " מומלץ בחום להתקין את החבילות הנדרשות במערכת שלך כדי לתמוך באחת מהגדרות השפה הבאות: %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\")" : "אם המערכת שלך אינה מותקנת בשורש שם המתחם ומשתמשת ב־Cron של המערכת, עשויות לצוץ תקלות עם יצירת כתובות. כדי להימנע מהתקלות האלו, נא להגדיר את האפשרות „overwrite.cli.url” בקובץ ה־config.php של נתיב שורש ההתקנה שלך (הצעה: „%s”)", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "אירעה תקלה בהפעלת משימת ה־cron דרך שורת פקודה. השגיאות הטכניות הבאות התרחשו:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "נא לעיין היטב במדריכי ההתקנה ↖️ ולחפש אם מופיעות שגיאות או אזהרות ברישום.", "Tips & tricks" : "עצות ותחבולות", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "ישנן מגוון תכונות ודגלי הגדרות זמינים להתאמה מיטבית ולשימוש במערכת זו. להלן מגוון נקודות הכוונה לקבלת מידע נוסף.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite הוא מנגנון מסד הנתונים נכון לעכשיו. במערכות גדולות מוטב להחליף למנגנון מסד נתונים אחר.", "This is particularly recommended when using the desktop client for file synchronisation." : "מצב זה מומלץ במיוחד כאשר מריצים את לקוח שולחן העבודה לסנכרון קבצים.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "כדי להגר למסד נתונים אחר יש להשתמש בכלי שורת הפקודה: ‚occ db:convert-type’, או לעיין בתיעוד ↖️.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "כדי להגר למסד נתונים אחר יש להשתמש בכלי שורת הפקודה: ‚occ db:convert-type’, או לעיין בתיעוד ↖️.", "How to do backups" : "איך לבצע גיבויים", "Performance tuning" : "כוונון ביצועים", "Improving the config.php" : "שיפור קובץ config.php", "Theming" : "ערכת נושא", "Check the security of your Nextcloud over our security scan" : "בדיקת האבטחה של ה־Nextcloud שלך באמצעות סריקת האבטחה שלנו", "Hardening and security guidance" : "הדרכת הקשחה ואבטחה", - "This app has an update available." : "ליישום זה קיים עדכון זמין.", - "by %s" : "על ידי %s", - "%s-licensed" : "%s-בעל רישיון", - "Documentation:" : "תיעוד", - "Show description …" : "הצגת תיאור ...", - "Hide description …" : "הסתרת תיאור ...", - "Enable only for specific groups" : "אפשר רק לקבוצות מסויימות", - "Online documentation" : "תיעוד מקוון", - "Getting help" : "קבלת עזרה", - "Commercial support" : "תמיכה מסחרית", "You are using %s of %s" : "הנך משתמש ב- %s מתוך %s", "You are using %s of %s (%s %%)" : "הניצולת שלך היא %s מתוך %s (%s %%)", - "You are member of the following groups:" : "הקבוצות הבאות כוללות אותך:", - "Get the apps to sync your files" : "קבלת היישומונים לסנכרון הקבצים שלך", - "Desktop client" : "לקוח לשולחן העבודה", - "Android app" : "יישומון ל־Android", - "iOS app" : "יישומון ל־iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "לתמיכה במיזם ניתן {contributeopen}להצטרף לפיתוח{linkclose} או {contributeopen}להפיץ לכולם{linkclose}!", - "Show First Run Wizard again" : "הצגת אשף ההפעלה הראשונית שוב", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "לקוחות דפדפן, שולחן עבודה והתקנים ניידים וססמאות ייעודיות ליישום שיש להם גישה לחשבון שלך.", - "App passwords" : "ססמאות יישומון", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "כאן ניתן לייצר ססמאות פרטניות ליישומונים כדי שלא יהיה עליך למסור את הססמה שלך. ניתן שם לשלול אותן באופן פרטני.", - "Follow us on Google+!" : "לעקוב אחרינו ב־Google+‎!", - "Like our facebook page!" : "לייק לעמוד הפייסבוק שלנו!", - "Follow us on Twitter!" : "לעקוב אחרינו בטוויטר!", - "Check out our blog!" : "לעיין בבלוג שלנו!", - "Subscribe to our newsletter!" : "הרשמה לרשימת הדיוור שלנו!", "Settings" : "הגדרות", "Show storage location" : "הצגת מיקום אחסון", "Show email address" : "הצגת כתובת דואר אלקטרוני", @@ -409,30 +387,12 @@ OC.L10N.register( "Create" : "יצירה", "Admin Recovery Password" : "סיסמת השחזור של המנהל", "Enter the recovery password in order to recover the users files during password change" : "יש להכניס את סיסמת השחזור לצורך שחזור של קבצי המשתמש במהלך החלפת סיסמא", - "Group name" : "שם קבוצה", "Disabled" : "מושבת", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "יש להכניס מכסת אחסון (לדוגמא: \"512 MB\" or \"12 GB\")", "Other" : "אחר", "change full name" : "שינוי שם מלא", "set new password" : "הגדרת סיסמא חדשה", "change email address" : "שינוי כתובת דואר אלקטרוני", - "Default" : "ברירת מחדל", - "App up to date" : "יישומון עדכני", - "Updating …" : "מתבצע עדכון…", - "Could not update app" : "לא ניתן לעדכן יישומון", - "Could not remove app" : "לא ניתן להסיר יישומון", - "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "נא לעיין בתיעוד למתקינים ↖️ להערות בנוגע להגדרות PHP והגדרות ה־PHP לשרת שלך, במיוחד אם נעשה שימוש ב־php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP כנראה מוגדר לסנן מקטעי תיעוד. מצב שעשוי לפגוע בתקינותם של יישומוני ליבה.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "ההתקנה של %1$s היא בגרסה מתחת ל־%2$s, מטעמי יציבות וביצועים מומלץ לעדכן לגרסה עדכנית יותר של %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." : "מודול ה־PHP בשם ‚fileinfo’ חסר. מומלץ בחום להפעיל את המודול הזה כדי לקבל את התוצאות הטובות ביותר בזיהוי סוג 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 documentation ↗ for more information." : "נעילת קבצים מושבתת בזמן פעילות, מצב כזה יכול לגרום לתקלות במקרים של תחרות על משאב. יש להפעיל את ‚filelocking.enabled’ ב־config.php כדי להתעלם מתקלות שכאלה. יש לעיין בתיעוד ↖️ לקבלת מידע נוסף.", - "This means that there might be problems with certain characters in filenames." : "משמעות הדבר היא שעשויות להופיע תקלות עם תווים מסוימים בשמות קבצים.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : " מומלץ בחום להתקין את החבילות הנדרשות במערכת שלך כדי לתמוך באחת מהגדרות השפה הבאות: %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\")" : "אם המערכת שלך אינה מותקנת בשורש שם המתחם ומשתמשת ב־Cron של המערכת, עשויות לצוץ תקלות עם יצירת כתובות. כדי להימנע מהתקלות האלו, נא להגדיר את האפשרות „overwrite.cli.url” בקובץ ה־config.php של נתיב שורש ההתקנה שלך (הצעה: „%s”)", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "אירעה תקלה בהפעלת משימת ה־cron דרך שורת פקודה. השגיאות הטכניות הבאות התרחשו:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "נא לעיין היטב במדריכי ההתקנה ↖️ ולחפש אם מופיעות שגיאות או אזהרות ברישום.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "כדי להגר למסד נתונים אחר יש להשתמש בכלי שורת הפקודה: ‚occ db:convert-type’, או לעיין בתיעוד ↖️." + "Default" : "ברירת מחדל" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); diff --git a/settings/l10n/he.json b/settings/l10n/he.json index 31ab2accdc..4bf13d7e9e 100644 --- a/settings/l10n/he.json +++ b/settings/l10n/he.json @@ -67,10 +67,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome עבור Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "לקוח iOS", - "Android Client" : "לקוח Android", "Sync client - {os}" : "לקוח סנכרון - {os}", "This session" : "הפעלה זו", "Copy" : "העתקה", @@ -99,7 +95,6 @@ "So-so password" : "סיסמא ככה-ככה", "Good password" : "סיסמא טובה", "Strong password" : "סיסמא חזקה", - "An error occured while changing your language. Please reload the page and try again." : "אירעה שגיאה בעת שינוי השפה שלך. נא לרענן את העמוד ולנסות שוב.", "Select a profile picture" : "יש לבחור תמונת פרופיל", "Groups" : "קבוצות", "Limit to groups" : "הגבלה לקבוצות", @@ -296,12 +291,10 @@ "Invalid user" : "שם משתמש לא חוקי", "Unable to change mail address" : "לא ניתן לשנות כתובת דואר אלקטרוני", "Email saved" : "הדואר האלקטרוני נשמר", - "%1$s changed your email address on %2$s." : "הכתובת שלך ב‏־%2$s הוחלפה על ידי %1$s.", "Password confirmation is required" : "נדרש אימות ססמה", "Are you really sure you want add {domain} as trusted domain?" : "להוסיף את {domain} כשם מתחם מהימן?", "Add trusted domain" : "הוספת שם מתחם מהימן", "Update to %s" : "עדכון ל- %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["יש לך עדכון ממתין ליישום","יש לך %n עדכוני יישום בהמתנה","יש לך %n עדכוני יישום בהמתנה","יש לך %n עדכוני יישום בהמתנה"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "יישומים מאושרים מפותחים על ידי מפתחים מהימנים ועברו בדיקת הבטחה ראשונית. הם נשמרים באופן פעיל במאגר קוד פתוח והמתזקים שלהם מייעדים אותם לשימוש מזדמן ורגיל.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "יישום זה לא נבדק לבעיות אבטחה והוא חדש או ידוע כלא יציב. התקנת יישום זה הנה על אחריותך בלבד.", "Disabling app …" : "יישומון מושבת…", @@ -310,14 +303,20 @@ "Error while enabling app" : "שגיאה בעת הפעלת יישום", "Error: Could not disable broken app" : "שגיאה: לא ניתן להשבית יישומון פגום", "Error while disabling broken app" : "שגיאה בזמן נטרול יישום פגום", - "Updating...." : "מתבצע עדכון…", - "Error while updating app" : "אירעה שגיאה בעת עדכון היישום", + "App up to date" : "יישומון עדכני", + "Updating …" : "מתבצע עדכון…", + "Could not update app" : "לא ניתן לעדכן יישומון", "Updated" : "מעודכן", "Removing …" : "מתבצעת הסרה…", - "Error while removing app" : "אירעה שגיאה בעת הסרת היישום", + "Could not remove app" : "לא ניתן להסיר יישומון", "Approved" : "מאושר", "Experimental" : "ניסיוני", "No apps found for {query}" : "לא נמצא יישום עבור {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "לקוח iOS", + "Android Client" : "לקוח Android", + "An error occured while changing your language. Please reload the page and try again." : "אירעה שגיאה בעת שינוי השפה שלך. נא לרענן את העמוד ולנסות שוב.", "Unable to delete {objName}" : "לא ניתן למחיקה {objName}", "Error creating group: {message}" : "שגיאה ביצירת קבוצה: {message}", "A valid group name must be provided" : "יש לספק שם קבוצה תקני", @@ -338,66 +337,45 @@ "Error creating user: {message}" : "שגיאה ביצירת משתמש: {message}", "A valid password must be provided" : "יש לספק סיסמא תקנית", "A valid email must be provided" : "יש לספק כתובת דואר אלקטרוני תקנית", - "__language_name__" : "עברית", - "Verifying" : "מתבצע אימות", - "Personal info" : "פרטים אישיים", - "Sync clients" : "לקוחות סנכרון", - "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." : "חשוב למען האבטחה והביצועים של העותק שלך שהוא יוגדר כראוי. כדי לסייע לך בכך אנו עורכים מספר בדיקות אוטומטיות. נא לעיין בסעיף העצות והתכסיסים ובתיעוד לקבלת מידע נוסף.", - "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 installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "נא לעיין בתיעוד למתקינים ↖️ להערות בנוגע להגדרות php והגדרות ה־php לשרת שלך, במיוחד אם נעשה שימוש ב־php-fpm.", + "by %s" : "על ידי %s", + "%s-licensed" : "%s-בעל רישיון", + "Documentation:" : "תיעוד", + "Show description …" : "הצגת תיאור ...", + "Hide description …" : "הסתרת תיאור ...", + "This app has an update available." : "ליישום זה קיים עדכון זמין.", + "Enable only for specific groups" : "אפשר רק לקבוצות מסויימות", + "Online documentation" : "תיעוד מקוון", + "Getting help" : "קבלת עזרה", + "Commercial support" : "תמיכה מסחרית", + "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "נא לעיין בתיעוד למתקינים ↖️ להערות בנוגע להגדרות PHP והגדרות ה־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." : "תצורת קריאה בלבד הופעלה. תצורה זו מונעת קביעת מספר הגדרות באמצעות ממשק האינטרנט. יתר על כן, יש צורך להגדיר ההרשאות כתיבה באופן ידני לכל עדכון.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP כנראה מוגדר לסנן מקטעי תיעוד. מצב שעשוי לפגוע בתקינותם של יישומוני ליבה.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP כנראה מוגדר לסנן מקטעי תיעוד. מצב שעשוי לפגוע בתקינותם של יישומוני ליבה.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "זה ככל הנראה נגרם על ידי מאיץ/מטמון כמו Zend OPcache או eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "מסד הנתונים שלך לא עובד עם רמת הפרדת פעולות של „READ COMMITTED” . מצב כזה יכול לגרום לבעיות כאשר מספר פעולות רצות במקביל.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s מתחת לגרסה %2$s מותקנת, מסיבות יציבות וביצועים אנו ממליצים לעדכן לגרסה חדשה יותר גרסה %1$s.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "מודול ה־PHP בשם ‚fileinfo’ חסר. אנו ממליצים בחום להפעיל את המודול הזה כדי לקבל תוצאות מיטביות בכל הנוגע לאיתור סוג 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 documentation ↗ for more information." : "נעילת קבצים מושבתת בזמן פעילות, מצב כזה יכול לגרום לתקלות במקרים של תחרות על משאב. יש להפעיל את ‚filelocking.enabled’ ב־config.php כדי להתעלם מתקלות שכאלה. יש לעיין בתיעוד ↖️ לקבלת מידע נוסף.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "ההתקנה של %1$s היא בגרסה מתחת ל־%2$s, מטעמי יציבות וביצועים מומלץ לעדכן לגרסה עדכנית יותר של %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." : "מודול ה־PHP בשם ‚fileinfo’ חסר. מומלץ בחום להפעיל את המודול הזה כדי לקבל את התוצאות הטובות ביותר בזיהוי סוג 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 documentation ↗ for more information." : "נעילת קבצים מושבתת בזמן פעילות, מצב כזה יכול לגרום לתקלות במקרים של תחרות על משאב. יש להפעיל את ‚filelocking.enabled’ ב־config.php כדי להתעלם מתקלות שכאלה. יש לעיין בתיעוד ↖️ לקבלת מידע נוסף.", "System locale can not be set to a one which supports UTF-8." : "הגדרות שפה לא יכולות להקבע ככאלה שתומכות ב- UTF-8.", - "This means that there might be problems with certain characters in file names." : "משמעות הדבר היא שעלולות להופיע תקלות מסוימות עם תווים כלשהם בשמות הקבצים.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : " מומלץ בחום להתקין את החבילות הנדרשות במערכת שלך כדי לתמוך באחת מהגדרות השפה הבאות: %s.", - "If your installation is not installed in 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\")" : "אם המערכת שלך אינה מותקנת בשורש שם המתחם ומשתמשת ב־cron של המערכת, עשויות לצוץ תקלות עם יצירת כתובות. כדי להימנע מהתקלות האלו, נא להגדיר את האפשרות „overwrite.cli.url” בקובץ ה־config.php של נתיב שורש ההתקנה שלך (הצעה: „%s”)", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "לא היית אפשרות להפעיל משימת cron דרך שורת הפקודה. אירעו השגיאות הטכניות הבאות:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "נא לעיין היטב במדריכי ההתקנה ↖️ ולחפש אם מופיעות שגיאות או אזהרות ברישום.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php רשום בשירות בwebcron לקרוא ל־cron.php כל רבע שעה דרך http.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "כדי להריץ זאת יש צורך בהרחבת posix ל־PHP. נא לעיין ב{linkstart}תיעוד של PHP{linkend} לפרטים נוספים.", + "This means that there might be problems with certain characters in filenames." : "משמעות הדבר היא שעשויות להופיע תקלות עם תווים מסוימים בשמות קבצים.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : " מומלץ בחום להתקין את החבילות הנדרשות במערכת שלך כדי לתמוך באחת מהגדרות השפה הבאות: %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\")" : "אם המערכת שלך אינה מותקנת בשורש שם המתחם ומשתמשת ב־Cron של המערכת, עשויות לצוץ תקלות עם יצירת כתובות. כדי להימנע מהתקלות האלו, נא להגדיר את האפשרות „overwrite.cli.url” בקובץ ה־config.php של נתיב שורש ההתקנה שלך (הצעה: „%s”)", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "אירעה תקלה בהפעלת משימת ה־cron דרך שורת פקודה. השגיאות הטכניות הבאות התרחשו:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "נא לעיין היטב במדריכי ההתקנה ↖️ ולחפש אם מופיעות שגיאות או אזהרות ברישום.", "Tips & tricks" : "עצות ותחבולות", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "ישנן מגוון תכונות ודגלי הגדרות זמינים להתאמה מיטבית ולשימוש במערכת זו. להלן מגוון נקודות הכוונה לקבלת מידע נוסף.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite הוא מנגנון מסד הנתונים נכון לעכשיו. במערכות גדולות מוטב להחליף למנגנון מסד נתונים אחר.", "This is particularly recommended when using the desktop client for file synchronisation." : "מצב זה מומלץ במיוחד כאשר מריצים את לקוח שולחן העבודה לסנכרון קבצים.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "כדי להגר למסד נתונים אחר יש להשתמש בכלי שורת הפקודה: ‚occ db:convert-type’, או לעיין בתיעוד ↖️.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "כדי להגר למסד נתונים אחר יש להשתמש בכלי שורת הפקודה: ‚occ db:convert-type’, או לעיין בתיעוד ↖️.", "How to do backups" : "איך לבצע גיבויים", "Performance tuning" : "כוונון ביצועים", "Improving the config.php" : "שיפור קובץ config.php", "Theming" : "ערכת נושא", "Check the security of your Nextcloud over our security scan" : "בדיקת האבטחה של ה־Nextcloud שלך באמצעות סריקת האבטחה שלנו", "Hardening and security guidance" : "הדרכת הקשחה ואבטחה", - "This app has an update available." : "ליישום זה קיים עדכון זמין.", - "by %s" : "על ידי %s", - "%s-licensed" : "%s-בעל רישיון", - "Documentation:" : "תיעוד", - "Show description …" : "הצגת תיאור ...", - "Hide description …" : "הסתרת תיאור ...", - "Enable only for specific groups" : "אפשר רק לקבוצות מסויימות", - "Online documentation" : "תיעוד מקוון", - "Getting help" : "קבלת עזרה", - "Commercial support" : "תמיכה מסחרית", "You are using %s of %s" : "הנך משתמש ב- %s מתוך %s", "You are using %s of %s (%s %%)" : "הניצולת שלך היא %s מתוך %s (%s %%)", - "You are member of the following groups:" : "הקבוצות הבאות כוללות אותך:", - "Get the apps to sync your files" : "קבלת היישומונים לסנכרון הקבצים שלך", - "Desktop client" : "לקוח לשולחן העבודה", - "Android app" : "יישומון ל־Android", - "iOS app" : "יישומון ל־iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "לתמיכה במיזם ניתן {contributeopen}להצטרף לפיתוח{linkclose} או {contributeopen}להפיץ לכולם{linkclose}!", - "Show First Run Wizard again" : "הצגת אשף ההפעלה הראשונית שוב", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "לקוחות דפדפן, שולחן עבודה והתקנים ניידים וססמאות ייעודיות ליישום שיש להם גישה לחשבון שלך.", - "App passwords" : "ססמאות יישומון", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "כאן ניתן לייצר ססמאות פרטניות ליישומונים כדי שלא יהיה עליך למסור את הססמה שלך. ניתן שם לשלול אותן באופן פרטני.", - "Follow us on Google+!" : "לעקוב אחרינו ב־Google+‎!", - "Like our facebook page!" : "לייק לעמוד הפייסבוק שלנו!", - "Follow us on Twitter!" : "לעקוב אחרינו בטוויטר!", - "Check out our blog!" : "לעיין בבלוג שלנו!", - "Subscribe to our newsletter!" : "הרשמה לרשימת הדיוור שלנו!", "Settings" : "הגדרות", "Show storage location" : "הצגת מיקום אחסון", "Show email address" : "הצגת כתובת דואר אלקטרוני", @@ -407,30 +385,12 @@ "Create" : "יצירה", "Admin Recovery Password" : "סיסמת השחזור של המנהל", "Enter the recovery password in order to recover the users files during password change" : "יש להכניס את סיסמת השחזור לצורך שחזור של קבצי המשתמש במהלך החלפת סיסמא", - "Group name" : "שם קבוצה", "Disabled" : "מושבת", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "יש להכניס מכסת אחסון (לדוגמא: \"512 MB\" or \"12 GB\")", "Other" : "אחר", "change full name" : "שינוי שם מלא", "set new password" : "הגדרת סיסמא חדשה", "change email address" : "שינוי כתובת דואר אלקטרוני", - "Default" : "ברירת מחדל", - "App up to date" : "יישומון עדכני", - "Updating …" : "מתבצע עדכון…", - "Could not update app" : "לא ניתן לעדכן יישומון", - "Could not remove app" : "לא ניתן להסיר יישומון", - "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "נא לעיין בתיעוד למתקינים ↖️ להערות בנוגע להגדרות PHP והגדרות ה־PHP לשרת שלך, במיוחד אם נעשה שימוש ב־php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP כנראה מוגדר לסנן מקטעי תיעוד. מצב שעשוי לפגוע בתקינותם של יישומוני ליבה.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "ההתקנה של %1$s היא בגרסה מתחת ל־%2$s, מטעמי יציבות וביצועים מומלץ לעדכן לגרסה עדכנית יותר של %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." : "מודול ה־PHP בשם ‚fileinfo’ חסר. מומלץ בחום להפעיל את המודול הזה כדי לקבל את התוצאות הטובות ביותר בזיהוי סוג 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 documentation ↗ for more information." : "נעילת קבצים מושבתת בזמן פעילות, מצב כזה יכול לגרום לתקלות במקרים של תחרות על משאב. יש להפעיל את ‚filelocking.enabled’ ב־config.php כדי להתעלם מתקלות שכאלה. יש לעיין בתיעוד ↖️ לקבלת מידע נוסף.", - "This means that there might be problems with certain characters in filenames." : "משמעות הדבר היא שעשויות להופיע תקלות עם תווים מסוימים בשמות קבצים.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : " מומלץ בחום להתקין את החבילות הנדרשות במערכת שלך כדי לתמוך באחת מהגדרות השפה הבאות: %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\")" : "אם המערכת שלך אינה מותקנת בשורש שם המתחם ומשתמשת ב־Cron של המערכת, עשויות לצוץ תקלות עם יצירת כתובות. כדי להימנע מהתקלות האלו, נא להגדיר את האפשרות „overwrite.cli.url” בקובץ ה־config.php של נתיב שורש ההתקנה שלך (הצעה: „%s”)", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "אירעה תקלה בהפעלת משימת ה־cron דרך שורת פקודה. השגיאות הטכניות הבאות התרחשו:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "נא לעיין היטב במדריכי ההתקנה ↖️ ולחפש אם מופיעות שגיאות או אזהרות ברישום.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "כדי להגר למסד נתונים אחר יש להשתמש בכלי שורת הפקודה: ‚occ db:convert-type’, או לעיין בתיעוד ↖️." + "Default" : "ברירת מחדל" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" } \ No newline at end of file diff --git a/settings/l10n/hr.js b/settings/l10n/hr.js deleted file mode 100644 index 9e9c8fa763..0000000000 --- a/settings/l10n/hr.js +++ /dev/null @@ -1,109 +0,0 @@ -OC.L10N.register( - "settings", - { - "Couldn't remove app." : "Nije moguće ukloniti app.", - "Couldn't update app." : "Ažuriranje aplikacija nije moguće", - "Wrong password" : "Pogrešna lozinka", - "Saved" : "Spremljeno", - "No user supplied" : "Nijedan korisnik nije dostavljen", - "Unable to change password" : "Promjena lozinke nije moguća", - "Authentication error" : "Pogrešna autentikacija", - "Wrong admin recovery password. Please check the password and try again." : "Pogrešna admin lozinka za oporavak. Molimo provjerite lozinku i pokušajte ponovno.", - "You need to set your user email before being able to send test emails." : "Prije nego li ste u mogućnosti slati testnu e-poštu trebate postaviti svoj korisnički email.", - "Unable to change full name" : "Puno ime nije moguće promijeniti.", - "Email sent" : "E-pošta je poslana", - "Valid until {date}" : "Valid until {date}", - "Delete" : "Izbrišite", - "Very weak password" : "Lozinka vrlo slaba", - "Weak password" : "Lozinka slaba", - "So-so password" : "Lozinka tako-tako", - "Good password" : "Lozinka dobra", - "Strong password" : "Lozinka snažna", - "Select a profile picture" : "Odaberite sliku profila", - "Groups" : "Grupe", - "Disable" : "Onemogućite", - "All" : "Sve", - "Enable" : "Omogućite", - "New password" : "Nova lozinka", - "Username" : "Korisničko ime", - "Password" : "Lozinka", - "Email" : "E-pošta", - "Quota" : "Kvota", - "Language" : "Jezik", - "Unlimited" : "Neograničeno", - "Admins" : "Admins", - "Everyone" : "Svi", - "Common Name" : "Common Name", - "Valid until" : "Valid until", - "Issued By" : "Issued By", - "Valid until %s" : "Valid until %s", - "Forum" : "Forum", - "None" : "Ništa", - "Login" : "Prijava", - "Plain" : "Čisti tekst", - "NT LAN Manager" : "NT LAN Manager", - "Send mode" : "Način rada za slanje", - "Encryption" : "Šifriranje", - "From address" : "S adrese", - "mail" : "pošta", - "Authentication method" : "Postupak autentikacije", - "Authentication required" : "Potrebna autentikacija", - "Server address" : "Adresa poslužitelja", - "Port" : "Priključak", - "Credentials" : "Vjerodajnice", - "SMTP Username" : "Korisničko ime SMTP", - "SMTP Password" : "Lozinka SMPT", - "Test email settings" : "Postavke za testnu e-poštu", - "Send email" : "Pošaljite e-poštu", - "Version" : "Verzija", - "Execute one task with each page loaded" : "Izvršite jedan zadatak sa svakom učitanom stranicom", - "Sharing" : "Dijeljenje zajedničkih resursa", - "Allow apps to use the Share API" : "Dopustite apps korištenje Share API", - "Allow users to share via link" : "Dopustite korisnicia dijeljenje putem veze", - "Allow public uploads" : "Dopustite javno učitavanje sadržaja", - "Enforce password protection" : "Nametnite zaštitu lozinki", - "Set default expiration date" : "Postavite zadani datum isteka", - "Expire after " : "Istek nakon", - "days" : "dana", - "Enforce expiration date" : "Nametnite datum isteka", - "Allow resharing" : "Dopustite ponovno dijeljenje zajedničkih resursa", - "Restrict users to only share with users in their groups" : "Ograničite korisnike na meusobno dijeljenje resursa samo s korisnicima unutar svoje grupe", - "Exclude groups from sharing" : "Isključite grupe iz dijeljenja zajedničkih resursa", - "These groups will still be able to receive shares, but not to initiate them." : "Ove će grupe još uvijek moći primati dijeljene resurse, ali ne i inicirati ih", - "Profile picture" : "Slika profila", - "Upload new" : "Učitajte novu", - "Remove image" : "Uklonite sliku", - "Cancel" : "Odustanite", - "Your email address" : "Vaša adresa e-pošte", - "Help translate" : "Pomozite prevesti", - "Current password" : "Trenutna lozinka", - "Change password" : "Promijenite lozinku", - "Your full name has been changed." : "Vaše puno ime je promijenjeno.", - "Email saved" : "E-pošta spremljena", - "Add trusted domain" : "Dodajte pouzdanu domenu", - "Error while disabling app" : "Pogreška pri onemogućavanju app", - "Error while enabling app" : "Pogreška pri omogućavanju app", - "Updated" : "Ažurirano", - "Unable to delete {objName}" : "Nije moguće izbrisati {objName}", - "A valid group name must be provided" : "Nužno je navesti valjani naziv grupe", - "deleted {groupName}" : "izbrisana {groupName}", - "undo" : "poništite", - "never" : "nikad", - "deleted {userName}" : "izbrisano {userName}", - "A valid username must be provided" : "Nužno je navesti valjano korisničko ime", - "A valid password must be provided" : "Nužno je navesti valjanu lozinku", - "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Uzrok tome je vjerojatno neki ubrzivač predmemoriranja kao što je Zend OPcache ilieAccelerator.", - "System locale can not be set to a one which supports UTF-8." : "Regionalnu shemu sustava nemoguće je postaviti na neku koja podržava UTF-8.", - "Documentation:" : "Dokumentacija:", - "Enable only for specific groups" : "Omogućite samo za specifične grupe", - "Show storage location" : "Prikaži mjesto pohrane", - "Create" : "Kreirajte", - "Admin Recovery Password" : "Admin lozinka za oporavak", - "Enter the recovery password in order to recover the users files during password change" : "Unesite lozinku za oporavak da biste oporavili korisničke datoteke tijekom promjene lozinke", - "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Molimo unesite kvotu za spremanje (npr: \"512 MB\" ili \"12 GB\")", - "Other" : "Ostalo", - "change full name" : "promijenite puno ime", - "set new password" : "postavite novu lozinku", - "Default" : "Zadano" -}, -"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"); diff --git a/settings/l10n/hr.json b/settings/l10n/hr.json deleted file mode 100644 index 0035f6d402..0000000000 --- a/settings/l10n/hr.json +++ /dev/null @@ -1,107 +0,0 @@ -{ "translations": { - "Couldn't remove app." : "Nije moguće ukloniti app.", - "Couldn't update app." : "Ažuriranje aplikacija nije moguće", - "Wrong password" : "Pogrešna lozinka", - "Saved" : "Spremljeno", - "No user supplied" : "Nijedan korisnik nije dostavljen", - "Unable to change password" : "Promjena lozinke nije moguća", - "Authentication error" : "Pogrešna autentikacija", - "Wrong admin recovery password. Please check the password and try again." : "Pogrešna admin lozinka za oporavak. Molimo provjerite lozinku i pokušajte ponovno.", - "You need to set your user email before being able to send test emails." : "Prije nego li ste u mogućnosti slati testnu e-poštu trebate postaviti svoj korisnički email.", - "Unable to change full name" : "Puno ime nije moguće promijeniti.", - "Email sent" : "E-pošta je poslana", - "Valid until {date}" : "Valid until {date}", - "Delete" : "Izbrišite", - "Very weak password" : "Lozinka vrlo slaba", - "Weak password" : "Lozinka slaba", - "So-so password" : "Lozinka tako-tako", - "Good password" : "Lozinka dobra", - "Strong password" : "Lozinka snažna", - "Select a profile picture" : "Odaberite sliku profila", - "Groups" : "Grupe", - "Disable" : "Onemogućite", - "All" : "Sve", - "Enable" : "Omogućite", - "New password" : "Nova lozinka", - "Username" : "Korisničko ime", - "Password" : "Lozinka", - "Email" : "E-pošta", - "Quota" : "Kvota", - "Language" : "Jezik", - "Unlimited" : "Neograničeno", - "Admins" : "Admins", - "Everyone" : "Svi", - "Common Name" : "Common Name", - "Valid until" : "Valid until", - "Issued By" : "Issued By", - "Valid until %s" : "Valid until %s", - "Forum" : "Forum", - "None" : "Ništa", - "Login" : "Prijava", - "Plain" : "Čisti tekst", - "NT LAN Manager" : "NT LAN Manager", - "Send mode" : "Način rada za slanje", - "Encryption" : "Šifriranje", - "From address" : "S adrese", - "mail" : "pošta", - "Authentication method" : "Postupak autentikacije", - "Authentication required" : "Potrebna autentikacija", - "Server address" : "Adresa poslužitelja", - "Port" : "Priključak", - "Credentials" : "Vjerodajnice", - "SMTP Username" : "Korisničko ime SMTP", - "SMTP Password" : "Lozinka SMPT", - "Test email settings" : "Postavke za testnu e-poštu", - "Send email" : "Pošaljite e-poštu", - "Version" : "Verzija", - "Execute one task with each page loaded" : "Izvršite jedan zadatak sa svakom učitanom stranicom", - "Sharing" : "Dijeljenje zajedničkih resursa", - "Allow apps to use the Share API" : "Dopustite apps korištenje Share API", - "Allow users to share via link" : "Dopustite korisnicia dijeljenje putem veze", - "Allow public uploads" : "Dopustite javno učitavanje sadržaja", - "Enforce password protection" : "Nametnite zaštitu lozinki", - "Set default expiration date" : "Postavite zadani datum isteka", - "Expire after " : "Istek nakon", - "days" : "dana", - "Enforce expiration date" : "Nametnite datum isteka", - "Allow resharing" : "Dopustite ponovno dijeljenje zajedničkih resursa", - "Restrict users to only share with users in their groups" : "Ograničite korisnike na meusobno dijeljenje resursa samo s korisnicima unutar svoje grupe", - "Exclude groups from sharing" : "Isključite grupe iz dijeljenja zajedničkih resursa", - "These groups will still be able to receive shares, but not to initiate them." : "Ove će grupe još uvijek moći primati dijeljene resurse, ali ne i inicirati ih", - "Profile picture" : "Slika profila", - "Upload new" : "Učitajte novu", - "Remove image" : "Uklonite sliku", - "Cancel" : "Odustanite", - "Your email address" : "Vaša adresa e-pošte", - "Help translate" : "Pomozite prevesti", - "Current password" : "Trenutna lozinka", - "Change password" : "Promijenite lozinku", - "Your full name has been changed." : "Vaše puno ime je promijenjeno.", - "Email saved" : "E-pošta spremljena", - "Add trusted domain" : "Dodajte pouzdanu domenu", - "Error while disabling app" : "Pogreška pri onemogućavanju app", - "Error while enabling app" : "Pogreška pri omogućavanju app", - "Updated" : "Ažurirano", - "Unable to delete {objName}" : "Nije moguće izbrisati {objName}", - "A valid group name must be provided" : "Nužno je navesti valjani naziv grupe", - "deleted {groupName}" : "izbrisana {groupName}", - "undo" : "poništite", - "never" : "nikad", - "deleted {userName}" : "izbrisano {userName}", - "A valid username must be provided" : "Nužno je navesti valjano korisničko ime", - "A valid password must be provided" : "Nužno je navesti valjanu lozinku", - "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Uzrok tome je vjerojatno neki ubrzivač predmemoriranja kao što je Zend OPcache ilieAccelerator.", - "System locale can not be set to a one which supports UTF-8." : "Regionalnu shemu sustava nemoguće je postaviti na neku koja podržava UTF-8.", - "Documentation:" : "Dokumentacija:", - "Enable only for specific groups" : "Omogućite samo za specifične grupe", - "Show storage location" : "Prikaži mjesto pohrane", - "Create" : "Kreirajte", - "Admin Recovery Password" : "Admin lozinka za oporavak", - "Enter the recovery password in order to recover the users files during password change" : "Unesite lozinku za oporavak da biste oporavili korisničke datoteke tijekom promjene lozinke", - "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Molimo unesite kvotu za spremanje (npr: \"512 MB\" ili \"12 GB\")", - "Other" : "Ostalo", - "change full name" : "promijenite puno ime", - "set new password" : "postavite novu lozinku", - "Default" : "Zadano" -},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;" -} \ No newline at end of file diff --git a/settings/l10n/hu.js b/settings/l10n/hu.js index a8f6be160f..da68eeaa2c 100644 --- a/settings/l10n/hu.js +++ b/settings/l10n/hu.js @@ -70,10 +70,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome for Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS kliens", - "Android Client" : "Android kliens", "Sync client - {os}" : "Szinkron kliens - {os}", "This session" : "Ez a munkamenet", "Copy" : "Másol", @@ -102,8 +98,6 @@ OC.L10N.register( "So-so password" : "Nem túl jó jelszó", "Good password" : "Jó jelszó", "Strong password" : "Erős jelszó", - "An error occured while changing your language. Please reload the page and try again." : "Hiba a nyelvváltás közben. Kérlek töltsd újra az oldalt és próbáld meg ismét.", - "An error occured while changing your locale. Please reload the page and try again." : "Hiba a hely váltása közben. Kérlek töltsd újra az oldalt és próbáld meg ismét.", "Select a profile picture" : "Válasszon profilképet!", "Week starts on {fdow}" : "Hét kezdete {fdow}", "Groups" : "Csoportok", @@ -326,12 +320,10 @@ OC.L10N.register( "Invalid user" : "Érvénytelen felhasználó", "Unable to change mail address" : "Nem lehet megváltoztatni az e-mail címet", "Email saved" : "E-mail elmentve!", - "%1$s changed your email address on %2$s." : "%1$s megváltoztatta a jelszavadat %2$s-on.", "Password confirmation is required" : "Jelszó megerősítés szükséges", "Are you really sure you want add {domain} as trusted domain?" : "Biztos, hogy hozzá akarod adni ezt a megbízható domainekhez: {domain} ?", "Add trusted domain" : "Megbízható tartomány hozzáadása", "Update to %s" : "Frissítés erre: %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["%n alkalmazás frissítése függőben van","%n alkalmazás frissítése függőben van"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "A jóváhagyott alkalmazásokat megbízható fejlesztők készítik, amik megfelelnek a felületes biztonsági ellenőrzésnek. Nyílt forráskódú tárolóban aktívan karbantartják és biztosítják a stabil használatot.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ez az alkalmazás még nincs biztonságilag ellenőrizve és vagy új, vagy ismert instabil. Telepítés csak saját felelősségre!", "Disabling app …" : "Alkalmazás tiltása...", @@ -340,14 +332,20 @@ OC.L10N.register( "Error while enabling app" : "Hiba az alkalmazás engedélyezése közben", "Error: Could not disable broken app" : "Hiba: a sérült alkalmazás nem volt letiltható", "Error while disabling broken app" : "Hiba történt a megtört alkalmazás tiltása közben", - "Updating...." : "Frissítés folyamatban...", - "Error while updating app" : "Hiba történt az alkalmazás frissítése közben", + "App up to date" : "Az alkalmazás a legfrissebb", + "Updating …" : "Frissítés …", + "Could not update app" : "Nem sikerült frissíteni az alkalmazás", "Updated" : "Frissítve", "Removing …" : "Eltávolítás...", - "Error while removing app" : "Hiba az alkalmazás eltávolításakor", + "Could not remove app" : "Nem lehet eltávolítani az alkalmazást", "Approved" : "Jóváhagyott", "Experimental" : "Kísérleti", "No apps found for {query}" : "{query} keresésre nincs találat", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS kliens", + "Android Client" : "Android kliens", + "An error occured while changing your language. Please reload the page and try again." : "Hiba a nyelvváltás közben. Kérlek töltsd újra az oldalt és próbáld meg ismét.", "Unable to delete {objName}" : "Ezt nem sikerült törölni: {objName}", "Error creating group: {message}" : "Hiba történt a csoport létrehozásakor: {message}", "A valid group name must be provided" : "Érvényes csoportnevet kell megadni", @@ -368,66 +366,45 @@ OC.L10N.register( "Error creating user: {message}" : "Hiba történt a felhasználó létrehozásakor: {message}", "A valid password must be provided" : "Érvényes jelszót kell megadnia", "A valid email must be provided" : "Érvényes e-mail címet kell megadni", - "__language_name__" : "Magyar", - "Verifying" : "Ellenőrzés...", - "Personal info" : "Személyes információk", - "Sync clients" : "Szinkron kliensek", - "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information." : "A telepítésed biztonságához és megfelelő teljesítményéhez fontos, hogy minden beállítás helyes legyen. Ennek érdekében segítünk pár automatikus ellenőrzéssel. Kérlek tekintsd meg a tippek&trükkök részt a dokumentációban több információért.", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Úgy tűnik, hogy a PHP nem tudja olvasni a rendszer környezeti változóit. A getenv(\"PATH\") teszt visszatérési értéke üres.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Kérjük, ellenőrizze a telepítési dokumentációt ↗ a PHP konfigurációs beállításaival kapcsolatban, főleg ha PHP-FPM-et használ.", + "by %s" : "készítő: %s", + "%s-licensed" : "%s-licencelt", + "Documentation:" : "Dokumentációk:", + "Show description …" : "Leírás megjelenítése ...", + "Hide description …" : "Leírás elrejtése ...", + "This app has an update available." : "Frissítés érhető el az alkalmazáshoz.", + "Enable only for specific groups" : "Csak bizonyos csoportok számára tegyük elérhetővé", + "Online documentation" : "Online dokumentáció", + "Getting help" : "Segítség kérés", + "Commercial support" : "Kereskedelmi támogatás", + "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Tricks section and the documentation for more information." : "A telepítésed biztonságához és megfelelő teljesítményéhez fontos, hogy minden beállítás helyes legyen. Ennek érdekében segítünk pár automatikus ellenőrzéssel. Kérlek tekintsd meg a tippek&trükkök részt a dokumentációban több információért.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Úgy tűnik, hogy a PHP nem tudja olvasni a rendszer környezeti változóit. A getenv(\"PATH\") teszt visszatérési értéke üres.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Kérlek ellenőrizd a telepítési dokumentációt ↗ a PHP beállításokhoz és a szervered beállításaidat főleg a php-fpm-el kapcsolatban.", "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Csak olvasható beállítófájl engedélyezve. Ez meggátolja a beállítások módosítását a webes felületről. Továbbá, a fájlt kézzel kell írhatóvá tenni minden frissítés alkalmával.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Úgy tűnik, hogy a PHP úgy van beállítva, hogy eltávolítja programok belsejében elhelyezett szövegblokkokat. Emiatt a rendszer több alapvető fontosságú eleme működésképtelen lesz.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Úgy tűnik, hogy a PHP úgy van beállítva, hogy eltávolítja programok belsejében elhelyezett szövegblokkokat. Emiatt a rendszer több alapvető fontosságú eleme működésképtelen lesz.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Ezt valószínűleg egy gyorsítótár ill. kódgyorsító, mint pl, a Zend, OPcache vagy eAccelererator okozza.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Az adatbázis nem tud \"READ COMMITTED\" tranzakció elkülönítési szinttel futni. Ez problémákat okozhat több egyidejű esemény végrehajtásakor.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s %2$s verziója van telepítve, de a stabilitási és teljesítményi okok miatt javasoljuk az újabb, %1$s verzióra való frissítést.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "A 'fileinfo' PHP modul nincs meg. Erősen javasoljuk használatát, hogy a MIME típus felismerés megfelelően működjön.", - "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 documentation ↗ for more information." : "Tranzakcionális fájl lezárás tiltva van, ez problémákat okozhat versenyhelyzetben. Engedélyezd a 'filelocking.enabled' beállítást a config.php -ben, hogy elkerüld ezeket a problémákat. Nézd meg a dokumentációt ↗ bővebb információért.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s %2$s verziója van telepítve, de a stabilitási és teljesítményi okok miatt javasoljuk az újabb, %1$s verzióra való frissítést.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "A 'fileinfo' PHP modul nincs meg. Erősen javasoljuk használatát, hogy a MIME típus felismerés megfelelően működjön.", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the documentation ↗ for more information." : "A tranzakcionális fájlzárolás ki van kapcsova, ami problémákhoz vezethet verszenyhelyzetek esetén. Kapcsold be a 'filelocking.enabled' paramétert a config.php-ben ezek elkerülésére. Lásd a dokumentációt ↗ további információkért.", "System locale can not be set to a one which supports UTF-8." : "A rendszer lokalizációs fájljai között nem sikerült olyat beállítani, ami támogatja az UTF-8-at.", - "This means that there might be problems with certain characters in file names." : "Ez azt jelenti, hogy probléma lehet bizonyos karakterekkel a fájlnevekben.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Feltétlenül javasoljuk, hogy telepítse a szükséges csomagokat ahhoz, hogy a rendszere támogassa a következő lokalizációk valamelyikét: %s", - "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Ha a telepítése nem a webkiszolgáló gyökerében van, és a rendszer cron szolgáltatását használja, akkor problémák lehetnek az URL-ek képzésével. Ezek elkerülése érdekében állítsa be a config.php-ban az \"overwrite.cli.url\" paramétert a telepítés által használt webútvonalra. (Javasolt beállítás: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Az ütemezett feladat (cronjob) nem futott le parancssorból. A következő hibák tűntek fel:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Kérjük, ellenőrizd a telepítési dokumentációt ↗ és a naplót, hogy tartalmaz-e bármilyen hibát vagy figyelmeztetést.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "A cron.php webcron szolgáltatásként van regisztrálva, hogy 15 percenként egyszer lefuttassa a cron.php-t.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Ennek a futtatásához szükség van a PHP posix kiterjesztésre. További információkért nézd meg a {linkstart}PHP dokumentációt{linkend}.", + "This means that there might be problems with certain characters in filenames." : "Ez azt jelenti probléma lehet bizonyos karakterekkel a fájlnevekben.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Erősen javasolt a szükséges csomagok telepítése a rendszeredre a következőhöz: %s.", + "If your installation is not installed at the root of the domain and uses system Cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Ha a telepítése nem a webkiszolgáló gyökerében van, és a rendszer cron szolgáltatását használja, akkor problémák lehetnek az URL-ek képzésével. Ezek elkerülése érdekében állítsa be a config.php-ban az \"overwrite.cli.url\" paramétert a telepítés által használt webútvonalra. (Javasolt beállítás: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nem lehetett CLI módban futtatni a cron feladatot. A következő technikai hibák léptek fel:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Kérlek ismét ellenőrizd a telepítési dokumentációt ↗, és keress hibákat és figyelmeztetéseket a naplóban.", "Tips & tricks" : "Tippek és trükkök", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Rengeteg szolgáltatás és kapcsoló van a telepítés személyreszabásához. Íme pár iránymutatás a további információkra.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Jelenleg SQLite van használva háttér adatbázisként. Nagyobb telepítéshez más háttér adatbázist javaslunk.", "This is particularly recommended when using the desktop client for file synchronisation." : "Ez különösen asztali kliens szinkronizáció használata esetén javasolt.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Más adatbázisról való áttéréshez használja a parancssort: 'occ db:convert-type', vagy keresse fel a dokumentációt ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Más adatbázisra való migráláshoz használd a parancssori eszközt: 'occ db:convert-type', vagy nézd meg a dokumentációt ↗.", "How to do backups" : "Hogyan csináljunk biztonsági mentéseket", "Performance tuning" : "Teljesítmény hangolás", "Improving the config.php" : "config.php javítása", "Theming" : "Témázás", "Check the security of your Nextcloud over our security scan" : "Ellenőrizze a Nextcloud biztonságát a biztonsági ellenőrzőnkkel ", "Hardening and security guidance" : "Megerősítési és biztonsági útmutató", - "This app has an update available." : "Frissítés érhető el az alkalmazáshoz.", - "by %s" : "készítő: %s", - "%s-licensed" : "%s-licencelt", - "Documentation:" : "Dokumentációk:", - "Show description …" : "Leírás megjelenítése ...", - "Hide description …" : "Leírás elrejtése ...", - "Enable only for specific groups" : "Csak bizonyos csoportok számára tegyük elérhetővé", - "Online documentation" : "Online dokumentáció", - "Getting help" : "Segítség kérés", - "Commercial support" : "Kereskedelmi támogatás", "You are using %s of %s" : "Jelenleg használt: %s, maximálisan elérhető: %s", "You are using %s of %s (%s %%)" : "Jelenleg használt: %s, ebből: %s (%s %%)", - "You are member of the following groups:" : "Tagja vagy a következő csoport(ok)nak:", - "Get the apps to sync your files" : "Alkalmazások a fájljaid szinkronizálásához", - "Desktop client" : "Asztali kliens", - "Android app" : "Android alkalmazás", - "iOS app" : "IOS alkalmazás", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Ha szeretnéd támogatni a projektet {contributeopen}csatlakozz a fejlesztéshez{linkclose} vagy {contributeopen}terjeszd a világban{linkclose}!", - "Show First Run Wizard again" : "Az első indításkori varázsló újbóli megjelenítése", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Web, asztali, mobil kliensek és app specifikus jelszavak, amelyek jelenleg hozzáférnek a fiókodhoz.", - "App passwords" : "Alkalmazás jelszavak", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Itt adhatsz egyedi jelszavakat az appokhoz. Így nem kell a sajátodat kiadnod nekik. Itt is vonhatod vissza azokat.", - "Follow us on Google+!" : "Kövess Google+ -on!", - "Like our facebook page!" : "Kedveld a Facebook oldalunkat!", - "Follow us on Twitter!" : "Kövess Twitteren!", - "Check out our blog!" : "Nézd meg a blogunkat!", - "Subscribe to our newsletter!" : "Iratkozz fel a hírlevelünkre!", "Settings" : "Beállítások", "Show storage location" : "Háttértároló helyének mutatása", "Show email address" : "E-mail cím megjelenítése", @@ -437,7 +414,6 @@ OC.L10N.register( "Create" : "Létrehozás", "Admin Recovery Password" : "Rendszergazdai jelszó a fájlok visszanyerésére", "Enter the recovery password in order to recover the users files during password change" : "Adja meg az adatok visszanyeréséhez szükséges jelszót arra az esetre, ha a felhasználók megváltoztatják a jelszavukat", - "Group name" : "Csoport neve", "Disabled" : "Kikapcsolva", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Kérjük adja meg a tárolási kvótát (pl. \"512 MB\" vagy \"12 GB\")", "Other" : "Más", @@ -445,22 +421,6 @@ OC.L10N.register( "set new password" : "új jelszó beállítása", "change email address" : "e-mail cím megváltoztatása", "Default" : "Alapértelmezett", - "App up to date" : "Az alkalmazás a legfrissebb", - "Updating …" : "Frissítés …", - "Could not update app" : "Nem sikerült frissíteni az alkalmazás", - "Could not remove app" : "Nem lehet eltávolítani az alkalmazást", - "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Tricks section and the documentation for more information." : "A telepítésed biztonságához és megfelelő teljesítményéhez fontos, hogy minden beállítás helyes legyen. Ennek érdekében segítünk pár automatikus ellenőrzéssel. Kérlek tekintsd meg a tippek&trükkök részt a dokumentációban több információért.", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Úgy tűnik, hogy a PHP nem tudja olvasni a rendszer környezeti változóit. A getenv(\"PATH\") teszt visszatérési értéke üres.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Kérlek ellenőrizd a telepítési dokumentációt ↗ a PHP beállításokhoz és a szervered beállításaidat főleg a php-fpm-el kapcsolatban.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Úgy tűnik, hogy a PHP úgy van beállítva, hogy eltávolítja programok belsejében elhelyezett szövegblokkokat. Emiatt a rendszer több alapvető fontosságú eleme működésképtelen lesz.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s %2$s verziója van telepítve, de a stabilitási és teljesítményi okok miatt javasoljuk az újabb, %1$s verzióra való frissítést.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "A 'fileinfo' PHP modul nincs meg. Erősen javasoljuk használatát, hogy a MIME típus felismerés megfelelően működjön.", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the documentation ↗ for more information." : "A tranzakcionális fájlzárolás ki van kapcsova, ami problémákhoz vezethet verszenyhelyzetek esetén. Kapcsold be a 'filelocking.enabled' paramétert a config.php-ben ezek elkerülésére. Lásd a dokumentációt ↗ további információkért.", - "This means that there might be problems with certain characters in filenames." : "Ez azt jelenti probléma lehet bizonyos karakterekkel a fájlnevekben.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Erősen javasolt a szükséges csomagok telepítése a rendszeredre a következőhöz: %s.", - "If your installation is not installed at the root of the domain and uses system Cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Ha a telepítése nem a webkiszolgáló gyökerében van, és a rendszer cron szolgáltatását használja, akkor problémák lehetnek az URL-ek képzésével. Ezek elkerülése érdekében állítsa be a config.php-ban az \"overwrite.cli.url\" paramétert a telepítés által használt webútvonalra. (Javasolt beállítás: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nem lehetett CLI módban futtatni a cron feladatot. A következő technikai hibák léptek fel:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Kérlek ismét ellenőrizd a telepítési dokumentációt ↗, és keress hibákat és figyelmeztetéseket a naplóban.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Más adatbázisra való migráláshoz használd a parancssori eszközt: 'occ db:convert-type', vagy nézd meg a dokumentációt ↗." + "An error occured while changing your locale. Please reload the page and try again." : "Hiba a hely váltása közben. Kérlek töltsd újra az oldalt és próbáld meg ismét." }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/hu.json b/settings/l10n/hu.json index 6c0131415d..d837ca99f5 100644 --- a/settings/l10n/hu.json +++ b/settings/l10n/hu.json @@ -68,10 +68,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome for Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS kliens", - "Android Client" : "Android kliens", "Sync client - {os}" : "Szinkron kliens - {os}", "This session" : "Ez a munkamenet", "Copy" : "Másol", @@ -100,8 +96,6 @@ "So-so password" : "Nem túl jó jelszó", "Good password" : "Jó jelszó", "Strong password" : "Erős jelszó", - "An error occured while changing your language. Please reload the page and try again." : "Hiba a nyelvváltás közben. Kérlek töltsd újra az oldalt és próbáld meg ismét.", - "An error occured while changing your locale. Please reload the page and try again." : "Hiba a hely váltása közben. Kérlek töltsd újra az oldalt és próbáld meg ismét.", "Select a profile picture" : "Válasszon profilképet!", "Week starts on {fdow}" : "Hét kezdete {fdow}", "Groups" : "Csoportok", @@ -324,12 +318,10 @@ "Invalid user" : "Érvénytelen felhasználó", "Unable to change mail address" : "Nem lehet megváltoztatni az e-mail címet", "Email saved" : "E-mail elmentve!", - "%1$s changed your email address on %2$s." : "%1$s megváltoztatta a jelszavadat %2$s-on.", "Password confirmation is required" : "Jelszó megerősítés szükséges", "Are you really sure you want add {domain} as trusted domain?" : "Biztos, hogy hozzá akarod adni ezt a megbízható domainekhez: {domain} ?", "Add trusted domain" : "Megbízható tartomány hozzáadása", "Update to %s" : "Frissítés erre: %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["%n alkalmazás frissítése függőben van","%n alkalmazás frissítése függőben van"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "A jóváhagyott alkalmazásokat megbízható fejlesztők készítik, amik megfelelnek a felületes biztonsági ellenőrzésnek. Nyílt forráskódú tárolóban aktívan karbantartják és biztosítják a stabil használatot.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ez az alkalmazás még nincs biztonságilag ellenőrizve és vagy új, vagy ismert instabil. Telepítés csak saját felelősségre!", "Disabling app …" : "Alkalmazás tiltása...", @@ -338,14 +330,20 @@ "Error while enabling app" : "Hiba az alkalmazás engedélyezése közben", "Error: Could not disable broken app" : "Hiba: a sérült alkalmazás nem volt letiltható", "Error while disabling broken app" : "Hiba történt a megtört alkalmazás tiltása közben", - "Updating...." : "Frissítés folyamatban...", - "Error while updating app" : "Hiba történt az alkalmazás frissítése közben", + "App up to date" : "Az alkalmazás a legfrissebb", + "Updating …" : "Frissítés …", + "Could not update app" : "Nem sikerült frissíteni az alkalmazás", "Updated" : "Frissítve", "Removing …" : "Eltávolítás...", - "Error while removing app" : "Hiba az alkalmazás eltávolításakor", + "Could not remove app" : "Nem lehet eltávolítani az alkalmazást", "Approved" : "Jóváhagyott", "Experimental" : "Kísérleti", "No apps found for {query}" : "{query} keresésre nincs találat", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS kliens", + "Android Client" : "Android kliens", + "An error occured while changing your language. Please reload the page and try again." : "Hiba a nyelvváltás közben. Kérlek töltsd újra az oldalt és próbáld meg ismét.", "Unable to delete {objName}" : "Ezt nem sikerült törölni: {objName}", "Error creating group: {message}" : "Hiba történt a csoport létrehozásakor: {message}", "A valid group name must be provided" : "Érvényes csoportnevet kell megadni", @@ -366,66 +364,45 @@ "Error creating user: {message}" : "Hiba történt a felhasználó létrehozásakor: {message}", "A valid password must be provided" : "Érvényes jelszót kell megadnia", "A valid email must be provided" : "Érvényes e-mail címet kell megadni", - "__language_name__" : "Magyar", - "Verifying" : "Ellenőrzés...", - "Personal info" : "Személyes információk", - "Sync clients" : "Szinkron kliensek", - "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information." : "A telepítésed biztonságához és megfelelő teljesítményéhez fontos, hogy minden beállítás helyes legyen. Ennek érdekében segítünk pár automatikus ellenőrzéssel. Kérlek tekintsd meg a tippek&trükkök részt a dokumentációban több információért.", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Úgy tűnik, hogy a PHP nem tudja olvasni a rendszer környezeti változóit. A getenv(\"PATH\") teszt visszatérési értéke üres.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Kérjük, ellenőrizze a telepítési dokumentációt ↗ a PHP konfigurációs beállításaival kapcsolatban, főleg ha PHP-FPM-et használ.", + "by %s" : "készítő: %s", + "%s-licensed" : "%s-licencelt", + "Documentation:" : "Dokumentációk:", + "Show description …" : "Leírás megjelenítése ...", + "Hide description …" : "Leírás elrejtése ...", + "This app has an update available." : "Frissítés érhető el az alkalmazáshoz.", + "Enable only for specific groups" : "Csak bizonyos csoportok számára tegyük elérhetővé", + "Online documentation" : "Online dokumentáció", + "Getting help" : "Segítség kérés", + "Commercial support" : "Kereskedelmi támogatás", + "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Tricks section and the documentation for more information." : "A telepítésed biztonságához és megfelelő teljesítményéhez fontos, hogy minden beállítás helyes legyen. Ennek érdekében segítünk pár automatikus ellenőrzéssel. Kérlek tekintsd meg a tippek&trükkök részt a dokumentációban több információért.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Úgy tűnik, hogy a PHP nem tudja olvasni a rendszer környezeti változóit. A getenv(\"PATH\") teszt visszatérési értéke üres.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Kérlek ellenőrizd a telepítési dokumentációt ↗ a PHP beállításokhoz és a szervered beállításaidat főleg a php-fpm-el kapcsolatban.", "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Csak olvasható beállítófájl engedélyezve. Ez meggátolja a beállítások módosítását a webes felületről. Továbbá, a fájlt kézzel kell írhatóvá tenni minden frissítés alkalmával.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Úgy tűnik, hogy a PHP úgy van beállítva, hogy eltávolítja programok belsejében elhelyezett szövegblokkokat. Emiatt a rendszer több alapvető fontosságú eleme működésképtelen lesz.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Úgy tűnik, hogy a PHP úgy van beállítva, hogy eltávolítja programok belsejében elhelyezett szövegblokkokat. Emiatt a rendszer több alapvető fontosságú eleme működésképtelen lesz.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Ezt valószínűleg egy gyorsítótár ill. kódgyorsító, mint pl, a Zend, OPcache vagy eAccelererator okozza.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Az adatbázis nem tud \"READ COMMITTED\" tranzakció elkülönítési szinttel futni. Ez problémákat okozhat több egyidejű esemény végrehajtásakor.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s %2$s verziója van telepítve, de a stabilitási és teljesítményi okok miatt javasoljuk az újabb, %1$s verzióra való frissítést.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "A 'fileinfo' PHP modul nincs meg. Erősen javasoljuk használatát, hogy a MIME típus felismerés megfelelően működjön.", - "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 documentation ↗ for more information." : "Tranzakcionális fájl lezárás tiltva van, ez problémákat okozhat versenyhelyzetben. Engedélyezd a 'filelocking.enabled' beállítást a config.php -ben, hogy elkerüld ezeket a problémákat. Nézd meg a dokumentációt ↗ bővebb információért.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s %2$s verziója van telepítve, de a stabilitási és teljesítményi okok miatt javasoljuk az újabb, %1$s verzióra való frissítést.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "A 'fileinfo' PHP modul nincs meg. Erősen javasoljuk használatát, hogy a MIME típus felismerés megfelelően működjön.", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the documentation ↗ for more information." : "A tranzakcionális fájlzárolás ki van kapcsova, ami problémákhoz vezethet verszenyhelyzetek esetén. Kapcsold be a 'filelocking.enabled' paramétert a config.php-ben ezek elkerülésére. Lásd a dokumentációt ↗ további információkért.", "System locale can not be set to a one which supports UTF-8." : "A rendszer lokalizációs fájljai között nem sikerült olyat beállítani, ami támogatja az UTF-8-at.", - "This means that there might be problems with certain characters in file names." : "Ez azt jelenti, hogy probléma lehet bizonyos karakterekkel a fájlnevekben.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Feltétlenül javasoljuk, hogy telepítse a szükséges csomagokat ahhoz, hogy a rendszere támogassa a következő lokalizációk valamelyikét: %s", - "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Ha a telepítése nem a webkiszolgáló gyökerében van, és a rendszer cron szolgáltatását használja, akkor problémák lehetnek az URL-ek képzésével. Ezek elkerülése érdekében állítsa be a config.php-ban az \"overwrite.cli.url\" paramétert a telepítés által használt webútvonalra. (Javasolt beállítás: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Az ütemezett feladat (cronjob) nem futott le parancssorból. A következő hibák tűntek fel:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Kérjük, ellenőrizd a telepítési dokumentációt ↗ és a naplót, hogy tartalmaz-e bármilyen hibát vagy figyelmeztetést.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "A cron.php webcron szolgáltatásként van regisztrálva, hogy 15 percenként egyszer lefuttassa a cron.php-t.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Ennek a futtatásához szükség van a PHP posix kiterjesztésre. További információkért nézd meg a {linkstart}PHP dokumentációt{linkend}.", + "This means that there might be problems with certain characters in filenames." : "Ez azt jelenti probléma lehet bizonyos karakterekkel a fájlnevekben.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Erősen javasolt a szükséges csomagok telepítése a rendszeredre a következőhöz: %s.", + "If your installation is not installed at the root of the domain and uses system Cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Ha a telepítése nem a webkiszolgáló gyökerében van, és a rendszer cron szolgáltatását használja, akkor problémák lehetnek az URL-ek képzésével. Ezek elkerülése érdekében állítsa be a config.php-ban az \"overwrite.cli.url\" paramétert a telepítés által használt webútvonalra. (Javasolt beállítás: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nem lehetett CLI módban futtatni a cron feladatot. A következő technikai hibák léptek fel:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Kérlek ismét ellenőrizd a telepítési dokumentációt ↗, és keress hibákat és figyelmeztetéseket a naplóban.", "Tips & tricks" : "Tippek és trükkök", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Rengeteg szolgáltatás és kapcsoló van a telepítés személyreszabásához. Íme pár iránymutatás a további információkra.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Jelenleg SQLite van használva háttér adatbázisként. Nagyobb telepítéshez más háttér adatbázist javaslunk.", "This is particularly recommended when using the desktop client for file synchronisation." : "Ez különösen asztali kliens szinkronizáció használata esetén javasolt.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Más adatbázisról való áttéréshez használja a parancssort: 'occ db:convert-type', vagy keresse fel a dokumentációt ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Más adatbázisra való migráláshoz használd a parancssori eszközt: 'occ db:convert-type', vagy nézd meg a dokumentációt ↗.", "How to do backups" : "Hogyan csináljunk biztonsági mentéseket", "Performance tuning" : "Teljesítmény hangolás", "Improving the config.php" : "config.php javítása", "Theming" : "Témázás", "Check the security of your Nextcloud over our security scan" : "Ellenőrizze a Nextcloud biztonságát a biztonsági ellenőrzőnkkel ", "Hardening and security guidance" : "Megerősítési és biztonsági útmutató", - "This app has an update available." : "Frissítés érhető el az alkalmazáshoz.", - "by %s" : "készítő: %s", - "%s-licensed" : "%s-licencelt", - "Documentation:" : "Dokumentációk:", - "Show description …" : "Leírás megjelenítése ...", - "Hide description …" : "Leírás elrejtése ...", - "Enable only for specific groups" : "Csak bizonyos csoportok számára tegyük elérhetővé", - "Online documentation" : "Online dokumentáció", - "Getting help" : "Segítség kérés", - "Commercial support" : "Kereskedelmi támogatás", "You are using %s of %s" : "Jelenleg használt: %s, maximálisan elérhető: %s", "You are using %s of %s (%s %%)" : "Jelenleg használt: %s, ebből: %s (%s %%)", - "You are member of the following groups:" : "Tagja vagy a következő csoport(ok)nak:", - "Get the apps to sync your files" : "Alkalmazások a fájljaid szinkronizálásához", - "Desktop client" : "Asztali kliens", - "Android app" : "Android alkalmazás", - "iOS app" : "IOS alkalmazás", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Ha szeretnéd támogatni a projektet {contributeopen}csatlakozz a fejlesztéshez{linkclose} vagy {contributeopen}terjeszd a világban{linkclose}!", - "Show First Run Wizard again" : "Az első indításkori varázsló újbóli megjelenítése", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Web, asztali, mobil kliensek és app specifikus jelszavak, amelyek jelenleg hozzáférnek a fiókodhoz.", - "App passwords" : "Alkalmazás jelszavak", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Itt adhatsz egyedi jelszavakat az appokhoz. Így nem kell a sajátodat kiadnod nekik. Itt is vonhatod vissza azokat.", - "Follow us on Google+!" : "Kövess Google+ -on!", - "Like our facebook page!" : "Kedveld a Facebook oldalunkat!", - "Follow us on Twitter!" : "Kövess Twitteren!", - "Check out our blog!" : "Nézd meg a blogunkat!", - "Subscribe to our newsletter!" : "Iratkozz fel a hírlevelünkre!", "Settings" : "Beállítások", "Show storage location" : "Háttértároló helyének mutatása", "Show email address" : "E-mail cím megjelenítése", @@ -435,7 +412,6 @@ "Create" : "Létrehozás", "Admin Recovery Password" : "Rendszergazdai jelszó a fájlok visszanyerésére", "Enter the recovery password in order to recover the users files during password change" : "Adja meg az adatok visszanyeréséhez szükséges jelszót arra az esetre, ha a felhasználók megváltoztatják a jelszavukat", - "Group name" : "Csoport neve", "Disabled" : "Kikapcsolva", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Kérjük adja meg a tárolási kvótát (pl. \"512 MB\" vagy \"12 GB\")", "Other" : "Más", @@ -443,22 +419,6 @@ "set new password" : "új jelszó beállítása", "change email address" : "e-mail cím megváltoztatása", "Default" : "Alapértelmezett", - "App up to date" : "Az alkalmazás a legfrissebb", - "Updating …" : "Frissítés …", - "Could not update app" : "Nem sikerült frissíteni az alkalmazás", - "Could not remove app" : "Nem lehet eltávolítani az alkalmazást", - "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Tricks section and the documentation for more information." : "A telepítésed biztonságához és megfelelő teljesítményéhez fontos, hogy minden beállítás helyes legyen. Ennek érdekében segítünk pár automatikus ellenőrzéssel. Kérlek tekintsd meg a tippek&trükkök részt a dokumentációban több információért.", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Úgy tűnik, hogy a PHP nem tudja olvasni a rendszer környezeti változóit. A getenv(\"PATH\") teszt visszatérési értéke üres.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Kérlek ellenőrizd a telepítési dokumentációt ↗ a PHP beállításokhoz és a szervered beállításaidat főleg a php-fpm-el kapcsolatban.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Úgy tűnik, hogy a PHP úgy van beállítva, hogy eltávolítja programok belsejében elhelyezett szövegblokkokat. Emiatt a rendszer több alapvető fontosságú eleme működésképtelen lesz.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s %2$s verziója van telepítve, de a stabilitási és teljesítményi okok miatt javasoljuk az újabb, %1$s verzióra való frissítést.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "A 'fileinfo' PHP modul nincs meg. Erősen javasoljuk használatát, hogy a MIME típus felismerés megfelelően működjön.", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the documentation ↗ for more information." : "A tranzakcionális fájlzárolás ki van kapcsova, ami problémákhoz vezethet verszenyhelyzetek esetén. Kapcsold be a 'filelocking.enabled' paramétert a config.php-ben ezek elkerülésére. Lásd a dokumentációt ↗ további információkért.", - "This means that there might be problems with certain characters in filenames." : "Ez azt jelenti probléma lehet bizonyos karakterekkel a fájlnevekben.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Erősen javasolt a szükséges csomagok telepítése a rendszeredre a következőhöz: %s.", - "If your installation is not installed at the root of the domain and uses system Cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Ha a telepítése nem a webkiszolgáló gyökerében van, és a rendszer cron szolgáltatását használja, akkor problémák lehetnek az URL-ek képzésével. Ezek elkerülése érdekében állítsa be a config.php-ban az \"overwrite.cli.url\" paramétert a telepítés által használt webútvonalra. (Javasolt beállítás: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nem lehetett CLI módban futtatni a cron feladatot. A következő technikai hibák léptek fel:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Kérlek ismét ellenőrizd a telepítési dokumentációt ↗, és keress hibákat és figyelmeztetéseket a naplóban.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Más adatbázisra való migráláshoz használd a parancssori eszközt: 'occ db:convert-type', vagy nézd meg a dokumentációt ↗." + "An error occured while changing your locale. Please reload the page and try again." : "Hiba a hely váltása közben. Kérlek töltsd újra az oldalt és próbáld meg ismét." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/hy.js b/settings/l10n/hy.js deleted file mode 100644 index 9fcc2dabdb..0000000000 --- a/settings/l10n/hy.js +++ /dev/null @@ -1,26 +0,0 @@ -OC.L10N.register( - "settings", - { - "Wrong password" : "Սխալ գաղտնաբառ", - "Saved" : "Պահված", - "Unable to change password" : "Չկարողացա փոխել գաղտնաբառը", - "Delete" : "Ջնջել", - "Very weak password" : "Շատ թույլ գաղտնաբառ", - "Weak password" : "Թույլ գաղտնաբառ", - "So-so password" : "Միջինոտ գաղտնաբառ", - "Good password" : "Լավ գաղտնաբառ", - "Strong password" : "Ուժեղ գաղտնաբառ", - "Groups" : "Խմբեր", - "New password" : "Նոր գաղտնաբառ", - "Username" : "Օգտանուն", - "Password" : "Գաղտնաբառ", - "Email" : "Էլ. հասցե", - "Language" : "Լեզու", - "days" : "օր", - "Cancel" : "Չեղարկել", - "Help translate" : "Օգնել թարգմանել", - "Change password" : "Փոխել գաղտնաբառը", - "never" : "երբեք", - "Other" : "Այլ" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/hy.json b/settings/l10n/hy.json deleted file mode 100644 index dcc307eaf5..0000000000 --- a/settings/l10n/hy.json +++ /dev/null @@ -1,24 +0,0 @@ -{ "translations": { - "Wrong password" : "Սխալ գաղտնաբառ", - "Saved" : "Պահված", - "Unable to change password" : "Չկարողացա փոխել գաղտնաբառը", - "Delete" : "Ջնջել", - "Very weak password" : "Շատ թույլ գաղտնաբառ", - "Weak password" : "Թույլ գաղտնաբառ", - "So-so password" : "Միջինոտ գաղտնաբառ", - "Good password" : "Լավ գաղտնաբառ", - "Strong password" : "Ուժեղ գաղտնաբառ", - "Groups" : "Խմբեր", - "New password" : "Նոր գաղտնաբառ", - "Username" : "Օգտանուն", - "Password" : "Գաղտնաբառ", - "Email" : "Էլ. հասցե", - "Language" : "Լեզու", - "days" : "օր", - "Cancel" : "Չեղարկել", - "Help translate" : "Օգնել թարգմանել", - "Change password" : "Փոխել գաղտնաբառը", - "never" : "երբեք", - "Other" : "Այլ" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/settings/l10n/ia.js b/settings/l10n/ia.js deleted file mode 100644 index 1e1f884a20..0000000000 --- a/settings/l10n/ia.js +++ /dev/null @@ -1,218 +0,0 @@ -OC.L10N.register( - "settings", - { - "Couldn't remove app." : "Impossibile remover application.", - "Couldn't update app." : "Impossibile actualisar application.", - "Wrong password" : "Contrasigno incorrecte", - "Saved" : "Salveguardate", - "No user supplied" : "Nulle usator fornite", - "Unable to change password" : "Impossibile cambiar contrasigno", - "Authentication error" : "Error in authentication", - "Wrong admin recovery password. Please check the password and try again." : "Le contrasigno administrator pro recuperation de datos es incorrecte. Per favor, verifica le contrasigno e tenta de novo.", - "installing and updating apps via the app store or Federated Cloud Sharing" : "Installation e actualisation de applicationes via le App Store o Compartimento del Nube Federate", - "Federated Cloud Sharing" : "Compartimento del Nube Federate", - "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Un problema occurreva durante le invio del e-posta. Per favor, revide tu configurationes. (Error: %s)", - "You need to set your user email before being able to send test emails." : "Tu debe configurar tu e-posta de usator ante esser capace a inviar e-posta de test.", - "Invalid mail address" : "Adresse de e-posta non valide", - "Settings saved" : "Configurationes salveguardate", - "Unable to change full name" : "Impossibile cambiar nomine complete", - "Unable to change email address" : "Impossibile cambiar adresse de e-posta", - "Your %s account was created" : "Tu conto %s esseva create", - "Migration in progress. Please wait until the migration is finished" : "Migration in progresso. Per favor, attende usque le migration es finite.", - "Migration started …" : "Migration initiate...", - "Not saved" : "Non salveguardate", - "Email sent" : "Message de e-posta inviate", - "Disconnect" : "Disconnecter", - "Revoke" : "Revocar", - "Allow filesystem access" : "Permitter accesso a systema de files", - "Internet Explorer" : "Internet Explorer", - "Edge" : "Edge", - "Firefox" : "Firefox", - "Google Chrome" : "Google Chrome", - "Safari" : "Safari", - "Google Chrome for Android" : "Google Chrome pro Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", - "Sync client - {os}" : "Synchronisar cliente - {os}", - "This session" : "Iste session", - "Copy" : "Copiar", - "Copied!" : "Copiate!", - "Not supported!" : "Non supportate!", - "Press ⌘-C to copy." : "Pulsa ⌘-C pro copiar.", - "Press Ctrl-C to copy." : "Pulsa Ctrl-C pro copiar.", - "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Un error occurreva. Per favor, incarga un certificato PEM codificate in ASCII", - "Valid until {date}" : "Valide usque {date}", - "Delete" : "Deler", - "Local" : "Local", - "Private" : "Private", - "Only visible to local users" : "Solmente visibile a usatores local", - "Only visible to you" : "Solmente visibile a tu", - "Contacts" : "Contactos", - "Visible to local users and to trusted servers" : "Visibile a usatores local e a servitores fiduciari", - "Public" : "Public", - "Very weak password" : "Contrasigno multo debile", - "Weak password" : "Contrasigno debile", - "So-so password" : "Contrasigno plus o minus acceptabile", - "Good password" : "Contrasigno bon", - "Strong password" : "Contrasigno forte", - "Select a profile picture" : "Selectiona un pictura de profilo", - "Groups" : "Gruppos", - "Official" : "Official", - "Disable" : "Disactivar", - "All" : "Tote", - "Visit website" : "Visitar sito web", - "Report a bug" : "Reportar un defecto", - "User documentation" : "Documentation de usator", - "Admin documentation" : "Documentation de administrator", - "Developer documentation" : "Documentation de disveloppator", - "No apps found for your version" : "Nulle application trovate pro tu version", - "Enable" : "Activar", - "New password" : "Nove contrasigno", - "Username" : "Nomine de usator", - "Password" : "Contrasigno", - "Email" : "E-posta", - "Quota" : "Quota", - "Language" : "Lingua", - "Unlimited" : "Ilimitate", - "Default quota" : "Quota predefinite", - "Admins" : "Administratores", - "Everyone" : "Totos", - "Add group" : "Adder gruppo", - "SSL Root Certificates" : "Certificatos Root SSL", - "Common Name" : "Nomine Commun", - "Valid until" : "Valide usque", - "Issued By" : "Emittite per", - "Valid until %s" : "Valide usque %s", - "Import root certificate" : "Importar certificato root", - "Administrator documentation" : "Documentation de administrator", - "Forum" : "Foro", - "None" : "Nulle", - "SSL/TLS" : "SSL/TLS", - "STARTTLS" : "STARTTLS", - "Email server" : "Servitor de e-posta", - "Open documentation" : "Aperir documentation", - "Send mode" : "Modo de invio", - "Encryption" : "Cryptographia", - "From address" : "De adresse", - "Authentication method" : "Methodo de authentication", - "Authentication required" : "Authentication requirite", - "Server address" : "Adresse del servitor", - "Port" : "Porto", - "Credentials" : "Datos de authentication", - "SMTP Username" : "Nomine de usator SMTP", - "SMTP Password" : "Contrasigno SMTP", - "Store credentials" : "Salveguardar datos de authentication", - "Test email settings" : "Testar configurationes de e-posta", - "Send email" : "Inviar message de e-posta", - "Security & setup warnings" : "Securitate e advertimentos de configuration", - "Version" : "Version", - "Enable encryption" : "Activar cryptographia", - "Select default encryption module:" : "Selectionar modulo de cryptographia standard", - "Start migration" : "Initiar migration", - "Allow users to share via link" : "Permitter usatores compartir via ligamine", - "Allow public uploads" : "Permitter incargas public", - "Enforce password protection" : "Exiger protection per contrasigno", - "Set default expiration date" : "Assignar data predefinite de expiration", - "Expire after " : "Expirar post", - "days" : "dies", - "Enforce expiration date" : "Exiger data de expiration", - "Profile picture" : "Pictura de profilo", - "Upload new" : "Incargar nove", - "Select from Files" : "Selectionar de Files", - "Remove image" : "Remover imagine", - "png or jpg, max. 20 MB" : "formato png o jpg, dimension maxime 20 MB", - "Picture provided by original account" : "Pictura fornite per conto original", - "Cancel" : "Cancellar", - "Choose as profile picture" : "Selectiona como pictura de profilo", - "Full name" : "Nomine complete", - "Your email address" : "Tu adresse de e-posta", - "No email address set" : "Nulle adresse de e-posta definite", - "For password reset and notifications" : "Pro reinitialisation de contrasigno e invio de notificationes", - "Phone number" : "Numero de telephono", - "Your phone number" : "Tu numero de telephono", - "Address" : "Adresse", - "Your postal address" : "Tu adresse postal", - "Website" : "Sito web", - "Twitter" : "Twitter", - "Help translate" : "Adjuta a traducer", - "Current password" : "Contrasigno actual", - "Change password" : "Cambiar contrasigno", - "Device" : "Dispositivo", - "Last activity" : "Ultime activitate", - "App name" : "Nomine del application", - "Create new app password" : "Crear un nove contrasigno pro application", - "Use the credentials below to configure your app or device." : "Usa le datos de authentication infra pro configurar tu application o dispositivo.", - "Done" : "Preste", - "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL usa %s in un version obsolete (%s). Per favor, actualisa tu systema operative, o functiones tal como %s non functionara fidedignemente.", - "A problem occurred, please check your log files (Error: %s)" : "Un problema occurreva, per favor verifica tu files de registro (Error: %s)", - "Migration Completed" : "Migration completate", - "Group already exists." : "Gruppo ja existe.", - "Unable to add group." : "Impossibile adder gruppo.", - "Unable to delete group." : "Impossibile deler gruppo.", - "No valid group selected" : "Nulle gruppo valide selectionate", - "A user with that name already exists." : "Un usator con iste nomine ja existe.", - "Unable to create user." : "Impossibile crear usator.", - "Unable to delete user." : "Impossibile deler usator.", - "Your full name has been changed." : "Tu nomine complete esseva cambiate.", - "Forbidden" : "Prohibite", - "Invalid user" : "Usator invalide", - "Unable to change mail address" : "Impossibile cambiar adresse de e-posta", - "Email saved" : "E-posta salveguardate", - "Password confirmation is required" : "Un confirmation del contrasigno es necessari", - "Are you really sure you want add {domain} as trusted domain?" : "Esque tu es secur que tu vole adder {domain} como dominio fiduciari?", - "Add trusted domain" : "Adder dominio fiduciari", - "Update to %s" : "Actualisar a %s", - "Disabling app …" : "Disactivante application ...", - "Error while disabling app" : "Error durante disactivation del application...", - "Enabling app …" : "Activante application...", - "Error while enabling app" : "Error durante activation del application...", - "Updated" : "Actualisate", - "Approved" : "Approbate", - "Experimental" : "Experimental", - "No apps found for {query}" : "Nulle application trovate pro {query}", - "Unable to delete {objName}" : "Impossibile deler {objName}", - "Error creating group: {message}" : "Error durante creation de gruppo: {message}", - "A valid group name must be provided" : "Un nomine de gruppo valide debe esser providite", - "deleted {groupName}" : "{groupName} delite", - "undo" : "disfacer", - "never" : "nunquam", - "deleted {userName}" : "{userName} delite", - "Unable to add user to group {group}" : "Impossibile adder usator a gruppo {group}", - "Unable to remove user from group {group}" : "Impossibile remover usator de gruppo {group}", - "Invalid quota value \"{val}\"" : "Valor de quota non valide \"{val}\"", - "no group" : "nulle gruppo", - "Password successfully changed" : "Contrasigno cambiate con successo", - "Changing the password will result in data loss, because data recovery is not available for this user" : "Cambiar le contrasigno resultara in perdita de datos, proque le recuperation de datos non es disponibile a iste usator", - "Could not change the users email" : "Impossibile cambiar le adresse de e-posta de usatores", - "A valid username must be provided" : "Un nomine de usator valide debe esser providite", - "Error creating user: {message}" : "Error durante creation de usator: {message}", - "A valid password must be provided" : "Un contrasigno valide debe esser providite", - "A valid email must be provided" : "Un adresse de e-posta valide debe esser providite", - "Tips & tricks" : "Consilios e maneos", - "How to do backups" : "Como facer retrocopias", - "Improving the config.php" : "Meliorante config.php", - "Theming" : "Personalisante themas", - "This app has an update available." : "Iste application ha un actualisation disponibile", - "by %s" : "per %s", - "%s-licensed" : "Licentiate como %s", - "Documentation:" : "Documentation:", - "Show description …" : "Monstrar description...", - "Hide description …" : "Celar description...", - "Enable only for specific groups" : "Activar solmente a gruppos specific", - "Online documentation" : "Documentation in linea", - "Getting help" : "Obtener adjuta", - "Commercial support" : "Supporto commercial", - "You are using %s of %s" : "Tu usa %s de %s", - "You are member of the following groups:" : "Tu es membro del sequente gruppos:", - "Show storage location" : "Monstrar loco de immagazinage", - "Show email address" : "Monstrar adresse de e-posta", - "Send email to new user" : "Inviar message de e-posta a nove usator", - "E-Mail" : "E-posta", - "Create" : "Crear", - "Admin Recovery Password" : "Recuperation de Contrasigno del Administrator", - "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Per favor, scribe le quota de immagazinage (p.ex. \"512 MB\" o \"12 GB\")", - "Other" : "Altere" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/ia.json b/settings/l10n/ia.json deleted file mode 100644 index 417b28be65..0000000000 --- a/settings/l10n/ia.json +++ /dev/null @@ -1,216 +0,0 @@ -{ "translations": { - "Couldn't remove app." : "Impossibile remover application.", - "Couldn't update app." : "Impossibile actualisar application.", - "Wrong password" : "Contrasigno incorrecte", - "Saved" : "Salveguardate", - "No user supplied" : "Nulle usator fornite", - "Unable to change password" : "Impossibile cambiar contrasigno", - "Authentication error" : "Error in authentication", - "Wrong admin recovery password. Please check the password and try again." : "Le contrasigno administrator pro recuperation de datos es incorrecte. Per favor, verifica le contrasigno e tenta de novo.", - "installing and updating apps via the app store or Federated Cloud Sharing" : "Installation e actualisation de applicationes via le App Store o Compartimento del Nube Federate", - "Federated Cloud Sharing" : "Compartimento del Nube Federate", - "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Un problema occurreva durante le invio del e-posta. Per favor, revide tu configurationes. (Error: %s)", - "You need to set your user email before being able to send test emails." : "Tu debe configurar tu e-posta de usator ante esser capace a inviar e-posta de test.", - "Invalid mail address" : "Adresse de e-posta non valide", - "Settings saved" : "Configurationes salveguardate", - "Unable to change full name" : "Impossibile cambiar nomine complete", - "Unable to change email address" : "Impossibile cambiar adresse de e-posta", - "Your %s account was created" : "Tu conto %s esseva create", - "Migration in progress. Please wait until the migration is finished" : "Migration in progresso. Per favor, attende usque le migration es finite.", - "Migration started …" : "Migration initiate...", - "Not saved" : "Non salveguardate", - "Email sent" : "Message de e-posta inviate", - "Disconnect" : "Disconnecter", - "Revoke" : "Revocar", - "Allow filesystem access" : "Permitter accesso a systema de files", - "Internet Explorer" : "Internet Explorer", - "Edge" : "Edge", - "Firefox" : "Firefox", - "Google Chrome" : "Google Chrome", - "Safari" : "Safari", - "Google Chrome for Android" : "Google Chrome pro Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", - "Sync client - {os}" : "Synchronisar cliente - {os}", - "This session" : "Iste session", - "Copy" : "Copiar", - "Copied!" : "Copiate!", - "Not supported!" : "Non supportate!", - "Press ⌘-C to copy." : "Pulsa ⌘-C pro copiar.", - "Press Ctrl-C to copy." : "Pulsa Ctrl-C pro copiar.", - "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Un error occurreva. Per favor, incarga un certificato PEM codificate in ASCII", - "Valid until {date}" : "Valide usque {date}", - "Delete" : "Deler", - "Local" : "Local", - "Private" : "Private", - "Only visible to local users" : "Solmente visibile a usatores local", - "Only visible to you" : "Solmente visibile a tu", - "Contacts" : "Contactos", - "Visible to local users and to trusted servers" : "Visibile a usatores local e a servitores fiduciari", - "Public" : "Public", - "Very weak password" : "Contrasigno multo debile", - "Weak password" : "Contrasigno debile", - "So-so password" : "Contrasigno plus o minus acceptabile", - "Good password" : "Contrasigno bon", - "Strong password" : "Contrasigno forte", - "Select a profile picture" : "Selectiona un pictura de profilo", - "Groups" : "Gruppos", - "Official" : "Official", - "Disable" : "Disactivar", - "All" : "Tote", - "Visit website" : "Visitar sito web", - "Report a bug" : "Reportar un defecto", - "User documentation" : "Documentation de usator", - "Admin documentation" : "Documentation de administrator", - "Developer documentation" : "Documentation de disveloppator", - "No apps found for your version" : "Nulle application trovate pro tu version", - "Enable" : "Activar", - "New password" : "Nove contrasigno", - "Username" : "Nomine de usator", - "Password" : "Contrasigno", - "Email" : "E-posta", - "Quota" : "Quota", - "Language" : "Lingua", - "Unlimited" : "Ilimitate", - "Default quota" : "Quota predefinite", - "Admins" : "Administratores", - "Everyone" : "Totos", - "Add group" : "Adder gruppo", - "SSL Root Certificates" : "Certificatos Root SSL", - "Common Name" : "Nomine Commun", - "Valid until" : "Valide usque", - "Issued By" : "Emittite per", - "Valid until %s" : "Valide usque %s", - "Import root certificate" : "Importar certificato root", - "Administrator documentation" : "Documentation de administrator", - "Forum" : "Foro", - "None" : "Nulle", - "SSL/TLS" : "SSL/TLS", - "STARTTLS" : "STARTTLS", - "Email server" : "Servitor de e-posta", - "Open documentation" : "Aperir documentation", - "Send mode" : "Modo de invio", - "Encryption" : "Cryptographia", - "From address" : "De adresse", - "Authentication method" : "Methodo de authentication", - "Authentication required" : "Authentication requirite", - "Server address" : "Adresse del servitor", - "Port" : "Porto", - "Credentials" : "Datos de authentication", - "SMTP Username" : "Nomine de usator SMTP", - "SMTP Password" : "Contrasigno SMTP", - "Store credentials" : "Salveguardar datos de authentication", - "Test email settings" : "Testar configurationes de e-posta", - "Send email" : "Inviar message de e-posta", - "Security & setup warnings" : "Securitate e advertimentos de configuration", - "Version" : "Version", - "Enable encryption" : "Activar cryptographia", - "Select default encryption module:" : "Selectionar modulo de cryptographia standard", - "Start migration" : "Initiar migration", - "Allow users to share via link" : "Permitter usatores compartir via ligamine", - "Allow public uploads" : "Permitter incargas public", - "Enforce password protection" : "Exiger protection per contrasigno", - "Set default expiration date" : "Assignar data predefinite de expiration", - "Expire after " : "Expirar post", - "days" : "dies", - "Enforce expiration date" : "Exiger data de expiration", - "Profile picture" : "Pictura de profilo", - "Upload new" : "Incargar nove", - "Select from Files" : "Selectionar de Files", - "Remove image" : "Remover imagine", - "png or jpg, max. 20 MB" : "formato png o jpg, dimension maxime 20 MB", - "Picture provided by original account" : "Pictura fornite per conto original", - "Cancel" : "Cancellar", - "Choose as profile picture" : "Selectiona como pictura de profilo", - "Full name" : "Nomine complete", - "Your email address" : "Tu adresse de e-posta", - "No email address set" : "Nulle adresse de e-posta definite", - "For password reset and notifications" : "Pro reinitialisation de contrasigno e invio de notificationes", - "Phone number" : "Numero de telephono", - "Your phone number" : "Tu numero de telephono", - "Address" : "Adresse", - "Your postal address" : "Tu adresse postal", - "Website" : "Sito web", - "Twitter" : "Twitter", - "Help translate" : "Adjuta a traducer", - "Current password" : "Contrasigno actual", - "Change password" : "Cambiar contrasigno", - "Device" : "Dispositivo", - "Last activity" : "Ultime activitate", - "App name" : "Nomine del application", - "Create new app password" : "Crear un nove contrasigno pro application", - "Use the credentials below to configure your app or device." : "Usa le datos de authentication infra pro configurar tu application o dispositivo.", - "Done" : "Preste", - "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL usa %s in un version obsolete (%s). Per favor, actualisa tu systema operative, o functiones tal como %s non functionara fidedignemente.", - "A problem occurred, please check your log files (Error: %s)" : "Un problema occurreva, per favor verifica tu files de registro (Error: %s)", - "Migration Completed" : "Migration completate", - "Group already exists." : "Gruppo ja existe.", - "Unable to add group." : "Impossibile adder gruppo.", - "Unable to delete group." : "Impossibile deler gruppo.", - "No valid group selected" : "Nulle gruppo valide selectionate", - "A user with that name already exists." : "Un usator con iste nomine ja existe.", - "Unable to create user." : "Impossibile crear usator.", - "Unable to delete user." : "Impossibile deler usator.", - "Your full name has been changed." : "Tu nomine complete esseva cambiate.", - "Forbidden" : "Prohibite", - "Invalid user" : "Usator invalide", - "Unable to change mail address" : "Impossibile cambiar adresse de e-posta", - "Email saved" : "E-posta salveguardate", - "Password confirmation is required" : "Un confirmation del contrasigno es necessari", - "Are you really sure you want add {domain} as trusted domain?" : "Esque tu es secur que tu vole adder {domain} como dominio fiduciari?", - "Add trusted domain" : "Adder dominio fiduciari", - "Update to %s" : "Actualisar a %s", - "Disabling app …" : "Disactivante application ...", - "Error while disabling app" : "Error durante disactivation del application...", - "Enabling app …" : "Activante application...", - "Error while enabling app" : "Error durante activation del application...", - "Updated" : "Actualisate", - "Approved" : "Approbate", - "Experimental" : "Experimental", - "No apps found for {query}" : "Nulle application trovate pro {query}", - "Unable to delete {objName}" : "Impossibile deler {objName}", - "Error creating group: {message}" : "Error durante creation de gruppo: {message}", - "A valid group name must be provided" : "Un nomine de gruppo valide debe esser providite", - "deleted {groupName}" : "{groupName} delite", - "undo" : "disfacer", - "never" : "nunquam", - "deleted {userName}" : "{userName} delite", - "Unable to add user to group {group}" : "Impossibile adder usator a gruppo {group}", - "Unable to remove user from group {group}" : "Impossibile remover usator de gruppo {group}", - "Invalid quota value \"{val}\"" : "Valor de quota non valide \"{val}\"", - "no group" : "nulle gruppo", - "Password successfully changed" : "Contrasigno cambiate con successo", - "Changing the password will result in data loss, because data recovery is not available for this user" : "Cambiar le contrasigno resultara in perdita de datos, proque le recuperation de datos non es disponibile a iste usator", - "Could not change the users email" : "Impossibile cambiar le adresse de e-posta de usatores", - "A valid username must be provided" : "Un nomine de usator valide debe esser providite", - "Error creating user: {message}" : "Error durante creation de usator: {message}", - "A valid password must be provided" : "Un contrasigno valide debe esser providite", - "A valid email must be provided" : "Un adresse de e-posta valide debe esser providite", - "Tips & tricks" : "Consilios e maneos", - "How to do backups" : "Como facer retrocopias", - "Improving the config.php" : "Meliorante config.php", - "Theming" : "Personalisante themas", - "This app has an update available." : "Iste application ha un actualisation disponibile", - "by %s" : "per %s", - "%s-licensed" : "Licentiate como %s", - "Documentation:" : "Documentation:", - "Show description …" : "Monstrar description...", - "Hide description …" : "Celar description...", - "Enable only for specific groups" : "Activar solmente a gruppos specific", - "Online documentation" : "Documentation in linea", - "Getting help" : "Obtener adjuta", - "Commercial support" : "Supporto commercial", - "You are using %s of %s" : "Tu usa %s de %s", - "You are member of the following groups:" : "Tu es membro del sequente gruppos:", - "Show storage location" : "Monstrar loco de immagazinage", - "Show email address" : "Monstrar adresse de e-posta", - "Send email to new user" : "Inviar message de e-posta a nove usator", - "E-Mail" : "E-posta", - "Create" : "Crear", - "Admin Recovery Password" : "Recuperation de Contrasigno del Administrator", - "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Per favor, scribe le quota de immagazinage (p.ex. \"512 MB\" o \"12 GB\")", - "Other" : "Altere" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/settings/l10n/id.js b/settings/l10n/id.js index e68f664d33..4565ebb814 100644 --- a/settings/l10n/id.js +++ b/settings/l10n/id.js @@ -44,8 +44,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome untuk Android", - "iOS Client" : "Klien iOS", - "Android Client" : "Klien Android", "Sync client - {os}" : "Klien sync - {os}", "This session" : "Sesi ini", "Copy" : "Salin", @@ -219,6 +217,8 @@ OC.L10N.register( "Approved" : "Disetujui", "Experimental" : "Uji Coba", "No apps found for {query}" : "Tidak ditemukan aplikasi untuk {query}", + "iOS Client" : "Klien iOS", + "Android Client" : "Klien Android", "Unable to delete {objName}" : "Tidak dapat menghapus {objName}", "Error creating group: {message}" : "Kesalahan membuat grup: {message}", "A valid group name must be provided" : "Harus memberikan nama grup yang benar", @@ -233,6 +233,15 @@ OC.L10N.register( "Error creating user: {message}" : "Gagal membuat pengguna: {message}", "A valid password must be provided" : "Harus memberikan kata sandi yang benar", "A valid email must be provided" : "Surel yang benar harus diberikan", + "by %s" : "oleh %s", + "%s-licensed" : "dilisensikan %s", + "Documentation:" : "Dokumentasi:", + "Show description …" : "Tampilkan deskripsi …", + "Hide description …" : "Sembunyikan deskripsi …", + "This app has an update available." : "Aplikasi ini dapat diperbarui.", + "Enable only for specific groups" : "Aktifkan hanya untuk grup tertentu", + "Online documentation" : "Dokumentasi online", + "Commercial support" : "Dukungan komersial", "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." : "Konfig Hanya-Baca telah diaktifkan. Ini akan mencegah setelan beberapa konfigurasi melalui antarmuka-web. Selanjutnya, berkas perlu dibuat dapat-dibaca secara manual untuk setiap pembaruan.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Hal ini kemungkinan disebabkan oleh cache/akselerator seperti Zend OPcache atau eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Database Anda tidak dijalankan dengan isolasi transaksi level \"READ COMMITED\". Ini dapat menyebabkan masalah saat banyak tindakan dilakukan secara paralel.", @@ -243,17 +252,7 @@ OC.L10N.register( "Improving the config.php" : "Memperbaiki config.php", "Theming" : "Tema", "Hardening and security guidance" : "Panduan Keselamatan dan Keamanan", - "This app has an update available." : "Aplikasi ini dapat diperbarui.", - "by %s" : "oleh %s", - "%s-licensed" : "dilisensikan %s", - "Documentation:" : "Dokumentasi:", - "Show description …" : "Tampilkan deskripsi …", - "Hide description …" : "Sembunyikan deskripsi …", - "Enable only for specific groups" : "Aktifkan hanya untuk grup tertentu", - "Online documentation" : "Dokumentasi online", - "Commercial support" : "Dukungan komersial", "You are using %s of %s" : "Anda sedang menggunakan %s dari %s", - "You are member of the following groups:" : "Anda adalah anggota dari grup berikut:", "Show storage location" : "Tampilkan kolasi penyimpanan", "Show email address" : "Tampilkan alamat surel", "Send email to new user" : "Kirim surel kepada pengguna baru", diff --git a/settings/l10n/id.json b/settings/l10n/id.json index 8184b4c6a9..43fa6b9da9 100644 --- a/settings/l10n/id.json +++ b/settings/l10n/id.json @@ -42,8 +42,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome untuk Android", - "iOS Client" : "Klien iOS", - "Android Client" : "Klien Android", "Sync client - {os}" : "Klien sync - {os}", "This session" : "Sesi ini", "Copy" : "Salin", @@ -217,6 +215,8 @@ "Approved" : "Disetujui", "Experimental" : "Uji Coba", "No apps found for {query}" : "Tidak ditemukan aplikasi untuk {query}", + "iOS Client" : "Klien iOS", + "Android Client" : "Klien Android", "Unable to delete {objName}" : "Tidak dapat menghapus {objName}", "Error creating group: {message}" : "Kesalahan membuat grup: {message}", "A valid group name must be provided" : "Harus memberikan nama grup yang benar", @@ -231,6 +231,15 @@ "Error creating user: {message}" : "Gagal membuat pengguna: {message}", "A valid password must be provided" : "Harus memberikan kata sandi yang benar", "A valid email must be provided" : "Surel yang benar harus diberikan", + "by %s" : "oleh %s", + "%s-licensed" : "dilisensikan %s", + "Documentation:" : "Dokumentasi:", + "Show description …" : "Tampilkan deskripsi …", + "Hide description …" : "Sembunyikan deskripsi …", + "This app has an update available." : "Aplikasi ini dapat diperbarui.", + "Enable only for specific groups" : "Aktifkan hanya untuk grup tertentu", + "Online documentation" : "Dokumentasi online", + "Commercial support" : "Dukungan komersial", "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." : "Konfig Hanya-Baca telah diaktifkan. Ini akan mencegah setelan beberapa konfigurasi melalui antarmuka-web. Selanjutnya, berkas perlu dibuat dapat-dibaca secara manual untuk setiap pembaruan.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Hal ini kemungkinan disebabkan oleh cache/akselerator seperti Zend OPcache atau eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Database Anda tidak dijalankan dengan isolasi transaksi level \"READ COMMITED\". Ini dapat menyebabkan masalah saat banyak tindakan dilakukan secara paralel.", @@ -241,17 +250,7 @@ "Improving the config.php" : "Memperbaiki config.php", "Theming" : "Tema", "Hardening and security guidance" : "Panduan Keselamatan dan Keamanan", - "This app has an update available." : "Aplikasi ini dapat diperbarui.", - "by %s" : "oleh %s", - "%s-licensed" : "dilisensikan %s", - "Documentation:" : "Dokumentasi:", - "Show description …" : "Tampilkan deskripsi …", - "Hide description …" : "Sembunyikan deskripsi …", - "Enable only for specific groups" : "Aktifkan hanya untuk grup tertentu", - "Online documentation" : "Dokumentasi online", - "Commercial support" : "Dukungan komersial", "You are using %s of %s" : "Anda sedang menggunakan %s dari %s", - "You are member of the following groups:" : "Anda adalah anggota dari grup berikut:", "Show storage location" : "Tampilkan kolasi penyimpanan", "Show email address" : "Tampilkan alamat surel", "Send email to new user" : "Kirim surel kepada pengguna baru", diff --git a/settings/l10n/is.js b/settings/l10n/is.js index 8ab75d2e91..7bf66de6c4 100644 --- a/settings/l10n/is.js +++ b/settings/l10n/is.js @@ -72,10 +72,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome fyrir Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS-biðlari", - "Android Client" : "Android-biðlari", "Sync client - {os}" : "Samstilla bilara - {os}", "This session" : "Þessa setu", "Copy" : "Afrita", @@ -104,8 +100,6 @@ OC.L10N.register( "So-so password" : "Svo-svo lykilorð", "Good password" : "Gott lykilorð", "Strong password" : "Sterkt lykilorð", - "An error occured while changing your language. Please reload the page and try again." : "Villa kom upp við að skipta um tungumálið þitt. Endurlestu síðuna og prófaðu aftur.", - "An error occured while changing your locale. Please reload the page and try again." : "Villa kom upp við að skipta um staðfærsluna þína. Endurlestu síðuna og prófaðu aftur.", "Select a profile picture" : "Veldu einkennismynd", "Week starts on {fdow}" : "Vika byrjar á {fdow}", "Groups" : "Hópar", @@ -335,12 +329,10 @@ OC.L10N.register( "Invalid user" : "Ógildur notandi", "Unable to change mail address" : "Get ekki breytt tölvupóstfangi", "Email saved" : "Tölvupóstfang vistað", - "%1$s changed your email address on %2$s." : "%1$s breytti tölvupóstfanginu þínu þann %2$s.", "Password confirmation is required" : "Þörf á staðfestingu lykilorðs", "Are you really sure you want add {domain} as trusted domain?" : "Ertu viss um að þú viljir bæta \"{domain}\" við sem treystu léni?", "Add trusted domain" : "Bæta við treystu léni", "Update to %s" : "Uppfæra í %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Það er %n forritsuppfærsla í bið","Það eru %n forritauppfærslur í bið"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Samþykkt forrit eru þróuð af treystum forriturum og hafa gengist undir lauslegar öryggisprófanir. Þau eru í virku viðhaldi í opnum hugbúnaðarsöfnum og umsjónarmenn þeirra dæma þau nógu stöðug til notkunar í allri venjulegri vinnslu.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Þetta forrit hefur ekki verið öryggisprófað, er nýtt erða þekkt fyrir ótöðugleika við vissar aðstæður. Uppsetning er á þína ábyrgð.", "Disabling app …" : "Geri forrit óvirkt …", @@ -349,14 +341,20 @@ OC.L10N.register( "Error while enabling app" : "Villa við að virkja forrit", "Error: Could not disable broken app" : "Villa: gat ekki gert bilaða forritið óvirkt", "Error while disabling broken app" : "Villa við að gera bilaða forritið óvirkt", - "Updating...." : "Uppfæri....", - "Error while updating app" : "Villa við að uppfæra forrit", + "App up to date" : "Forrit er af nýjustu gerð", + "Updating …" : "Uppfæri …", + "Could not update app" : "Gat ekki uppfært forrit", "Updated" : "Uppfært", "Removing …" : "Fjarlægi ...", - "Error while removing app" : "Villa við að fjarlægja forrit", + "Could not remove app" : "Gat ekki fjarlægt forrit", "Approved" : "Samþykkt", "Experimental" : "Á tilraunastigi", "No apps found for {query}" : "Engin forrit fundust fyrir \"{query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS-biðlari", + "Android Client" : "Android-biðlari", + "An error occured while changing your language. Please reload the page and try again." : "Villa kom upp við að skipta um tungumálið þitt. Endurlestu síðuna og prófaðu aftur.", "Unable to delete {objName}" : "Get ekki eytt {objName}", "Error creating group: {message}" : "Villa við að búa til hóp: {message}", "A valid group name must be provided" : "Skráðu inn gilt heiti á hópi", @@ -377,66 +375,45 @@ OC.L10N.register( "Error creating user: {message}" : "Villa við að búa til notanda: {message}", "A valid password must be provided" : "Skráðu inn gilt lykilorð", "A valid email must be provided" : "Skráðu inn gilt tölvupóstfang", - "__language_name__" : "Íslenska", - "Verifying" : "Yfirfer", - "Personal info" : "Persónuupplýsingar", - "Sync clients" : "Samstilla biðlara", - "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information." : "Það 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 installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Endilega skoðaðu hjálparskjöl uppsetningarinnar ↗ varðandi athugasemdir vegna uppsetningar PHP og sjálfa uppsetningu PHP-þjónsins, Sérstaklega ef þú notar php-fpm.", + "by %s" : "frá %s", + "%s-licensed" : "%s-notkunarleyfi", + "Documentation:" : "Hjálparskjöl:", + "Show description …" : "Birta lýsingu …", + "Hide description …" : "Fela lýsingu …", + "This app has an update available." : "Uppfærsla er tiltæk fyrir þetta forrit.", + "Enable only for specific groups" : "Einungis fyrir sérstaka hópa", + "Online documentation" : "Handbækur/skjölun á netinu", + "Getting help" : "Til að fá hjálp", + "Commercial support" : "Gjaldskyld tækniaðstoð", + "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Endilega skoðaðu hjálparskjöl uppsetningarinnar ↗ 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.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP virðist vera sett upp to fjarlægja innantextablokkir (inline doc blocks). Þetta mun gera ýmis kjarnaforrit óaðgengileg.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP virðist vera sett upp to fjarlægja innantextablokkir (inline doc blocks). Þetta mun gera ýmis kjarnaforrit óaðgengileg.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Þessu veldur væntanlega biðminni/hraðall á borð við Zend OPcache eða eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Gagnagrunnurinn keyrir ekki með \"READ COMMITTED\" færsluaðgreiningarstiginu. Þetta getur valdið vandamálum þegar margar aðgerðir eru keyrðar í einu.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s eldra en útgáfa %2$s er uppsett, en vegna stöðugleika og afkasta mælum við með að útgáfa %1$s verði sett upp.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "PHP-eininguna 'fileinfo' vantar. Við mælum eindregið með notkun þessarar einingar til að fá bestu útkomu við greiningu á MIME-skráagerðum.", - "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 documentation ↗ for more information." : "Færslulæsing skráa (transactional file locking) er óvirk, þetta gæti leitt til vandamála út frá forgangsskilyrðum (race conditions). Virkjaðu 'filelocking.enabled' í config.php til að forðast slík vandamál. Skoðaðu hjálparskjölin ↗ til að sjá nánari upplýsingar.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s eldra en útgáfa %2$s er uppsett, en vegna stöðugleika og afkasta mælum við með að útgáfa %1$s verði sett upp.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-eininguna 'fileinfo' vantar. Við mælum eindregið með notkun þessarar einingar til að fá bestu útkomu við greiningu á MIME-skráagerðum.", + "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 documentation ↗ for more information." : "Færslulæsing skráa (transactional file locking) er óvirk, þetta gæti leitt til vandamála út frá forgangsskilyrðum (race conditions). Virkjaðu 'filelocking.enabled' í config.php til að forðast slík vandamál. Skoðaðu hjálparskjölin ↗ til að sjá nánari upplýsingar.", "System locale can not be set to a one which supports UTF-8." : "Ekki var hægt að setja staðfærslu kerfisins á neina sem styður UTF-8.", - "This means that there might be problems with certain characters in file names." : "Þetta þýðir að það geta komið upp vandamál við að birta ákveðna stafi í skráaheitum.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Við mælum eindregið með því að þessir nauðsynlegu pakkar séu á kerfinu til stuðnings einnar af eftirfarandi staðfærslum: %s", - "If your installation is not installed in 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\")" : "Ef uppsetningin þín er ekki á rót lénsins og þú notar cron stýrikerfisins, þá geta komið upp vandamál við gerð URL-slóða. Til að forðast slík vandamál, skaltu stilla \"overwrite.cli.url\" valkostinn í config.php skránni þinni á slóð vefrótarinnar (webroot) í uppsetningunni (tillaga: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Ekki var hægt að keyra cron-verkið á skipanalínu. Eftirfarandi tæknilegar villur komu upp:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Yfirfarðu vandlega uppsetningarleiðbeiningarnar ↗, og athugaðu hvort nokkrar villumeldingar eða aðvaranir séu í annálnum.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php er skráð á webcron-þjónustu til að kalla á cron.php á 15 mínútna fresti yfir http.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Til að keyra þetta þarftu að hafa PHP posix viðvótina (extension). Skoðaðu {linkstart}PHP hjálparskjölin{linkend} fyrir nánari útlistun.", + "This means that there might be problems with certain characters in filenames." : "Þetta þýðir að það geta komið upp vandamál við að birta ákveðna stafi í skráaheitum.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Við mælum eindregið með því að þessir nauðsynlegu pakkar séu á kerfinu til stuðnings einnar af eftirfarandi staðfærslum: %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\")" : "Ef uppsetningin þín er ekki á rót lénsins og þú notar cron stýrikerfisins, þá geta komið upp vandamál við gerð URL-slóða. Til að forðast slík vandamál, skaltu stilla \"overwrite.cli.url\" valkostinn í config.php skránni þinni á slóð vefrótarinnar (webroot) í uppsetningunni (tillaga: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Ekki var hægt að keyra cron-verkið á skipanalínu. Eftirfarandi tæknilegar villur komu upp:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Yfirfarðu vandlega uppsetningarleiðbeiningarnar ↗, og athugaðu hvort nokkrar villumeldingar eða aðvaranir séu í annálnum.", "Tips & tricks" : "Ábendingar og góð ráð", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Það eru margir eiginleikar og stillingarofar í boði til að sérsníða og besta notkun þessarar uppsetningar. Hér eru nokkrar ábendingar um frekari upplýsingar.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Núna er stuðst við SQLite sem bakenda fyrir gagnagrunn. Fyrir stærri uppsetningar mælum við með að skipta yfir í annan gagnagrunnsbakenda.", "This is particularly recommended when using the desktop client for file synchronisation." : "Mælt er sérstaklega með þessu þegar skjáborðsforritið er notað til að samstilla skrár.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Til að yfirfæra í annan gagnagrunn skaltu nota skipanalínutólið: 'occ db:convert-type', eða lesa hjálparskjölin ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Til að yfirfæra í annan gagnagrunn skaltu nota skipanalínutólið: 'occ db:convert-type', eða lesa hjálparskjölin ↗.", "How to do backups" : "Hvernig á að taka öryggisafrit", "Performance tuning" : "Fínstilling afkasta", "Improving the config.php" : "Bæting á config.php skránni", "Theming" : "Þemu", "Check the security of your Nextcloud over our security scan" : "Athugaðu öryggi Nextcloud-skýsins með öryggisskönnun okkar", "Hardening and security guidance" : "Brynjun og öryggisleiðbeiningar", - "This app has an update available." : "Uppfærsla er tiltæk fyrir þetta forrit.", - "by %s" : "frá %s", - "%s-licensed" : "%s-notkunarleyfi", - "Documentation:" : "Hjálparskjöl:", - "Show description …" : "Birta lýsingu …", - "Hide description …" : "Fela lýsingu …", - "Enable only for specific groups" : "Einungis fyrir sérstaka hópa", - "Online documentation" : "Handbækur/skjölun á netinu", - "Getting help" : "Til að fá hjálp", - "Commercial support" : "Gjaldskyld tækniaðstoð", "You are using %s of %s" : "Þú notar %s af %s", "You are using %s of %s (%s %%)" : "You are using %s af %s (%s %%)", - "You are member of the following groups:" : "Þú ert meðlimur eftirfarandi hópa:", - "Get the apps to sync your files" : "Náðu í forrit til að samstilla skrárnar þínar", - "Desktop client" : "Skjáborðsforrit", - "Android app" : "Android-forrit", - "iOS app" : "iOS-forrit", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Ef þú vilt styðja við verkefnið {contributeopen}taktu þátt í þróuninni {linkclose} eða {contributeopen}láttu orð út ganga{linkclose}!", - "Show First Run Wizard again" : "Birta Fyrsta-skiptis-leiðarvísinn aftur", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Veftól, tölvur og símar sem núna eru með aðgang inn á aðganginn þinn.", - "App passwords" : "Lykilorð forrits", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Hér geturðu útbúið sérstök lykilorð fyrir hvert forrit svo að þú þurfir ekki að gefa upp lykilorðið þitt. Þú getur líka afturkallað þau hvert fyrir sig.", - "Follow us on Google+!" : "Fylgstu með okkur á Google+!", - "Like our facebook page!" : "Líkaðu við Facebook-síðuna okkar!", - "Follow us on Twitter!" : "Fylgstu með okkur á Twitter!", - "Check out our blog!" : "Kíktu á bloggið okkar!", - "Subscribe to our newsletter!" : "Gerstu áskrifandi að fréttabréfinu okkar!", "Settings" : "Stillingar", "Show storage location" : "Birta staðsetningu gagnageymslu", "Show email address" : "Birta tölvupóstfang", @@ -446,7 +423,6 @@ OC.L10N.register( "Create" : "Búa til", "Admin Recovery Password" : "Endurheimtulykilorð kerfisstjóra", "Enter the recovery password in order to recover the users files during password change" : "Settu inn endurheimtulykilorð til að endurheimta skrár notandans við breytingu á lykilorði", - "Group name" : "Heiti hóps", "Disabled" : "Óvirkt", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Settu inn geymslukvóta (t.d.: \"512 MB\" eða \"12 GB\")", "Other" : "Annað", @@ -454,23 +430,7 @@ OC.L10N.register( "set new password" : "setja nýtt lykilorð", "change email address" : "breyta tölvupóstfangi", "Default" : "Sjálfgefið", - "App up to date" : "Forrit er af nýjustu gerð", - "Updating …" : "Uppfæri …", - "Could not update app" : "Gat ekki uppfært forrit", - "Could not remove app" : "Gat ekki fjarlægt forrit", - "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Endilega skoðaðu hjálparskjöl uppsetningarinnar ↗ varðandi athugasemdir vegna uppsetningar PHP og sjálfa uppsetningu PHP-þjónsins, Sérstaklega ef þú notar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP virðist vera sett upp to fjarlægja innantextablokkir (inline doc blocks). Þetta mun gera ýmis kjarnaforrit óaðgengileg.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s eldra en útgáfa %2$s er uppsett, en vegna stöðugleika og afkasta mælum við með að útgáfa %1$s verði sett upp.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-eininguna 'fileinfo' vantar. Við mælum eindregið með notkun þessarar einingar til að fá bestu útkomu við greiningu á MIME-skráagerðum.", - "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 documentation ↗ for more information." : "Færslulæsing skráa (transactional file locking) er óvirk, þetta gæti leitt til vandamála út frá forgangsskilyrðum (race conditions). Virkjaðu 'filelocking.enabled' í config.php til að forðast slík vandamál. Skoðaðu hjálparskjölin ↗ til að sjá nánari upplýsingar.", - "This means that there might be problems with certain characters in filenames." : "Þetta þýðir að það geta komið upp vandamál við að birta ákveðna stafi í skráaheitum.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Við mælum eindregið með því að þessir nauðsynlegu pakkar séu á kerfinu til stuðnings einnar af eftirfarandi staðfærslum: %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\")" : "Ef uppsetningin þín er ekki á rót lénsins og þú notar cron stýrikerfisins, þá geta komið upp vandamál við gerð URL-slóða. Til að forðast slík vandamál, skaltu stilla \"overwrite.cli.url\" valkostinn í config.php skránni þinni á slóð vefrótarinnar (webroot) í uppsetningunni (tillaga: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Ekki var hægt að keyra cron-verkið á skipanalínu. Eftirfarandi tæknilegar villur komu upp:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Yfirfarðu vandlega uppsetningarleiðbeiningarnar ↗, og athugaðu hvort nokkrar villumeldingar eða aðvaranir séu í annálnum.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Til að yfirfæra í annan gagnagrunn skaltu nota skipanalínutólið: 'occ db:convert-type', eða lesa hjálparskjölin ↗.", - "Default quota :" : "Sjálfgefinn kvóti :" + "Default quota :" : "Sjálfgefinn kvóti :", + "An error occured while changing your locale. Please reload the page and try again." : "Villa kom upp við að skipta um staðfærsluna þína. Endurlestu síðuna og prófaðu aftur." }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/settings/l10n/is.json b/settings/l10n/is.json index 7baed52684..eda90f2570 100644 --- a/settings/l10n/is.json +++ b/settings/l10n/is.json @@ -70,10 +70,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome fyrir Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS-biðlari", - "Android Client" : "Android-biðlari", "Sync client - {os}" : "Samstilla bilara - {os}", "This session" : "Þessa setu", "Copy" : "Afrita", @@ -102,8 +98,6 @@ "So-so password" : "Svo-svo lykilorð", "Good password" : "Gott lykilorð", "Strong password" : "Sterkt lykilorð", - "An error occured while changing your language. Please reload the page and try again." : "Villa kom upp við að skipta um tungumálið þitt. Endurlestu síðuna og prófaðu aftur.", - "An error occured while changing your locale. Please reload the page and try again." : "Villa kom upp við að skipta um staðfærsluna þína. Endurlestu síðuna og prófaðu aftur.", "Select a profile picture" : "Veldu einkennismynd", "Week starts on {fdow}" : "Vika byrjar á {fdow}", "Groups" : "Hópar", @@ -333,12 +327,10 @@ "Invalid user" : "Ógildur notandi", "Unable to change mail address" : "Get ekki breytt tölvupóstfangi", "Email saved" : "Tölvupóstfang vistað", - "%1$s changed your email address on %2$s." : "%1$s breytti tölvupóstfanginu þínu þann %2$s.", "Password confirmation is required" : "Þörf á staðfestingu lykilorðs", "Are you really sure you want add {domain} as trusted domain?" : "Ertu viss um að þú viljir bæta \"{domain}\" við sem treystu léni?", "Add trusted domain" : "Bæta við treystu léni", "Update to %s" : "Uppfæra í %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Það er %n forritsuppfærsla í bið","Það eru %n forritauppfærslur í bið"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Samþykkt forrit eru þróuð af treystum forriturum og hafa gengist undir lauslegar öryggisprófanir. Þau eru í virku viðhaldi í opnum hugbúnaðarsöfnum og umsjónarmenn þeirra dæma þau nógu stöðug til notkunar í allri venjulegri vinnslu.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Þetta forrit hefur ekki verið öryggisprófað, er nýtt erða þekkt fyrir ótöðugleika við vissar aðstæður. Uppsetning er á þína ábyrgð.", "Disabling app …" : "Geri forrit óvirkt …", @@ -347,14 +339,20 @@ "Error while enabling app" : "Villa við að virkja forrit", "Error: Could not disable broken app" : "Villa: gat ekki gert bilaða forritið óvirkt", "Error while disabling broken app" : "Villa við að gera bilaða forritið óvirkt", - "Updating...." : "Uppfæri....", - "Error while updating app" : "Villa við að uppfæra forrit", + "App up to date" : "Forrit er af nýjustu gerð", + "Updating …" : "Uppfæri …", + "Could not update app" : "Gat ekki uppfært forrit", "Updated" : "Uppfært", "Removing …" : "Fjarlægi ...", - "Error while removing app" : "Villa við að fjarlægja forrit", + "Could not remove app" : "Gat ekki fjarlægt forrit", "Approved" : "Samþykkt", "Experimental" : "Á tilraunastigi", "No apps found for {query}" : "Engin forrit fundust fyrir \"{query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS-biðlari", + "Android Client" : "Android-biðlari", + "An error occured while changing your language. Please reload the page and try again." : "Villa kom upp við að skipta um tungumálið þitt. Endurlestu síðuna og prófaðu aftur.", "Unable to delete {objName}" : "Get ekki eytt {objName}", "Error creating group: {message}" : "Villa við að búa til hóp: {message}", "A valid group name must be provided" : "Skráðu inn gilt heiti á hópi", @@ -375,66 +373,45 @@ "Error creating user: {message}" : "Villa við að búa til notanda: {message}", "A valid password must be provided" : "Skráðu inn gilt lykilorð", "A valid email must be provided" : "Skráðu inn gilt tölvupóstfang", - "__language_name__" : "Íslenska", - "Verifying" : "Yfirfer", - "Personal info" : "Persónuupplýsingar", - "Sync clients" : "Samstilla biðlara", - "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information." : "Það 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 installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Endilega skoðaðu hjálparskjöl uppsetningarinnar ↗ varðandi athugasemdir vegna uppsetningar PHP og sjálfa uppsetningu PHP-þjónsins, Sérstaklega ef þú notar php-fpm.", + "by %s" : "frá %s", + "%s-licensed" : "%s-notkunarleyfi", + "Documentation:" : "Hjálparskjöl:", + "Show description …" : "Birta lýsingu …", + "Hide description …" : "Fela lýsingu …", + "This app has an update available." : "Uppfærsla er tiltæk fyrir þetta forrit.", + "Enable only for specific groups" : "Einungis fyrir sérstaka hópa", + "Online documentation" : "Handbækur/skjölun á netinu", + "Getting help" : "Til að fá hjálp", + "Commercial support" : "Gjaldskyld tækniaðstoð", + "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Endilega skoðaðu hjálparskjöl uppsetningarinnar ↗ 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.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP virðist vera sett upp to fjarlægja innantextablokkir (inline doc blocks). Þetta mun gera ýmis kjarnaforrit óaðgengileg.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP virðist vera sett upp to fjarlægja innantextablokkir (inline doc blocks). Þetta mun gera ýmis kjarnaforrit óaðgengileg.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Þessu veldur væntanlega biðminni/hraðall á borð við Zend OPcache eða eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Gagnagrunnurinn keyrir ekki með \"READ COMMITTED\" færsluaðgreiningarstiginu. Þetta getur valdið vandamálum þegar margar aðgerðir eru keyrðar í einu.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s eldra en útgáfa %2$s er uppsett, en vegna stöðugleika og afkasta mælum við með að útgáfa %1$s verði sett upp.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "PHP-eininguna 'fileinfo' vantar. Við mælum eindregið með notkun þessarar einingar til að fá bestu útkomu við greiningu á MIME-skráagerðum.", - "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 documentation ↗ for more information." : "Færslulæsing skráa (transactional file locking) er óvirk, þetta gæti leitt til vandamála út frá forgangsskilyrðum (race conditions). Virkjaðu 'filelocking.enabled' í config.php til að forðast slík vandamál. Skoðaðu hjálparskjölin ↗ til að sjá nánari upplýsingar.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s eldra en útgáfa %2$s er uppsett, en vegna stöðugleika og afkasta mælum við með að útgáfa %1$s verði sett upp.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-eininguna 'fileinfo' vantar. Við mælum eindregið með notkun þessarar einingar til að fá bestu útkomu við greiningu á MIME-skráagerðum.", + "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 documentation ↗ for more information." : "Færslulæsing skráa (transactional file locking) er óvirk, þetta gæti leitt til vandamála út frá forgangsskilyrðum (race conditions). Virkjaðu 'filelocking.enabled' í config.php til að forðast slík vandamál. Skoðaðu hjálparskjölin ↗ til að sjá nánari upplýsingar.", "System locale can not be set to a one which supports UTF-8." : "Ekki var hægt að setja staðfærslu kerfisins á neina sem styður UTF-8.", - "This means that there might be problems with certain characters in file names." : "Þetta þýðir að það geta komið upp vandamál við að birta ákveðna stafi í skráaheitum.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Við mælum eindregið með því að þessir nauðsynlegu pakkar séu á kerfinu til stuðnings einnar af eftirfarandi staðfærslum: %s", - "If your installation is not installed in 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\")" : "Ef uppsetningin þín er ekki á rót lénsins og þú notar cron stýrikerfisins, þá geta komið upp vandamál við gerð URL-slóða. Til að forðast slík vandamál, skaltu stilla \"overwrite.cli.url\" valkostinn í config.php skránni þinni á slóð vefrótarinnar (webroot) í uppsetningunni (tillaga: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Ekki var hægt að keyra cron-verkið á skipanalínu. Eftirfarandi tæknilegar villur komu upp:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Yfirfarðu vandlega uppsetningarleiðbeiningarnar ↗, og athugaðu hvort nokkrar villumeldingar eða aðvaranir séu í annálnum.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php er skráð á webcron-þjónustu til að kalla á cron.php á 15 mínútna fresti yfir http.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Til að keyra þetta þarftu að hafa PHP posix viðvótina (extension). Skoðaðu {linkstart}PHP hjálparskjölin{linkend} fyrir nánari útlistun.", + "This means that there might be problems with certain characters in filenames." : "Þetta þýðir að það geta komið upp vandamál við að birta ákveðna stafi í skráaheitum.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Við mælum eindregið með því að þessir nauðsynlegu pakkar séu á kerfinu til stuðnings einnar af eftirfarandi staðfærslum: %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\")" : "Ef uppsetningin þín er ekki á rót lénsins og þú notar cron stýrikerfisins, þá geta komið upp vandamál við gerð URL-slóða. Til að forðast slík vandamál, skaltu stilla \"overwrite.cli.url\" valkostinn í config.php skránni þinni á slóð vefrótarinnar (webroot) í uppsetningunni (tillaga: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Ekki var hægt að keyra cron-verkið á skipanalínu. Eftirfarandi tæknilegar villur komu upp:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Yfirfarðu vandlega uppsetningarleiðbeiningarnar ↗, og athugaðu hvort nokkrar villumeldingar eða aðvaranir séu í annálnum.", "Tips & tricks" : "Ábendingar og góð ráð", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Það eru margir eiginleikar og stillingarofar í boði til að sérsníða og besta notkun þessarar uppsetningar. Hér eru nokkrar ábendingar um frekari upplýsingar.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Núna er stuðst við SQLite sem bakenda fyrir gagnagrunn. Fyrir stærri uppsetningar mælum við með að skipta yfir í annan gagnagrunnsbakenda.", "This is particularly recommended when using the desktop client for file synchronisation." : "Mælt er sérstaklega með þessu þegar skjáborðsforritið er notað til að samstilla skrár.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Til að yfirfæra í annan gagnagrunn skaltu nota skipanalínutólið: 'occ db:convert-type', eða lesa hjálparskjölin ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Til að yfirfæra í annan gagnagrunn skaltu nota skipanalínutólið: 'occ db:convert-type', eða lesa hjálparskjölin ↗.", "How to do backups" : "Hvernig á að taka öryggisafrit", "Performance tuning" : "Fínstilling afkasta", "Improving the config.php" : "Bæting á config.php skránni", "Theming" : "Þemu", "Check the security of your Nextcloud over our security scan" : "Athugaðu öryggi Nextcloud-skýsins með öryggisskönnun okkar", "Hardening and security guidance" : "Brynjun og öryggisleiðbeiningar", - "This app has an update available." : "Uppfærsla er tiltæk fyrir þetta forrit.", - "by %s" : "frá %s", - "%s-licensed" : "%s-notkunarleyfi", - "Documentation:" : "Hjálparskjöl:", - "Show description …" : "Birta lýsingu …", - "Hide description …" : "Fela lýsingu …", - "Enable only for specific groups" : "Einungis fyrir sérstaka hópa", - "Online documentation" : "Handbækur/skjölun á netinu", - "Getting help" : "Til að fá hjálp", - "Commercial support" : "Gjaldskyld tækniaðstoð", "You are using %s of %s" : "Þú notar %s af %s", "You are using %s of %s (%s %%)" : "You are using %s af %s (%s %%)", - "You are member of the following groups:" : "Þú ert meðlimur eftirfarandi hópa:", - "Get the apps to sync your files" : "Náðu í forrit til að samstilla skrárnar þínar", - "Desktop client" : "Skjáborðsforrit", - "Android app" : "Android-forrit", - "iOS app" : "iOS-forrit", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Ef þú vilt styðja við verkefnið {contributeopen}taktu þátt í þróuninni {linkclose} eða {contributeopen}láttu orð út ganga{linkclose}!", - "Show First Run Wizard again" : "Birta Fyrsta-skiptis-leiðarvísinn aftur", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Veftól, tölvur og símar sem núna eru með aðgang inn á aðganginn þinn.", - "App passwords" : "Lykilorð forrits", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Hér geturðu útbúið sérstök lykilorð fyrir hvert forrit svo að þú þurfir ekki að gefa upp lykilorðið þitt. Þú getur líka afturkallað þau hvert fyrir sig.", - "Follow us on Google+!" : "Fylgstu með okkur á Google+!", - "Like our facebook page!" : "Líkaðu við Facebook-síðuna okkar!", - "Follow us on Twitter!" : "Fylgstu með okkur á Twitter!", - "Check out our blog!" : "Kíktu á bloggið okkar!", - "Subscribe to our newsletter!" : "Gerstu áskrifandi að fréttabréfinu okkar!", "Settings" : "Stillingar", "Show storage location" : "Birta staðsetningu gagnageymslu", "Show email address" : "Birta tölvupóstfang", @@ -444,7 +421,6 @@ "Create" : "Búa til", "Admin Recovery Password" : "Endurheimtulykilorð kerfisstjóra", "Enter the recovery password in order to recover the users files during password change" : "Settu inn endurheimtulykilorð til að endurheimta skrár notandans við breytingu á lykilorði", - "Group name" : "Heiti hóps", "Disabled" : "Óvirkt", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Settu inn geymslukvóta (t.d.: \"512 MB\" eða \"12 GB\")", "Other" : "Annað", @@ -452,23 +428,7 @@ "set new password" : "setja nýtt lykilorð", "change email address" : "breyta tölvupóstfangi", "Default" : "Sjálfgefið", - "App up to date" : "Forrit er af nýjustu gerð", - "Updating …" : "Uppfæri …", - "Could not update app" : "Gat ekki uppfært forrit", - "Could not remove app" : "Gat ekki fjarlægt forrit", - "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Endilega skoðaðu hjálparskjöl uppsetningarinnar ↗ varðandi athugasemdir vegna uppsetningar PHP og sjálfa uppsetningu PHP-þjónsins, Sérstaklega ef þú notar php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP virðist vera sett upp to fjarlægja innantextablokkir (inline doc blocks). Þetta mun gera ýmis kjarnaforrit óaðgengileg.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s eldra en útgáfa %2$s er uppsett, en vegna stöðugleika og afkasta mælum við með að útgáfa %1$s verði sett upp.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-eininguna 'fileinfo' vantar. Við mælum eindregið með notkun þessarar einingar til að fá bestu útkomu við greiningu á MIME-skráagerðum.", - "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 documentation ↗ for more information." : "Færslulæsing skráa (transactional file locking) er óvirk, þetta gæti leitt til vandamála út frá forgangsskilyrðum (race conditions). Virkjaðu 'filelocking.enabled' í config.php til að forðast slík vandamál. Skoðaðu hjálparskjölin ↗ til að sjá nánari upplýsingar.", - "This means that there might be problems with certain characters in filenames." : "Þetta þýðir að það geta komið upp vandamál við að birta ákveðna stafi í skráaheitum.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Við mælum eindregið með því að þessir nauðsynlegu pakkar séu á kerfinu til stuðnings einnar af eftirfarandi staðfærslum: %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\")" : "Ef uppsetningin þín er ekki á rót lénsins og þú notar cron stýrikerfisins, þá geta komið upp vandamál við gerð URL-slóða. Til að forðast slík vandamál, skaltu stilla \"overwrite.cli.url\" valkostinn í config.php skránni þinni á slóð vefrótarinnar (webroot) í uppsetningunni (tillaga: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Ekki var hægt að keyra cron-verkið á skipanalínu. Eftirfarandi tæknilegar villur komu upp:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Yfirfarðu vandlega uppsetningarleiðbeiningarnar ↗, og athugaðu hvort nokkrar villumeldingar eða aðvaranir séu í annálnum.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Til að yfirfæra í annan gagnagrunn skaltu nota skipanalínutólið: 'occ db:convert-type', eða lesa hjálparskjölin ↗.", - "Default quota :" : "Sjálfgefinn kvóti :" + "Default quota :" : "Sjálfgefinn kvóti :", + "An error occured while changing your locale. Please reload the page and try again." : "Villa kom upp við að skipta um staðfærsluna þína. Endurlestu síðuna og prófaðu aftur." },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" } \ No newline at end of file diff --git a/settings/l10n/it.js b/settings/l10n/it.js index 5b77dab1fd..b71245a3c7 100644 --- a/settings/l10n/it.js +++ b/settings/l10n/it.js @@ -72,10 +72,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome per Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Client iOS", - "Android Client" : "Client Android", "Sync client - {os}" : "Client di sincronizzazione - {os}", "This session" : "Questa sessione", "Copy" : "Copia", @@ -104,8 +100,6 @@ OC.L10N.register( "So-so password" : "Password così-così", "Good password" : "Password buona", "Strong password" : "Password forte", - "An error occured while changing your language. Please reload the page and try again." : "Si è verificato un errore durante la modifica della lingua. Ricarica la pagina e prova ancora.", - "An error occured while changing your locale. Please reload the page and try again." : "Si è verificato un errore durante la modifica della localizzazione. Ricarica la pagina e prova ancora.", "Select a profile picture" : "Seleziona un'immagine del profilo", "Week starts on {fdow}" : "La settimana inizia il {fdow}", "Groups" : "Gruppi", @@ -356,12 +350,10 @@ OC.L10N.register( "Invalid user" : "Utente non valido", "Unable to change mail address" : "Impossibile cambiare l'indirizzo di posta", "Email saved" : "Email salvata", - "%1$s changed your email address on %2$s." : "%1$s ha modificato il tuo indirizzo di posta su %2$s.", "Password confirmation is required" : "La conferma della password è richiesta", "Are you really sure you want add {domain} as trusted domain?" : "Sei davvero sicuro di voler aggiungere {domain} come dominio attendibile?", "Add trusted domain" : "Aggiungi dominio attendibile", "Update to %s" : "Aggiorna a %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Hai %n aggiornamento di applicazione in corso","Hai %n aggiornamenti di applicazione in corso"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Le applicazioni approvate sono sviluppate da sviluppatori affidabili e hanno passato un rapido controllo di sicurezza. Sono attivamente mantenute in un deposito aperto del codice e i loro responsabili le ritengono pronte sia per un utilizzo casuale che per un utilizzo continuativo.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Questa applicazione non è stata sottoposta a controlli di sicurezza, è nuova o notoriamente instabile. Installala a tuo rischio.", "Disabling app …" : "Disabilitazione applicazione...", @@ -370,14 +362,20 @@ OC.L10N.register( "Error while enabling app" : "Errore durante l'attivazione", "Error: Could not disable broken app" : "Errore: impossibile disabilitare l'applicazione danneggiata", "Error while disabling broken app" : "Errore durante la disabilitazione dell'applicazione danneggiata", - "Updating...." : "Aggiornamento in corso...", - "Error while updating app" : "Errore durante l'aggiornamento", + "App up to date" : "Applicazione aggiornata", + "Updating …" : "Aggiornamento in corso...", + "Could not update app" : "Impossibile aggiornare l'applicazione", "Updated" : "Aggiornato", "Removing …" : "Rimozione in corso...", - "Error while removing app" : "Errore durante la rimozione dell'applicazione", + "Could not remove app" : "Impossibile rimuovere l'applicazione", "Approved" : "Approvata", "Experimental" : "Sperimentale", "No apps found for {query}" : "Nessuna applicazione trovata per {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Client iOS", + "Android Client" : "Client Android", + "An error occured while changing your language. Please reload the page and try again." : "Si è verificato un errore durante la modifica della lingua. Ricarica la pagina e prova ancora.", "Unable to delete {objName}" : "Impossibile eliminare {objName}", "Error creating group: {message}" : "Errore durante la creazione del gruppo: {message}", "A valid group name must be provided" : "Deve essere fornito un nome valido per il gruppo", @@ -398,66 +396,45 @@ OC.L10N.register( "Error creating user: {message}" : "Errore durante la creazione dell'utente: {message}", "A valid password must be provided" : "Deve essere fornita una password valida", "A valid email must be provided" : "Deve essere fornito un indirizzo email valido", - "__language_name__" : "Italiano", - "Verifying" : "Verifica in corso", - "Personal info" : "Informazioni personali", - "Sync clients" : "Client di sincronizzazione", - "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." : "È importante per la sicurezza e le prestazioni della tua istanza che tutto sia configurato correttamente. Per aiutarti in questo senso, stiamo eseguendo qualche controllo automatico. Vedi la sezione Suggerimenti e trucchi e la documentazione per ulteriori informazioni.", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "php non sembra essere configurato correttamente per interrogare le variabili d'ambiente di sistema. Il test con getenv(\"PATH\") restituisce solo una risposta vuota.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Controlla la documentazione di installazione↗ per le note di configurazione di php e la configurazione del tuo server, in particolare quando utilizzi php-fpm.", + "by %s" : "di %s", + "%s-licensed" : "sotto licenza %s", + "Documentation:" : "Documentazione:", + "Show description …" : "Mostra descrizione...", + "Hide description …" : "Nascondi descrizione...", + "This app has an update available." : "Un aggiornamento di questa applicazione è disponibile.", + "Enable only for specific groups" : "Abilita solo per gruppi specifici", + "Online documentation" : "Documentazione in linea", + "Getting help" : "Ottenere aiuto", + "Commercial support" : "Supporto commerciale", + "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." : "È importante per la sicurezza e le prestazioni della tua istanza che tutto sia configurato correttamente. Per aiutarti in questo senso, stiamo eseguendo qualche controllo automatico. Vedi la sezione Suggerimenti e trucchi e la documentazione per ulteriori informazioni.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP non sembra essere configurato correttamente per interrogare le variabili d'ambiente di sistema. Il test con getenv(\"PATH\") restituisce solo una risposta vuota.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Controlla la documentazione di installazione ↗ per le note di configurazione di PHP e la configurazione PHP del tuo server, in particolare quando utilizzi 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." : "La configurazione di sola lettura è stata abilitata. Ciò impedisce l'impostazione di alcune configurazioni tramite l'interfaccia web. Inoltre, i file devono essere resi scrivibili manualmente per ogni aggiornamento.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Sembra che PHP sia configurato per rimuovere i blocchi di documentazione in linea. Ciò renderà inaccessibili diverse applicazioni principali.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Sembra che PHP sia configurato per rimuovere i blocchi di documentazione in linea. Ciò renderà inaccessibili diverse applicazioni principali.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Ciò è causato probabilmente da una cache/acceleratore come Zend OPcache o eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Il tuo database non è in esecuzione con il livello di isolamento delle transazioni \"READ COMMITTED\". Ciò può causare problemi quando diverse azioni sono eseguite in parallelo.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "La versione di %1$s installata è anteriore alla %2$s, per motivi di stabilità e prestazioni, consigliamo di aggiornare a una versione di %1$s più recente.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Il modulo PHP 'fileinfo' non è presente. Consigliamo vivamente di abilitare questo modulo per ottenere risultati migliori con il rilevamento dei tipi 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 documentation ↗ for more information." : "Il blocco del file transazionale è disabilitato, ciò potrebbe comportare problemi di race condition. Abilita 'filelocking.enabled' nel config-php per evitare questi problemi. Vedi la documentazione ↗ per ulteriori informazioni.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "La versione di %1$s installata è anteriore alla %2$s, per motivi di stabilità e prestazioni, consigliamo di aggiornare a una versione di %1$s più recente.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Il modulo PHP 'fileinfo' non è presente. Consigliamo vivamente di abilitare questo modulo per ottenere risultati migliori con il rilevamento dei tipi 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 documentation ↗ for more information." : "Il blocco del file transazionale è disabilitato, ciò potrebbe comportare problemi di race condition. Abilita 'filelocking.enabled' nel config-php per evitare questi problemi. Vedi la documentazione ↗ per ulteriori informazioni.", "System locale can not be set to a one which supports UTF-8." : "La localizzazione di sistema non può essere impostata a una che supporta UTF-8.", - "This means that there might be problems with certain characters in file names." : "Ciò significa che potrebbero esserci problemi con alcuni caratteri nei nomi dei file.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Consigliamo vivamente di installare i pacchetti richiesti sul tuo sistema per supportare una delle localizzazioni seguenti: %s.", - "If your installation is not installed in 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\")" : "Se la tua installazione non si trova nella radice del dominio e utilizza il cron di sistema, potrebbero esserci problemi con la generazione degli URL. Per evitare questi problemi, imposta l'opzione \"overwrite.cli.url\" nel file config.php al percorso della radice del sito della tua installazione (Consigliato: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Non è stato possibile eseguire il job di cron tramite CLI. Sono apparsi i seguenti errori tecnici:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Leggi attentamente le guide d'installazione ↗, e controlla gli errori o gli avvisi nel log.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php è registrato su un servizio webcron per invocare cron.php ogni 15 minuti su http.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Per eseguirlo, hai bisogno dell'estensione posix di PHP. Vedi la {linkstart}documentazione di PHP{linkend} per ulteriori dettagli.", + "This means that there might be problems with certain characters in filenames." : "Ciò vuol dire che ci potrebbero esserci problemi con certi caratteri nei nomi dei file.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "È vivamente consigliata l'installazione dei pacchetti richiesti sul tuo sistema per supportare una delle seguenti localizzazioni: %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\")" : "Se la tua installazione non si trova nella radice del dominio e utilizza il cron di sistema, potrebbero esserci problemi con la generazione degli URL. Per evitare questi problemi, imposta l'opzione \"overwrite.cli.url\" nel file config.php al percorso della radice del sito della tua installazione (Consigliato: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Non è stato possibile eseguire il job di cron tramite CLI. Sono apparsi i seguenti errori tecnici:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Leggi attentamente le guide d'installazione ↗, e controlla gli errori o gli avvisi nel log.", "Tips & tricks" : "Suggerimenti e trucchi", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Sono disponibili molte funzionalità e parametri di configurazione per personalizzare e utilizzare in modo ottimale questa istanza. Qui troverai alcuni riferimenti per ulteriori informazioni.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite è utilizzato attualmente come database. Per installazioni più grandi consigliamo di passare a un motore di database diverso.", "This is particularly recommended when using the desktop client for file synchronisation." : "Consigliato particolarmente quando si utilizza il client desktop per la sincronizzazione dei file.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Per migrare a un altro database, usa lo strumento da riga di comando: 'occ db:convert-type', o leggi la documentazione ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Per migrare a un altro database, usa lo strumento da riga di comando: 'occ db:convert-type', o leggi la documentazione ↗.", "How to do backups" : "Come creare delle copie di sicurezza", "Performance tuning" : "Ottimizzazione delle prestazioni", "Improving the config.php" : "Ottimizzare il config.php", "Theming" : "Temi", "Check the security of your Nextcloud over our security scan" : "Controlla la sicurezza del tuo Nextcloud con la nostra scansione di sicurezza", "Hardening and security guidance" : "Guida alla messa in sicurezza", - "This app has an update available." : "Un aggiornamento di questa applicazione è disponibile.", - "by %s" : "di %s", - "%s-licensed" : "sotto licenza %s", - "Documentation:" : "Documentazione:", - "Show description …" : "Mostra descrizione...", - "Hide description …" : "Nascondi descrizione...", - "Enable only for specific groups" : "Abilita solo per gruppi specifici", - "Online documentation" : "Documentazione in linea", - "Getting help" : "Ottenere aiuto", - "Commercial support" : "Supporto commerciale", "You are using %s of %s" : "Stai utilizzando %s di %s", "You are using %s of %s (%s %%)" : "Stai utilizzando %s di %s (%s %%)", - "You are member of the following groups:" : "Sei membro dei seguenti gruppi:", - "Get the apps to sync your files" : "Scarica le applicazioni per sincronizzare i tuoi file", - "Desktop client" : "Client desktop", - "Android app" : "Applicazione Android", - "iOS app" : "Applicazione iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Se vuoi supportare il progetto {contributeopen}unisciti allo sviluppo{linkclose} o {contributeopen} diffondi il verbo{linkclose}!", - "Show First Run Wizard again" : "Mostra nuovamente la procedura di primo avvio", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Client web, desktop e mobile e password specifiche di applicazioni che hanno attualmente accesso al tuo account.", - "App passwords" : "Password di applicazione", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Qui puoi generare password individuali per le applicazioni, in modo da non dover fornire la tua password. Puoi anche revocarle individualmente.", - "Follow us on Google+!" : "Seguici su Google+!", - "Like our facebook page!" : "Mi piace sulla nostra pagina di Facebook!", - "Follow us on Twitter!" : "Seguici su Twitter!", - "Check out our blog!" : "Leggi il nostro blog!", - "Subscribe to our newsletter!" : "Iscriviti alla nostra newsletter!", "Settings" : "Impostazioni", "Show storage location" : "Mostra posizione di archiviazione", "Show email address" : "Mostra l'indirizzo email", @@ -467,7 +444,6 @@ OC.L10N.register( "Create" : "Crea", "Admin Recovery Password" : "Password di ripristino amministrativa", "Enter the recovery password in order to recover the users files during password change" : "Digita la password di ripristino per recuperare i file degli utenti durante la modifica della password.", - "Group name" : "Nome del gruppo", "Disabled" : "Disabilitati", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Digita la quota di archiviazione (ad es.: \"512 MB\" o \"12 GB\")", "Other" : "Altro", @@ -475,23 +451,7 @@ OC.L10N.register( "set new password" : "imposta una nuova password", "change email address" : "cambia l'indirizzo email", "Default" : "Predefinito", - "App up to date" : "Applicazione aggiornata", - "Updating …" : "Aggiornamento in corso...", - "Could not update app" : "Impossibile aggiornare l'applicazione", - "Could not remove app" : "Impossibile rimuovere l'applicazione", - "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." : "È importante per la sicurezza e le prestazioni della tua istanza che tutto sia configurato correttamente. Per aiutarti in questo senso, stiamo eseguendo qualche controllo automatico. Vedi la sezione Suggerimenti e trucchi e la documentazione per ulteriori informazioni.", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP non sembra essere configurato correttamente per interrogare le variabili d'ambiente di sistema. Il test con getenv(\"PATH\") restituisce solo una risposta vuota.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Controlla la documentazione di installazione ↗ per le note di configurazione di PHP e la configurazione PHP del tuo server, in particolare quando utilizzi php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Sembra che PHP sia configurato per rimuovere i blocchi di documentazione in linea. Ciò renderà inaccessibili diverse applicazioni principali.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "La versione di %1$s installata è anteriore alla %2$s, per motivi di stabilità e prestazioni, consigliamo di aggiornare a una versione di %1$s più recente.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Il modulo PHP 'fileinfo' non è presente. Consigliamo vivamente di abilitare questo modulo per ottenere risultati migliori con il rilevamento dei tipi 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 documentation ↗ for more information." : "Il blocco del file transazionale è disabilitato, ciò potrebbe comportare problemi di race condition. Abilita 'filelocking.enabled' nel config-php per evitare questi problemi. Vedi la documentazione ↗ per ulteriori informazioni.", - "This means that there might be problems with certain characters in filenames." : "Ciò vuol dire che ci potrebbero esserci problemi con certi caratteri nei nomi dei file.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "È vivamente consigliata l'installazione dei pacchetti richiesti sul tuo sistema per supportare una delle seguenti localizzazioni: %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\")" : "Se la tua installazione non si trova nella radice del dominio e utilizza il cron di sistema, potrebbero esserci problemi con la generazione degli URL. Per evitare questi problemi, imposta l'opzione \"overwrite.cli.url\" nel file config.php al percorso della radice del sito della tua installazione (Consigliato: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Non è stato possibile eseguire il job di cron tramite CLI. Sono apparsi i seguenti errori tecnici:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Leggi attentamente le guide d'installazione ↗, e controlla gli errori o gli avvisi nel log.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Per migrare a un altro database, usa lo strumento da riga di comando: 'occ db:convert-type', o leggi la documentazione ↗.", - "Default quota :" : "Quota predefinita:" + "Default quota :" : "Quota predefinita:", + "An error occured while changing your locale. Please reload the page and try again." : "Si è verificato un errore durante la modifica della localizzazione. Ricarica la pagina e prova ancora." }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/it.json b/settings/l10n/it.json index 5d83a1eed9..c9d62aef4c 100644 --- a/settings/l10n/it.json +++ b/settings/l10n/it.json @@ -70,10 +70,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome per Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Client iOS", - "Android Client" : "Client Android", "Sync client - {os}" : "Client di sincronizzazione - {os}", "This session" : "Questa sessione", "Copy" : "Copia", @@ -102,8 +98,6 @@ "So-so password" : "Password così-così", "Good password" : "Password buona", "Strong password" : "Password forte", - "An error occured while changing your language. Please reload the page and try again." : "Si è verificato un errore durante la modifica della lingua. Ricarica la pagina e prova ancora.", - "An error occured while changing your locale. Please reload the page and try again." : "Si è verificato un errore durante la modifica della localizzazione. Ricarica la pagina e prova ancora.", "Select a profile picture" : "Seleziona un'immagine del profilo", "Week starts on {fdow}" : "La settimana inizia il {fdow}", "Groups" : "Gruppi", @@ -354,12 +348,10 @@ "Invalid user" : "Utente non valido", "Unable to change mail address" : "Impossibile cambiare l'indirizzo di posta", "Email saved" : "Email salvata", - "%1$s changed your email address on %2$s." : "%1$s ha modificato il tuo indirizzo di posta su %2$s.", "Password confirmation is required" : "La conferma della password è richiesta", "Are you really sure you want add {domain} as trusted domain?" : "Sei davvero sicuro di voler aggiungere {domain} come dominio attendibile?", "Add trusted domain" : "Aggiungi dominio attendibile", "Update to %s" : "Aggiorna a %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Hai %n aggiornamento di applicazione in corso","Hai %n aggiornamenti di applicazione in corso"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Le applicazioni approvate sono sviluppate da sviluppatori affidabili e hanno passato un rapido controllo di sicurezza. Sono attivamente mantenute in un deposito aperto del codice e i loro responsabili le ritengono pronte sia per un utilizzo casuale che per un utilizzo continuativo.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Questa applicazione non è stata sottoposta a controlli di sicurezza, è nuova o notoriamente instabile. Installala a tuo rischio.", "Disabling app …" : "Disabilitazione applicazione...", @@ -368,14 +360,20 @@ "Error while enabling app" : "Errore durante l'attivazione", "Error: Could not disable broken app" : "Errore: impossibile disabilitare l'applicazione danneggiata", "Error while disabling broken app" : "Errore durante la disabilitazione dell'applicazione danneggiata", - "Updating...." : "Aggiornamento in corso...", - "Error while updating app" : "Errore durante l'aggiornamento", + "App up to date" : "Applicazione aggiornata", + "Updating …" : "Aggiornamento in corso...", + "Could not update app" : "Impossibile aggiornare l'applicazione", "Updated" : "Aggiornato", "Removing …" : "Rimozione in corso...", - "Error while removing app" : "Errore durante la rimozione dell'applicazione", + "Could not remove app" : "Impossibile rimuovere l'applicazione", "Approved" : "Approvata", "Experimental" : "Sperimentale", "No apps found for {query}" : "Nessuna applicazione trovata per {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Client iOS", + "Android Client" : "Client Android", + "An error occured while changing your language. Please reload the page and try again." : "Si è verificato un errore durante la modifica della lingua. Ricarica la pagina e prova ancora.", "Unable to delete {objName}" : "Impossibile eliminare {objName}", "Error creating group: {message}" : "Errore durante la creazione del gruppo: {message}", "A valid group name must be provided" : "Deve essere fornito un nome valido per il gruppo", @@ -396,66 +394,45 @@ "Error creating user: {message}" : "Errore durante la creazione dell'utente: {message}", "A valid password must be provided" : "Deve essere fornita una password valida", "A valid email must be provided" : "Deve essere fornito un indirizzo email valido", - "__language_name__" : "Italiano", - "Verifying" : "Verifica in corso", - "Personal info" : "Informazioni personali", - "Sync clients" : "Client di sincronizzazione", - "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." : "È importante per la sicurezza e le prestazioni della tua istanza che tutto sia configurato correttamente. Per aiutarti in questo senso, stiamo eseguendo qualche controllo automatico. Vedi la sezione Suggerimenti e trucchi e la documentazione per ulteriori informazioni.", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "php non sembra essere configurato correttamente per interrogare le variabili d'ambiente di sistema. Il test con getenv(\"PATH\") restituisce solo una risposta vuota.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Controlla la documentazione di installazione↗ per le note di configurazione di php e la configurazione del tuo server, in particolare quando utilizzi php-fpm.", + "by %s" : "di %s", + "%s-licensed" : "sotto licenza %s", + "Documentation:" : "Documentazione:", + "Show description …" : "Mostra descrizione...", + "Hide description …" : "Nascondi descrizione...", + "This app has an update available." : "Un aggiornamento di questa applicazione è disponibile.", + "Enable only for specific groups" : "Abilita solo per gruppi specifici", + "Online documentation" : "Documentazione in linea", + "Getting help" : "Ottenere aiuto", + "Commercial support" : "Supporto commerciale", + "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." : "È importante per la sicurezza e le prestazioni della tua istanza che tutto sia configurato correttamente. Per aiutarti in questo senso, stiamo eseguendo qualche controllo automatico. Vedi la sezione Suggerimenti e trucchi e la documentazione per ulteriori informazioni.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP non sembra essere configurato correttamente per interrogare le variabili d'ambiente di sistema. Il test con getenv(\"PATH\") restituisce solo una risposta vuota.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Controlla la documentazione di installazione ↗ per le note di configurazione di PHP e la configurazione PHP del tuo server, in particolare quando utilizzi 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." : "La configurazione di sola lettura è stata abilitata. Ciò impedisce l'impostazione di alcune configurazioni tramite l'interfaccia web. Inoltre, i file devono essere resi scrivibili manualmente per ogni aggiornamento.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Sembra che PHP sia configurato per rimuovere i blocchi di documentazione in linea. Ciò renderà inaccessibili diverse applicazioni principali.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Sembra che PHP sia configurato per rimuovere i blocchi di documentazione in linea. Ciò renderà inaccessibili diverse applicazioni principali.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Ciò è causato probabilmente da una cache/acceleratore come Zend OPcache o eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Il tuo database non è in esecuzione con il livello di isolamento delle transazioni \"READ COMMITTED\". Ciò può causare problemi quando diverse azioni sono eseguite in parallelo.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "La versione di %1$s installata è anteriore alla %2$s, per motivi di stabilità e prestazioni, consigliamo di aggiornare a una versione di %1$s più recente.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Il modulo PHP 'fileinfo' non è presente. Consigliamo vivamente di abilitare questo modulo per ottenere risultati migliori con il rilevamento dei tipi 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 documentation ↗ for more information." : "Il blocco del file transazionale è disabilitato, ciò potrebbe comportare problemi di race condition. Abilita 'filelocking.enabled' nel config-php per evitare questi problemi. Vedi la documentazione ↗ per ulteriori informazioni.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "La versione di %1$s installata è anteriore alla %2$s, per motivi di stabilità e prestazioni, consigliamo di aggiornare a una versione di %1$s più recente.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Il modulo PHP 'fileinfo' non è presente. Consigliamo vivamente di abilitare questo modulo per ottenere risultati migliori con il rilevamento dei tipi 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 documentation ↗ for more information." : "Il blocco del file transazionale è disabilitato, ciò potrebbe comportare problemi di race condition. Abilita 'filelocking.enabled' nel config-php per evitare questi problemi. Vedi la documentazione ↗ per ulteriori informazioni.", "System locale can not be set to a one which supports UTF-8." : "La localizzazione di sistema non può essere impostata a una che supporta UTF-8.", - "This means that there might be problems with certain characters in file names." : "Ciò significa che potrebbero esserci problemi con alcuni caratteri nei nomi dei file.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Consigliamo vivamente di installare i pacchetti richiesti sul tuo sistema per supportare una delle localizzazioni seguenti: %s.", - "If your installation is not installed in 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\")" : "Se la tua installazione non si trova nella radice del dominio e utilizza il cron di sistema, potrebbero esserci problemi con la generazione degli URL. Per evitare questi problemi, imposta l'opzione \"overwrite.cli.url\" nel file config.php al percorso della radice del sito della tua installazione (Consigliato: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Non è stato possibile eseguire il job di cron tramite CLI. Sono apparsi i seguenti errori tecnici:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Leggi attentamente le guide d'installazione ↗, e controlla gli errori o gli avvisi nel log.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php è registrato su un servizio webcron per invocare cron.php ogni 15 minuti su http.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Per eseguirlo, hai bisogno dell'estensione posix di PHP. Vedi la {linkstart}documentazione di PHP{linkend} per ulteriori dettagli.", + "This means that there might be problems with certain characters in filenames." : "Ciò vuol dire che ci potrebbero esserci problemi con certi caratteri nei nomi dei file.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "È vivamente consigliata l'installazione dei pacchetti richiesti sul tuo sistema per supportare una delle seguenti localizzazioni: %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\")" : "Se la tua installazione non si trova nella radice del dominio e utilizza il cron di sistema, potrebbero esserci problemi con la generazione degli URL. Per evitare questi problemi, imposta l'opzione \"overwrite.cli.url\" nel file config.php al percorso della radice del sito della tua installazione (Consigliato: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Non è stato possibile eseguire il job di cron tramite CLI. Sono apparsi i seguenti errori tecnici:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Leggi attentamente le guide d'installazione ↗, e controlla gli errori o gli avvisi nel log.", "Tips & tricks" : "Suggerimenti e trucchi", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Sono disponibili molte funzionalità e parametri di configurazione per personalizzare e utilizzare in modo ottimale questa istanza. Qui troverai alcuni riferimenti per ulteriori informazioni.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite è utilizzato attualmente come database. Per installazioni più grandi consigliamo di passare a un motore di database diverso.", "This is particularly recommended when using the desktop client for file synchronisation." : "Consigliato particolarmente quando si utilizza il client desktop per la sincronizzazione dei file.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Per migrare a un altro database, usa lo strumento da riga di comando: 'occ db:convert-type', o leggi la documentazione ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Per migrare a un altro database, usa lo strumento da riga di comando: 'occ db:convert-type', o leggi la documentazione ↗.", "How to do backups" : "Come creare delle copie di sicurezza", "Performance tuning" : "Ottimizzazione delle prestazioni", "Improving the config.php" : "Ottimizzare il config.php", "Theming" : "Temi", "Check the security of your Nextcloud over our security scan" : "Controlla la sicurezza del tuo Nextcloud con la nostra scansione di sicurezza", "Hardening and security guidance" : "Guida alla messa in sicurezza", - "This app has an update available." : "Un aggiornamento di questa applicazione è disponibile.", - "by %s" : "di %s", - "%s-licensed" : "sotto licenza %s", - "Documentation:" : "Documentazione:", - "Show description …" : "Mostra descrizione...", - "Hide description …" : "Nascondi descrizione...", - "Enable only for specific groups" : "Abilita solo per gruppi specifici", - "Online documentation" : "Documentazione in linea", - "Getting help" : "Ottenere aiuto", - "Commercial support" : "Supporto commerciale", "You are using %s of %s" : "Stai utilizzando %s di %s", "You are using %s of %s (%s %%)" : "Stai utilizzando %s di %s (%s %%)", - "You are member of the following groups:" : "Sei membro dei seguenti gruppi:", - "Get the apps to sync your files" : "Scarica le applicazioni per sincronizzare i tuoi file", - "Desktop client" : "Client desktop", - "Android app" : "Applicazione Android", - "iOS app" : "Applicazione iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Se vuoi supportare il progetto {contributeopen}unisciti allo sviluppo{linkclose} o {contributeopen} diffondi il verbo{linkclose}!", - "Show First Run Wizard again" : "Mostra nuovamente la procedura di primo avvio", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Client web, desktop e mobile e password specifiche di applicazioni che hanno attualmente accesso al tuo account.", - "App passwords" : "Password di applicazione", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Qui puoi generare password individuali per le applicazioni, in modo da non dover fornire la tua password. Puoi anche revocarle individualmente.", - "Follow us on Google+!" : "Seguici su Google+!", - "Like our facebook page!" : "Mi piace sulla nostra pagina di Facebook!", - "Follow us on Twitter!" : "Seguici su Twitter!", - "Check out our blog!" : "Leggi il nostro blog!", - "Subscribe to our newsletter!" : "Iscriviti alla nostra newsletter!", "Settings" : "Impostazioni", "Show storage location" : "Mostra posizione di archiviazione", "Show email address" : "Mostra l'indirizzo email", @@ -465,7 +442,6 @@ "Create" : "Crea", "Admin Recovery Password" : "Password di ripristino amministrativa", "Enter the recovery password in order to recover the users files during password change" : "Digita la password di ripristino per recuperare i file degli utenti durante la modifica della password.", - "Group name" : "Nome del gruppo", "Disabled" : "Disabilitati", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Digita la quota di archiviazione (ad es.: \"512 MB\" o \"12 GB\")", "Other" : "Altro", @@ -473,23 +449,7 @@ "set new password" : "imposta una nuova password", "change email address" : "cambia l'indirizzo email", "Default" : "Predefinito", - "App up to date" : "Applicazione aggiornata", - "Updating …" : "Aggiornamento in corso...", - "Could not update app" : "Impossibile aggiornare l'applicazione", - "Could not remove app" : "Impossibile rimuovere l'applicazione", - "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." : "È importante per la sicurezza e le prestazioni della tua istanza che tutto sia configurato correttamente. Per aiutarti in questo senso, stiamo eseguendo qualche controllo automatico. Vedi la sezione Suggerimenti e trucchi e la documentazione per ulteriori informazioni.", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP non sembra essere configurato correttamente per interrogare le variabili d'ambiente di sistema. Il test con getenv(\"PATH\") restituisce solo una risposta vuota.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Controlla la documentazione di installazione ↗ per le note di configurazione di PHP e la configurazione PHP del tuo server, in particolare quando utilizzi php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Sembra che PHP sia configurato per rimuovere i blocchi di documentazione in linea. Ciò renderà inaccessibili diverse applicazioni principali.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "La versione di %1$s installata è anteriore alla %2$s, per motivi di stabilità e prestazioni, consigliamo di aggiornare a una versione di %1$s più recente.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Il modulo PHP 'fileinfo' non è presente. Consigliamo vivamente di abilitare questo modulo per ottenere risultati migliori con il rilevamento dei tipi 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 documentation ↗ for more information." : "Il blocco del file transazionale è disabilitato, ciò potrebbe comportare problemi di race condition. Abilita 'filelocking.enabled' nel config-php per evitare questi problemi. Vedi la documentazione ↗ per ulteriori informazioni.", - "This means that there might be problems with certain characters in filenames." : "Ciò vuol dire che ci potrebbero esserci problemi con certi caratteri nei nomi dei file.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "È vivamente consigliata l'installazione dei pacchetti richiesti sul tuo sistema per supportare una delle seguenti localizzazioni: %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\")" : "Se la tua installazione non si trova nella radice del dominio e utilizza il cron di sistema, potrebbero esserci problemi con la generazione degli URL. Per evitare questi problemi, imposta l'opzione \"overwrite.cli.url\" nel file config.php al percorso della radice del sito della tua installazione (Consigliato: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Non è stato possibile eseguire il job di cron tramite CLI. Sono apparsi i seguenti errori tecnici:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Leggi attentamente le guide d'installazione ↗, e controlla gli errori o gli avvisi nel log.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Per migrare a un altro database, usa lo strumento da riga di comando: 'occ db:convert-type', o leggi la documentazione ↗.", - "Default quota :" : "Quota predefinita:" + "Default quota :" : "Quota predefinita:", + "An error occured while changing your locale. Please reload the page and try again." : "Si è verificato un errore durante la modifica della localizzazione. Ricarica la pagina e prova ancora." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/ja.js b/settings/l10n/ja.js index 9f4a9f99c6..0c25c9e913 100644 --- a/settings/l10n/ja.js +++ b/settings/l10n/ja.js @@ -70,10 +70,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Android用Google Chrome", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOSクライアント", - "Android Client" : "Androidクライアント", "Sync client - {os}" : "同期用クライアント - {os}", "This session" : "本セッション", "Copy" : "コピー", @@ -102,8 +98,6 @@ OC.L10N.register( "So-so password" : "まずまずのパスワード", "Good password" : "良好なパスワード", "Strong password" : "強いパスワード", - "An error occured while changing your language. Please reload the page and try again." : "言語を変更する際にエラーが発生しました。ページをリロードして、再度試してください。", - "An error occured while changing your locale. Please reload the page and try again." : "ロケールの変更中にエラーが発生しました。 ページをリロードしてもう一度お試しください。", "Select a profile picture" : "プロファイル画像を選択", "Week starts on {fdow}" : "週は{fdow}から始まります", "Groups" : "グループ", @@ -331,12 +325,10 @@ OC.L10N.register( "Invalid user" : "無効なユーザー", "Unable to change mail address" : "メールアドレスを変更できません", "Email saved" : "メールアドレスを保存しました", - "%1$s changed your email address on %2$s." : "%1$sにより %2$s のメールアドレスを変更しました", "Password confirmation is required" : "パスワードの確認が必要です", "Are you really sure you want add {domain} as trusted domain?" : "{domain} を信頼できるドメインとして追加してもよろしいですか?", "Add trusted domain" : "信頼するドメイン名に追加", "Update to %s" : "%sにアップデート", - "_You have %n app update pending_::_You have %n app updates pending_" : ["%n 個のアプリのアップデートを保留中"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "承認されたアプリは信頼された開発者により開発され、大まかなセキュリティチェックに合格しています。アプリは積極的にオープンソースコードレポジトリでメンテナンスされ、メンテナは通常の用途では安定していると考えます。", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "このアプリはセキュリティチェックされていません、新規アプリか安定性が確認されていないアプリです。自己責任でインストールしてください。", "Disabling app …" : "アプリを無効にします …", @@ -345,14 +337,20 @@ OC.L10N.register( "Error while enabling app" : "アプリを有効にする際にエラーが発生しました", "Error: Could not disable broken app" : "エラー: 壊れたアプリを無効にできませんでした", "Error while disabling broken app" : "壊れたアプリを無効にする際にエラーが発生しました", - "Updating...." : "更新中....", - "Error while updating app" : "アプリの更新中にエラーが発生しました", + "App up to date" : "最新のアプリ", + "Updating …" : "更新中...", + "Could not update app" : "アプリをアップデートできませんでした。", "Updated" : "アップデート済み", "Removing …" : "削除中 ...", - "Error while removing app" : "アプリの削除中にエラーが発生しました", + "Could not remove app" : "アプリが削除できませんでした。", "Approved" : "承認済み", "Experimental" : "実験的", "No apps found for {query}" : "{query} に対応するアプリはありません", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOSクライアント", + "Android Client" : "Androidクライアント", + "An error occured while changing your language. Please reload the page and try again." : "言語を変更する際にエラーが発生しました。ページをリロードして、再度試してください。", "Unable to delete {objName}" : "{objName} を削除できません", "Error creating group: {message}" : "グループの作成エラー: {message}", "A valid group name must be provided" : "有効なグループ名を指定する必要があります", @@ -373,66 +371,45 @@ OC.L10N.register( "Error creating user: {message}" : "ユーザー作成エラー {message}", "A valid password must be provided" : "有効なパスワードを指定する必要があります", "A valid email must be provided" : "有効なメールアドレスを指定する必要があります", - "__language_name__" : "Japanese (日本語)", - "Verifying" : "検証中", - "Personal info" : "個人情報", - "Sync clients" : "同期用クライアント", - "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." : "サーバーのセキュリティとパフォーマンスのためには、すべてが正確に設定されていることが重要です。あなたの力になるよう、Nextcloudでは一部の自動チェックを行っています。Tips & Tricksセクションや、詳細な情報はドキュメントを参照してください。", - "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 installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "PHP設定の注意事項と php-fpmを利用する場合のサーバー向け設定を インストールドキュメント ↗ で確認してください。", + "by %s" : "%s による", + "%s-licensed" : "%s ライセンス", + "Documentation:" : "ドキュメント:", + "Show description …" : "詳細を表示 ...", + "Hide description …" : "説明を隠す ...", + "This app has an update available." : "このアプリでアップデートが利用できます.", + "Enable only for specific groups" : "特定のグループのみ有効に", + "Online documentation" : "オンラインドキュメント", + "Getting help" : "ヘルプの入手", + "Commercial support" : "商用サポート", + "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." : "サーバーのセキュリティとパフォーマンスのためには、すべてが正確に設定されていることが重要です。あなたの力になるよう、Nextcloudでは一部の自動チェックを行っています。Tips & Tricksセクションや、詳細な情報はドキュメントを参照してください。", + "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "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." : "\"config\"は読み取り専用になってます。そのためにWEBインターフェースで設定できません可能性があります。さらに、更新時に\"config\"ファイルを書き込み権限を与えることが必要", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHPでインラインドキュメントブロックを取り除く設定になっています。これによりコアアプリで利用できないものがいくつかあります。", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHPでインラインドキュメントブロックを取り除く設定になっています。これによりコアアプリで利用できないものがいくつかあります。", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "これは、Zend OPcacheやeAccelerator 等のキャッシュ/アクセラレーターが原因かもしれません。", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "あなたのデータベースは \"READ COMMITED\" トランザクション分離レベルで動作していません。このことにより複数のアクションが平行して実行される場合に問題が起こる可能性があります。", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%2$s よりも古いバージョンの %1$s がインストールされています。安定した稼働とパフォーマンスの観点から、新しいバージョンの %1$s にアップデートすることをお勧めします。", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "PHP のモジュール 'fileinfo' が見つかりません。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 documentation ↗ for more information." : "ファイルの書き込み時のロックが無効になっており、競合時に問題となる可能性があります。この問題を避ける為に config.php 中の 'filelocking.enabled' を有効にしてください。詳細については、ドキュメント↗ を参照してください。", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%2$s よりも古いバージョンの %1$s がインストールされています。安定した稼働とパフォーマンスの観点から、新しいバージョンの %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." : "PHP のモジュール 'fileinfo' が見つかりません。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 documentation ↗ for more information." : "ファイルの書き込み時のロックが無効になっており、競合時に問題となる可能性があります。この問題を避ける為に config.php 中の 'filelocking.enabled' を有効にしてください。詳細については、ドキュメント↗を参照してください。", "System locale can not be set to a one which supports UTF-8." : "システムロケールを UTF-8 をサポートするロケールに設定できません。", - "This means that there might be problems with certain characters in file names." : "これは、ファイル名の特定の文字に問題があることを意味しています。", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "次のロケールをサポートするには、システムに必要なパッケージをインストールすることを強くおすすめします: %s。", - "If your installation is not installed in 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\")" : "URLがドメインのルート(/)で終わっていない場合で、システムのcronを利用している場合は、URLの生成に問題が発生します。その場合は、config.php ファイルの中の \"overwrite.cli.url\" オプションをインストールしたwebrootのパスに設定してください。(推奨: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "CLI から cronジョブを実行することができませんでした。次の技術的なエラーが発生しています:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "インストールガイド ↗を再確認して、ログにあるすべてのエラーや警告を確認してください。", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.phpは、HTTP経由で15分ごとにcron.phpを実行するようwebcronサービスに登録されます。", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "これを実行するにはPHPのposix拡張が必要です。詳細については、{linkstart} PHPドキュメント{linkend}を参照してください。", + "This means that there might be problems with certain characters in filenames." : "これは、ファイル名の特定の文字に問題があることを意味しています。", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "次のロケールをサポートするには、システムに必要なパッケージをインストールすることを強くおすすめします: %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\")" : "URLがドメインのルート(/)で終わっていない場合で、システムのcronを利用している場合は、URLの生成に問題が発生します。その場合は、config.php ファイルの中の \"overwrite.cli.url\" オプションをインストールしたwebrootのパスに設定してください。( 推奨: \"%s\" ) ", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "CLI から cronジョブを実行することができませんでした。次の技術的なエラーが発生しています:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "インストールガイド ↗を再確認して、 ログにあるすべてのエラーや警告を確認してください。", "Tips & tricks" : "ヒントとコツ", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "最適にカスタマイズするため、このサーバーインスタンスで利用できる多くの機能や設定があります。ここに詳細な情報への一部のポインタがあります。", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLiteがデータベースとして使用されています。大規模な運用では別のデータベースに切り替えることをお勧めします。", "This is particularly recommended when using the desktop client for file synchronisation." : "これは、ファイル同期にデスクトップクライアントを使用する場合に特に推奨されます。", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "他のデータベースに移行する場合はコマンドラインツール: 'occ db:convert-type' を使うか、 ドキュメント ↗を参照してください。", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "他のデータベースに移行する場合はコマンドラインツール: 'occ db:convert-type' を使うか、 ドキュメント ↗を参照してください。", "How to do backups" : "バックアップ方法", "Performance tuning" : "パフォーマンスチューニング", "Improving the config.php" : "config.phpの改善", "Theming" : "テーマ", "Check the security of your Nextcloud over our security scan" : "セキュリティスキャンで、Nextcloudのセキュリティをチェックする", "Hardening and security guidance" : "堅牢化とセキュリティガイダンス", - "This app has an update available." : "このアプリでアップデートが利用できます.", - "by %s" : "%s による", - "%s-licensed" : "%s ライセンス", - "Documentation:" : "ドキュメント:", - "Show description …" : "詳細を表示 ...", - "Hide description …" : "説明を隠す ...", - "Enable only for specific groups" : "特定のグループのみ有効に", - "Online documentation" : "オンラインドキュメント", - "Getting help" : "ヘルプの入手", - "Commercial support" : "商用サポート", "You are using %s of %s" : "%s / %s を現在使用中です", "You are using %s of %s (%s %%)" : "%s / %s (%s %%) 使用中", - "You are member of the following groups:" : "次のグループのメンバー:", - "Get the apps to sync your files" : "ファイルを同期するアプリを取得しましょう", - "Desktop client" : "デスクトップクライアント", - "Android app" : "Androidアプリ", - "iOS app" : "iOSアプリ", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "プロジェクトをサポートしたい場合は、 {contributeopen}開発に参加{linkclose}するか、 {contributeopen}このワードを広めて{linkclose}!", - "Show First Run Wizard again" : "初回ウィザードを再表示する", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "現在、あなたのアカウントに接続している ブラウザー、デスクトップアプリ、モバイルアプリ、パスワード指定のアプリのリストです。", - "App passwords" : "アプリパスワード", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "ここでは、アプリの個別のパスワードを生成できるので、パスワードを知らせる必要はありません。 それらも個別に取り消すことができます。", - "Follow us on Google+!" : "Google Plusでフォロー!", - "Like our facebook page!" : "私たちのFacebookのページをイイネ!", - "Follow us on Twitter!" : "Twitter でフォロー!", - "Check out our blog!" : "私たちのブログを見てね!", - "Subscribe to our newsletter!" : "ニュースレターを購読する!", "Settings" : "設定", "Show storage location" : "データの保存場所を表示", "Show email address" : "メールアドレスを表示", @@ -442,7 +419,6 @@ OC.L10N.register( "Create" : "作成", "Admin Recovery Password" : "管理者リカバリパスワード", "Enter the recovery password in order to recover the users files during password change" : "パスワード変更時のユーザーのファイルを回復するため、リカバリパスワードを入力してください", - "Group name" : "グループ名", "Disabled" : "無効なユーザー", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "ストレージのクォータを入力してください (例: \"512MB\" や \"12 GB\")", "Other" : "その他", @@ -450,23 +426,7 @@ OC.L10N.register( "set new password" : "新しいパスワードを設定", "change email address" : "メールアドレスを変更", "Default" : "デフォルト", - "App up to date" : "最新のアプリ", - "Updating …" : "更新中...", - "Could not update app" : "アプリをアップデートできませんでした。", - "Could not remove app" : "アプリが削除できませんでした。", - "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." : "サーバーのセキュリティとパフォーマンスのためには、すべてが正確に設定されていることが重要です。あなたの力になるよう、Nextcloudでは一部の自動チェックを行っています。Tips & Tricksセクションや、詳細な情報はドキュメントを参照してください。", - "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "PHP設定の注意事項と php-fpmを利用する場合のサーバー向け設定を インストールドキュメント ↗ で確認してください。", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHPでインラインドキュメントブロックを取り除く設定になっています。これによりコアアプリで利用できないものがいくつかあります。", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%2$s よりも古いバージョンの %1$s がインストールされています。安定した稼働とパフォーマンスの観点から、新しいバージョンの %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." : "PHP のモジュール 'fileinfo' が見つかりません。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 documentation ↗ for more information." : "ファイルの書き込み時のロックが無効になっており、競合時に問題となる可能性があります。この問題を避ける為に config.php 中の 'filelocking.enabled' を有効にしてください。詳細については、ドキュメント↗を参照してください。", - "This means that there might be problems with certain characters in filenames." : "これは、ファイル名の特定の文字に問題があることを意味しています。", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "次のロケールをサポートするには、システムに必要なパッケージをインストールすることを強くおすすめします: %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\")" : "URLがドメインのルート(/)で終わっていない場合で、システムのcronを利用している場合は、URLの生成に問題が発生します。その場合は、config.php ファイルの中の \"overwrite.cli.url\" オプションをインストールしたwebrootのパスに設定してください。( 推奨: \"%s\" ) ", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "CLI から cronジョブを実行することができませんでした。次の技術的なエラーが発生しています:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "インストールガイド ↗を再確認して、 ログにあるすべてのエラーや警告を確認してください。", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "他のデータベースに移行する場合はコマンドラインツール: 'occ db:convert-type' を使うか、 ドキュメント ↗を参照してください。", - "Default quota :" : "デフォルトのクォータ :" + "Default quota :" : "デフォルトのクォータ :", + "An error occured while changing your locale. Please reload the page and try again." : "ロケールの変更中にエラーが発生しました。 ページをリロードしてもう一度お試しください。" }, "nplurals=1; plural=0;"); diff --git a/settings/l10n/ja.json b/settings/l10n/ja.json index effa298270..0aec380a42 100644 --- a/settings/l10n/ja.json +++ b/settings/l10n/ja.json @@ -68,10 +68,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Android用Google Chrome", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOSクライアント", - "Android Client" : "Androidクライアント", "Sync client - {os}" : "同期用クライアント - {os}", "This session" : "本セッション", "Copy" : "コピー", @@ -100,8 +96,6 @@ "So-so password" : "まずまずのパスワード", "Good password" : "良好なパスワード", "Strong password" : "強いパスワード", - "An error occured while changing your language. Please reload the page and try again." : "言語を変更する際にエラーが発生しました。ページをリロードして、再度試してください。", - "An error occured while changing your locale. Please reload the page and try again." : "ロケールの変更中にエラーが発生しました。 ページをリロードしてもう一度お試しください。", "Select a profile picture" : "プロファイル画像を選択", "Week starts on {fdow}" : "週は{fdow}から始まります", "Groups" : "グループ", @@ -329,12 +323,10 @@ "Invalid user" : "無効なユーザー", "Unable to change mail address" : "メールアドレスを変更できません", "Email saved" : "メールアドレスを保存しました", - "%1$s changed your email address on %2$s." : "%1$sにより %2$s のメールアドレスを変更しました", "Password confirmation is required" : "パスワードの確認が必要です", "Are you really sure you want add {domain} as trusted domain?" : "{domain} を信頼できるドメインとして追加してもよろしいですか?", "Add trusted domain" : "信頼するドメイン名に追加", "Update to %s" : "%sにアップデート", - "_You have %n app update pending_::_You have %n app updates pending_" : ["%n 個のアプリのアップデートを保留中"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "承認されたアプリは信頼された開発者により開発され、大まかなセキュリティチェックに合格しています。アプリは積極的にオープンソースコードレポジトリでメンテナンスされ、メンテナは通常の用途では安定していると考えます。", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "このアプリはセキュリティチェックされていません、新規アプリか安定性が確認されていないアプリです。自己責任でインストールしてください。", "Disabling app …" : "アプリを無効にします …", @@ -343,14 +335,20 @@ "Error while enabling app" : "アプリを有効にする際にエラーが発生しました", "Error: Could not disable broken app" : "エラー: 壊れたアプリを無効にできませんでした", "Error while disabling broken app" : "壊れたアプリを無効にする際にエラーが発生しました", - "Updating...." : "更新中....", - "Error while updating app" : "アプリの更新中にエラーが発生しました", + "App up to date" : "最新のアプリ", + "Updating …" : "更新中...", + "Could not update app" : "アプリをアップデートできませんでした。", "Updated" : "アップデート済み", "Removing …" : "削除中 ...", - "Error while removing app" : "アプリの削除中にエラーが発生しました", + "Could not remove app" : "アプリが削除できませんでした。", "Approved" : "承認済み", "Experimental" : "実験的", "No apps found for {query}" : "{query} に対応するアプリはありません", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOSクライアント", + "Android Client" : "Androidクライアント", + "An error occured while changing your language. Please reload the page and try again." : "言語を変更する際にエラーが発生しました。ページをリロードして、再度試してください。", "Unable to delete {objName}" : "{objName} を削除できません", "Error creating group: {message}" : "グループの作成エラー: {message}", "A valid group name must be provided" : "有効なグループ名を指定する必要があります", @@ -371,66 +369,45 @@ "Error creating user: {message}" : "ユーザー作成エラー {message}", "A valid password must be provided" : "有効なパスワードを指定する必要があります", "A valid email must be provided" : "有効なメールアドレスを指定する必要があります", - "__language_name__" : "Japanese (日本語)", - "Verifying" : "検証中", - "Personal info" : "個人情報", - "Sync clients" : "同期用クライアント", - "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." : "サーバーのセキュリティとパフォーマンスのためには、すべてが正確に設定されていることが重要です。あなたの力になるよう、Nextcloudでは一部の自動チェックを行っています。Tips & Tricksセクションや、詳細な情報はドキュメントを参照してください。", - "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 installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "PHP設定の注意事項と php-fpmを利用する場合のサーバー向け設定を インストールドキュメント ↗ で確認してください。", + "by %s" : "%s による", + "%s-licensed" : "%s ライセンス", + "Documentation:" : "ドキュメント:", + "Show description …" : "詳細を表示 ...", + "Hide description …" : "説明を隠す ...", + "This app has an update available." : "このアプリでアップデートが利用できます.", + "Enable only for specific groups" : "特定のグループのみ有効に", + "Online documentation" : "オンラインドキュメント", + "Getting help" : "ヘルプの入手", + "Commercial support" : "商用サポート", + "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." : "サーバーのセキュリティとパフォーマンスのためには、すべてが正確に設定されていることが重要です。あなたの力になるよう、Nextcloudでは一部の自動チェックを行っています。Tips & Tricksセクションや、詳細な情報はドキュメントを参照してください。", + "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "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." : "\"config\"は読み取り専用になってます。そのためにWEBインターフェースで設定できません可能性があります。さらに、更新時に\"config\"ファイルを書き込み権限を与えることが必要", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHPでインラインドキュメントブロックを取り除く設定になっています。これによりコアアプリで利用できないものがいくつかあります。", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHPでインラインドキュメントブロックを取り除く設定になっています。これによりコアアプリで利用できないものがいくつかあります。", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "これは、Zend OPcacheやeAccelerator 等のキャッシュ/アクセラレーターが原因かもしれません。", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "あなたのデータベースは \"READ COMMITED\" トランザクション分離レベルで動作していません。このことにより複数のアクションが平行して実行される場合に問題が起こる可能性があります。", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%2$s よりも古いバージョンの %1$s がインストールされています。安定した稼働とパフォーマンスの観点から、新しいバージョンの %1$s にアップデートすることをお勧めします。", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "PHP のモジュール 'fileinfo' が見つかりません。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 documentation ↗ for more information." : "ファイルの書き込み時のロックが無効になっており、競合時に問題となる可能性があります。この問題を避ける為に config.php 中の 'filelocking.enabled' を有効にしてください。詳細については、ドキュメント↗ を参照してください。", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%2$s よりも古いバージョンの %1$s がインストールされています。安定した稼働とパフォーマンスの観点から、新しいバージョンの %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." : "PHP のモジュール 'fileinfo' が見つかりません。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 documentation ↗ for more information." : "ファイルの書き込み時のロックが無効になっており、競合時に問題となる可能性があります。この問題を避ける為に config.php 中の 'filelocking.enabled' を有効にしてください。詳細については、ドキュメント↗を参照してください。", "System locale can not be set to a one which supports UTF-8." : "システムロケールを UTF-8 をサポートするロケールに設定できません。", - "This means that there might be problems with certain characters in file names." : "これは、ファイル名の特定の文字に問題があることを意味しています。", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "次のロケールをサポートするには、システムに必要なパッケージをインストールすることを強くおすすめします: %s。", - "If your installation is not installed in 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\")" : "URLがドメインのルート(/)で終わっていない場合で、システムのcronを利用している場合は、URLの生成に問題が発生します。その場合は、config.php ファイルの中の \"overwrite.cli.url\" オプションをインストールしたwebrootのパスに設定してください。(推奨: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "CLI から cronジョブを実行することができませんでした。次の技術的なエラーが発生しています:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "インストールガイド ↗を再確認して、ログにあるすべてのエラーや警告を確認してください。", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.phpは、HTTP経由で15分ごとにcron.phpを実行するようwebcronサービスに登録されます。", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "これを実行するにはPHPのposix拡張が必要です。詳細については、{linkstart} PHPドキュメント{linkend}を参照してください。", + "This means that there might be problems with certain characters in filenames." : "これは、ファイル名の特定の文字に問題があることを意味しています。", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "次のロケールをサポートするには、システムに必要なパッケージをインストールすることを強くおすすめします: %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\")" : "URLがドメインのルート(/)で終わっていない場合で、システムのcronを利用している場合は、URLの生成に問題が発生します。その場合は、config.php ファイルの中の \"overwrite.cli.url\" オプションをインストールしたwebrootのパスに設定してください。( 推奨: \"%s\" ) ", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "CLI から cronジョブを実行することができませんでした。次の技術的なエラーが発生しています:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "インストールガイド ↗を再確認して、 ログにあるすべてのエラーや警告を確認してください。", "Tips & tricks" : "ヒントとコツ", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "最適にカスタマイズするため、このサーバーインスタンスで利用できる多くの機能や設定があります。ここに詳細な情報への一部のポインタがあります。", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLiteがデータベースとして使用されています。大規模な運用では別のデータベースに切り替えることをお勧めします。", "This is particularly recommended when using the desktop client for file synchronisation." : "これは、ファイル同期にデスクトップクライアントを使用する場合に特に推奨されます。", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "他のデータベースに移行する場合はコマンドラインツール: 'occ db:convert-type' を使うか、 ドキュメント ↗を参照してください。", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "他のデータベースに移行する場合はコマンドラインツール: 'occ db:convert-type' を使うか、 ドキュメント ↗を参照してください。", "How to do backups" : "バックアップ方法", "Performance tuning" : "パフォーマンスチューニング", "Improving the config.php" : "config.phpの改善", "Theming" : "テーマ", "Check the security of your Nextcloud over our security scan" : "セキュリティスキャンで、Nextcloudのセキュリティをチェックする", "Hardening and security guidance" : "堅牢化とセキュリティガイダンス", - "This app has an update available." : "このアプリでアップデートが利用できます.", - "by %s" : "%s による", - "%s-licensed" : "%s ライセンス", - "Documentation:" : "ドキュメント:", - "Show description …" : "詳細を表示 ...", - "Hide description …" : "説明を隠す ...", - "Enable only for specific groups" : "特定のグループのみ有効に", - "Online documentation" : "オンラインドキュメント", - "Getting help" : "ヘルプの入手", - "Commercial support" : "商用サポート", "You are using %s of %s" : "%s / %s を現在使用中です", "You are using %s of %s (%s %%)" : "%s / %s (%s %%) 使用中", - "You are member of the following groups:" : "次のグループのメンバー:", - "Get the apps to sync your files" : "ファイルを同期するアプリを取得しましょう", - "Desktop client" : "デスクトップクライアント", - "Android app" : "Androidアプリ", - "iOS app" : "iOSアプリ", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "プロジェクトをサポートしたい場合は、 {contributeopen}開発に参加{linkclose}するか、 {contributeopen}このワードを広めて{linkclose}!", - "Show First Run Wizard again" : "初回ウィザードを再表示する", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "現在、あなたのアカウントに接続している ブラウザー、デスクトップアプリ、モバイルアプリ、パスワード指定のアプリのリストです。", - "App passwords" : "アプリパスワード", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "ここでは、アプリの個別のパスワードを生成できるので、パスワードを知らせる必要はありません。 それらも個別に取り消すことができます。", - "Follow us on Google+!" : "Google Plusでフォロー!", - "Like our facebook page!" : "私たちのFacebookのページをイイネ!", - "Follow us on Twitter!" : "Twitter でフォロー!", - "Check out our blog!" : "私たちのブログを見てね!", - "Subscribe to our newsletter!" : "ニュースレターを購読する!", "Settings" : "設定", "Show storage location" : "データの保存場所を表示", "Show email address" : "メールアドレスを表示", @@ -440,7 +417,6 @@ "Create" : "作成", "Admin Recovery Password" : "管理者リカバリパスワード", "Enter the recovery password in order to recover the users files during password change" : "パスワード変更時のユーザーのファイルを回復するため、リカバリパスワードを入力してください", - "Group name" : "グループ名", "Disabled" : "無効なユーザー", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "ストレージのクォータを入力してください (例: \"512MB\" や \"12 GB\")", "Other" : "その他", @@ -448,23 +424,7 @@ "set new password" : "新しいパスワードを設定", "change email address" : "メールアドレスを変更", "Default" : "デフォルト", - "App up to date" : "最新のアプリ", - "Updating …" : "更新中...", - "Could not update app" : "アプリをアップデートできませんでした。", - "Could not remove app" : "アプリが削除できませんでした。", - "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." : "サーバーのセキュリティとパフォーマンスのためには、すべてが正確に設定されていることが重要です。あなたの力になるよう、Nextcloudでは一部の自動チェックを行っています。Tips & Tricksセクションや、詳細な情報はドキュメントを参照してください。", - "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "PHP設定の注意事項と php-fpmを利用する場合のサーバー向け設定を インストールドキュメント ↗ で確認してください。", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHPでインラインドキュメントブロックを取り除く設定になっています。これによりコアアプリで利用できないものがいくつかあります。", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%2$s よりも古いバージョンの %1$s がインストールされています。安定した稼働とパフォーマンスの観点から、新しいバージョンの %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." : "PHP のモジュール 'fileinfo' が見つかりません。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 documentation ↗ for more information." : "ファイルの書き込み時のロックが無効になっており、競合時に問題となる可能性があります。この問題を避ける為に config.php 中の 'filelocking.enabled' を有効にしてください。詳細については、ドキュメント↗を参照してください。", - "This means that there might be problems with certain characters in filenames." : "これは、ファイル名の特定の文字に問題があることを意味しています。", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "次のロケールをサポートするには、システムに必要なパッケージをインストールすることを強くおすすめします: %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\")" : "URLがドメインのルート(/)で終わっていない場合で、システムのcronを利用している場合は、URLの生成に問題が発生します。その場合は、config.php ファイルの中の \"overwrite.cli.url\" オプションをインストールしたwebrootのパスに設定してください。( 推奨: \"%s\" ) ", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "CLI から cronジョブを実行することができませんでした。次の技術的なエラーが発生しています:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "インストールガイド ↗を再確認して、 ログにあるすべてのエラーや警告を確認してください。", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "他のデータベースに移行する場合はコマンドラインツール: 'occ db:convert-type' を使うか、 ドキュメント ↗を参照してください。", - "Default quota :" : "デフォルトのクォータ :" + "Default quota :" : "デフォルトのクォータ :", + "An error occured while changing your locale. Please reload the page and try again." : "ロケールの変更中にエラーが発生しました。 ページをリロードしてもう一度お試しください。" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/settings/l10n/ka_GE.js b/settings/l10n/ka_GE.js index 54761e0101..81cb6a3355 100644 --- a/settings/l10n/ka_GE.js +++ b/settings/l10n/ka_GE.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome-ი", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome Android-ისთვის", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS კლიენტი", - "Android Client" : "Android კლიენტი", "Sync client - {os}" : "სინქ. კლიენტი - {os}", "This session" : "ეს სესია", "Copy" : "კოპირება", @@ -101,7 +97,6 @@ OC.L10N.register( "So-so password" : "ნორმალური პაროლი", "Good password" : "კარგი პაროლი", "Strong password" : "ძლიერი პაროლ", - "An error occured while changing your language. Please reload the page and try again." : "თქვენი ენის ცვლილებისას წარმოიქმნა შეცდომა. გთხოვთ განაახლოთ გვერდი და სცადოთ ახლიდან.", "Select a profile picture" : "აირჩიეთ პროფილის სურათი", "Groups" : "ჯგუფები", "Limit to groups" : "ლიმიტი ჯგუფებზე", @@ -287,12 +282,10 @@ OC.L10N.register( "Invalid user" : "არასწორი მომხმარებელი", "Unable to change mail address" : "ელ-ფოსტის მისამართის შეცვლა ვერ ხერხდება", "Email saved" : "ელ-ფოსტის მისამართი შენახულია", - "%1$s changed your email address on %2$s." : "%1$s მომხმარებელმა შეცვალა თქვენი ელ-ფოსტის მისამართი %2$s-ზე.", "Password confirmation is required" : "საჭიროა პაროლის დამოწმება", "Are you really sure you want add {domain} as trusted domain?" : "დამდვილად გსურთ {domain}-ის დამატება სანდო დომენად?", "Add trusted domain" : "სანდო დომენის დამატება", "Update to %s" : "განახლდეს %s-ზე", - "_You have %n app update pending_::_You have %n app updates pending_" : ["თქვენ მოლოდინში გაქვთ %n აპლიკაციის განახლება","თქვენ მოლოდინში გაქვთ %n აპლიკაციის განახლება"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "დამოწმებული აპლიკაციები განვითარებულია სანდო დეველოპერების მიერ, მათ გავლილი აქვთ მრავალი უსაფრთხოების ტესტი. ისინი აქტიურად ნარჩუნდებიან ღია კოდის საცავში და მათ შემნარჩუნებლებს მიაჩნიათ, რომ ისინი სტაბულარად მუშაობენ.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "აპლიკაცია არაა შემოწმებული უსაფრთხოების პრობელემებზე და ახალია, ან ცნობილია რომ არაა სტაბილური. დააყენეთ თქვენი რისკით.", "Disabling app …" : "აპლიკაციის დეაქტივაცია …", @@ -301,14 +294,18 @@ OC.L10N.register( "Error while enabling app" : "აპლიკაციის ამოქმედებისას წარმოიქმნა შეცდომა", "Error: Could not disable broken app" : "შეცდომა: გაფუჭებული აპლიკაციის დეაქტივაცია ვერ მოხერხდა", "Error while disabling broken app" : "გაფუჭებული აპლიკაციის დეაქტივაციისას წარმოიშვა შეცდომა", - "Updating...." : "ნახლდება…", - "Error while updating app" : "შეცდომა აპლიკაციის განახლების დროს", + "App up to date" : "აპლიკაცია ახალია", "Updated" : "განახლებულია", "Removing …" : "იშლება …", - "Error while removing app" : "აპლიკაციის წაშლისას წარმოიშვა შეცდომა", + "Could not remove app" : "აპლიკაცია ვერ გაუქმდა", "Approved" : "დამოწმებულია", "Experimental" : "ექსპერიმენტალურია", "No apps found for {query}" : "აპლიკაციები {query}-სთვის ვერ მოძებნა", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS კლიენტი", + "Android Client" : "Android კლიენტი", + "An error occured while changing your language. Please reload the page and try again." : "თქვენი ენის ცვლილებისას წარმოიქმნა შეცდომა. გთხოვთ განაახლოთ გვერდი და სცადოთ ახლიდან.", "Unable to delete {objName}" : "{objName}-ის წაშლა ვერ ხერხდება", "Error creating group: {message}" : "ჯგუფის შექმნისას წარმოიშვა შეცდომა: {message}", "A valid group name must be provided" : "წარმოჩენილ უნდა იყოს სწორი ჯგუფის სახელი", @@ -329,66 +326,45 @@ OC.L10N.register( "Error creating user: {message}" : "მომხმარებლის შექმნისას წარმოიშვა შეცდომა: {message}", "A valid password must be provided" : "უნდა მიუთითოთ არსებული პაროლი", "A valid email must be provided" : "უნდა მიუთითოთ სწორი ელ-ფოსტის მისამართი", - "__language_name__" : "ქართული", - "Verifying" : "მოწმდება", - "Personal info" : "პირადი ინფორმაცია", - "Sync clients" : "კლიენტების სინქრონიზაცია", - "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." : "თქვენი ინსტანციის უსაფრთხოებისა და გამართული მოქმედებისთვის მნიშვნელოვანია ყველაფერი სწორად იყოს კონფიგურირებული. თქვენს დასახმარებლად ვატარებთ გარკვეულ ავტომატიზირებულ შემოწმებეს. გთხოვთ იხილოთ რჩევებისა და ხრიკების სექცია და მეტი ინფორმაციისთვის გადახედოთ დოკუმენტაციას.", - "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 installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "გთხოვთ php-ს კონფიგურაციის ჩანაწერებისთვის და მისი სერვერზე კონფიგურაციისთვის გადახედოთ დაყენების დოკუმენტაციას ↗. ეს განსაკუთრებით საჭიროა როდესაც იყენებთ php-fpm-ს.", + "by %s" : "%s-ს მიერ", + "%s-licensed" : "%s-ლიცენზირებული", + "Documentation:" : "დოკუმენტაცია", + "Show description …" : "აღწერილობის ჩვენება …", + "Hide description …" : "არწერილობის დამალვა …", + "This app has an update available." : "აპლიკაციას გააჩნია ხელმისაწვდომი განახლება.", + "Enable only for specific groups" : "ამოქმედება მხოლოდ სპეციფიური ჯგუფებისათვის", + "Online documentation" : "ონლაინ დოკუმენტაცია", + "Getting help" : "დახმარების მიღება", + "Commercial support" : "კომერციული მხარდაჭერა", + "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "გთხოვთ 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." : "ამოქმედდა მხოლოდ-კითხვადი კონფიუგაცია. ეს აჩერებს ვებ-ინტერფეისის მეშვეობით გარკვეული კონფიგურაციების შეცვლას. ამასთან ერთად ფაილი განახლების ყოველ ეტაპზე მოითხოვს გახდეს წერადი.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "როგორც ჩანს, PHP დაყენებულია ისე, რომ შიდა დოკუმენტური ბლოკები წაშალოს. ეს რამდენიმე მთავარ აპლიკაციას გახდის მიუწვდომელს.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "როგორც ჩანს PHP დაყენებულია ისე, რომ შიდა დოკუმენტური ბლოკები წაშალოს. ეს რამდენიმე მთავარ აპლიკაციას გახდის მიუწვდომელს.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "ეს შესაძლოა გამოწვეული იყოს ისეთი კეშით/აქსელერატორით როგორიცაა Zend OPcache ან eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "თქვენი მონაცემთა ბაზა არ მოქმედებს \"READ COMMITTED\" ტრანზაქციის იზოლაციის დონით. ამან შეიძლება გამოიწვიოს პრობლემა, როდესაც მრავალი ქმედება შესრულდება პარალელურად.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s დაყენებულია %2$s-ზე დაბალი ვერსიით, სტაბილურობისთვის და ხარისხიანი მოქმედების მიზნებისთვის რეკომენდირებულია განაახლოთ ახალ %1$s ვერსიამდე.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "PHP მოდული 'fileinfo' არ არსებობს. 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 documentation ↗ for more information." : "ტრაზაქციული ფაილის ჩაკეტვა გათიშულია, ამან შეიძლება გამოიწვიოს გარკვეული პრობლემები. პრობლემებისგან თავის ასარიდებლად აამოქმედეთ 'filelocking.enabled' config.php-ში. დამატებითი ინფორმაციისთვის იხილეთ დოკუმენტაცია ↗.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s დაყენებულია %2$s-ზე დაბალი ვერსიით, სტაბილურობისთვის და ხარისხიანი მოქმედების მიზნებისთვის რეკომენდირებულია განაახლოთ ახალ %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." : "PHP მოდული 'fileinfo' არ არსებობს. 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 documentation ↗ for more information." : "ტრაზაქციული ფაილის ჩაკეტვა გათიშულია, ამან შეიძლება გამოიწვიოს გარკვეული პრობლემები. პრობლემებისგან თავის ასარიდებლად აამოქმედეთ 'filelocking.enabled' config.php-ში. დამატებითი ინფორმაციისთვის იხილეთ დოუმენტაცია ↗.", "System locale can not be set to a one which supports UTF-8." : "სისტემური ლოკალიზაცია ვერ ყენდება ერთ-ერთ ისეთზე, რომელიც მხარს უჭერს UTF-8-ს.", - "This means that there might be problems with certain characters in file names." : "ეს განაპირობებს ფაილის სახელში ზოგიერთ ნიშანთან პრობლემის გამოჩენას.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "ერთ-ერთი შემდეგ ლოკალიზაციათაგანის მხარდასაჭერად გთავაზობთ თქვნს სისტემაზე დააყენოთ აუცილებელი პაკეტები: %s.", - "If your installation is not installed in 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\")" : "თუ თქვენი სისტემა იყენებს კრონს და ინსტალაცია არაა დაყენებული დომენის დასაწყისში, შესაძლოა გამოჩნდეს პრობლემები URL გენერაციასთან. ამ პრობლემებისგან თავის ასარიდებლად, \"overwrite.cli.url\" პარამეტრის თქვენს config.php ფაილში მიანიჭეთ ინსტალაციის მისამართი (რეკომენდირებულია: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "CLI-ით კრონ საქმის ეგზეკუცია ვერ მოხერხდა. წარმოიშვა შემდეგი ტექნიკური შეცდომები:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "გთხოვთ გადაამოწმოთ ინსტალაციის სახელმძღვენელოები ↗ და ნახოთ თუ აღმოაჩენთ რაიმე შეცდომას ან გაფრთხილებას ლოგში.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php რეგისტრირებულია ვებკრონის სერვისით, 15 წუთში ერთხელ გაიშვას http მეშვეობით.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "ამის გასაშვებად საჭიროა გქონდეთ PHP posix გაფართოება. მეტი დეტალებისთვის იხილეთ {linkstart}PHP დოკუმენტაცია{linkend}. ", + "This means that there might be problems with certain characters in filenames." : "ეს განაპირობებს ფაილის სახელში ზოგ ნიშანთან პრობლემის გამოჩენას.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "ერთ-ერთი შემდეგ ლოკალიზაციათაგანის მხარდასაჭერად გთავაზობთ თქვნს სისტემაზე დააყენოთ აუცილებელი პაკეტები: %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\")" : "თუ თქვენი სისტემა იყენებს კრონს და ინსტალაცია არაა დაყენებული დომენის დასაწყისში, შესაძლოა გამოჩნდეს პრობლემები URL გენერაციასთან. ამ პრობლემებისგან თავის ასარიდებლად, \"overwrite.cli.url\" პარამეტრის თქვენს config.php ფაილში მიანიჭეთ ინსტალაციის მისამართი (რეკომენდირებულია: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "CLI-ით კრონ საქმის ეგზეკუცია ვერ მოხერხდა. წარმოიშვა შემდეგი ტექნიკური შეცდომები:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "გთხოვთ გადაამოწმოთ ინსტალაციის სახელმძღვენელოები ↗, და ნახოთ თუ აღმოაჩენთ რაიმე შეცდომას ან გაფრთხილებას ლოგში.", "Tips & tricks" : "რჩევები და ხრიკები", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "ამ ინსტანციას ოპტიმიზირებულად მოწყობისა და გამოყენებისთვის მრავალი ფუნქცია და კონფიგურაციის პარამეტრია ხელმისაწვდომი. აქ რამდენიმე კურსორია მეტი ინფორმაციისთვის.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "ამჟამად ბექენდზე მონაცემთა ბაზად მოიხმარება SQLite. უფრო დიდი ინსტალაციებისთვის რეკომენდაციას გიწევთ აირჩიოთ სხვა მონაცემთა ბაზა.", "This is particularly recommended when using the desktop client for file synchronisation." : "ეს კერძოდ რეკომედირებულია განსაკუთრებით მაშინ, როდესაც ფაილების სინქრონიზაციისთვის იყენებთ დესკტოპ-კლიენტს.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "სხვა მონაცემთა ბაზის მიგრაციისთვის გამოიყენეთ command line ხელსაწყო: 'occ db:convert-type', ან იხილეთ დოუმენტაცია ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "სხვა მონაცემთა ბაზის მიგრაციისთვის გამოიყენეთ command line ხელსაწყო: 'occ db:convert-type', ან იხილეთ დოუმენტაცია ↗.", "How to do backups" : "როგორ შევქმნათ რეზერვები", "Performance tuning" : "მოქმედების რეგულირება", "Improving the config.php" : "config.php-ს გაუმჯობესება", "Theming" : "ვიზუალური თემები", "Check the security of your Nextcloud over our security scan" : "შეამოწმეთ თქვენი Nextcloud ჩვენი უსფრთხოების შემოწმებით", "Hardening and security guidance" : "განმტკიცებისა და უსაფრთხოების სახელმძღვანელო", - "This app has an update available." : "აპლიკაციას გააჩნია ხელმისაწვდომი განახლება.", - "by %s" : "%s-ს მიერ", - "%s-licensed" : "%s-ლიცენზირებული", - "Documentation:" : "დოკუმენტაცია", - "Show description …" : "აღწერილობის ჩვენება …", - "Hide description …" : "არწერილობის დამალვა …", - "Enable only for specific groups" : "ამოქმედება მხოლოდ სპეციფიური ჯგუფებისათვის", - "Online documentation" : "ონლაინ დოკუმენტაცია", - "Getting help" : "დახმარების მიღება", - "Commercial support" : "კომერციული მხარდაჭერა", "You are using %s of %s" : "თქვენ იყენებთ %s სულ %s-დან", "You are using %s of %s (%s %%)" : "თქვენ იყენებთ %s სულ %s-დან (%s%%)", - "You are member of the following groups:" : "თქვენ ხართ შემდეგი ჯგუფების წევრი:", - "Get the apps to sync your files" : "აპლიკაცია ფაილების სინქრონიზაციისთვის", - "Desktop client" : "დესკტოპ კლიენტი", - "Android app" : "Android აპლიკაცია", - "iOS app" : "iOS აპლიკაცია", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "თუ გსურთ დაეხმაროთ პროექტს {contributeopen}შეუერთდით დეველომენტს{linkclose} ან {contributeopen}გაავრცელეთ სიტყვა{linkclose}!", - "Show First Run Wizard again" : "პირველი გაშვების ოსტათის ახლიდან ჩვენება", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "ვებ, დესკტოპ, მობილური კლიენტები და აპლიკაცია-სპეციფიური პაროლები რომლებსაც ამჟამად გააჩნიათ წვდომა თქვენს აგარიშზე.", - "App passwords" : "აპლიკაციის პაროლები", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "აქ აპლიკაციებისთვის შეგიძლიათ დააგენერიროთ ინდივიდუალური პაროლები, ასე რომ არ დაგჭირდებათ თქვენი პაროლის გამოყენება. ასევე შეგიძლიათ მათი ინდივიდუალურად წაშლაც.", - "Follow us on Google+!" : "გამოგვყევით Google+-ზე!", - "Like our facebook page!" : "მოიწონეთ ჩვენი Facebook გვერდი!", - "Follow us on Twitter!" : "გამოგვყევით Twitter-ზე!", - "Check out our blog!" : "იხილეთ ჩვენი ბლოგი!", - "Subscribe to our newsletter!" : "გამოიწერეთ ჩვენი სიახლეები!", "Settings" : "პარამეტრები", "Show storage location" : "საცავის ადგილმდებარეობის ჩვენება", "Show email address" : "მოხმარებლის ელ-ფოსტის მისამართის ჩვენება", @@ -398,28 +374,12 @@ OC.L10N.register( "Create" : "შექმნა", "Admin Recovery Password" : "ადმინისტრატორის პაროლის განახლება", "Enter the recovery password in order to recover the users files during password change" : "მოხმარებლების პაროლის შეცვლის შემდეგ მათი ფაილების აღსადგენად შეიყვანეთ აღსადგენი პაროლი", - "Group name" : "ჯგუფის სახელი", "Disabled" : "გათიშული", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "შეიყვანეთ მოცულობის კვოტა (მაგ.: \"512 მბ\" ან \"12 გბ\")", "Other" : "სხვა", "change full name" : "სრული სახელის ცვლილება", "set new password" : "დააყენეთ ახალი პაროლი", "change email address" : "ელ-ფოსტის მისამართის ცვლილება", - "Default" : "საწყისი პარამეტრები", - "App up to date" : "აპლიკაცია ახალია", - "Could not remove app" : "აპლიკაცია ვერ გაუქმდა", - "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "გთხოვთ PHP-ის კონფიგურაციის ჩანაწერებისთვის და მისი სერვერზე კონფიგურაციისთვის გადახედოთ დაყენების დოკუემნტაციას ↗. ეს განსაკუთრებით საჭიროა როდესაც იყენებთ php-fpm-ს.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "როგორც ჩანს PHP დაყენებულია ისე, რომ შიდა დოკუმენტური ბლოკები წაშალოს. ეს რამდენიმე მთავარ აპლიკაციას გახდის მიუწვდომელს.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s დაყენებულია %2$s-ზე დაბალი ვერსიით, სტაბილურობისთვის და ხარისხიანი მოქმედების მიზნებისთვის რეკომენდირებულია განაახლოთ ახალ %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." : "PHP მოდული 'fileinfo' არ არსებობს. 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 documentation ↗ for more information." : "ტრაზაქციული ფაილის ჩაკეტვა გათიშულია, ამან შეიძლება გამოიწვიოს გარკვეული პრობლემები. პრობლემებისგან თავის ასარიდებლად აამოქმედეთ 'filelocking.enabled' config.php-ში. დამატებითი ინფორმაციისთვის იხილეთ დოუმენტაცია ↗.", - "This means that there might be problems with certain characters in filenames." : "ეს განაპირობებს ფაილის სახელში ზოგ ნიშანთან პრობლემის გამოჩენას.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "ერთ-ერთი შემდეგ ლოკალიზაციათაგანის მხარდასაჭერად გთავაზობთ თქვნს სისტემაზე დააყენოთ აუცილებელი პაკეტები: %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\")" : "თუ თქვენი სისტემა იყენებს კრონს და ინსტალაცია არაა დაყენებული დომენის დასაწყისში, შესაძლოა გამოჩნდეს პრობლემები URL გენერაციასთან. ამ პრობლემებისგან თავის ასარიდებლად, \"overwrite.cli.url\" პარამეტრის თქვენს config.php ფაილში მიანიჭეთ ინსტალაციის მისამართი (რეკომენდირებულია: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "CLI-ით კრონ საქმის ეგზეკუცია ვერ მოხერხდა. წარმოიშვა შემდეგი ტექნიკური შეცდომები:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "გთხოვთ გადაამოწმოთ ინსტალაციის სახელმძღვენელოები ↗, და ნახოთ თუ აღმოაჩენთ რაიმე შეცდომას ან გაფრთხილებას ლოგში.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "სხვა მონაცემთა ბაზის მიგრაციისთვის გამოიყენეთ command line ხელსაწყო: 'occ db:convert-type', ან იხილეთ დოუმენტაცია ↗." + "Default" : "საწყისი პარამეტრები" }, "nplurals=2; plural=(n!=1);"); diff --git a/settings/l10n/ka_GE.json b/settings/l10n/ka_GE.json index 816c1813cb..9ccf96e852 100644 --- a/settings/l10n/ka_GE.json +++ b/settings/l10n/ka_GE.json @@ -67,10 +67,6 @@ "Google Chrome" : "Google Chrome-ი", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome Android-ისთვის", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS კლიენტი", - "Android Client" : "Android კლიენტი", "Sync client - {os}" : "სინქ. კლიენტი - {os}", "This session" : "ეს სესია", "Copy" : "კოპირება", @@ -99,7 +95,6 @@ "So-so password" : "ნორმალური პაროლი", "Good password" : "კარგი პაროლი", "Strong password" : "ძლიერი პაროლ", - "An error occured while changing your language. Please reload the page and try again." : "თქვენი ენის ცვლილებისას წარმოიქმნა შეცდომა. გთხოვთ განაახლოთ გვერდი და სცადოთ ახლიდან.", "Select a profile picture" : "აირჩიეთ პროფილის სურათი", "Groups" : "ჯგუფები", "Limit to groups" : "ლიმიტი ჯგუფებზე", @@ -285,12 +280,10 @@ "Invalid user" : "არასწორი მომხმარებელი", "Unable to change mail address" : "ელ-ფოსტის მისამართის შეცვლა ვერ ხერხდება", "Email saved" : "ელ-ფოსტის მისამართი შენახულია", - "%1$s changed your email address on %2$s." : "%1$s მომხმარებელმა შეცვალა თქვენი ელ-ფოსტის მისამართი %2$s-ზე.", "Password confirmation is required" : "საჭიროა პაროლის დამოწმება", "Are you really sure you want add {domain} as trusted domain?" : "დამდვილად გსურთ {domain}-ის დამატება სანდო დომენად?", "Add trusted domain" : "სანდო დომენის დამატება", "Update to %s" : "განახლდეს %s-ზე", - "_You have %n app update pending_::_You have %n app updates pending_" : ["თქვენ მოლოდინში გაქვთ %n აპლიკაციის განახლება","თქვენ მოლოდინში გაქვთ %n აპლიკაციის განახლება"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "დამოწმებული აპლიკაციები განვითარებულია სანდო დეველოპერების მიერ, მათ გავლილი აქვთ მრავალი უსაფრთხოების ტესტი. ისინი აქტიურად ნარჩუნდებიან ღია კოდის საცავში და მათ შემნარჩუნებლებს მიაჩნიათ, რომ ისინი სტაბულარად მუშაობენ.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "აპლიკაცია არაა შემოწმებული უსაფრთხოების პრობელემებზე და ახალია, ან ცნობილია რომ არაა სტაბილური. დააყენეთ თქვენი რისკით.", "Disabling app …" : "აპლიკაციის დეაქტივაცია …", @@ -299,14 +292,18 @@ "Error while enabling app" : "აპლიკაციის ამოქმედებისას წარმოიქმნა შეცდომა", "Error: Could not disable broken app" : "შეცდომა: გაფუჭებული აპლიკაციის დეაქტივაცია ვერ მოხერხდა", "Error while disabling broken app" : "გაფუჭებული აპლიკაციის დეაქტივაციისას წარმოიშვა შეცდომა", - "Updating...." : "ნახლდება…", - "Error while updating app" : "შეცდომა აპლიკაციის განახლების დროს", + "App up to date" : "აპლიკაცია ახალია", "Updated" : "განახლებულია", "Removing …" : "იშლება …", - "Error while removing app" : "აპლიკაციის წაშლისას წარმოიშვა შეცდომა", + "Could not remove app" : "აპლიკაცია ვერ გაუქმდა", "Approved" : "დამოწმებულია", "Experimental" : "ექსპერიმენტალურია", "No apps found for {query}" : "აპლიკაციები {query}-სთვის ვერ მოძებნა", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS კლიენტი", + "Android Client" : "Android კლიენტი", + "An error occured while changing your language. Please reload the page and try again." : "თქვენი ენის ცვლილებისას წარმოიქმნა შეცდომა. გთხოვთ განაახლოთ გვერდი და სცადოთ ახლიდან.", "Unable to delete {objName}" : "{objName}-ის წაშლა ვერ ხერხდება", "Error creating group: {message}" : "ჯგუფის შექმნისას წარმოიშვა შეცდომა: {message}", "A valid group name must be provided" : "წარმოჩენილ უნდა იყოს სწორი ჯგუფის სახელი", @@ -327,66 +324,45 @@ "Error creating user: {message}" : "მომხმარებლის შექმნისას წარმოიშვა შეცდომა: {message}", "A valid password must be provided" : "უნდა მიუთითოთ არსებული პაროლი", "A valid email must be provided" : "უნდა მიუთითოთ სწორი ელ-ფოსტის მისამართი", - "__language_name__" : "ქართული", - "Verifying" : "მოწმდება", - "Personal info" : "პირადი ინფორმაცია", - "Sync clients" : "კლიენტების სინქრონიზაცია", - "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." : "თქვენი ინსტანციის უსაფრთხოებისა და გამართული მოქმედებისთვის მნიშვნელოვანია ყველაფერი სწორად იყოს კონფიგურირებული. თქვენს დასახმარებლად ვატარებთ გარკვეულ ავტომატიზირებულ შემოწმებეს. გთხოვთ იხილოთ რჩევებისა და ხრიკების სექცია და მეტი ინფორმაციისთვის გადახედოთ დოკუმენტაციას.", - "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 installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "გთხოვთ php-ს კონფიგურაციის ჩანაწერებისთვის და მისი სერვერზე კონფიგურაციისთვის გადახედოთ დაყენების დოკუმენტაციას ↗. ეს განსაკუთრებით საჭიროა როდესაც იყენებთ php-fpm-ს.", + "by %s" : "%s-ს მიერ", + "%s-licensed" : "%s-ლიცენზირებული", + "Documentation:" : "დოკუმენტაცია", + "Show description …" : "აღწერილობის ჩვენება …", + "Hide description …" : "არწერილობის დამალვა …", + "This app has an update available." : "აპლიკაციას გააჩნია ხელმისაწვდომი განახლება.", + "Enable only for specific groups" : "ამოქმედება მხოლოდ სპეციფიური ჯგუფებისათვის", + "Online documentation" : "ონლაინ დოკუმენტაცია", + "Getting help" : "დახმარების მიღება", + "Commercial support" : "კომერციული მხარდაჭერა", + "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "გთხოვთ 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." : "ამოქმედდა მხოლოდ-კითხვადი კონფიუგაცია. ეს აჩერებს ვებ-ინტერფეისის მეშვეობით გარკვეული კონფიგურაციების შეცვლას. ამასთან ერთად ფაილი განახლების ყოველ ეტაპზე მოითხოვს გახდეს წერადი.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "როგორც ჩანს, PHP დაყენებულია ისე, რომ შიდა დოკუმენტური ბლოკები წაშალოს. ეს რამდენიმე მთავარ აპლიკაციას გახდის მიუწვდომელს.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "როგორც ჩანს PHP დაყენებულია ისე, რომ შიდა დოკუმენტური ბლოკები წაშალოს. ეს რამდენიმე მთავარ აპლიკაციას გახდის მიუწვდომელს.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "ეს შესაძლოა გამოწვეული იყოს ისეთი კეშით/აქსელერატორით როგორიცაა Zend OPcache ან eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "თქვენი მონაცემთა ბაზა არ მოქმედებს \"READ COMMITTED\" ტრანზაქციის იზოლაციის დონით. ამან შეიძლება გამოიწვიოს პრობლემა, როდესაც მრავალი ქმედება შესრულდება პარალელურად.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s დაყენებულია %2$s-ზე დაბალი ვერსიით, სტაბილურობისთვის და ხარისხიანი მოქმედების მიზნებისთვის რეკომენდირებულია განაახლოთ ახალ %1$s ვერსიამდე.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "PHP მოდული 'fileinfo' არ არსებობს. 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 documentation ↗ for more information." : "ტრაზაქციული ფაილის ჩაკეტვა გათიშულია, ამან შეიძლება გამოიწვიოს გარკვეული პრობლემები. პრობლემებისგან თავის ასარიდებლად აამოქმედეთ 'filelocking.enabled' config.php-ში. დამატებითი ინფორმაციისთვის იხილეთ დოკუმენტაცია ↗.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s დაყენებულია %2$s-ზე დაბალი ვერსიით, სტაბილურობისთვის და ხარისხიანი მოქმედების მიზნებისთვის რეკომენდირებულია განაახლოთ ახალ %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." : "PHP მოდული 'fileinfo' არ არსებობს. 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 documentation ↗ for more information." : "ტრაზაქციული ფაილის ჩაკეტვა გათიშულია, ამან შეიძლება გამოიწვიოს გარკვეული პრობლემები. პრობლემებისგან თავის ასარიდებლად აამოქმედეთ 'filelocking.enabled' config.php-ში. დამატებითი ინფორმაციისთვის იხილეთ დოუმენტაცია ↗.", "System locale can not be set to a one which supports UTF-8." : "სისტემური ლოკალიზაცია ვერ ყენდება ერთ-ერთ ისეთზე, რომელიც მხარს უჭერს UTF-8-ს.", - "This means that there might be problems with certain characters in file names." : "ეს განაპირობებს ფაილის სახელში ზოგიერთ ნიშანთან პრობლემის გამოჩენას.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "ერთ-ერთი შემდეგ ლოკალიზაციათაგანის მხარდასაჭერად გთავაზობთ თქვნს სისტემაზე დააყენოთ აუცილებელი პაკეტები: %s.", - "If your installation is not installed in 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\")" : "თუ თქვენი სისტემა იყენებს კრონს და ინსტალაცია არაა დაყენებული დომენის დასაწყისში, შესაძლოა გამოჩნდეს პრობლემები URL გენერაციასთან. ამ პრობლემებისგან თავის ასარიდებლად, \"overwrite.cli.url\" პარამეტრის თქვენს config.php ფაილში მიანიჭეთ ინსტალაციის მისამართი (რეკომენდირებულია: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "CLI-ით კრონ საქმის ეგზეკუცია ვერ მოხერხდა. წარმოიშვა შემდეგი ტექნიკური შეცდომები:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "გთხოვთ გადაამოწმოთ ინსტალაციის სახელმძღვენელოები ↗ და ნახოთ თუ აღმოაჩენთ რაიმე შეცდომას ან გაფრთხილებას ლოგში.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php რეგისტრირებულია ვებკრონის სერვისით, 15 წუთში ერთხელ გაიშვას http მეშვეობით.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "ამის გასაშვებად საჭიროა გქონდეთ PHP posix გაფართოება. მეტი დეტალებისთვის იხილეთ {linkstart}PHP დოკუმენტაცია{linkend}. ", + "This means that there might be problems with certain characters in filenames." : "ეს განაპირობებს ფაილის სახელში ზოგ ნიშანთან პრობლემის გამოჩენას.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "ერთ-ერთი შემდეგ ლოკალიზაციათაგანის მხარდასაჭერად გთავაზობთ თქვნს სისტემაზე დააყენოთ აუცილებელი პაკეტები: %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\")" : "თუ თქვენი სისტემა იყენებს კრონს და ინსტალაცია არაა დაყენებული დომენის დასაწყისში, შესაძლოა გამოჩნდეს პრობლემები URL გენერაციასთან. ამ პრობლემებისგან თავის ასარიდებლად, \"overwrite.cli.url\" პარამეტრის თქვენს config.php ფაილში მიანიჭეთ ინსტალაციის მისამართი (რეკომენდირებულია: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "CLI-ით კრონ საქმის ეგზეკუცია ვერ მოხერხდა. წარმოიშვა შემდეგი ტექნიკური შეცდომები:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "გთხოვთ გადაამოწმოთ ინსტალაციის სახელმძღვენელოები ↗, და ნახოთ თუ აღმოაჩენთ რაიმე შეცდომას ან გაფრთხილებას ლოგში.", "Tips & tricks" : "რჩევები და ხრიკები", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "ამ ინსტანციას ოპტიმიზირებულად მოწყობისა და გამოყენებისთვის მრავალი ფუნქცია და კონფიგურაციის პარამეტრია ხელმისაწვდომი. აქ რამდენიმე კურსორია მეტი ინფორმაციისთვის.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "ამჟამად ბექენდზე მონაცემთა ბაზად მოიხმარება SQLite. უფრო დიდი ინსტალაციებისთვის რეკომენდაციას გიწევთ აირჩიოთ სხვა მონაცემთა ბაზა.", "This is particularly recommended when using the desktop client for file synchronisation." : "ეს კერძოდ რეკომედირებულია განსაკუთრებით მაშინ, როდესაც ფაილების სინქრონიზაციისთვის იყენებთ დესკტოპ-კლიენტს.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "სხვა მონაცემთა ბაზის მიგრაციისთვის გამოიყენეთ command line ხელსაწყო: 'occ db:convert-type', ან იხილეთ დოუმენტაცია ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "სხვა მონაცემთა ბაზის მიგრაციისთვის გამოიყენეთ command line ხელსაწყო: 'occ db:convert-type', ან იხილეთ დოუმენტაცია ↗.", "How to do backups" : "როგორ შევქმნათ რეზერვები", "Performance tuning" : "მოქმედების რეგულირება", "Improving the config.php" : "config.php-ს გაუმჯობესება", "Theming" : "ვიზუალური თემები", "Check the security of your Nextcloud over our security scan" : "შეამოწმეთ თქვენი Nextcloud ჩვენი უსფრთხოების შემოწმებით", "Hardening and security guidance" : "განმტკიცებისა და უსაფრთხოების სახელმძღვანელო", - "This app has an update available." : "აპლიკაციას გააჩნია ხელმისაწვდომი განახლება.", - "by %s" : "%s-ს მიერ", - "%s-licensed" : "%s-ლიცენზირებული", - "Documentation:" : "დოკუმენტაცია", - "Show description …" : "აღწერილობის ჩვენება …", - "Hide description …" : "არწერილობის დამალვა …", - "Enable only for specific groups" : "ამოქმედება მხოლოდ სპეციფიური ჯგუფებისათვის", - "Online documentation" : "ონლაინ დოკუმენტაცია", - "Getting help" : "დახმარების მიღება", - "Commercial support" : "კომერციული მხარდაჭერა", "You are using %s of %s" : "თქვენ იყენებთ %s სულ %s-დან", "You are using %s of %s (%s %%)" : "თქვენ იყენებთ %s სულ %s-დან (%s%%)", - "You are member of the following groups:" : "თქვენ ხართ შემდეგი ჯგუფების წევრი:", - "Get the apps to sync your files" : "აპლიკაცია ფაილების სინქრონიზაციისთვის", - "Desktop client" : "დესკტოპ კლიენტი", - "Android app" : "Android აპლიკაცია", - "iOS app" : "iOS აპლიკაცია", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "თუ გსურთ დაეხმაროთ პროექტს {contributeopen}შეუერთდით დეველომენტს{linkclose} ან {contributeopen}გაავრცელეთ სიტყვა{linkclose}!", - "Show First Run Wizard again" : "პირველი გაშვების ოსტათის ახლიდან ჩვენება", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "ვებ, დესკტოპ, მობილური კლიენტები და აპლიკაცია-სპეციფიური პაროლები რომლებსაც ამჟამად გააჩნიათ წვდომა თქვენს აგარიშზე.", - "App passwords" : "აპლიკაციის პაროლები", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "აქ აპლიკაციებისთვის შეგიძლიათ დააგენერიროთ ინდივიდუალური პაროლები, ასე რომ არ დაგჭირდებათ თქვენი პაროლის გამოყენება. ასევე შეგიძლიათ მათი ინდივიდუალურად წაშლაც.", - "Follow us on Google+!" : "გამოგვყევით Google+-ზე!", - "Like our facebook page!" : "მოიწონეთ ჩვენი Facebook გვერდი!", - "Follow us on Twitter!" : "გამოგვყევით Twitter-ზე!", - "Check out our blog!" : "იხილეთ ჩვენი ბლოგი!", - "Subscribe to our newsletter!" : "გამოიწერეთ ჩვენი სიახლეები!", "Settings" : "პარამეტრები", "Show storage location" : "საცავის ადგილმდებარეობის ჩვენება", "Show email address" : "მოხმარებლის ელ-ფოსტის მისამართის ჩვენება", @@ -396,28 +372,12 @@ "Create" : "შექმნა", "Admin Recovery Password" : "ადმინისტრატორის პაროლის განახლება", "Enter the recovery password in order to recover the users files during password change" : "მოხმარებლების პაროლის შეცვლის შემდეგ მათი ფაილების აღსადგენად შეიყვანეთ აღსადგენი პაროლი", - "Group name" : "ჯგუფის სახელი", "Disabled" : "გათიშული", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "შეიყვანეთ მოცულობის კვოტა (მაგ.: \"512 მბ\" ან \"12 გბ\")", "Other" : "სხვა", "change full name" : "სრული სახელის ცვლილება", "set new password" : "დააყენეთ ახალი პაროლი", "change email address" : "ელ-ფოსტის მისამართის ცვლილება", - "Default" : "საწყისი პარამეტრები", - "App up to date" : "აპლიკაცია ახალია", - "Could not remove app" : "აპლიკაცია ვერ გაუქმდა", - "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "გთხოვთ PHP-ის კონფიგურაციის ჩანაწერებისთვის და მისი სერვერზე კონფიგურაციისთვის გადახედოთ დაყენების დოკუემნტაციას ↗. ეს განსაკუთრებით საჭიროა როდესაც იყენებთ php-fpm-ს.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "როგორც ჩანს PHP დაყენებულია ისე, რომ შიდა დოკუმენტური ბლოკები წაშალოს. ეს რამდენიმე მთავარ აპლიკაციას გახდის მიუწვდომელს.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s დაყენებულია %2$s-ზე დაბალი ვერსიით, სტაბილურობისთვის და ხარისხიანი მოქმედების მიზნებისთვის რეკომენდირებულია განაახლოთ ახალ %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." : "PHP მოდული 'fileinfo' არ არსებობს. 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 documentation ↗ for more information." : "ტრაზაქციული ფაილის ჩაკეტვა გათიშულია, ამან შეიძლება გამოიწვიოს გარკვეული პრობლემები. პრობლემებისგან თავის ასარიდებლად აამოქმედეთ 'filelocking.enabled' config.php-ში. დამატებითი ინფორმაციისთვის იხილეთ დოუმენტაცია ↗.", - "This means that there might be problems with certain characters in filenames." : "ეს განაპირობებს ფაილის სახელში ზოგ ნიშანთან პრობლემის გამოჩენას.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "ერთ-ერთი შემდეგ ლოკალიზაციათაგანის მხარდასაჭერად გთავაზობთ თქვნს სისტემაზე დააყენოთ აუცილებელი პაკეტები: %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\")" : "თუ თქვენი სისტემა იყენებს კრონს და ინსტალაცია არაა დაყენებული დომენის დასაწყისში, შესაძლოა გამოჩნდეს პრობლემები URL გენერაციასთან. ამ პრობლემებისგან თავის ასარიდებლად, \"overwrite.cli.url\" პარამეტრის თქვენს config.php ფაილში მიანიჭეთ ინსტალაციის მისამართი (რეკომენდირებულია: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "CLI-ით კრონ საქმის ეგზეკუცია ვერ მოხერხდა. წარმოიშვა შემდეგი ტექნიკური შეცდომები:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "გთხოვთ გადაამოწმოთ ინსტალაციის სახელმძღვენელოები ↗, და ნახოთ თუ აღმოაჩენთ რაიმე შეცდომას ან გაფრთხილებას ლოგში.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "სხვა მონაცემთა ბაზის მიგრაციისთვის გამოიყენეთ command line ხელსაწყო: 'occ db:convert-type', ან იხილეთ დოუმენტაცია ↗." + "Default" : "საწყისი პარამეტრები" },"pluralForm" :"nplurals=2; plural=(n!=1);" } \ No newline at end of file diff --git a/settings/l10n/km.js b/settings/l10n/km.js deleted file mode 100644 index 94fbe80ce2..0000000000 --- a/settings/l10n/km.js +++ /dev/null @@ -1,61 +0,0 @@ -OC.L10N.register( - "settings", - { - "Couldn't update app." : "មិន​អាច​ធ្វើ​បច្ចុប្បន្នភាព​កម្មវិធី។", - "Wrong password" : "ខុស​ពាក្យ​សម្ងាត់", - "Saved" : "បាន​រក្សាទុក", - "Authentication error" : "កំហុស​ការ​ផ្ទៀង​ផ្ទាត់​ភាព​ត្រឹម​ត្រូវ", - "You need to set your user email before being able to send test emails." : "អ្នក​ត្រូវ​តែ​កំណត់​អ៊ីមែល​របស់​អ្នក​មុន​នឹង​អាច​ផ្ញើ​អ៊ីមែល​សាកល្បង​បាន។", - "Email sent" : "បាន​ផ្ញើ​អ៊ីមែល", - "Delete" : "លុប", - "Very weak password" : "ពាក្យ​សម្ងាត់​ខ្សោយ​ណាស់", - "Weak password" : "ពាក្យ​សម្ងាត់​ខ្សោយ", - "So-so password" : "ពាក្យ​សម្ងាត់​ធម្មតា", - "Good password" : "ពាក្យ​សម្ងាត់​ល្អ", - "Strong password" : "ពាក្យ​សម្ងាត់​ខ្លាំង", - "Select a profile picture" : "ជ្រើស​រូបភាព​ប្រវត្តិរូប", - "Groups" : "ក្រុ", - "Disable" : "បិទ", - "All" : "ទាំងអស់", - "Enable" : "បើក", - "New password" : "ពាក្យ​សម្ងាត់​ថ្មី", - "Username" : "ឈ្មោះ​អ្នកប្រើ", - "Password" : "ពាក្យសម្ងាត់", - "Email" : "អ៊ីមែល", - "Language" : "ភាសា", - "Unlimited" : "មិន​កំណត់", - "Forum" : "វេទិកាពិភាក្សា", - "None" : "គ្មាន", - "Login" : "ចូល", - "Encryption" : "កូដនីយកម្ម", - "From address" : "ពី​អាសយដ្ឋាន", - "Server address" : "អាសយដ្ឋាន​ម៉ាស៊ីន​បម្រើ", - "Port" : "ច្រក", - "Send email" : "ផ្ញើ​អ៊ីមែល", - "Version" : "កំណែ", - "Sharing" : "ការ​ចែក​រំលែក", - "Allow apps to use the Share API" : "អនុញ្ញាត​ឲ្យ​កម្មវិធី​ប្រើ API ចែក​រំលែក", - "Allow public uploads" : "អនុញ្ញាត​ការ​ផ្ទុក​ឡើង​ជា​សាធារណៈ", - "Allow resharing" : "អនុញ្ញាត​ការ​ចែក​រំលែក​ម្ដង​ទៀត", - "Profile picture" : "រូបភាព​ប្រវត្តិរូប", - "Upload new" : "ផ្ទុកឡើង​ថ្មី", - "Remove image" : "ដក​រូបភាព​ចេញ", - "Cancel" : "លើកលែង", - "Your email address" : "អ៊ីម៉ែល​របស់​អ្នក", - "Help translate" : "ជួយ​បក​ប្រែ", - "Current password" : "ពាក្យសម្ងាត់​បច្ចុប្បន្ន", - "Change password" : "ប្តូរ​ពាក្យសម្ងាត់", - "Email saved" : "បាន​រក្សា​ទុក​អ៊ីមែល", - "Error while disabling app" : "មាន​កំហុស​ពេល​កំពុង​បិទកម្មវិធី", - "Updated" : "បាន​ធ្វើ​បច្ចុប្បន្នភាព", - "undo" : "មិន​ធ្វើ​វិញ", - "never" : "មិនដែរ", - "A valid username must be provided" : "ត្រូវ​ផ្ដល់​ឈ្មោះ​អ្នក​ប្រើ​ឲ្យ​បាន​ត្រឹម​ត្រូវ", - "A valid password must be provided" : "ត្រូវ​ផ្ដល់​ពាក្យ​សម្ងាត់​ឲ្យ​បាន​ត្រឹម​ត្រូវ", - "Create" : "បង្កើត", - "Admin Recovery Password" : "ការ​ស្វែង​រក​ពាក្យ​សម្ងាត់របស់ប្រធាន​វេបសាយ", - "Other" : "ផ្សេងៗ", - "set new password" : "កំណត់​ពាក្យ​សម្ងាត់​ថ្មី", - "Default" : "លំនាំ​ដើម" -}, -"nplurals=1; plural=0;"); diff --git a/settings/l10n/km.json b/settings/l10n/km.json deleted file mode 100644 index 5ae8dd6682..0000000000 --- a/settings/l10n/km.json +++ /dev/null @@ -1,59 +0,0 @@ -{ "translations": { - "Couldn't update app." : "មិន​អាច​ធ្វើ​បច្ចុប្បន្នភាព​កម្មវិធី។", - "Wrong password" : "ខុស​ពាក្យ​សម្ងាត់", - "Saved" : "បាន​រក្សាទុក", - "Authentication error" : "កំហុស​ការ​ផ្ទៀង​ផ្ទាត់​ភាព​ត្រឹម​ត្រូវ", - "You need to set your user email before being able to send test emails." : "អ្នក​ត្រូវ​តែ​កំណត់​អ៊ីមែល​របស់​អ្នក​មុន​នឹង​អាច​ផ្ញើ​អ៊ីមែល​សាកល្បង​បាន។", - "Email sent" : "បាន​ផ្ញើ​អ៊ីមែល", - "Delete" : "លុប", - "Very weak password" : "ពាក្យ​សម្ងាត់​ខ្សោយ​ណាស់", - "Weak password" : "ពាក្យ​សម្ងាត់​ខ្សោយ", - "So-so password" : "ពាក្យ​សម្ងាត់​ធម្មតា", - "Good password" : "ពាក្យ​សម្ងាត់​ល្អ", - "Strong password" : "ពាក្យ​សម្ងាត់​ខ្លាំង", - "Select a profile picture" : "ជ្រើស​រូបភាព​ប្រវត្តិរូប", - "Groups" : "ក្រុ", - "Disable" : "បិទ", - "All" : "ទាំងអស់", - "Enable" : "បើក", - "New password" : "ពាក្យ​សម្ងាត់​ថ្មី", - "Username" : "ឈ្មោះ​អ្នកប្រើ", - "Password" : "ពាក្យសម្ងាត់", - "Email" : "អ៊ីមែល", - "Language" : "ភាសា", - "Unlimited" : "មិន​កំណត់", - "Forum" : "វេទិកាពិភាក្សា", - "None" : "គ្មាន", - "Login" : "ចូល", - "Encryption" : "កូដនីយកម្ម", - "From address" : "ពី​អាសយដ្ឋាន", - "Server address" : "អាសយដ្ឋាន​ម៉ាស៊ីន​បម្រើ", - "Port" : "ច្រក", - "Send email" : "ផ្ញើ​អ៊ីមែល", - "Version" : "កំណែ", - "Sharing" : "ការ​ចែក​រំលែក", - "Allow apps to use the Share API" : "អនុញ្ញាត​ឲ្យ​កម្មវិធី​ប្រើ API ចែក​រំលែក", - "Allow public uploads" : "អនុញ្ញាត​ការ​ផ្ទុក​ឡើង​ជា​សាធារណៈ", - "Allow resharing" : "អនុញ្ញាត​ការ​ចែក​រំលែក​ម្ដង​ទៀត", - "Profile picture" : "រូបភាព​ប្រវត្តិរូប", - "Upload new" : "ផ្ទុកឡើង​ថ្មី", - "Remove image" : "ដក​រូបភាព​ចេញ", - "Cancel" : "លើកលែង", - "Your email address" : "អ៊ីម៉ែល​របស់​អ្នក", - "Help translate" : "ជួយ​បក​ប្រែ", - "Current password" : "ពាក្យសម្ងាត់​បច្ចុប្បន្ន", - "Change password" : "ប្តូរ​ពាក្យសម្ងាត់", - "Email saved" : "បាន​រក្សា​ទុក​អ៊ីមែល", - "Error while disabling app" : "មាន​កំហុស​ពេល​កំពុង​បិទកម្មវិធី", - "Updated" : "បាន​ធ្វើ​បច្ចុប្បន្នភាព", - "undo" : "មិន​ធ្វើ​វិញ", - "never" : "មិនដែរ", - "A valid username must be provided" : "ត្រូវ​ផ្ដល់​ឈ្មោះ​អ្នក​ប្រើ​ឲ្យ​បាន​ត្រឹម​ត្រូវ", - "A valid password must be provided" : "ត្រូវ​ផ្ដល់​ពាក្យ​សម្ងាត់​ឲ្យ​បាន​ត្រឹម​ត្រូវ", - "Create" : "បង្កើត", - "Admin Recovery Password" : "ការ​ស្វែង​រក​ពាក្យ​សម្ងាត់របស់ប្រធាន​វេបសាយ", - "Other" : "ផ្សេងៗ", - "set new password" : "កំណត់​ពាក្យ​សម្ងាត់​ថ្មី", - "Default" : "លំនាំ​ដើម" -},"pluralForm" :"nplurals=1; plural=0;" -} \ No newline at end of file diff --git a/settings/l10n/kn.js b/settings/l10n/kn.js deleted file mode 100644 index 50391f1229..0000000000 --- a/settings/l10n/kn.js +++ /dev/null @@ -1,94 +0,0 @@ -OC.L10N.register( - "settings", - { - "Couldn't remove app." : "ಅಳಿಸುವಾಗ ಏನೊ ಲೋಪವಾಗಿದೆ", - "Couldn't update app." : " ಕಾಯಕ್ರಮವನ್ನು ನವೀಕರಿಸಲ ಸಾದ್ಯವಾಗುತ್ತಿಲ್ಲ.", - "Wrong password" : "ದುರ್ಬಲ ಗುಪ್ತಪದ", - "Saved" : "ಉಳಿಸಿದ", - "No user supplied" : "ಯಾವುದೇ ಬಳಕೆದಾರನ ಹೆಸರನ್ನು ನೀಡಿರುವುದಿಲ್ಲ", - "Unable to change password" : "ಗುಪ್ತಪದವನ್ನು ಬದಲಾಯಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ", - "Authentication error" : "ದೃಢೀಕರಣ ದೋಷ", - "You need to set your user email before being able to send test emails." : "ನೀವು ಪರೀಕ್ಷಾ ಇ-ಅಂಚೆಯನ್ನು ಕಳುಹಿಸುವ ಮುನ್ನ ನಿಮ್ಮ ಬಳಕೆದಾರ ಇ-ಅಂಚೆಯನ್ನು ಹೊಂದಿಸಬೇಕಾಗುತ್ತದೆ.", - "Invalid mail address" : "ಅಮಾನ್ಯ ಇ-ಅಂಚೆ ವಿಳಾಸ", - "Unable to change full name" : "ಪೂರ್ಣ ಹೆಸರನ್ನು ಬದಲಾಯಿಸಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ", - "Your %s account was created" : "ನಿಮ್ಮ%s ಖಾತೆಯನ್ನು ಸ್ಥಾಪಿಸಲಾಗಿದೆ", - "Email sent" : "ಇ-ಅಂಚೆ ಕಳುಹಿಸಲಾಗಿದೆ", - "Valid until {date}" : "{date} ವರೆಗೆ ಚಾಲ್ತಿಯಲ್ಲಿರುತ್ತದೆ", - "Delete" : "ಅಳಿಸಿ", - "Very weak password" : "ಅತೀ ದುರ್ಬಲ ಗುಪ್ತಪದ", - "Weak password" : "ದುರ್ಬಲ ಗುಪ್ತಪದ", - "So-so password" : "ಊಹಿಸಬಹುದಾದ ಗುಪ್ತಪದ", - "Good password" : "ಉತ್ತಮ ಗುಪ್ತಪದ", - "Strong password" : "ಪ್ರಬಲ ಗುಪ್ತಪದ", - "Select a profile picture" : "ಸಂಕ್ಷಿಪ್ತ ವ್ಯಕ್ತಿಚಿತ್ರ ಒಂದನ್ನು ಆಯ್ಕೆ ಮಾಡಿ", - "Groups" : "ಗುಂಪುಗಳು", - "Disable" : "ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿ", - "All" : "ಎಲ್ಲಾ", - "Enable" : "ಸಕ್ರಿಯಗೊಳಿಸು", - "New password" : "ಹೊಸ ಗುಪ್ತಪದ", - "Username" : "ಬಳಕೆಯ ಹೆಸರು", - "Password" : "ಗುಪ್ತ ಪದ", - "Email" : "ಇ-ಅಂಚೆ", - "Quota" : "ಪಾಲು", - "Language" : "ಭಾಷೆ", - "Admins" : "ನಿರ್ವಾಹಕರು", - "Everyone" : "ಪ್ರತಿಯೊಬ್ಬರೂ", - "Forum" : "ವೇದಿಕೆ", - "None" : "ಯಾವುದೂ ಇಲ್ಲ", - "Login" : "ಖಾತೆ ಪ್ರವೇಶಿಸು", - "Plain" : "ಸರಳ", - "Send mode" : "ಕಳುಹಿಸುವ ಕ್ರಮ", - "Encryption" : "ರಹಸ್ಯ ಸಂಕೇತೀಕರಿಸು", - "mail" : "ಅಂಚೆ", - "Authentication method" : "ದೃಢೀಕರಣ ವಿಧಾನ", - "Authentication required" : "ದೃಢೀಕರಣ ಅಗತ್ಯವಿದೆ", - "Server address" : "ಪರಿಚಾರಕ ಗಣಕಯಂತ್ರದ ವಿಳಾಸ", - "Port" : "ರೇವು", - "Credentials" : "ರುಜುವಾತುಗಳು", - "SMTP Username" : "SMTP ಬಳಕೆದಾರ ಹೆಸರು", - "SMTP Password" : "SMTP ಗುಪ್ತ ಪದ", - "Test email settings" : "ಪರೀರ್ಕ್ಷಾತ ಇ-ಅಂಚೆಯ ಆಯ್ಕೇ", - "Send email" : "ಇ-ಅಂಚೆಯನ್ನು ಕಳುಹಿಸಿ", - "Version" : "ಆವೃತ್ತಿ", - "Sharing" : "ಹಂಚಿಕೆ", - "Expire after " : "ನಿಶ್ವಸಿಸುವ ಅವಧಿ", - "days" : "ದಿನಗಳು", - "Enforce expiration date" : "ಮುಕ್ತಾಯ ದಿನಾಂಕವನ್ನು ಬಲವ೦ತವಾಗಿ ಜಾರಿಗೆ ಮಾಡಿ", - "Cancel" : "ರದ್ದು", - "Your email address" : "ನಿಮ್ಮ ಇ-ಅಂಚೆ ವಿಳಾಸ", - "Help translate" : "ಭಾಷಾಂತರಿಸಲು ಸಹಾಯ ಮಾಡಿ", - "Current password" : "ಪ್ರಸ್ತುತ ಗುಪ್ತಪದ", - "Change password" : "ಗುಪ್ತ ಪದವನ್ನು ಬದಲಾಯಿಸಿ", - "Group already exists." : "ಗುಂಪು ಈಗಾಗಲೇ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ.", - "Unable to add group." : "ಗುಂಪುನ್ನು ಸೇರಿಸಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ.", - "Unable to delete group." : "ಗುಂಪುನ್ನು ಅಳಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ.", - "Unable to create user." : "ಬಳಕೆದಾರನ ಖಾತೆ ರಚಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ.", - "Unable to delete user." : "ಬಳಕೆದಾರನ ಹೆಸರುನ್ನು ಅಳಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ.", - "Your full name has been changed." : "ನಿಮ್ಮ ಪೂರ್ಣ ಹೆಸರನ್ನು ಬದಲಾಯಿಸಲಾಗಿದೆ.", - "Forbidden" : "ನಿರ್ಬಂಧಿಸಲಾಗಿದೆ", - "Invalid user" : "ಅಮಾನ್ಯ ಬಳಕೆದಾರ", - "Unable to change mail address" : "ಇ-ಅಂಚೆ ವಿಳಾಸ ಬದಲಾಯಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ", - "Email saved" : "ಇ-ಅಂಚೆಯನ್ನು ಉಳಿಸಿದೆ", - "Error while disabling app" : "ಕಾರ್ಯಕ್ರಮವನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸುವಾಗ ಏನೊ ಲೋಪವಾಗಿದೆ", - "Error while enabling app" : "ಕಾರ್ಯಕ್ರಮವನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿಸುವಾಗ ಏನೊ ಲೋಪವಾಗಿದೆ", - "Updated" : "ಆಧುನೀಕರಿಸಲಾಗಿದೆ", - "Unable to delete {objName}" : "{objName} ಅಳಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ ", - "A valid group name must be provided" : "ಮಾನ್ಯ ಗುಂಪಿನ ಹೆಸರನ್ನು ಒದಗಿಸಬೇಕಾಗುತ್ತದೆ", - "deleted {groupName}" : "ಅಳಿಸಲಾಗಿದೆ {groupName}", - "undo" : "ಹಿಂದಿರುಗಿಸು", - "never" : "ಎಂದಿಗೂ", - "deleted {userName}" : "{userName} ಬಳಕೆಯ ಹೆಸರುನ್ನು ಅಳಿಸಲಾಗಿದೆ ", - "A valid username must be provided" : "ಮಾನ್ಯ ಬಳಕೆದಾರ ಹೆಸರು ಒದಗಿಸಬೇಕಾಗುತ್ತದೆ", - "A valid password must be provided" : "ಸರಿಯಾದ ಬಳಕೆದಾರ ಗುಪ್ತಪದ ಒದಗಿಸಬೇಕಾಗಿದೆ", - "A valid email must be provided" : "ಮಾನ್ಯ ಬಳಕೆದಾರ ಇ-ಅಂಚೆಯನ್ನು ಒದಗಿಸಬೇಕಾಗುತ್ತದೆ", - "Documentation:" : "ದಾಖಲೆ:", - "Enable only for specific groups" : "ಕೇವಲ ನಿರ್ದಿಷ್ಟ ಗುಂಪುಗಳಿಗೆ ಸಕ್ರಿಯಗೊಳಿಸಿ", - "E-Mail" : "ಇ-ಅಂಚೆ ವಿಳಾಸ", - "Create" : "ಸೃಷ್ಟಿಸಿ", - "Other" : "ಇತರೆ", - "change full name" : "ಪೂರ್ಣ ಹೆಸರು ಬದಲಾಯಿಸಬಹುದು", - "set new password" : "ಹೊಸ ಗುಪ್ತಪದವನ್ನು ಹೊಂದಿಸಿ", - "change email address" : "ಇ-ಅಂಚೆ ವಿಳಾಸ ಬದಲಾಯಿಸಿ", - "Default" : "ಆರಂಭದ ಪ್ರತಿ" -}, -"nplurals=2; plural=(n > 1);"); diff --git a/settings/l10n/kn.json b/settings/l10n/kn.json deleted file mode 100644 index 1110d69332..0000000000 --- a/settings/l10n/kn.json +++ /dev/null @@ -1,92 +0,0 @@ -{ "translations": { - "Couldn't remove app." : "ಅಳಿಸುವಾಗ ಏನೊ ಲೋಪವಾಗಿದೆ", - "Couldn't update app." : " ಕಾಯಕ್ರಮವನ್ನು ನವೀಕರಿಸಲ ಸಾದ್ಯವಾಗುತ್ತಿಲ್ಲ.", - "Wrong password" : "ದುರ್ಬಲ ಗುಪ್ತಪದ", - "Saved" : "ಉಳಿಸಿದ", - "No user supplied" : "ಯಾವುದೇ ಬಳಕೆದಾರನ ಹೆಸರನ್ನು ನೀಡಿರುವುದಿಲ್ಲ", - "Unable to change password" : "ಗುಪ್ತಪದವನ್ನು ಬದಲಾಯಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ", - "Authentication error" : "ದೃಢೀಕರಣ ದೋಷ", - "You need to set your user email before being able to send test emails." : "ನೀವು ಪರೀಕ್ಷಾ ಇ-ಅಂಚೆಯನ್ನು ಕಳುಹಿಸುವ ಮುನ್ನ ನಿಮ್ಮ ಬಳಕೆದಾರ ಇ-ಅಂಚೆಯನ್ನು ಹೊಂದಿಸಬೇಕಾಗುತ್ತದೆ.", - "Invalid mail address" : "ಅಮಾನ್ಯ ಇ-ಅಂಚೆ ವಿಳಾಸ", - "Unable to change full name" : "ಪೂರ್ಣ ಹೆಸರನ್ನು ಬದಲಾಯಿಸಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ", - "Your %s account was created" : "ನಿಮ್ಮ%s ಖಾತೆಯನ್ನು ಸ್ಥಾಪಿಸಲಾಗಿದೆ", - "Email sent" : "ಇ-ಅಂಚೆ ಕಳುಹಿಸಲಾಗಿದೆ", - "Valid until {date}" : "{date} ವರೆಗೆ ಚಾಲ್ತಿಯಲ್ಲಿರುತ್ತದೆ", - "Delete" : "ಅಳಿಸಿ", - "Very weak password" : "ಅತೀ ದುರ್ಬಲ ಗುಪ್ತಪದ", - "Weak password" : "ದುರ್ಬಲ ಗುಪ್ತಪದ", - "So-so password" : "ಊಹಿಸಬಹುದಾದ ಗುಪ್ತಪದ", - "Good password" : "ಉತ್ತಮ ಗುಪ್ತಪದ", - "Strong password" : "ಪ್ರಬಲ ಗುಪ್ತಪದ", - "Select a profile picture" : "ಸಂಕ್ಷಿಪ್ತ ವ್ಯಕ್ತಿಚಿತ್ರ ಒಂದನ್ನು ಆಯ್ಕೆ ಮಾಡಿ", - "Groups" : "ಗುಂಪುಗಳು", - "Disable" : "ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿ", - "All" : "ಎಲ್ಲಾ", - "Enable" : "ಸಕ್ರಿಯಗೊಳಿಸು", - "New password" : "ಹೊಸ ಗುಪ್ತಪದ", - "Username" : "ಬಳಕೆಯ ಹೆಸರು", - "Password" : "ಗುಪ್ತ ಪದ", - "Email" : "ಇ-ಅಂಚೆ", - "Quota" : "ಪಾಲು", - "Language" : "ಭಾಷೆ", - "Admins" : "ನಿರ್ವಾಹಕರು", - "Everyone" : "ಪ್ರತಿಯೊಬ್ಬರೂ", - "Forum" : "ವೇದಿಕೆ", - "None" : "ಯಾವುದೂ ಇಲ್ಲ", - "Login" : "ಖಾತೆ ಪ್ರವೇಶಿಸು", - "Plain" : "ಸರಳ", - "Send mode" : "ಕಳುಹಿಸುವ ಕ್ರಮ", - "Encryption" : "ರಹಸ್ಯ ಸಂಕೇತೀಕರಿಸು", - "mail" : "ಅಂಚೆ", - "Authentication method" : "ದೃಢೀಕರಣ ವಿಧಾನ", - "Authentication required" : "ದೃಢೀಕರಣ ಅಗತ್ಯವಿದೆ", - "Server address" : "ಪರಿಚಾರಕ ಗಣಕಯಂತ್ರದ ವಿಳಾಸ", - "Port" : "ರೇವು", - "Credentials" : "ರುಜುವಾತುಗಳು", - "SMTP Username" : "SMTP ಬಳಕೆದಾರ ಹೆಸರು", - "SMTP Password" : "SMTP ಗುಪ್ತ ಪದ", - "Test email settings" : "ಪರೀರ್ಕ್ಷಾತ ಇ-ಅಂಚೆಯ ಆಯ್ಕೇ", - "Send email" : "ಇ-ಅಂಚೆಯನ್ನು ಕಳುಹಿಸಿ", - "Version" : "ಆವೃತ್ತಿ", - "Sharing" : "ಹಂಚಿಕೆ", - "Expire after " : "ನಿಶ್ವಸಿಸುವ ಅವಧಿ", - "days" : "ದಿನಗಳು", - "Enforce expiration date" : "ಮುಕ್ತಾಯ ದಿನಾಂಕವನ್ನು ಬಲವ೦ತವಾಗಿ ಜಾರಿಗೆ ಮಾಡಿ", - "Cancel" : "ರದ್ದು", - "Your email address" : "ನಿಮ್ಮ ಇ-ಅಂಚೆ ವಿಳಾಸ", - "Help translate" : "ಭಾಷಾಂತರಿಸಲು ಸಹಾಯ ಮಾಡಿ", - "Current password" : "ಪ್ರಸ್ತುತ ಗುಪ್ತಪದ", - "Change password" : "ಗುಪ್ತ ಪದವನ್ನು ಬದಲಾಯಿಸಿ", - "Group already exists." : "ಗುಂಪು ಈಗಾಗಲೇ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ.", - "Unable to add group." : "ಗುಂಪುನ್ನು ಸೇರಿಸಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ.", - "Unable to delete group." : "ಗುಂಪುನ್ನು ಅಳಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ.", - "Unable to create user." : "ಬಳಕೆದಾರನ ಖಾತೆ ರಚಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ.", - "Unable to delete user." : "ಬಳಕೆದಾರನ ಹೆಸರುನ್ನು ಅಳಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ.", - "Your full name has been changed." : "ನಿಮ್ಮ ಪೂರ್ಣ ಹೆಸರನ್ನು ಬದಲಾಯಿಸಲಾಗಿದೆ.", - "Forbidden" : "ನಿರ್ಬಂಧಿಸಲಾಗಿದೆ", - "Invalid user" : "ಅಮಾನ್ಯ ಬಳಕೆದಾರ", - "Unable to change mail address" : "ಇ-ಅಂಚೆ ವಿಳಾಸ ಬದಲಾಯಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ", - "Email saved" : "ಇ-ಅಂಚೆಯನ್ನು ಉಳಿಸಿದೆ", - "Error while disabling app" : "ಕಾರ್ಯಕ್ರಮವನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸುವಾಗ ಏನೊ ಲೋಪವಾಗಿದೆ", - "Error while enabling app" : "ಕಾರ್ಯಕ್ರಮವನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿಸುವಾಗ ಏನೊ ಲೋಪವಾಗಿದೆ", - "Updated" : "ಆಧುನೀಕರಿಸಲಾಗಿದೆ", - "Unable to delete {objName}" : "{objName} ಅಳಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ ", - "A valid group name must be provided" : "ಮಾನ್ಯ ಗುಂಪಿನ ಹೆಸರನ್ನು ಒದಗಿಸಬೇಕಾಗುತ್ತದೆ", - "deleted {groupName}" : "ಅಳಿಸಲಾಗಿದೆ {groupName}", - "undo" : "ಹಿಂದಿರುಗಿಸು", - "never" : "ಎಂದಿಗೂ", - "deleted {userName}" : "{userName} ಬಳಕೆಯ ಹೆಸರುನ್ನು ಅಳಿಸಲಾಗಿದೆ ", - "A valid username must be provided" : "ಮಾನ್ಯ ಬಳಕೆದಾರ ಹೆಸರು ಒದಗಿಸಬೇಕಾಗುತ್ತದೆ", - "A valid password must be provided" : "ಸರಿಯಾದ ಬಳಕೆದಾರ ಗುಪ್ತಪದ ಒದಗಿಸಬೇಕಾಗಿದೆ", - "A valid email must be provided" : "ಮಾನ್ಯ ಬಳಕೆದಾರ ಇ-ಅಂಚೆಯನ್ನು ಒದಗಿಸಬೇಕಾಗುತ್ತದೆ", - "Documentation:" : "ದಾಖಲೆ:", - "Enable only for specific groups" : "ಕೇವಲ ನಿರ್ದಿಷ್ಟ ಗುಂಪುಗಳಿಗೆ ಸಕ್ರಿಯಗೊಳಿಸಿ", - "E-Mail" : "ಇ-ಅಂಚೆ ವಿಳಾಸ", - "Create" : "ಸೃಷ್ಟಿಸಿ", - "Other" : "ಇತರೆ", - "change full name" : "ಪೂರ್ಣ ಹೆಸರು ಬದಲಾಯಿಸಬಹುದು", - "set new password" : "ಹೊಸ ಗುಪ್ತಪದವನ್ನು ಹೊಂದಿಸಿ", - "change email address" : "ಇ-ಅಂಚೆ ವಿಳಾಸ ಬದಲಾಯಿಸಿ", - "Default" : "ಆರಂಭದ ಪ್ರತಿ" -},"pluralForm" :"nplurals=2; plural=(n > 1);" -} \ No newline at end of file diff --git a/settings/l10n/ko.js b/settings/l10n/ko.js index 82fe7c247d..16a987d4c9 100644 --- a/settings/l10n/ko.js +++ b/settings/l10n/ko.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "Google 크롬", "Safari" : "Safari", "Google Chrome for Android" : "Android용 Google 크롬", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS 클라이언트", - "Android Client" : "Android 클라이언트", "Sync client - {os}" : "동기화 클라이언트 - {os}", "This session" : "이 세션", "Copy" : "복사", @@ -101,7 +97,6 @@ OC.L10N.register( "So-so password" : "그저 그런 암호", "Good password" : "좋은 암호", "Strong password" : "강력한 암호", - "An error occured while changing your language. Please reload the page and try again." : "언어를 변경하는 중 오류가 발생했습니다. 페이지를 새로 고친 후 다시 시도하십시오.", "Select a profile picture" : "프로필 사진 선택", "Groups" : "그룹", "Limit to groups" : "그룹으로 제한", @@ -286,12 +281,10 @@ OC.L10N.register( "Invalid user" : "잘못된 사용자", "Unable to change mail address" : "이메일 주소를 변경할 수 없음", "Email saved" : "이메일 저장됨", - "%1$s changed your email address on %2$s." : "%1$s 님이 내 이메일 주소를 %2$s에 변경했습니다.", "Password confirmation is required" : "암호 확인이 필요합니다", "Are you really sure you want add {domain} as trusted domain?" : "신뢰할 수 있는 도메인 목록에 {domain}을(를) 추가하시겠습니까?", "Add trusted domain" : "신뢰할 수 있는 도메인 추가", "Update to %s" : "%s(으)로 업데이트", - "_You have %n app update pending_::_You have %n app updates pending_" : ["앱 %n개 업데이트 대기 중"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "승인된 앱은 신뢰할 수 있는 개발자가 개발하며 보안 검사를 통과했습니다. 열린 코드 저장소에서 관리되며 일반적인 환경에서 사용할 수 있는 수준으로 관리됩니다.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "이 앱의 보안 문제가 점검되지 않았고, 출시된 지 얼마 지나지 않았거나 아직 불안정합니다. 본인 책임 하에 설치하십시오.", "Disabling app …" : "앱 비활성화 중…", @@ -300,14 +293,18 @@ OC.L10N.register( "Error while enabling app" : "앱을 활성화하는 중 오류 발생", "Error: Could not disable broken app" : "오류: 망가진 앱을 비활성화할 수 없음", "Error while disabling broken app" : "망가진 앱을 비활성화하는 중 오류 발생", - "Updating...." : "업데이트 중....", - "Error while updating app" : "앱을 업데이트하는 중 오류 발생", + "App up to date" : "앱이 최신 상태임", "Updated" : "업데이트됨", "Removing …" : "삭제 중 …", - "Error while removing app" : "앱을 삭제하는 중 오류 발생", + "Could not remove app" : "앱을 삭제할 수 없음", "Approved" : "승인됨", "Experimental" : "실험적", "No apps found for {query}" : "{query} 앱을 찾을 수 없음", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS 클라이언트", + "Android Client" : "Android 클라이언트", + "An error occured while changing your language. Please reload the page and try again." : "언어를 변경하는 중 오류가 발생했습니다. 페이지를 새로 고친 후 다시 시도하십시오.", "Unable to delete {objName}" : "{objName}을(를) 삭제할 수 없음", "Error creating group: {message}" : "그룹 생성 오류: {message}", "A valid group name must be provided" : "올바른 그룹 이름을 입력해야 함", @@ -328,66 +325,45 @@ OC.L10N.register( "Error creating user: {message}" : "사용자 생성 오류: {message}", "A valid password must be provided" : "올바른 암호를 입력해야 함", "A valid email must be provided" : "올바른 이메일 주소를 입력해야 함", - "__language_name__" : "한국어", - "Verifying" : "확인 중", - "Personal info" : "개인 정보", - "Sync clients" : "동기화 클라이언트", - "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." : "내 인스턴스가 올바르게 설정되어 있어야 시스템 보안과 성능을 보장할 수 있습니다. 설정 확인을 돕기 위해서 일부 항목을 자동으로 확인합니다. 더 많은 정보를 보려면 문서의 팁과 추가 정보 장을 참조하십시오.", - "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 installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "서버 PHP 설정(특히 php-fpm 사용 시)에 관한 내용은 설치 가이드 ↗를 참고하십시오.", + "by %s" : "%s 개발", + "%s-licensed" : "%s 라이선스", + "Documentation:" : "문서:", + "Show description …" : "설명 보기 …", + "Hide description …" : "설명 숨기기 …", + "This app has an update available." : "이 앱을 업데이트할 수 있습니다.", + "Enable only for specific groups" : "특정 그룹에만 허용", + "Online documentation" : "온라인 문서", + "Getting help" : "도움 얻기", + "Commercial support" : "상용 지원", + "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "서버 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." : "읽기 전용 설정이 활성화되었습니다. 이 상태에서는 웹 인터페이스를 통하여 일부 설정을 변경할 수 없습니다. 또한 매 업데이트마다 파일을 쓸 수 있는 상태로 변경해야 합니다.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP에서 인라인 doc 블록을 삭제하도록 설정되어 있습니다. 일부 코어 앱에 접근할 수 없을 수도 있습니다.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP에서 인라인 문서 블록을 삭제하도록 설정되어 있습니다. 대부분의 코어 앱을 사용할 수 없습니다.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Zend OPcache, eAccelerator 같은 캐시/가속기 문제일 수도 있습니다.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "데이터베이스가 \"READ COMMITTED\" 트랜잭션 격리 수준에서 실행되고 있지 않습니다. 여러 작업이 동시에 실행될 때 문제가 발생할 수 있습니다.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s의 버전 %2$s 미만이 설치되어 있습니다. 안정성과 성능을 위해 %1$s의 새로운 버전으로 업데이트하는 것을 권장합니다.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "PHP의 'fileinfo' 모듈이 없습니다. 올바른 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 documentation ↗ for more information." : "트랜잭션 파일 잠금이 비활성화되어있어 동시 접근 시 문제가 발생할 수 있습니다. config.php에서 'filelocking.enabled'를 활성화하여 이 문제를 해결할 수 있습니다. 자세한 내용은 사용 설명서 ↗를 참고하십시오.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s의 버전 %2$s 미만이 설치되어 있습니다. 안정성과 성능을 위해 %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." : "PHP의 'fileinfo' 모듈이 없습니다. 올바른 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 documentation ↗ for more information." : "트랜잭션 파일 잠금이 비활성화되어있어 동시 접근 시 문제가 발생할 수 있습니다. config.php에서 'filelocking.enabled'를 활성화하여 이 문제를 해결할 수 있습니다. 자세한 내용은 사용 설명서 ↗를 참고하십시오.", "System locale can not be set to a one which supports UTF-8." : "UTF-8을 지원하는 시스템 로캘을 사용할 수 없습니다.", - "This means that there might be problems with certain characters in file names." : "파일 이름의 일부 문자에 문제가 생길 수도 있습니다.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "다음 중 하나 이상의 로캘을 지원하기 위하여 필요한 패키지를 시스템에 설치하는 것을 추천합니다: %s.", - "If your installation is not installed in 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\")" : "도메인의 루트 디렉터리 아래에 설치되어 있지 않고 시스템 cron을 사용한다면 URL 생성에 문제가 발생할 수도 있습니다. 이 문제를 해결하려면 설치본의 웹 루트 경로에 있는 config.php 파일의 \"overwrite.cli.url\" 옵션을 변경하십시오(제안: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "CLI로 cronjob을 실행할 수 없었습니다. 다음 기술적 오류가 발생했습니다:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "설치 가이드 ↗를 확인하고 로그의 오류 또는 경고를 확인하십시오.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "15분마다 HTTP를 통해 cron.php를 실행하는 webcron 서비스에 cron.php가 등록되었습니다.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "실행하려면 PHP POSIX 확장이 필요합니다. 자세한 내용은 {linkstart}PHP 사용 설명서{linkend}를 참고하십시오.", + "This means that there might be problems with certain characters in filenames." : "파일 이름에 특정 문자가 포함되어 있을 때 문제가 발생할 수 있습니다.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "다음 중 하나 이상의 로캘을 지원하기 위하여 필요한 패키지를 시스템에 설치하는 것을 추천합니다: %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\")" : "도메인의 루트 경로에 설치되어 있지 않고 시스템 Cron을 사용한다면 URL 생성에 문제가 발생할 수도 있습니다. 이 문제를 예방하려면 config.php의 \"overwrite.cli.url\" 옵션을 설치본의 웹 루트 경로로 설정하십시오(제안: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "CLI로 cron 작업을 실행시킬 수 없었습니다. 다음 오류가 발생했습니다:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "설치 가이드 ↗를 확인하고 로그의 오류 또는 경고를 확인하십시오.", "Tips & tricks" : "팁과 추가 정보", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "이 인스턴스를 최적화하고 사용할 수 있는 여러 기능과 설정을 변경할 수 있습니다. 더 많은 정보를 보려면 여기에서 시작하십시오.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "현재 백엔드 데이터베이스로 SQLite를 사용하고 있습니다. 대규모의 파일을 관리하려고 한다면 다른 데이터베이스 백엔드로 전환할 것을 권장합니다.", "This is particularly recommended when using the desktop client for file synchronisation." : "특히 파일 동기화를 위해 데스크톱 클라이언트를 사용할 예정인 경우 권장됩니다.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "다른 데이터베이스로 마이그레이션하려면 'occ db:convert-type' 명령행 도구를 사용하거나 사용 설명서 ↗를 참고하십시오.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "다른 데이터베이스로 마이그레이션하려면 'occ db:convert-type' 명령행 도구를 사용하거나 사용 설명서 ↗를 참고하십시오.", "How to do backups" : "백업 방법", "Performance tuning" : "성능 튜닝", "Improving the config.php" : "config.php 개선", "Theming" : "테마 꾸미기", "Check the security of your Nextcloud over our security scan" : "Nextcloud의 보안 상태 검사하기", "Hardening and security guidance" : "보안 강화 지침", - "This app has an update available." : "이 앱을 업데이트할 수 있습니다.", - "by %s" : "%s 개발", - "%s-licensed" : "%s 라이선스", - "Documentation:" : "문서:", - "Show description …" : "설명 보기 …", - "Hide description …" : "설명 숨기기 …", - "Enable only for specific groups" : "특정 그룹에만 허용", - "Online documentation" : "온라인 문서", - "Getting help" : "도움 얻기", - "Commercial support" : "상용 지원", "You are using %s of %s" : "현재 %s/%s을(를) 사용하고 있습니다", "You are using %s of %s (%s %%)" : "현재 %s/%s(%s%%)를 사용하고 있습니다", - "You are member of the following groups:" : "다음 그룹의 구성원입니다:", - "Get the apps to sync your files" : "파일 동기화 앱 가져오기", - "Desktop client" : "데스크톱 클라이언트", - "Android app" : "Android 앱", - "iOS app" : "iOS 앱", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "이 프로젝트를 지원하려면 {contributeopen}개발에 참여{linkclose}하거나 {contributeopen}주변에 알려 주세요{linkclose}!", - "Show First Run Wizard again" : "첫 실행 마법사 다시 보이기", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "내 계정에 접근할 수 있는 웹, 데스크톱, 모바일 클라이언트 및 앱별 암호입니다.", - "App passwords" : "앱 암호", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "앱 암호를 생성하여 내 암호를 공개하지 않아도 됩니다. 이 암호는 개별적으로 폐기할 수도 있습니다.", - "Follow us on Google+!" : "Google+에서 저희를 팔로하세요!", - "Like our facebook page!" : "Facebook 페이지에서 좋아요를 눌러 주세요!", - "Follow us on Twitter!" : "트위터에서 저희를 팔로하세요!", - "Check out our blog!" : "블로그를 확인해 보세요!", - "Subscribe to our newsletter!" : "뉴스레터를 구독하세요!", "Settings" : "설정", "Show storage location" : "저장소 위치 보이기", "Show email address" : "이메일 주소 보이기", @@ -397,28 +373,12 @@ OC.L10N.register( "Create" : "만들기", "Admin Recovery Password" : "관리자 복구 암호", "Enter the recovery password in order to recover the users files during password change" : "암호 변경 시 변경된 사용자 파일을 복구하려면 복구 암호를 입력하십시오", - "Group name" : "그룹 이름", "Disabled" : "비활성화됨", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "저장소 할당량을 입력하십시오 (예: \"512 MB\", \"12 GB\")", "Other" : "기타", "change full name" : "전체 이름 변경", "set new password" : "새 암호 설정", "change email address" : "이메일 주소 변경", - "Default" : "기본값", - "App up to date" : "앱이 최신 상태임", - "Could not remove app" : "앱을 삭제할 수 없음", - "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "서버 PHP 설정(특히 php-fpm 사용 시)에 관한 내용은 설치 가이드 ↗를 참고하십시오.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP에서 인라인 문서 블록을 삭제하도록 설정되어 있습니다. 대부분의 코어 앱을 사용할 수 없습니다.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s의 버전 %2$s 미만이 설치되어 있습니다. 안정성과 성능을 위해 %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." : "PHP의 'fileinfo' 모듈이 없습니다. 올바른 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 documentation ↗ for more information." : "트랜잭션 파일 잠금이 비활성화되어있어 동시 접근 시 문제가 발생할 수 있습니다. config.php에서 'filelocking.enabled'를 활성화하여 이 문제를 해결할 수 있습니다. 자세한 내용은 사용 설명서 ↗를 참고하십시오.", - "This means that there might be problems with certain characters in filenames." : "파일 이름에 특정 문자가 포함되어 있을 때 문제가 발생할 수 있습니다.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "다음 중 하나 이상의 로캘을 지원하기 위하여 필요한 패키지를 시스템에 설치하는 것을 추천합니다: %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\")" : "도메인의 루트 경로에 설치되어 있지 않고 시스템 Cron을 사용한다면 URL 생성에 문제가 발생할 수도 있습니다. 이 문제를 예방하려면 config.php의 \"overwrite.cli.url\" 옵션을 설치본의 웹 루트 경로로 설정하십시오(제안: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "CLI로 cron 작업을 실행시킬 수 없었습니다. 다음 오류가 발생했습니다:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "설치 가이드 ↗를 확인하고 로그의 오류 또는 경고를 확인하십시오.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "다른 데이터베이스로 마이그레이션하려면 'occ db:convert-type' 명령행 도구를 사용하거나 사용 설명서 ↗를 참고하십시오." + "Default" : "기본값" }, "nplurals=1; plural=0;"); diff --git a/settings/l10n/ko.json b/settings/l10n/ko.json index 68681e5d28..e2d44c2c1e 100644 --- a/settings/l10n/ko.json +++ b/settings/l10n/ko.json @@ -67,10 +67,6 @@ "Google Chrome" : "Google 크롬", "Safari" : "Safari", "Google Chrome for Android" : "Android용 Google 크롬", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS 클라이언트", - "Android Client" : "Android 클라이언트", "Sync client - {os}" : "동기화 클라이언트 - {os}", "This session" : "이 세션", "Copy" : "복사", @@ -99,7 +95,6 @@ "So-so password" : "그저 그런 암호", "Good password" : "좋은 암호", "Strong password" : "강력한 암호", - "An error occured while changing your language. Please reload the page and try again." : "언어를 변경하는 중 오류가 발생했습니다. 페이지를 새로 고친 후 다시 시도하십시오.", "Select a profile picture" : "프로필 사진 선택", "Groups" : "그룹", "Limit to groups" : "그룹으로 제한", @@ -284,12 +279,10 @@ "Invalid user" : "잘못된 사용자", "Unable to change mail address" : "이메일 주소를 변경할 수 없음", "Email saved" : "이메일 저장됨", - "%1$s changed your email address on %2$s." : "%1$s 님이 내 이메일 주소를 %2$s에 변경했습니다.", "Password confirmation is required" : "암호 확인이 필요합니다", "Are you really sure you want add {domain} as trusted domain?" : "신뢰할 수 있는 도메인 목록에 {domain}을(를) 추가하시겠습니까?", "Add trusted domain" : "신뢰할 수 있는 도메인 추가", "Update to %s" : "%s(으)로 업데이트", - "_You have %n app update pending_::_You have %n app updates pending_" : ["앱 %n개 업데이트 대기 중"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "승인된 앱은 신뢰할 수 있는 개발자가 개발하며 보안 검사를 통과했습니다. 열린 코드 저장소에서 관리되며 일반적인 환경에서 사용할 수 있는 수준으로 관리됩니다.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "이 앱의 보안 문제가 점검되지 않았고, 출시된 지 얼마 지나지 않았거나 아직 불안정합니다. 본인 책임 하에 설치하십시오.", "Disabling app …" : "앱 비활성화 중…", @@ -298,14 +291,18 @@ "Error while enabling app" : "앱을 활성화하는 중 오류 발생", "Error: Could not disable broken app" : "오류: 망가진 앱을 비활성화할 수 없음", "Error while disabling broken app" : "망가진 앱을 비활성화하는 중 오류 발생", - "Updating...." : "업데이트 중....", - "Error while updating app" : "앱을 업데이트하는 중 오류 발생", + "App up to date" : "앱이 최신 상태임", "Updated" : "업데이트됨", "Removing …" : "삭제 중 …", - "Error while removing app" : "앱을 삭제하는 중 오류 발생", + "Could not remove app" : "앱을 삭제할 수 없음", "Approved" : "승인됨", "Experimental" : "실험적", "No apps found for {query}" : "{query} 앱을 찾을 수 없음", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS 클라이언트", + "Android Client" : "Android 클라이언트", + "An error occured while changing your language. Please reload the page and try again." : "언어를 변경하는 중 오류가 발생했습니다. 페이지를 새로 고친 후 다시 시도하십시오.", "Unable to delete {objName}" : "{objName}을(를) 삭제할 수 없음", "Error creating group: {message}" : "그룹 생성 오류: {message}", "A valid group name must be provided" : "올바른 그룹 이름을 입력해야 함", @@ -326,66 +323,45 @@ "Error creating user: {message}" : "사용자 생성 오류: {message}", "A valid password must be provided" : "올바른 암호를 입력해야 함", "A valid email must be provided" : "올바른 이메일 주소를 입력해야 함", - "__language_name__" : "한국어", - "Verifying" : "확인 중", - "Personal info" : "개인 정보", - "Sync clients" : "동기화 클라이언트", - "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." : "내 인스턴스가 올바르게 설정되어 있어야 시스템 보안과 성능을 보장할 수 있습니다. 설정 확인을 돕기 위해서 일부 항목을 자동으로 확인합니다. 더 많은 정보를 보려면 문서의 팁과 추가 정보 장을 참조하십시오.", - "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 installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "서버 PHP 설정(특히 php-fpm 사용 시)에 관한 내용은 설치 가이드 ↗를 참고하십시오.", + "by %s" : "%s 개발", + "%s-licensed" : "%s 라이선스", + "Documentation:" : "문서:", + "Show description …" : "설명 보기 …", + "Hide description …" : "설명 숨기기 …", + "This app has an update available." : "이 앱을 업데이트할 수 있습니다.", + "Enable only for specific groups" : "특정 그룹에만 허용", + "Online documentation" : "온라인 문서", + "Getting help" : "도움 얻기", + "Commercial support" : "상용 지원", + "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "서버 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." : "읽기 전용 설정이 활성화되었습니다. 이 상태에서는 웹 인터페이스를 통하여 일부 설정을 변경할 수 없습니다. 또한 매 업데이트마다 파일을 쓸 수 있는 상태로 변경해야 합니다.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP에서 인라인 doc 블록을 삭제하도록 설정되어 있습니다. 일부 코어 앱에 접근할 수 없을 수도 있습니다.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP에서 인라인 문서 블록을 삭제하도록 설정되어 있습니다. 대부분의 코어 앱을 사용할 수 없습니다.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Zend OPcache, eAccelerator 같은 캐시/가속기 문제일 수도 있습니다.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "데이터베이스가 \"READ COMMITTED\" 트랜잭션 격리 수준에서 실행되고 있지 않습니다. 여러 작업이 동시에 실행될 때 문제가 발생할 수 있습니다.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s의 버전 %2$s 미만이 설치되어 있습니다. 안정성과 성능을 위해 %1$s의 새로운 버전으로 업데이트하는 것을 권장합니다.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "PHP의 'fileinfo' 모듈이 없습니다. 올바른 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 documentation ↗ for more information." : "트랜잭션 파일 잠금이 비활성화되어있어 동시 접근 시 문제가 발생할 수 있습니다. config.php에서 'filelocking.enabled'를 활성화하여 이 문제를 해결할 수 있습니다. 자세한 내용은 사용 설명서 ↗를 참고하십시오.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s의 버전 %2$s 미만이 설치되어 있습니다. 안정성과 성능을 위해 %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." : "PHP의 'fileinfo' 모듈이 없습니다. 올바른 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 documentation ↗ for more information." : "트랜잭션 파일 잠금이 비활성화되어있어 동시 접근 시 문제가 발생할 수 있습니다. config.php에서 'filelocking.enabled'를 활성화하여 이 문제를 해결할 수 있습니다. 자세한 내용은 사용 설명서 ↗를 참고하십시오.", "System locale can not be set to a one which supports UTF-8." : "UTF-8을 지원하는 시스템 로캘을 사용할 수 없습니다.", - "This means that there might be problems with certain characters in file names." : "파일 이름의 일부 문자에 문제가 생길 수도 있습니다.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "다음 중 하나 이상의 로캘을 지원하기 위하여 필요한 패키지를 시스템에 설치하는 것을 추천합니다: %s.", - "If your installation is not installed in 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\")" : "도메인의 루트 디렉터리 아래에 설치되어 있지 않고 시스템 cron을 사용한다면 URL 생성에 문제가 발생할 수도 있습니다. 이 문제를 해결하려면 설치본의 웹 루트 경로에 있는 config.php 파일의 \"overwrite.cli.url\" 옵션을 변경하십시오(제안: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "CLI로 cronjob을 실행할 수 없었습니다. 다음 기술적 오류가 발생했습니다:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "설치 가이드 ↗를 확인하고 로그의 오류 또는 경고를 확인하십시오.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "15분마다 HTTP를 통해 cron.php를 실행하는 webcron 서비스에 cron.php가 등록되었습니다.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "실행하려면 PHP POSIX 확장이 필요합니다. 자세한 내용은 {linkstart}PHP 사용 설명서{linkend}를 참고하십시오.", + "This means that there might be problems with certain characters in filenames." : "파일 이름에 특정 문자가 포함되어 있을 때 문제가 발생할 수 있습니다.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "다음 중 하나 이상의 로캘을 지원하기 위하여 필요한 패키지를 시스템에 설치하는 것을 추천합니다: %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\")" : "도메인의 루트 경로에 설치되어 있지 않고 시스템 Cron을 사용한다면 URL 생성에 문제가 발생할 수도 있습니다. 이 문제를 예방하려면 config.php의 \"overwrite.cli.url\" 옵션을 설치본의 웹 루트 경로로 설정하십시오(제안: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "CLI로 cron 작업을 실행시킬 수 없었습니다. 다음 오류가 발생했습니다:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "설치 가이드 ↗를 확인하고 로그의 오류 또는 경고를 확인하십시오.", "Tips & tricks" : "팁과 추가 정보", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "이 인스턴스를 최적화하고 사용할 수 있는 여러 기능과 설정을 변경할 수 있습니다. 더 많은 정보를 보려면 여기에서 시작하십시오.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "현재 백엔드 데이터베이스로 SQLite를 사용하고 있습니다. 대규모의 파일을 관리하려고 한다면 다른 데이터베이스 백엔드로 전환할 것을 권장합니다.", "This is particularly recommended when using the desktop client for file synchronisation." : "특히 파일 동기화를 위해 데스크톱 클라이언트를 사용할 예정인 경우 권장됩니다.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "다른 데이터베이스로 마이그레이션하려면 'occ db:convert-type' 명령행 도구를 사용하거나 사용 설명서 ↗를 참고하십시오.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "다른 데이터베이스로 마이그레이션하려면 'occ db:convert-type' 명령행 도구를 사용하거나 사용 설명서 ↗를 참고하십시오.", "How to do backups" : "백업 방법", "Performance tuning" : "성능 튜닝", "Improving the config.php" : "config.php 개선", "Theming" : "테마 꾸미기", "Check the security of your Nextcloud over our security scan" : "Nextcloud의 보안 상태 검사하기", "Hardening and security guidance" : "보안 강화 지침", - "This app has an update available." : "이 앱을 업데이트할 수 있습니다.", - "by %s" : "%s 개발", - "%s-licensed" : "%s 라이선스", - "Documentation:" : "문서:", - "Show description …" : "설명 보기 …", - "Hide description …" : "설명 숨기기 …", - "Enable only for specific groups" : "특정 그룹에만 허용", - "Online documentation" : "온라인 문서", - "Getting help" : "도움 얻기", - "Commercial support" : "상용 지원", "You are using %s of %s" : "현재 %s/%s을(를) 사용하고 있습니다", "You are using %s of %s (%s %%)" : "현재 %s/%s(%s%%)를 사용하고 있습니다", - "You are member of the following groups:" : "다음 그룹의 구성원입니다:", - "Get the apps to sync your files" : "파일 동기화 앱 가져오기", - "Desktop client" : "데스크톱 클라이언트", - "Android app" : "Android 앱", - "iOS app" : "iOS 앱", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "이 프로젝트를 지원하려면 {contributeopen}개발에 참여{linkclose}하거나 {contributeopen}주변에 알려 주세요{linkclose}!", - "Show First Run Wizard again" : "첫 실행 마법사 다시 보이기", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "내 계정에 접근할 수 있는 웹, 데스크톱, 모바일 클라이언트 및 앱별 암호입니다.", - "App passwords" : "앱 암호", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "앱 암호를 생성하여 내 암호를 공개하지 않아도 됩니다. 이 암호는 개별적으로 폐기할 수도 있습니다.", - "Follow us on Google+!" : "Google+에서 저희를 팔로하세요!", - "Like our facebook page!" : "Facebook 페이지에서 좋아요를 눌러 주세요!", - "Follow us on Twitter!" : "트위터에서 저희를 팔로하세요!", - "Check out our blog!" : "블로그를 확인해 보세요!", - "Subscribe to our newsletter!" : "뉴스레터를 구독하세요!", "Settings" : "설정", "Show storage location" : "저장소 위치 보이기", "Show email address" : "이메일 주소 보이기", @@ -395,28 +371,12 @@ "Create" : "만들기", "Admin Recovery Password" : "관리자 복구 암호", "Enter the recovery password in order to recover the users files during password change" : "암호 변경 시 변경된 사용자 파일을 복구하려면 복구 암호를 입력하십시오", - "Group name" : "그룹 이름", "Disabled" : "비활성화됨", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "저장소 할당량을 입력하십시오 (예: \"512 MB\", \"12 GB\")", "Other" : "기타", "change full name" : "전체 이름 변경", "set new password" : "새 암호 설정", "change email address" : "이메일 주소 변경", - "Default" : "기본값", - "App up to date" : "앱이 최신 상태임", - "Could not remove app" : "앱을 삭제할 수 없음", - "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "서버 PHP 설정(특히 php-fpm 사용 시)에 관한 내용은 설치 가이드 ↗를 참고하십시오.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP에서 인라인 문서 블록을 삭제하도록 설정되어 있습니다. 대부분의 코어 앱을 사용할 수 없습니다.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s의 버전 %2$s 미만이 설치되어 있습니다. 안정성과 성능을 위해 %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." : "PHP의 'fileinfo' 모듈이 없습니다. 올바른 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 documentation ↗ for more information." : "트랜잭션 파일 잠금이 비활성화되어있어 동시 접근 시 문제가 발생할 수 있습니다. config.php에서 'filelocking.enabled'를 활성화하여 이 문제를 해결할 수 있습니다. 자세한 내용은 사용 설명서 ↗를 참고하십시오.", - "This means that there might be problems with certain characters in filenames." : "파일 이름에 특정 문자가 포함되어 있을 때 문제가 발생할 수 있습니다.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "다음 중 하나 이상의 로캘을 지원하기 위하여 필요한 패키지를 시스템에 설치하는 것을 추천합니다: %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\")" : "도메인의 루트 경로에 설치되어 있지 않고 시스템 Cron을 사용한다면 URL 생성에 문제가 발생할 수도 있습니다. 이 문제를 예방하려면 config.php의 \"overwrite.cli.url\" 옵션을 설치본의 웹 루트 경로로 설정하십시오(제안: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "CLI로 cron 작업을 실행시킬 수 없었습니다. 다음 오류가 발생했습니다:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "설치 가이드 ↗를 확인하고 로그의 오류 또는 경고를 확인하십시오.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "다른 데이터베이스로 마이그레이션하려면 'occ db:convert-type' 명령행 도구를 사용하거나 사용 설명서 ↗를 참고하십시오." + "Default" : "기본값" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/settings/l10n/lb.js b/settings/l10n/lb.js deleted file mode 100644 index 4533684909..0000000000 --- a/settings/l10n/lb.js +++ /dev/null @@ -1,44 +0,0 @@ -OC.L10N.register( - "settings", - { - "Wrong password" : "Falscht Passwuert", - "Saved" : "Gespäichert", - "Authentication error" : "Authentifikatioun's Fehler", - "Not saved" : "Nët gespäichert", - "Email sent" : "Email geschéckt", - "Delete" : "Läschen", - "Groups" : "Gruppen", - "Disable" : "Ofschalten", - "All" : "All", - "Enable" : "Aschalten", - "The app will be downloaded from the app store" : "D'App gett aus dem App Store erofgelueden", - "New password" : "Neit Passwuert", - "Username" : "Benotzernumm", - "Password" : "Passwuert", - "Email" : "Email", - "Quota" : "Quota", - "Language" : "Sprooch", - "None" : "Keng", - "Login" : "Login", - "Open documentation" : "Dokumentatioun opmaachen", - "Authentication required" : "Authentifizéierung néideg", - "Server address" : "Server Adress", - "Port" : "Port", - "Sharing" : "Gedeelt", - "Allow apps to use the Share API" : "Erlab Apps d'Share API ze benotzen", - "days" : "Deeg", - "Allow resharing" : "Resharing erlaben", - "Cancel" : "Ofbriechen", - "Your email address" : "Deng Email Adress", - "Help translate" : "Hëllef iwwersetzen", - "Current password" : "Momentan 't Passwuert", - "Change password" : "Passwuert änneren", - "Email saved" : "E-mail gespäichert", - "Error while enabling app" : "Fehler beim Aktivéieren vun der App", - "undo" : "réckgängeg man", - "never" : "ni", - "E-Mail" : "E-Mail", - "Create" : "Erstellen", - "Other" : "Aner" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/lb.json b/settings/l10n/lb.json deleted file mode 100644 index 36ca65a19f..0000000000 --- a/settings/l10n/lb.json +++ /dev/null @@ -1,42 +0,0 @@ -{ "translations": { - "Wrong password" : "Falscht Passwuert", - "Saved" : "Gespäichert", - "Authentication error" : "Authentifikatioun's Fehler", - "Not saved" : "Nët gespäichert", - "Email sent" : "Email geschéckt", - "Delete" : "Läschen", - "Groups" : "Gruppen", - "Disable" : "Ofschalten", - "All" : "All", - "Enable" : "Aschalten", - "The app will be downloaded from the app store" : "D'App gett aus dem App Store erofgelueden", - "New password" : "Neit Passwuert", - "Username" : "Benotzernumm", - "Password" : "Passwuert", - "Email" : "Email", - "Quota" : "Quota", - "Language" : "Sprooch", - "None" : "Keng", - "Login" : "Login", - "Open documentation" : "Dokumentatioun opmaachen", - "Authentication required" : "Authentifizéierung néideg", - "Server address" : "Server Adress", - "Port" : "Port", - "Sharing" : "Gedeelt", - "Allow apps to use the Share API" : "Erlab Apps d'Share API ze benotzen", - "days" : "Deeg", - "Allow resharing" : "Resharing erlaben", - "Cancel" : "Ofbriechen", - "Your email address" : "Deng Email Adress", - "Help translate" : "Hëllef iwwersetzen", - "Current password" : "Momentan 't Passwuert", - "Change password" : "Passwuert änneren", - "Email saved" : "E-mail gespäichert", - "Error while enabling app" : "Fehler beim Aktivéieren vun der App", - "undo" : "réckgängeg man", - "never" : "ni", - "E-Mail" : "E-Mail", - "Create" : "Erstellen", - "Other" : "Aner" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/settings/l10n/lt_LT.js b/settings/l10n/lt_LT.js index 39bbf3941d..e2b1704c30 100644 --- a/settings/l10n/lt_LT.js +++ b/settings/l10n/lt_LT.js @@ -50,10 +50,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome, skirta Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS klientas", - "Android Client" : "Android klientas", "This session" : "Šis seansas", "Copy" : "Kopijuoti", "Copied!" : "Nukopijuota!", @@ -221,13 +217,17 @@ OC.L10N.register( "Error while disabling app" : "Klaida, išjungiant programėlę", "Enabling app …" : "Programėlė įjungiama", "Error while enabling app" : "Klaida, įjungiant programėlę", - "Updating...." : "Atnaujinama...", - "Error while updating app" : "Klaida, atnaujinant programėlę", + "Updating …" : "Atnaujinama …", + "Could not update app" : "Nepavyko atnaujinti programėlės", "Updated" : "Atnaujinta", "Removing …" : "Šalinama …", - "Error while removing app" : "Klaida, šalinant programėlę", + "Could not remove app" : "Nepavyko pašalinti programėlės", "Approved" : "Patvirtinta", "Experimental" : "Eksperimentinė", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS klientas", + "Android Client" : "Android klientas", "Unable to delete {objName}" : "Nepavyko ištrinti {objName}", "Error creating group: {message}" : "Klaida kuriant grupę: {message}", "undo" : "anuliuoti", @@ -240,28 +240,20 @@ OC.L10N.register( "Error creating user: {message}" : "Klaida kuriant naudotoją: {message}", "A valid password must be provided" : "Slaptažodis turi būti tinkamas", "A valid email must be provided" : "Privalo būti pateiktas taisyklingas el. paštas", - "__language_name__" : "Lietuvių", - "Personal info" : "Asmeninė informacija", - "Tips & tricks" : "Patarimai ir gudrybės", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Norėdami persikelti į kitą duomenų bazę, naudokite komandų eilutės įrankį: \"occ db:convert-type\" arba žiūrėkite dokumentaciją ↗.", - "How to do backups" : "Kaip daryti atsargines kopijas", - "This app has an update available." : "Šiai programėlei yra prieinamas atnaujinimas.", "Documentation:" : "Dokumentacija:", "Show description …" : "Rodyti aprašą …", "Hide description …" : "Slėpti aprašą …", + "This app has an update available." : "Šiai programėlei yra prieinamas atnaujinimas.", "Online documentation" : "Dokumentacija internete", "Commercial support" : "Komercinis palaikymas", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Trūksta PHP modulio \"fileinfo\". Yra primygtinai rekomenduojama įjungti šį modulį, kad aptinkant MIME tipą, būtų pasiekti geriausi rezultatai.", + "This means that there might be problems with certain characters in filenames." : "Tai reiškia, kad failų pavadinimuose gali būti problemų su tam tikrais simboliais.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Yra primygtinai siūloma jūsų sistemoje įdiegti reikalingus paketus, kad būtų palaikoma viena iš šių lokalių: %s.", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Buvo neįmanoma įvykdyti cron užduotį per komandų eilutę. Atsirado šios techninės klaidos:", + "Tips & tricks" : "Patarimai ir gudrybės", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Norėdami persikelti į kitą duomenų bazę, naudokite komandų eilutės įrankį: \"occ db:convert-type\" arba žiūrėkite dokumentaciją ↗.", + "How to do backups" : "Kaip daryti atsargines kopijas", "You are using %s of %s" : "Jūs naudojate %s%s", - "You are member of the following groups:" : "Jūs esate šių grupių narys:", - "Desktop client" : "Darbalaukio klientas", - "Android app" : "Android programėlė", - "iOS app" : "iOS programėlė", - "Show First Run Wizard again" : "Dar kartą rodyti pirmojo paleidimo vediklį", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Čia jūs galite sugeneruoti individualius slaptažodžius programoms, kad nereikėtų astkleisti savo slaptažodžio. Jūs taip pat galite juos atšaukti atskirai.", - "Follow us on Google+!" : "Sekite mus Google+!", - "Like our facebook page!" : "Spauskite \"Patinka\" mūsų Facebook puslapyje", - "Follow us on Twitter!" : "Sekite mus Twitter!", - "Subscribe to our newsletter!" : "Prenumeruokite mūsų naujienlaiškį!", "Settings" : "Nustatymai", "Show email address" : "Rodyti el. pašto adresą", "E-Mail" : "El. paštas", @@ -273,14 +265,6 @@ OC.L10N.register( "Other" : "Kita", "change full name" : "keisti pilną vardą", "set new password" : "nustatyti naują slaptažodį", - "Default" : "Numatytasis", - "Updating …" : "Atnaujinama …", - "Could not update app" : "Nepavyko atnaujinti programėlės", - "Could not remove app" : "Nepavyko pašalinti programėlės", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Trūksta PHP modulio \"fileinfo\". Yra primygtinai rekomenduojama įjungti šį modulį, kad aptinkant MIME tipą, būtų pasiekti geriausi rezultatai.", - "This means that there might be problems with certain characters in filenames." : "Tai reiškia, kad failų pavadinimuose gali būti problemų su tam tikrais simboliais.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Yra primygtinai siūloma jūsų sistemoje įdiegti reikalingus paketus, kad būtų palaikoma viena iš šių lokalių: %s.", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Buvo neįmanoma įvykdyti cron užduotį per komandų eilutę. Atsirado šios techninės klaidos:", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Norėdami persikelti į kitą duomenų bazę, naudokite komandų eilutės įrankį: \"occ db:convert-type\" arba žiūrėkite dokumentaciją ↗." + "Default" : "Numatytasis" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/settings/l10n/lt_LT.json b/settings/l10n/lt_LT.json index 3f2949c4e4..34c5227295 100644 --- a/settings/l10n/lt_LT.json +++ b/settings/l10n/lt_LT.json @@ -48,10 +48,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome, skirta Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS klientas", - "Android Client" : "Android klientas", "This session" : "Šis seansas", "Copy" : "Kopijuoti", "Copied!" : "Nukopijuota!", @@ -219,13 +215,17 @@ "Error while disabling app" : "Klaida, išjungiant programėlę", "Enabling app …" : "Programėlė įjungiama", "Error while enabling app" : "Klaida, įjungiant programėlę", - "Updating...." : "Atnaujinama...", - "Error while updating app" : "Klaida, atnaujinant programėlę", + "Updating …" : "Atnaujinama …", + "Could not update app" : "Nepavyko atnaujinti programėlės", "Updated" : "Atnaujinta", "Removing …" : "Šalinama …", - "Error while removing app" : "Klaida, šalinant programėlę", + "Could not remove app" : "Nepavyko pašalinti programėlės", "Approved" : "Patvirtinta", "Experimental" : "Eksperimentinė", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS klientas", + "Android Client" : "Android klientas", "Unable to delete {objName}" : "Nepavyko ištrinti {objName}", "Error creating group: {message}" : "Klaida kuriant grupę: {message}", "undo" : "anuliuoti", @@ -238,28 +238,20 @@ "Error creating user: {message}" : "Klaida kuriant naudotoją: {message}", "A valid password must be provided" : "Slaptažodis turi būti tinkamas", "A valid email must be provided" : "Privalo būti pateiktas taisyklingas el. paštas", - "__language_name__" : "Lietuvių", - "Personal info" : "Asmeninė informacija", - "Tips & tricks" : "Patarimai ir gudrybės", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Norėdami persikelti į kitą duomenų bazę, naudokite komandų eilutės įrankį: \"occ db:convert-type\" arba žiūrėkite dokumentaciją ↗.", - "How to do backups" : "Kaip daryti atsargines kopijas", - "This app has an update available." : "Šiai programėlei yra prieinamas atnaujinimas.", "Documentation:" : "Dokumentacija:", "Show description …" : "Rodyti aprašą …", "Hide description …" : "Slėpti aprašą …", + "This app has an update available." : "Šiai programėlei yra prieinamas atnaujinimas.", "Online documentation" : "Dokumentacija internete", "Commercial support" : "Komercinis palaikymas", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Trūksta PHP modulio \"fileinfo\". Yra primygtinai rekomenduojama įjungti šį modulį, kad aptinkant MIME tipą, būtų pasiekti geriausi rezultatai.", + "This means that there might be problems with certain characters in filenames." : "Tai reiškia, kad failų pavadinimuose gali būti problemų su tam tikrais simboliais.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Yra primygtinai siūloma jūsų sistemoje įdiegti reikalingus paketus, kad būtų palaikoma viena iš šių lokalių: %s.", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Buvo neįmanoma įvykdyti cron užduotį per komandų eilutę. Atsirado šios techninės klaidos:", + "Tips & tricks" : "Patarimai ir gudrybės", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Norėdami persikelti į kitą duomenų bazę, naudokite komandų eilutės įrankį: \"occ db:convert-type\" arba žiūrėkite dokumentaciją ↗.", + "How to do backups" : "Kaip daryti atsargines kopijas", "You are using %s of %s" : "Jūs naudojate %s%s", - "You are member of the following groups:" : "Jūs esate šių grupių narys:", - "Desktop client" : "Darbalaukio klientas", - "Android app" : "Android programėlė", - "iOS app" : "iOS programėlė", - "Show First Run Wizard again" : "Dar kartą rodyti pirmojo paleidimo vediklį", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Čia jūs galite sugeneruoti individualius slaptažodžius programoms, kad nereikėtų astkleisti savo slaptažodžio. Jūs taip pat galite juos atšaukti atskirai.", - "Follow us on Google+!" : "Sekite mus Google+!", - "Like our facebook page!" : "Spauskite \"Patinka\" mūsų Facebook puslapyje", - "Follow us on Twitter!" : "Sekite mus Twitter!", - "Subscribe to our newsletter!" : "Prenumeruokite mūsų naujienlaiškį!", "Settings" : "Nustatymai", "Show email address" : "Rodyti el. pašto adresą", "E-Mail" : "El. paštas", @@ -271,14 +263,6 @@ "Other" : "Kita", "change full name" : "keisti pilną vardą", "set new password" : "nustatyti naują slaptažodį", - "Default" : "Numatytasis", - "Updating …" : "Atnaujinama …", - "Could not update app" : "Nepavyko atnaujinti programėlės", - "Could not remove app" : "Nepavyko pašalinti programėlės", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Trūksta PHP modulio \"fileinfo\". Yra primygtinai rekomenduojama įjungti šį modulį, kad aptinkant MIME tipą, būtų pasiekti geriausi rezultatai.", - "This means that there might be problems with certain characters in filenames." : "Tai reiškia, kad failų pavadinimuose gali būti problemų su tam tikrais simboliais.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Yra primygtinai siūloma jūsų sistemoje įdiegti reikalingus paketus, kad būtų palaikoma viena iš šių lokalių: %s.", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Buvo neįmanoma įvykdyti cron užduotį per komandų eilutę. Atsirado šios techninės klaidos:", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Norėdami persikelti į kitą duomenų bazę, naudokite komandų eilutės įrankį: \"occ db:convert-type\" arba žiūrėkite dokumentaciją ↗." + "Default" : "Numatytasis" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/settings/l10n/lv.js b/settings/l10n/lv.js index 5a94bccd87..b3dc612457 100644 --- a/settings/l10n/lv.js +++ b/settings/l10n/lv.js @@ -30,10 +30,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome for Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS Klients", - "Android Client" : "Android Klients", "Sync client - {os}" : "Sync klients - {os}", "This session" : "Šajā sesijā", "Copy" : "Kopēt", @@ -193,6 +189,10 @@ OC.L10N.register( "Updated" : "Atjaunināta", "Approved" : "Apstiprināts", "Experimental" : "Eksperimentāls", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS Klients", + "Android Client" : "Android Klients", "Unable to delete {objName}" : "Nevar izdzēst {objName}", "Error creating group: {message}" : "Kļūda, veidojot grupu: {message}", "A valid group name must be provided" : "Jānorāda derīgs grupas nosaukums", @@ -210,6 +210,14 @@ OC.L10N.register( "Error creating user: {message}" : "Kļūda, veidojot lietotāju: {message}", "A valid password must be provided" : "Jānorāda derīga parole", "A valid email must be provided" : "Jānorāda derīga e-pasta adrese", + "%s-licensed" : "%s-licencēts", + "Documentation:" : "Dokumentācija:", + "Show description …" : "Rādīt aprakstu …", + "Hide description …" : "Slēpt aprakstu …", + "This app has an update available." : "Šai programmai ir pieejams jauninājums", + "Enable only for specific groups" : "Iespējot tikai konkrētām grupām", + "Online documentation" : "Tiešsaistes dokumentācija", + "Getting help" : "Saņemt palīdzību", "Tips & tricks" : "Padomi un ieteikumi", "This is particularly recommended when using the desktop client for file synchronisation." : "Tas ir īpaši ieteicams, ja, izmantojot darbvirsmas klientu, lai veiktu failu sinhronizāciju.", "How to do backups" : "Kā veikt dublēšanu", @@ -217,16 +225,7 @@ OC.L10N.register( "Improving the config.php" : "Uzlabot config.php", "Theming" : "Dizains", "Hardening and security guidance" : "Aizsardzības un drošības norādījumi", - "This app has an update available." : "Šai programmai ir pieejams jauninājums", - "%s-licensed" : "%s-licencēts", - "Documentation:" : "Dokumentācija:", - "Show description …" : "Rādīt aprakstu …", - "Hide description …" : "Slēpt aprakstu …", - "Enable only for specific groups" : "Iespējot tikai konkrētām grupām", - "Online documentation" : "Tiešsaistes dokumentācija", - "Getting help" : "Saņemt palīdzību", "You are using %s of %s" : "Jūs izmantojiet %s no %s", - "You are member of the following groups:" : "Jūs esat šādu grupu biedrs:", "Show storage location" : "Rādīt krātuves atrašanās vietu", "Show email address" : "Rādīt e-pasta adreses", "Send email to new user" : "Sūtīt e-pastu jaunajam lietotājam", diff --git a/settings/l10n/lv.json b/settings/l10n/lv.json index 8abbadba8c..988806caae 100644 --- a/settings/l10n/lv.json +++ b/settings/l10n/lv.json @@ -28,10 +28,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome for Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS Klients", - "Android Client" : "Android Klients", "Sync client - {os}" : "Sync klients - {os}", "This session" : "Šajā sesijā", "Copy" : "Kopēt", @@ -191,6 +187,10 @@ "Updated" : "Atjaunināta", "Approved" : "Apstiprināts", "Experimental" : "Eksperimentāls", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS Klients", + "Android Client" : "Android Klients", "Unable to delete {objName}" : "Nevar izdzēst {objName}", "Error creating group: {message}" : "Kļūda, veidojot grupu: {message}", "A valid group name must be provided" : "Jānorāda derīgs grupas nosaukums", @@ -208,6 +208,14 @@ "Error creating user: {message}" : "Kļūda, veidojot lietotāju: {message}", "A valid password must be provided" : "Jānorāda derīga parole", "A valid email must be provided" : "Jānorāda derīga e-pasta adrese", + "%s-licensed" : "%s-licencēts", + "Documentation:" : "Dokumentācija:", + "Show description …" : "Rādīt aprakstu …", + "Hide description …" : "Slēpt aprakstu …", + "This app has an update available." : "Šai programmai ir pieejams jauninājums", + "Enable only for specific groups" : "Iespējot tikai konkrētām grupām", + "Online documentation" : "Tiešsaistes dokumentācija", + "Getting help" : "Saņemt palīdzību", "Tips & tricks" : "Padomi un ieteikumi", "This is particularly recommended when using the desktop client for file synchronisation." : "Tas ir īpaši ieteicams, ja, izmantojot darbvirsmas klientu, lai veiktu failu sinhronizāciju.", "How to do backups" : "Kā veikt dublēšanu", @@ -215,16 +223,7 @@ "Improving the config.php" : "Uzlabot config.php", "Theming" : "Dizains", "Hardening and security guidance" : "Aizsardzības un drošības norādījumi", - "This app has an update available." : "Šai programmai ir pieejams jauninājums", - "%s-licensed" : "%s-licencēts", - "Documentation:" : "Dokumentācija:", - "Show description …" : "Rādīt aprakstu …", - "Hide description …" : "Slēpt aprakstu …", - "Enable only for specific groups" : "Iespējot tikai konkrētām grupām", - "Online documentation" : "Tiešsaistes dokumentācija", - "Getting help" : "Saņemt palīdzību", "You are using %s of %s" : "Jūs izmantojiet %s no %s", - "You are member of the following groups:" : "Jūs esat šādu grupu biedrs:", "Show storage location" : "Rādīt krātuves atrašanās vietu", "Show email address" : "Rādīt e-pasta adreses", "Send email to new user" : "Sūtīt e-pastu jaunajam lietotājam", diff --git a/settings/l10n/mk.js b/settings/l10n/mk.js deleted file mode 100644 index 13d59f9708..0000000000 --- a/settings/l10n/mk.js +++ /dev/null @@ -1,139 +0,0 @@ -OC.L10N.register( - "settings", - { - "Couldn't remove app." : "Не можам да ја отстранам апликацијата.", - "Couldn't update app." : "Не можам да ја надградам апликацијата.", - "Wrong password" : "Погрешна лозинка", - "Saved" : "Снимено", - "No user supplied" : "Нема корисничко име", - "Unable to change password" : "Вашата лозинка неможе да се смени", - "Authentication error" : "Грешка во автентикација", - "Wrong admin recovery password. Please check the password and try again." : "Погрешна лозинка за поврат на администраторот. Ве молам проверете ја лозинката и пробајте повторно.", - "Federated Cloud Sharing" : "Федерирано клауд споделување", - "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Се случи грешка при праќање на порака. Ве молам проверете ги вашите подесувања. (Error: %s)", - "Invalid mail address" : "Неправилна електронска адреса/пошта", - "Unable to change full name" : "Не можам да го променам целото име", - "Your %s account was created" : "Вашата %s сметка е креирана", - "Migration started …" : "Миграцијата е започнаа ...", - "Email sent" : "Е-порака пратена", - "Valid until {date}" : "Валидно до {date}", - "Delete" : "Избриши", - "Very weak password" : "Многу слаба лозинка", - "Weak password" : "Слаба лозинка", - "So-so password" : "Така така лозинка", - "Good password" : "Добра лозинка", - "Strong password" : "Јака лозинка", - "Select a profile picture" : "Одбери фотографија за профилот", - "Groups" : "Групи", - "Official" : "Официјален", - "Disable" : "Оневозможи", - "All" : "Сите", - "Developer documentation" : "Документација за програмери", - "No apps found for your version" : "За вашата верзија не се пронајдени апликации", - "Enable" : "Овозможи", - "New password" : "Нова лозинка", - "Username" : "Корисничко име", - "Password" : "Лозинка", - "Email" : "Е-пошта", - "Quota" : "Квота", - "Language" : "Јазик", - "Unlimited" : "Неограничено", - "Admins" : "Администратори", - "Everyone" : "Секој", - "Forum" : "Форум", - "None" : "Ништо", - "Login" : "Најава", - "Plain" : "Чиста", - "NT LAN Manager" : "NT LAN Менаџер", - "Email server" : "Сервер за е-пошта", - "Open documentation" : "Отвори ја документацијата", - "Send mode" : "Мод на испраќање", - "Encryption" : "Енкрипција", - "From address" : "Од адреса", - "mail" : "Електронска пошта", - "Authentication method" : "Метод на автентификација", - "Authentication required" : "Потребна е автентификација", - "Server address" : "Адреса на сервер", - "Port" : "Порта", - "Credentials" : "Акредитиви", - "SMTP Username" : "SMTP корисничко име", - "SMTP Password" : "SMTP лозинка", - "Test email settings" : "Провери ги нагодувањаа за електронска пошта", - "Send email" : "Испрати пошта", - "Security & setup warnings" : "Предупредувања за сигурност и подесувања", - "All checks passed." : "Сите проверки се поминати.", - "Version" : "Верзија", - "Server-side encryption" : "Енкрипција на страна на серверот", - "Enable server-side encryption" : "Овозможи енкрипција на страна на серверот", - "Enable encryption" : "Овозможи енкрипција", - "Start migration" : "Започни ја миграцијата", - "Execute one task with each page loaded" : "Изврши по една задача со секоја вчитана страница", - "Sharing" : "Споделување", - "Allow apps to use the Share API" : "Дозволете апликациите да го користат API-то за споделување", - "Allow users to share via link" : "Допушти корисниците да споделуваат со линкови", - "Allow public uploads" : "Дозволи јавен аплоуд", - "Enforce password protection" : "Наметни заштита на лозинка", - "Set default expiration date" : "Постави основен датум на истекување", - "Expire after " : "Истекува по", - "days" : "денови", - "Enforce expiration date" : "Наметни датум на траење", - "Allow resharing" : "Овозможи повторно споделување", - "Allow sharing with groups" : "Овозможи споделување со групи", - "Restrict users to only share with users in their groups" : "Ограничи корисниците да споделуваат со корисници во своите групи", - "Exclude groups from sharing" : "Исклучи групи од споделување", - "Profile picture" : "Фотографија за профил", - "Upload new" : "Префрли нова", - "Remove image" : "Отстрани ја фотографијата", - "Cancel" : "Откажи", - "Your email address" : "Вашата адреса за е-пошта", - "Help translate" : "Помогни во преводот", - "Current password" : "Моментална лозинка", - "Change password" : "Смени лозинка", - "A problem occurred, please check your log files (Error: %s)" : "Се случи грешка, ве молам проверете ги вашите датотеки за логови (Грешка: %s)", - "Migration Completed" : "Миграцијата заврши", - "Group already exists." : "Групата веќе постои.", - "Unable to add group." : "Не можам да додадам група.", - "Unable to delete group." : "Не можам да избришам група.", - "A user with that name already exists." : "Корисник со ова име веќе постои.", - "Unable to create user." : "Неможе да додадам корисник.", - "Unable to delete user." : "Неможам да избришам корисник", - "Your full name has been changed." : "Вашето целосно име е променето.", - "Forbidden" : "Забрането", - "Invalid user" : "Неправилен корисник", - "Unable to change mail address" : "Не можам да ја променам електронската адреса/пошта", - "Email saved" : "Електронската пошта е снимена", - "Add trusted domain" : "Додади доверлив домејн", - "Update to %s" : "Надгради на %s", - "Error while disabling app" : "Грешка при исклучувањето на апликацијата", - "Error while enabling app" : "Грешка при вклучувањето на апликацијата", - "Updated" : "Надграден", - "Approved" : "Одобрен", - "Experimental" : "Експериментален", - "Unable to delete {objName}" : "Не можам да избришам {objName}", - "Error creating group: {message}" : "Грешка при креирање на група: {message}", - "A valid group name must be provided" : "Мора да се обезбеди валидно име на група", - "deleted {groupName}" : "избришано {groupName}", - "undo" : "врати", - "never" : "никогаш", - "deleted {userName}" : "избришан {userName}", - "A valid username must be provided" : "Мора да се обезбеди валидно корисничко име ", - "Error creating user: {message}" : "Грешка при креирање на корисник: {message}", - "A valid password must be provided" : "Мора да се обезбеди валидна лозинка", - "A valid email must be provided" : "Мора да се обезбеди валидна електронска пошта", - "Tips & tricks" : "Совети и трикови", - "How to do backups" : "Како да правам резервни копии", - "Performance tuning" : "Нагодување на перформансите", - "Improving the config.php" : "Подобруваер на config.php", - "Theming" : "Поставување на тема", - "Hardening and security guidance" : "Заштита и насоки за безбедност", - "Documentation:" : "Документација:", - "Enable only for specific groups" : "Овозможи само на специфицирани групи", - "Create" : "Создај", - "Admin Recovery Password" : "Обновување на Admin лозинката", - "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Ве молам внесете квота за просторот (нпр: \"512 MB\" или \"12 GB\")", - "Other" : "Останато", - "change full name" : "промена на целото име", - "set new password" : "постави нова лозинка", - "Default" : "Предефиниран" -}, -"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/settings/l10n/mk.json b/settings/l10n/mk.json deleted file mode 100644 index 89e1f353a1..0000000000 --- a/settings/l10n/mk.json +++ /dev/null @@ -1,137 +0,0 @@ -{ "translations": { - "Couldn't remove app." : "Не можам да ја отстранам апликацијата.", - "Couldn't update app." : "Не можам да ја надградам апликацијата.", - "Wrong password" : "Погрешна лозинка", - "Saved" : "Снимено", - "No user supplied" : "Нема корисничко име", - "Unable to change password" : "Вашата лозинка неможе да се смени", - "Authentication error" : "Грешка во автентикација", - "Wrong admin recovery password. Please check the password and try again." : "Погрешна лозинка за поврат на администраторот. Ве молам проверете ја лозинката и пробајте повторно.", - "Federated Cloud Sharing" : "Федерирано клауд споделување", - "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Се случи грешка при праќање на порака. Ве молам проверете ги вашите подесувања. (Error: %s)", - "Invalid mail address" : "Неправилна електронска адреса/пошта", - "Unable to change full name" : "Не можам да го променам целото име", - "Your %s account was created" : "Вашата %s сметка е креирана", - "Migration started …" : "Миграцијата е започнаа ...", - "Email sent" : "Е-порака пратена", - "Valid until {date}" : "Валидно до {date}", - "Delete" : "Избриши", - "Very weak password" : "Многу слаба лозинка", - "Weak password" : "Слаба лозинка", - "So-so password" : "Така така лозинка", - "Good password" : "Добра лозинка", - "Strong password" : "Јака лозинка", - "Select a profile picture" : "Одбери фотографија за профилот", - "Groups" : "Групи", - "Official" : "Официјален", - "Disable" : "Оневозможи", - "All" : "Сите", - "Developer documentation" : "Документација за програмери", - "No apps found for your version" : "За вашата верзија не се пронајдени апликации", - "Enable" : "Овозможи", - "New password" : "Нова лозинка", - "Username" : "Корисничко име", - "Password" : "Лозинка", - "Email" : "Е-пошта", - "Quota" : "Квота", - "Language" : "Јазик", - "Unlimited" : "Неограничено", - "Admins" : "Администратори", - "Everyone" : "Секој", - "Forum" : "Форум", - "None" : "Ништо", - "Login" : "Најава", - "Plain" : "Чиста", - "NT LAN Manager" : "NT LAN Менаџер", - "Email server" : "Сервер за е-пошта", - "Open documentation" : "Отвори ја документацијата", - "Send mode" : "Мод на испраќање", - "Encryption" : "Енкрипција", - "From address" : "Од адреса", - "mail" : "Електронска пошта", - "Authentication method" : "Метод на автентификација", - "Authentication required" : "Потребна е автентификација", - "Server address" : "Адреса на сервер", - "Port" : "Порта", - "Credentials" : "Акредитиви", - "SMTP Username" : "SMTP корисничко име", - "SMTP Password" : "SMTP лозинка", - "Test email settings" : "Провери ги нагодувањаа за електронска пошта", - "Send email" : "Испрати пошта", - "Security & setup warnings" : "Предупредувања за сигурност и подесувања", - "All checks passed." : "Сите проверки се поминати.", - "Version" : "Верзија", - "Server-side encryption" : "Енкрипција на страна на серверот", - "Enable server-side encryption" : "Овозможи енкрипција на страна на серверот", - "Enable encryption" : "Овозможи енкрипција", - "Start migration" : "Започни ја миграцијата", - "Execute one task with each page loaded" : "Изврши по една задача со секоја вчитана страница", - "Sharing" : "Споделување", - "Allow apps to use the Share API" : "Дозволете апликациите да го користат API-то за споделување", - "Allow users to share via link" : "Допушти корисниците да споделуваат со линкови", - "Allow public uploads" : "Дозволи јавен аплоуд", - "Enforce password protection" : "Наметни заштита на лозинка", - "Set default expiration date" : "Постави основен датум на истекување", - "Expire after " : "Истекува по", - "days" : "денови", - "Enforce expiration date" : "Наметни датум на траење", - "Allow resharing" : "Овозможи повторно споделување", - "Allow sharing with groups" : "Овозможи споделување со групи", - "Restrict users to only share with users in their groups" : "Ограничи корисниците да споделуваат со корисници во своите групи", - "Exclude groups from sharing" : "Исклучи групи од споделување", - "Profile picture" : "Фотографија за профил", - "Upload new" : "Префрли нова", - "Remove image" : "Отстрани ја фотографијата", - "Cancel" : "Откажи", - "Your email address" : "Вашата адреса за е-пошта", - "Help translate" : "Помогни во преводот", - "Current password" : "Моментална лозинка", - "Change password" : "Смени лозинка", - "A problem occurred, please check your log files (Error: %s)" : "Се случи грешка, ве молам проверете ги вашите датотеки за логови (Грешка: %s)", - "Migration Completed" : "Миграцијата заврши", - "Group already exists." : "Групата веќе постои.", - "Unable to add group." : "Не можам да додадам група.", - "Unable to delete group." : "Не можам да избришам група.", - "A user with that name already exists." : "Корисник со ова име веќе постои.", - "Unable to create user." : "Неможе да додадам корисник.", - "Unable to delete user." : "Неможам да избришам корисник", - "Your full name has been changed." : "Вашето целосно име е променето.", - "Forbidden" : "Забрането", - "Invalid user" : "Неправилен корисник", - "Unable to change mail address" : "Не можам да ја променам електронската адреса/пошта", - "Email saved" : "Електронската пошта е снимена", - "Add trusted domain" : "Додади доверлив домејн", - "Update to %s" : "Надгради на %s", - "Error while disabling app" : "Грешка при исклучувањето на апликацијата", - "Error while enabling app" : "Грешка при вклучувањето на апликацијата", - "Updated" : "Надграден", - "Approved" : "Одобрен", - "Experimental" : "Експериментален", - "Unable to delete {objName}" : "Не можам да избришам {objName}", - "Error creating group: {message}" : "Грешка при креирање на група: {message}", - "A valid group name must be provided" : "Мора да се обезбеди валидно име на група", - "deleted {groupName}" : "избришано {groupName}", - "undo" : "врати", - "never" : "никогаш", - "deleted {userName}" : "избришан {userName}", - "A valid username must be provided" : "Мора да се обезбеди валидно корисничко име ", - "Error creating user: {message}" : "Грешка при креирање на корисник: {message}", - "A valid password must be provided" : "Мора да се обезбеди валидна лозинка", - "A valid email must be provided" : "Мора да се обезбеди валидна електронска пошта", - "Tips & tricks" : "Совети и трикови", - "How to do backups" : "Како да правам резервни копии", - "Performance tuning" : "Нагодување на перформансите", - "Improving the config.php" : "Подобруваер на config.php", - "Theming" : "Поставување на тема", - "Hardening and security guidance" : "Заштита и насоки за безбедност", - "Documentation:" : "Документација:", - "Enable only for specific groups" : "Овозможи само на специфицирани групи", - "Create" : "Создај", - "Admin Recovery Password" : "Обновување на Admin лозинката", - "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Ве молам внесете квота за просторот (нпр: \"512 MB\" или \"12 GB\")", - "Other" : "Останато", - "change full name" : "промена на целото име", - "set new password" : "постави нова лозинка", - "Default" : "Предефиниран" -},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" -} \ No newline at end of file diff --git a/settings/l10n/mn.js b/settings/l10n/mn.js deleted file mode 100644 index cf19c4cec6..0000000000 --- a/settings/l10n/mn.js +++ /dev/null @@ -1,99 +0,0 @@ -OC.L10N.register( - "settings", - { - "{actor} changed your password" : "{actor} таны нууц үгийг солив", - "You changed your password" : "Та өөрийн нууц үг солив", - "Your password was reset by an administrator" : "Зохицуулагч таны нууц үгийг солив", - "{actor} changed your email address" : "{actor} таны цахим шуудангийн хаягийг солив", - "You changed your email address" : "Та өөрийн цахим шуудангийн хаягийг солив", - "Your email address was changed by an administrator" : "Зохицуулагч таны цахим шуудангийн хаягийг солив", - "Security" : "Хамгаалалт", - "Wrong password" : "Нууц үг буруу байна", - "Saved" : "Хадгалагдсан", - "Unable to change password" : "Нууц үг солих боломжгүй", - "Authentication error" : "Нотолгооны алдаа", - "Invalid SMTP password." : "SMTP -н нууц үг буруу байна ", - "Email setting test" : "Цахим шуудангийн тохиргоог шалгах", - "If you received this email, the email configuration seems to be correct." : "Хэрэв та энэ цахим захидалыг хүлээн авсан бол цахим шуудангийн тохиргоо нь зөв байна.", - "Email could not be sent. Check your mail server log" : "Цахим захидлыг илгээж чадсангүй. Цахим шуудангийн серверийн лог шалгана уу.", - "Settings saved" : "Тохиргоо хадгалагдлаа", - "Unable to change full name" : "Бүтэн нэрийг солих боломжгүй", - "Unable to change email address" : "Цахим шуудангийн хаягийг солих боломжгүй", - "If you did not request this, please contact an administrator." : "Хэрэв та энэ хүсэлтийг илгээгээгүй бол зохицуулагч руу хандана уу.", - "Set your password" : "Нууц үгээ тохируулна уу", - "Sending…" : "Илгээх...", - "Groups" : "Бүлгүүд", - "Visit website" : "Цахим хуудсаар зочлох", - "User documentation" : "Хэрэглэгчийн баримт бичиг", - "Admin documentation" : "Админы баримт бичиг", - "New password" : "Шинэ нууц үг", - "Username" : "Хэрэглэгчийн нэр", - "Password" : "Нууц үг", - "Email" : "Цахим шуудан", - "Language" : "Хэл", - "Last login" : "Сүүлд нэвтэрсэн огноо", - "Your apps" : "Таны аппликэйшнүүд", - "Disabled apps" : "Идэвхижээгүй аппликэйшнүүд", - "App bundles" : "Аппликэйшны багц", - "Admins" : "Админууд", - "Everyone" : "Бүх хэрэглэгчид", - "Add group" : "Бүлэг нэмэх", - "Administrator documentation" : "Админы баримт бичиг", - "Forum" : "Хэлэлцүүлэг", - "mail" : "и-мэйл", - "Version" : "Хувилбар", - "Always ask for a password" : "Үргэлж нууц үг асуух", - "Enforce password protection" : "Нууц үгийн хамгаалалтыг хэрэгжүүлэх", - "Expire after " : " Дуусах хугацаа", - "days" : "өдрийн дараа", - "Profile picture" : "Профайл зураг", - "Upload new" : "Шинийг байршуулах", - "Select from Files" : "Файлуудаас сонгох", - "Remove image" : "Зургийг хасах", - "Cancel" : "Цуцлах", - "Choose as profile picture" : "Профайл зургаа сонгоно уу", - "Full name" : "Бүтэн нэр", - "Phone number" : "Утасны дугаар", - "Your phone number" : "Таны утасны дугаар", - "Address" : "Хаяг", - "Your postal address" : "Таны шуудангийн хаяг", - "Website" : "Цахим хуудас", - "Current password" : "Одоогийн нууц үг", - "Change password" : "Нууц үг солих", - "Device" : "Төхөөрөмж", - "Last activity" : "Хамгийн сүүлийн үйлдэл", - "App name" : "Аппликэйшны нэр", - "Done" : "Дууссан", - "Enabled apps" : "Идэвхижүүлсэн аппликэйшнүүд", - "Group already exists." : "Бүлэг аль хэдийн үүссэн байна", - "Unable to add group." : "Бүлэг нэмэх боломжгүй", - "Unable to delete group." : "Бүлэг устгах боломжгүй", - "Unable to create user." : "Хэрэглэгч үүсгэх боломжгүй", - "Unable to delete user." : "Хэрэглэгч устгах боломжгүй", - "Error while enabling user." : "Хэрэглэгчийг идэвхижүүлэхэд алдаа гарлаа.", - "Error while disabling user." : "Хэрэглэгчийг идэвхигүй болгоход алдаа гарлаа.", - "Your full name has been changed." : "Таны бүтэн нэр солигдов.", - "Forbidden" : "Хориотой", - "Invalid user" : "Буруу хэрэглэгч", - "Unable to change mail address" : "Цахим шуудангийн хаягийг солих боломжгүй", - "Email saved" : "Цахим шуудангийн хаяг хадгалагдлаа", - "Updated" : "Шинэчлэгдсэн", - "never" : "хэзээ ч үгүй", - "Tips & tricks" : "Заавар зөвөлгөө", - "Documentation:" : "Баримт бичиг:", - "Show description …" : "Тайлбарыг харуулах", - "Hide description …" : "Тайлбарыг нуух", - "Online documentation" : "Онлайн баримт бичиг", - "Getting help" : "Тусламж авах", - "You are member of the following groups:" : "Та дараах бүлгүүдийн гишүүн:", - "Settings" : "Тохиргоо", - "Show email address" : "Цахим шуудангийн хаягийг харуулах", - "Send email to new user" : "Шинэ хэрэглэгч рүү цахим шуудан илгээх", - "E-Mail" : "Цахим шуудангийн хаяг", - "Create" : "Шинээр үүсгэх", - "Disabled" : "Идэвхигүй", - "Other" : "Бусад", - "set new password" : "шинэ нууц үг тохируулах", - "change email address" : "цахим шуудангийн хаягийг өөрчлөх" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/mn.json b/settings/l10n/mn.json deleted file mode 100644 index c4d5231f2e..0000000000 --- a/settings/l10n/mn.json +++ /dev/null @@ -1,97 +0,0 @@ -{ "translations": { - "{actor} changed your password" : "{actor} таны нууц үгийг солив", - "You changed your password" : "Та өөрийн нууц үг солив", - "Your password was reset by an administrator" : "Зохицуулагч таны нууц үгийг солив", - "{actor} changed your email address" : "{actor} таны цахим шуудангийн хаягийг солив", - "You changed your email address" : "Та өөрийн цахим шуудангийн хаягийг солив", - "Your email address was changed by an administrator" : "Зохицуулагч таны цахим шуудангийн хаягийг солив", - "Security" : "Хамгаалалт", - "Wrong password" : "Нууц үг буруу байна", - "Saved" : "Хадгалагдсан", - "Unable to change password" : "Нууц үг солих боломжгүй", - "Authentication error" : "Нотолгооны алдаа", - "Invalid SMTP password." : "SMTP -н нууц үг буруу байна ", - "Email setting test" : "Цахим шуудангийн тохиргоог шалгах", - "If you received this email, the email configuration seems to be correct." : "Хэрэв та энэ цахим захидалыг хүлээн авсан бол цахим шуудангийн тохиргоо нь зөв байна.", - "Email could not be sent. Check your mail server log" : "Цахим захидлыг илгээж чадсангүй. Цахим шуудангийн серверийн лог шалгана уу.", - "Settings saved" : "Тохиргоо хадгалагдлаа", - "Unable to change full name" : "Бүтэн нэрийг солих боломжгүй", - "Unable to change email address" : "Цахим шуудангийн хаягийг солих боломжгүй", - "If you did not request this, please contact an administrator." : "Хэрэв та энэ хүсэлтийг илгээгээгүй бол зохицуулагч руу хандана уу.", - "Set your password" : "Нууц үгээ тохируулна уу", - "Sending…" : "Илгээх...", - "Groups" : "Бүлгүүд", - "Visit website" : "Цахим хуудсаар зочлох", - "User documentation" : "Хэрэглэгчийн баримт бичиг", - "Admin documentation" : "Админы баримт бичиг", - "New password" : "Шинэ нууц үг", - "Username" : "Хэрэглэгчийн нэр", - "Password" : "Нууц үг", - "Email" : "Цахим шуудан", - "Language" : "Хэл", - "Last login" : "Сүүлд нэвтэрсэн огноо", - "Your apps" : "Таны аппликэйшнүүд", - "Disabled apps" : "Идэвхижээгүй аппликэйшнүүд", - "App bundles" : "Аппликэйшны багц", - "Admins" : "Админууд", - "Everyone" : "Бүх хэрэглэгчид", - "Add group" : "Бүлэг нэмэх", - "Administrator documentation" : "Админы баримт бичиг", - "Forum" : "Хэлэлцүүлэг", - "mail" : "и-мэйл", - "Version" : "Хувилбар", - "Always ask for a password" : "Үргэлж нууц үг асуух", - "Enforce password protection" : "Нууц үгийн хамгаалалтыг хэрэгжүүлэх", - "Expire after " : " Дуусах хугацаа", - "days" : "өдрийн дараа", - "Profile picture" : "Профайл зураг", - "Upload new" : "Шинийг байршуулах", - "Select from Files" : "Файлуудаас сонгох", - "Remove image" : "Зургийг хасах", - "Cancel" : "Цуцлах", - "Choose as profile picture" : "Профайл зургаа сонгоно уу", - "Full name" : "Бүтэн нэр", - "Phone number" : "Утасны дугаар", - "Your phone number" : "Таны утасны дугаар", - "Address" : "Хаяг", - "Your postal address" : "Таны шуудангийн хаяг", - "Website" : "Цахим хуудас", - "Current password" : "Одоогийн нууц үг", - "Change password" : "Нууц үг солих", - "Device" : "Төхөөрөмж", - "Last activity" : "Хамгийн сүүлийн үйлдэл", - "App name" : "Аппликэйшны нэр", - "Done" : "Дууссан", - "Enabled apps" : "Идэвхижүүлсэн аппликэйшнүүд", - "Group already exists." : "Бүлэг аль хэдийн үүссэн байна", - "Unable to add group." : "Бүлэг нэмэх боломжгүй", - "Unable to delete group." : "Бүлэг устгах боломжгүй", - "Unable to create user." : "Хэрэглэгч үүсгэх боломжгүй", - "Unable to delete user." : "Хэрэглэгч устгах боломжгүй", - "Error while enabling user." : "Хэрэглэгчийг идэвхижүүлэхэд алдаа гарлаа.", - "Error while disabling user." : "Хэрэглэгчийг идэвхигүй болгоход алдаа гарлаа.", - "Your full name has been changed." : "Таны бүтэн нэр солигдов.", - "Forbidden" : "Хориотой", - "Invalid user" : "Буруу хэрэглэгч", - "Unable to change mail address" : "Цахим шуудангийн хаягийг солих боломжгүй", - "Email saved" : "Цахим шуудангийн хаяг хадгалагдлаа", - "Updated" : "Шинэчлэгдсэн", - "never" : "хэзээ ч үгүй", - "Tips & tricks" : "Заавар зөвөлгөө", - "Documentation:" : "Баримт бичиг:", - "Show description …" : "Тайлбарыг харуулах", - "Hide description …" : "Тайлбарыг нуух", - "Online documentation" : "Онлайн баримт бичиг", - "Getting help" : "Тусламж авах", - "You are member of the following groups:" : "Та дараах бүлгүүдийн гишүүн:", - "Settings" : "Тохиргоо", - "Show email address" : "Цахим шуудангийн хаягийг харуулах", - "Send email to new user" : "Шинэ хэрэглэгч рүү цахим шуудан илгээх", - "E-Mail" : "Цахим шуудангийн хаяг", - "Create" : "Шинээр үүсгэх", - "Disabled" : "Идэвхигүй", - "Other" : "Бусад", - "set new password" : "шинэ нууц үг тохируулах", - "change email address" : "цахим шуудангийн хаягийг өөрчлөх" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/settings/l10n/ms_MY.js b/settings/l10n/ms_MY.js deleted file mode 100644 index 33166a7aba..0000000000 --- a/settings/l10n/ms_MY.js +++ /dev/null @@ -1,28 +0,0 @@ -OC.L10N.register( - "settings", - { - "Authentication error" : "Ralat pengesahan", - "Delete" : "Padam", - "Groups" : "Kumpulan", - "Disable" : "Nyahaktif", - "Enable" : "Aktif", - "New password" : "Kata laluan baru", - "Username" : "Nama pengguna", - "Password" : "Kata laluan", - "Email" : "Email", - "Quota" : "Kuota", - "Language" : "Bahasa", - "Login" : "Log masuk", - "Server address" : "Alamat pelayan", - "Profile picture" : "Gambar profil", - "Cancel" : "Batal", - "Your email address" : "Alamat emel anda", - "Help translate" : "Bantu terjemah", - "Current password" : "Kata laluan semasa", - "Change password" : "Ubah kata laluan", - "Email saved" : "Emel disimpan", - "never" : "jangan", - "Create" : "Buat", - "Other" : "Lain" -}, -"nplurals=1; plural=0;"); diff --git a/settings/l10n/ms_MY.json b/settings/l10n/ms_MY.json deleted file mode 100644 index 4cd1eb6edb..0000000000 --- a/settings/l10n/ms_MY.json +++ /dev/null @@ -1,26 +0,0 @@ -{ "translations": { - "Authentication error" : "Ralat pengesahan", - "Delete" : "Padam", - "Groups" : "Kumpulan", - "Disable" : "Nyahaktif", - "Enable" : "Aktif", - "New password" : "Kata laluan baru", - "Username" : "Nama pengguna", - "Password" : "Kata laluan", - "Email" : "Email", - "Quota" : "Kuota", - "Language" : "Bahasa", - "Login" : "Log masuk", - "Server address" : "Alamat pelayan", - "Profile picture" : "Gambar profil", - "Cancel" : "Batal", - "Your email address" : "Alamat emel anda", - "Help translate" : "Bantu terjemah", - "Current password" : "Kata laluan semasa", - "Change password" : "Ubah kata laluan", - "Email saved" : "Emel disimpan", - "never" : "jangan", - "Create" : "Buat", - "Other" : "Lain" -},"pluralForm" :"nplurals=1; plural=0;" -} \ No newline at end of file diff --git a/settings/l10n/nb.js b/settings/l10n/nb.js index 0f9aa469a2..daae831669 100644 --- a/settings/l10n/nb.js +++ b/settings/l10n/nb.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome for Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS klient", - "Android Client" : "Android klient", "Sync client - {os}" : "Synkroniseringsklient - {os}", "This session" : "Denne økten", "Copy" : "Kopier", @@ -101,7 +97,6 @@ OC.L10N.register( "So-so password" : "Bob-bob-passord", "Good password" : "Bra passord", "Strong password" : "Sterkt passord", - "An error occured while changing your language. Please reload the page and try again." : "En feil oppstod under endring av språk. Last inn siden på nytt og prøv igjen.", "Select a profile picture" : "Velg et profilbilde", "Groups" : "Grupper", "Limit to groups" : "Begrens til grupper", @@ -287,12 +282,10 @@ OC.L10N.register( "Invalid user" : "Ugyldig bruker", "Unable to change mail address" : "Kan ikke endre e-postadresse", "Email saved" : "E-post lagret", - "%1$s changed your email address on %2$s." : "%1$s endret din e-postadresse på %2$s.", "Password confirmation is required" : "Passord bekreftelse er nødvendig", "Are you really sure you want add {domain} as trusted domain?" : "Er du virkelig sikker på du vil legge til {domain} som klarert domene?", "Add trusted domain" : "Legg til et klarert domene", "Update to %s" : "Oppdater til %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Du har %n programoppgradering som venter","Du har %n programoppgraderinger som venter"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Godkjente programm er utviklet av tiltrodde utviklere og har gjennomgått en rask sikkerhetssjekk. De vedlikeholdes aktivt i et åpent kode-depot og utviklerne anser dem for å være stabile for tidvis eller normal bruk.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Dette programmet er ikke sjekket for sikkerhetsproblemer og er ny eller ansett for å være ustabil. Installer på egen risiko.", "Disabling app …" : "Skrur av program…", @@ -301,14 +294,19 @@ OC.L10N.register( "Error while enabling app" : "Aktivering av program mislyktes", "Error: Could not disable broken app" : "Feil: Kunne ikke deaktivere ustabilt program", "Error while disabling broken app" : "Feil ved deaktivering av ustabilt program", - "Updating...." : "Oppdaterer…", - "Error while updating app" : "Feil ved oppdatering av program", + "App up to date" : "Appen er oppdatert", + "Updating …" : "Oppdaterer…", "Updated" : "Oppdatert", "Removing …" : "Fjerner…", - "Error while removing app" : "Feil under fjerning av program", + "Could not remove app" : "Kunne ikke fjerne program", "Approved" : "Godkjent", "Experimental" : "Eksperimentell", "No apps found for {query}" : "Ingen programmer funnet for {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS klient", + "Android Client" : "Android klient", + "An error occured while changing your language. Please reload the page and try again." : "En feil oppstod under endring av språk. Last inn siden på nytt og prøv igjen.", "Unable to delete {objName}" : "Kan ikke slette {objName}", "Error creating group: {message}" : "Feil ved oppretting av gruppe: {message}", "A valid group name must be provided" : "Et gyldig gruppenavn må oppgis", @@ -329,66 +327,45 @@ OC.L10N.register( "Error creating user: {message}" : "Feil ved oppretting av bruker: {message}", "A valid password must be provided" : "Oppgi et gyldig passord", "A valid email must be provided" : "En gyldig e-postadresse må oppgis", - "__language_name__" : "Norsk bokmål", - "Verifying" : "Bekrefter", - "Personal info" : "Personlig informasjon", - "Sync clients" : "Synkroniser klienter", - "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." : "Det er viktig for sikkerheten og ytelsen på din installasjon at alt er satt opp rett. For å hjelpe deg er det satt i verk noen automatiske sjekker. Se \"Tips og triks\"-delen og i dokumentasjonen for mer informasjon", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ser ikke ut til å være satt opp riktig for å lese systemets miljøvariabler. Testen med getenv(\"PATH\") returnerer bare et tomt svar.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Sjekk installasjonsdokumentasjonen ↗ etter php-oppsettssnotater og oppsett av PHP på tjeneren din, særlig om du bruker php-fpm.", + "by %s" : "av %s", + "%s-licensed" : "%s-lisensiert", + "Documentation:" : "Dokumentasjon:", + "Show description …" : "Vis beskrivelse…", + "Hide description …" : "Skjul beskrivelse…", + "This app has an update available." : "En oppdatering er tilgjengelig for dette programmet.", + "Enable only for specific groups" : "Aktiver kun for gitte grupper", + "Online documentation" : "Elektronisk dokumentasjon", + "Getting help" : "Skaffe hjelp", + "Commercial support" : "Forretningsstøtte", + "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." : "Det er viktig for sikkerheten og ytelsen på din installasjon at alt er satt opp rett. For å hjelpe deg er det satt i verk noen automatiske sjekker. Se \"Tips og triks\"-delen og i dokumentasjonen for mer informasjon", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ser ikke ut til å være satt opp riktig for å lese systemets miljøvariabler. Testen med getenv(\"PATH\") returnerer bare et tomt svar.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Sjekk installasjonsdokumentasjonen ↗ for PHP-oppsettsnotater og oppsett av PHP på tjeneren din, særlig om du bruker 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." : "Det skrivebeskyttede oppsettet er blitt aktivert. Dette forhindrer setting av visse oppsett via vev-grensesnittet. Videre må config-filen gjøres skrivbar manuelt for hver oppdatering.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Det ser ut for at PHP er satt opp til å fjerne innebygde doc-blokker. Dette gjør at flere av kjerneprogrammene blir utilgjengelige.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Det ser ut til at at PHP er satt opp til å fjerne innebygde doc-blokker. Dette gjør at flere av kjerneapplikasjonene blir utilgjengelige.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dette forårsakes sannsynligvis av hurtiglager/akselerator, som f.eks. Zend OPcache eller eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Din database kjører ikke med \"READ COMMITED\" transaksjonsisolering. Dette kan lage problemer når flere handlinger kjøres i paralell.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s under versjon %2$s er installert. For stabilitets- og ytelsesgrunner, anbefaler vi å oppdatere til nyere %1$s versjon.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "PHP-modulen 'fileinfo' mangler. Vi anbefaler at du aktiverer denne modulen for å kunne detektere MIME-typen korrekt.", - "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 documentation ↗ for more information." : "Transaksjonsbasert fil- låsing er deaktivert. Dette kan føre til konflikt. Aktivér \"filelocking.enabled\" i config.php for å unngå disse problemene. Se dokumentasjonen ↗ for mer informasjon.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s lavere enn versjon %2$s er installert. Det anbefales å oppgradere til en nyere %1$s-versjon for å få bedre stabilitet og ytelse.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-modulen 'fileinfo' mangler. Det anbefales at du aktiverer denne modulen for å kunne detektere MIME-typen korrekt.", + "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 documentation ↗ for more information." : "Transaksjonsbasert fil-låsing er deaktivert. Dette kan føre til konflikt. Aktiver \"filelocking.enabled\" i config.php for å unngå disse problemene. Les dokumentasjonen ↗ for mer informasjon.", "System locale can not be set to a one which supports UTF-8." : "Kan ikke sette systemets nasjonale innstillinger til en som støtter UTF-8.", - "This means that there might be problems with certain characters in file names." : "Dette betyr at det kan forekomme problemer med visse tegn i filnavn.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Vi anbefaler på det sterkeste å installere de nødvendige pakkene på systemet ditt for å støtte en av de følgende tegnsettene: %s.", - "If your installation is not installed in 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\")" : "Hvis ikke installasjonen din er installert på roten av domenet og bruker system- cron, kan det bli problemer med URL- generasjon. For å unngå disse problemene, vennligst sett \"overwrite.cli.url\"- valget i din config.php- fil til webroot- stien til din installasjon (Foreslått: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Det var ikke mulig å utføre cronjob via kommandolinje. Følgende tekniske feil har dukket opp:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Vennligst dobbeltsjekk installasjonsmanualer og se etter feil eller advarsler i loggen.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php er registert i en webcron- tjeneste for å kalle på cron.php hvert 15. minutt over http.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "For å kjøre denne trenger du «PHP posix extension». Se {linkstart} PHP dokumentasjonen {linkend} for flere detaljer.", + "This means that there might be problems with certain characters in filenames." : "Dette betyr at det kan forekomme problemer med visse tegn i filnavn.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Det anbefales sterkt å installere de påkrevde pakkene på systemet ditt for å støtte en av følgende lokaltilpasninger: %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\")" : "Hvis installasjonen din ikke er installert i roten av domenet og bruker systemets Cron, kan det bli problemer med URL-genereringen. For å unngå disse problemene, sett \"overwrite.cli.url\" i filen config.php til vev-roten for installasjonen din (Foreslått: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var ikke mulig å kjøre cronjobben via CLI. Følgende tekniske feil oppstod:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Dobbeltsjekk installasjonsguidene ↗ og se etter feil eller advarsler i loggen.", "Tips & tricks" : "Tips og triks", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Det er mange funksjoner og oppsettsbrytere tilgjengelig for optimal tilpasning og bruk av denne installasjonen. Her har du noen punkter med ytterligere informasjon.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite er for øyeblikket brukt som database. For større installasjoner vil vi anbefale deg å benytte en annen databasetype.", "This is particularly recommended when using the desktop client for file synchronisation." : "Dette er spesielt anbefalt når skrivebordsklient brukes for filsynkronisering.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "For å migrere til en annen database, bruk kommandolinjeverktøyet: 'occ db:convert-type', eller les i dokumentasjonen ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "For å migrere til en annen database, bruk kommandolinjeverktøyet: 'occ db:convert-type', eller les dokumentasjonen ↗.", "How to do backups" : "Hvordan ta sikkerhetskopier", "Performance tuning" : "Forbedre ytelsen", "Improving the config.php" : "Tilpasninger i config.php", "Theming" : "Drakter", "Check the security of your Nextcloud over our security scan" : "Sjekk sikkerheten på din Nextcloud over vår sikkerhetsskanning", "Hardening and security guidance" : "Herding og sikkerhetsveiledning", - "This app has an update available." : "En oppdatering er tilgjengelig for dette programmet.", - "by %s" : "av %s", - "%s-licensed" : "%s-lisensiert", - "Documentation:" : "Dokumentasjon:", - "Show description …" : "Vis beskrivelse…", - "Hide description …" : "Skjul beskrivelse…", - "Enable only for specific groups" : "Aktiver kun for gitte grupper", - "Online documentation" : "Elektronisk dokumentasjon", - "Getting help" : "Skaffe hjelp", - "Commercial support" : "Forretningsstøtte", "You are using %s of %s" : "Du bruker %s av %s", "You are using %s of %s (%s %%)" : "Du bruker %s av %s (%s %%)", - "You are member of the following groups:" : "Du er medlem av følgende grupper:", - "Get the apps to sync your files" : "Hent programmer som synkroniserer filene dine", - "Desktop client" : "Skrivebordsklient", - "Android app" : "Android-program", - "iOS app" : "iOS-program", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Hvis du vil støtte prosjektet {contributeopen} delta i utviklingen {linkclose} eller {contributeopen} spre budskapet {linkclose}!", - "Show First Run Wizard again" : "Vis førstegangsveiviseren på nytt", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Vev, skrivebord og mobil -klienter og programspesifikke passord som har tilgang til kontoen din nå.", - "App passwords" : "Programpassord", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Her kan du opprette egne passord for programmer slik at du ikke trenger å gi dem ditt passord. Du kan tilbakekalle dem individuelt også.", - "Follow us on Google+!" : "Følg oss på Google+", - "Like our facebook page!" : "Lik vår Facebook-side!", - "Follow us on Twitter!" : "Følg oss på Twitter!", - "Check out our blog!" : "Sjekk ut bloggen vår", - "Subscribe to our newsletter!" : "Abonner på vårt nyhetsbrev!", "Settings" : "Innstillinger", "Show storage location" : "Vis lagringssted", "Show email address" : "Vis e-postadresse", @@ -398,29 +375,12 @@ OC.L10N.register( "Create" : "Opprett", "Admin Recovery Password" : "Administrativt gjenopprettingspassord", "Enter the recovery password in order to recover the users files during password change" : "Legg inn gjenopprettingspassordet for å gjenopprette brukerfilene når passordet endres", - "Group name" : "Gruppenavn", "Disabled" : "Avskrudd", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Legg inn lagringskvote (f.eks. \"512 MB\" eller \"12 GB\")", "Other" : "Annet", "change full name" : "endre fullt navn", "set new password" : "sett nytt passord", "change email address" : "endre e-postadresse", - "Default" : "Forvalg", - "App up to date" : "Appen er oppdatert", - "Updating …" : "Oppdaterer…", - "Could not remove app" : "Kunne ikke fjerne program", - "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." : "Det er viktig for sikkerheten og ytelsen på din installasjon at alt er satt opp rett. For å hjelpe deg er det satt i verk noen automatiske sjekker. Se \"Tips og triks\"-delen og i dokumentasjonen for mer informasjon", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ser ikke ut til å være satt opp riktig for å lese systemets miljøvariabler. Testen med getenv(\"PATH\") returnerer bare et tomt svar.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Sjekk installasjonsdokumentasjonen ↗ for PHP-oppsettsnotater og oppsett av PHP på tjeneren din, særlig om du bruker php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Det ser ut til at at PHP er satt opp til å fjerne innebygde doc-blokker. Dette gjør at flere av kjerneapplikasjonene blir utilgjengelige.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s lavere enn versjon %2$s er installert. Det anbefales å oppgradere til en nyere %1$s-versjon for å få bedre stabilitet og ytelse.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-modulen 'fileinfo' mangler. Det anbefales at du aktiverer denne modulen for å kunne detektere MIME-typen korrekt.", - "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 documentation ↗ for more information." : "Transaksjonsbasert fil-låsing er deaktivert. Dette kan føre til konflikt. Aktiver \"filelocking.enabled\" i config.php for å unngå disse problemene. Les dokumentasjonen ↗ for mer informasjon.", - "This means that there might be problems with certain characters in filenames." : "Dette betyr at det kan forekomme problemer med visse tegn i filnavn.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Det anbefales sterkt å installere de påkrevde pakkene på systemet ditt for å støtte en av følgende lokaltilpasninger: %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\")" : "Hvis installasjonen din ikke er installert i roten av domenet og bruker systemets Cron, kan det bli problemer med URL-genereringen. For å unngå disse problemene, sett \"overwrite.cli.url\" i filen config.php til vev-roten for installasjonen din (Foreslått: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var ikke mulig å kjøre cronjobben via CLI. Følgende tekniske feil oppstod:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Dobbeltsjekk installasjonsguidene ↗ og se etter feil eller advarsler i loggen.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "For å migrere til en annen database, bruk kommandolinjeverktøyet: 'occ db:convert-type', eller les dokumentasjonen ↗." + "Default" : "Forvalg" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/nb.json b/settings/l10n/nb.json index 7f185b4650..45ae120e8f 100644 --- a/settings/l10n/nb.json +++ b/settings/l10n/nb.json @@ -67,10 +67,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome for Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS klient", - "Android Client" : "Android klient", "Sync client - {os}" : "Synkroniseringsklient - {os}", "This session" : "Denne økten", "Copy" : "Kopier", @@ -99,7 +95,6 @@ "So-so password" : "Bob-bob-passord", "Good password" : "Bra passord", "Strong password" : "Sterkt passord", - "An error occured while changing your language. Please reload the page and try again." : "En feil oppstod under endring av språk. Last inn siden på nytt og prøv igjen.", "Select a profile picture" : "Velg et profilbilde", "Groups" : "Grupper", "Limit to groups" : "Begrens til grupper", @@ -285,12 +280,10 @@ "Invalid user" : "Ugyldig bruker", "Unable to change mail address" : "Kan ikke endre e-postadresse", "Email saved" : "E-post lagret", - "%1$s changed your email address on %2$s." : "%1$s endret din e-postadresse på %2$s.", "Password confirmation is required" : "Passord bekreftelse er nødvendig", "Are you really sure you want add {domain} as trusted domain?" : "Er du virkelig sikker på du vil legge til {domain} som klarert domene?", "Add trusted domain" : "Legg til et klarert domene", "Update to %s" : "Oppdater til %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Du har %n programoppgradering som venter","Du har %n programoppgraderinger som venter"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Godkjente programm er utviklet av tiltrodde utviklere og har gjennomgått en rask sikkerhetssjekk. De vedlikeholdes aktivt i et åpent kode-depot og utviklerne anser dem for å være stabile for tidvis eller normal bruk.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Dette programmet er ikke sjekket for sikkerhetsproblemer og er ny eller ansett for å være ustabil. Installer på egen risiko.", "Disabling app …" : "Skrur av program…", @@ -299,14 +292,19 @@ "Error while enabling app" : "Aktivering av program mislyktes", "Error: Could not disable broken app" : "Feil: Kunne ikke deaktivere ustabilt program", "Error while disabling broken app" : "Feil ved deaktivering av ustabilt program", - "Updating...." : "Oppdaterer…", - "Error while updating app" : "Feil ved oppdatering av program", + "App up to date" : "Appen er oppdatert", + "Updating …" : "Oppdaterer…", "Updated" : "Oppdatert", "Removing …" : "Fjerner…", - "Error while removing app" : "Feil under fjerning av program", + "Could not remove app" : "Kunne ikke fjerne program", "Approved" : "Godkjent", "Experimental" : "Eksperimentell", "No apps found for {query}" : "Ingen programmer funnet for {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS klient", + "Android Client" : "Android klient", + "An error occured while changing your language. Please reload the page and try again." : "En feil oppstod under endring av språk. Last inn siden på nytt og prøv igjen.", "Unable to delete {objName}" : "Kan ikke slette {objName}", "Error creating group: {message}" : "Feil ved oppretting av gruppe: {message}", "A valid group name must be provided" : "Et gyldig gruppenavn må oppgis", @@ -327,66 +325,45 @@ "Error creating user: {message}" : "Feil ved oppretting av bruker: {message}", "A valid password must be provided" : "Oppgi et gyldig passord", "A valid email must be provided" : "En gyldig e-postadresse må oppgis", - "__language_name__" : "Norsk bokmål", - "Verifying" : "Bekrefter", - "Personal info" : "Personlig informasjon", - "Sync clients" : "Synkroniser klienter", - "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." : "Det er viktig for sikkerheten og ytelsen på din installasjon at alt er satt opp rett. For å hjelpe deg er det satt i verk noen automatiske sjekker. Se \"Tips og triks\"-delen og i dokumentasjonen for mer informasjon", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ser ikke ut til å være satt opp riktig for å lese systemets miljøvariabler. Testen med getenv(\"PATH\") returnerer bare et tomt svar.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Sjekk installasjonsdokumentasjonen ↗ etter php-oppsettssnotater og oppsett av PHP på tjeneren din, særlig om du bruker php-fpm.", + "by %s" : "av %s", + "%s-licensed" : "%s-lisensiert", + "Documentation:" : "Dokumentasjon:", + "Show description …" : "Vis beskrivelse…", + "Hide description …" : "Skjul beskrivelse…", + "This app has an update available." : "En oppdatering er tilgjengelig for dette programmet.", + "Enable only for specific groups" : "Aktiver kun for gitte grupper", + "Online documentation" : "Elektronisk dokumentasjon", + "Getting help" : "Skaffe hjelp", + "Commercial support" : "Forretningsstøtte", + "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." : "Det er viktig for sikkerheten og ytelsen på din installasjon at alt er satt opp rett. For å hjelpe deg er det satt i verk noen automatiske sjekker. Se \"Tips og triks\"-delen og i dokumentasjonen for mer informasjon", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ser ikke ut til å være satt opp riktig for å lese systemets miljøvariabler. Testen med getenv(\"PATH\") returnerer bare et tomt svar.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Sjekk installasjonsdokumentasjonen ↗ for PHP-oppsettsnotater og oppsett av PHP på tjeneren din, særlig om du bruker 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." : "Det skrivebeskyttede oppsettet er blitt aktivert. Dette forhindrer setting av visse oppsett via vev-grensesnittet. Videre må config-filen gjøres skrivbar manuelt for hver oppdatering.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Det ser ut for at PHP er satt opp til å fjerne innebygde doc-blokker. Dette gjør at flere av kjerneprogrammene blir utilgjengelige.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Det ser ut til at at PHP er satt opp til å fjerne innebygde doc-blokker. Dette gjør at flere av kjerneapplikasjonene blir utilgjengelige.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dette forårsakes sannsynligvis av hurtiglager/akselerator, som f.eks. Zend OPcache eller eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Din database kjører ikke med \"READ COMMITED\" transaksjonsisolering. Dette kan lage problemer når flere handlinger kjøres i paralell.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s under versjon %2$s er installert. For stabilitets- og ytelsesgrunner, anbefaler vi å oppdatere til nyere %1$s versjon.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "PHP-modulen 'fileinfo' mangler. Vi anbefaler at du aktiverer denne modulen for å kunne detektere MIME-typen korrekt.", - "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 documentation ↗ for more information." : "Transaksjonsbasert fil- låsing er deaktivert. Dette kan føre til konflikt. Aktivér \"filelocking.enabled\" i config.php for å unngå disse problemene. Se dokumentasjonen ↗ for mer informasjon.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s lavere enn versjon %2$s er installert. Det anbefales å oppgradere til en nyere %1$s-versjon for å få bedre stabilitet og ytelse.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-modulen 'fileinfo' mangler. Det anbefales at du aktiverer denne modulen for å kunne detektere MIME-typen korrekt.", + "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 documentation ↗ for more information." : "Transaksjonsbasert fil-låsing er deaktivert. Dette kan føre til konflikt. Aktiver \"filelocking.enabled\" i config.php for å unngå disse problemene. Les dokumentasjonen ↗ for mer informasjon.", "System locale can not be set to a one which supports UTF-8." : "Kan ikke sette systemets nasjonale innstillinger til en som støtter UTF-8.", - "This means that there might be problems with certain characters in file names." : "Dette betyr at det kan forekomme problemer med visse tegn i filnavn.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Vi anbefaler på det sterkeste å installere de nødvendige pakkene på systemet ditt for å støtte en av de følgende tegnsettene: %s.", - "If your installation is not installed in 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\")" : "Hvis ikke installasjonen din er installert på roten av domenet og bruker system- cron, kan det bli problemer med URL- generasjon. For å unngå disse problemene, vennligst sett \"overwrite.cli.url\"- valget i din config.php- fil til webroot- stien til din installasjon (Foreslått: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Det var ikke mulig å utføre cronjob via kommandolinje. Følgende tekniske feil har dukket opp:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Vennligst dobbeltsjekk installasjonsmanualer og se etter feil eller advarsler i loggen.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php er registert i en webcron- tjeneste for å kalle på cron.php hvert 15. minutt over http.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "For å kjøre denne trenger du «PHP posix extension». Se {linkstart} PHP dokumentasjonen {linkend} for flere detaljer.", + "This means that there might be problems with certain characters in filenames." : "Dette betyr at det kan forekomme problemer med visse tegn i filnavn.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Det anbefales sterkt å installere de påkrevde pakkene på systemet ditt for å støtte en av følgende lokaltilpasninger: %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\")" : "Hvis installasjonen din ikke er installert i roten av domenet og bruker systemets Cron, kan det bli problemer med URL-genereringen. For å unngå disse problemene, sett \"overwrite.cli.url\" i filen config.php til vev-roten for installasjonen din (Foreslått: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var ikke mulig å kjøre cronjobben via CLI. Følgende tekniske feil oppstod:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Dobbeltsjekk installasjonsguidene ↗ og se etter feil eller advarsler i loggen.", "Tips & tricks" : "Tips og triks", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Det er mange funksjoner og oppsettsbrytere tilgjengelig for optimal tilpasning og bruk av denne installasjonen. Her har du noen punkter med ytterligere informasjon.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite er for øyeblikket brukt som database. For større installasjoner vil vi anbefale deg å benytte en annen databasetype.", "This is particularly recommended when using the desktop client for file synchronisation." : "Dette er spesielt anbefalt når skrivebordsklient brukes for filsynkronisering.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "For å migrere til en annen database, bruk kommandolinjeverktøyet: 'occ db:convert-type', eller les i dokumentasjonen ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "For å migrere til en annen database, bruk kommandolinjeverktøyet: 'occ db:convert-type', eller les dokumentasjonen ↗.", "How to do backups" : "Hvordan ta sikkerhetskopier", "Performance tuning" : "Forbedre ytelsen", "Improving the config.php" : "Tilpasninger i config.php", "Theming" : "Drakter", "Check the security of your Nextcloud over our security scan" : "Sjekk sikkerheten på din Nextcloud over vår sikkerhetsskanning", "Hardening and security guidance" : "Herding og sikkerhetsveiledning", - "This app has an update available." : "En oppdatering er tilgjengelig for dette programmet.", - "by %s" : "av %s", - "%s-licensed" : "%s-lisensiert", - "Documentation:" : "Dokumentasjon:", - "Show description …" : "Vis beskrivelse…", - "Hide description …" : "Skjul beskrivelse…", - "Enable only for specific groups" : "Aktiver kun for gitte grupper", - "Online documentation" : "Elektronisk dokumentasjon", - "Getting help" : "Skaffe hjelp", - "Commercial support" : "Forretningsstøtte", "You are using %s of %s" : "Du bruker %s av %s", "You are using %s of %s (%s %%)" : "Du bruker %s av %s (%s %%)", - "You are member of the following groups:" : "Du er medlem av følgende grupper:", - "Get the apps to sync your files" : "Hent programmer som synkroniserer filene dine", - "Desktop client" : "Skrivebordsklient", - "Android app" : "Android-program", - "iOS app" : "iOS-program", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Hvis du vil støtte prosjektet {contributeopen} delta i utviklingen {linkclose} eller {contributeopen} spre budskapet {linkclose}!", - "Show First Run Wizard again" : "Vis førstegangsveiviseren på nytt", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Vev, skrivebord og mobil -klienter og programspesifikke passord som har tilgang til kontoen din nå.", - "App passwords" : "Programpassord", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Her kan du opprette egne passord for programmer slik at du ikke trenger å gi dem ditt passord. Du kan tilbakekalle dem individuelt også.", - "Follow us on Google+!" : "Følg oss på Google+", - "Like our facebook page!" : "Lik vår Facebook-side!", - "Follow us on Twitter!" : "Følg oss på Twitter!", - "Check out our blog!" : "Sjekk ut bloggen vår", - "Subscribe to our newsletter!" : "Abonner på vårt nyhetsbrev!", "Settings" : "Innstillinger", "Show storage location" : "Vis lagringssted", "Show email address" : "Vis e-postadresse", @@ -396,29 +373,12 @@ "Create" : "Opprett", "Admin Recovery Password" : "Administrativt gjenopprettingspassord", "Enter the recovery password in order to recover the users files during password change" : "Legg inn gjenopprettingspassordet for å gjenopprette brukerfilene når passordet endres", - "Group name" : "Gruppenavn", "Disabled" : "Avskrudd", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Legg inn lagringskvote (f.eks. \"512 MB\" eller \"12 GB\")", "Other" : "Annet", "change full name" : "endre fullt navn", "set new password" : "sett nytt passord", "change email address" : "endre e-postadresse", - "Default" : "Forvalg", - "App up to date" : "Appen er oppdatert", - "Updating …" : "Oppdaterer…", - "Could not remove app" : "Kunne ikke fjerne program", - "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." : "Det er viktig for sikkerheten og ytelsen på din installasjon at alt er satt opp rett. For å hjelpe deg er det satt i verk noen automatiske sjekker. Se \"Tips og triks\"-delen og i dokumentasjonen for mer informasjon", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ser ikke ut til å være satt opp riktig for å lese systemets miljøvariabler. Testen med getenv(\"PATH\") returnerer bare et tomt svar.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Sjekk installasjonsdokumentasjonen ↗ for PHP-oppsettsnotater og oppsett av PHP på tjeneren din, særlig om du bruker php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Det ser ut til at at PHP er satt opp til å fjerne innebygde doc-blokker. Dette gjør at flere av kjerneapplikasjonene blir utilgjengelige.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s lavere enn versjon %2$s er installert. Det anbefales å oppgradere til en nyere %1$s-versjon for å få bedre stabilitet og ytelse.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-modulen 'fileinfo' mangler. Det anbefales at du aktiverer denne modulen for å kunne detektere MIME-typen korrekt.", - "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 documentation ↗ for more information." : "Transaksjonsbasert fil-låsing er deaktivert. Dette kan føre til konflikt. Aktiver \"filelocking.enabled\" i config.php for å unngå disse problemene. Les dokumentasjonen ↗ for mer informasjon.", - "This means that there might be problems with certain characters in filenames." : "Dette betyr at det kan forekomme problemer med visse tegn i filnavn.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Det anbefales sterkt å installere de påkrevde pakkene på systemet ditt for å støtte en av følgende lokaltilpasninger: %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\")" : "Hvis installasjonen din ikke er installert i roten av domenet og bruker systemets Cron, kan det bli problemer med URL-genereringen. For å unngå disse problemene, sett \"overwrite.cli.url\" i filen config.php til vev-roten for installasjonen din (Foreslått: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var ikke mulig å kjøre cronjobben via CLI. Følgende tekniske feil oppstod:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Dobbeltsjekk installasjonsguidene ↗ og se etter feil eller advarsler i loggen.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "For å migrere til en annen database, bruk kommandolinjeverktøyet: 'occ db:convert-type', eller les dokumentasjonen ↗." + "Default" : "Forvalg" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js index 42d017488e..8bd0404118 100644 --- a/settings/l10n/nl.js +++ b/settings/l10n/nl.js @@ -72,10 +72,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome voor Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS Client", - "Android Client" : "Android Client", "Sync client - {os}" : "Sync client - {os}", "This session" : "Huidige sessie", "Copy" : "Kopiëren", @@ -104,8 +100,6 @@ OC.L10N.register( "So-so password" : "Matig wachtwoord", "Good password" : "Goed wachtwoord", "Strong password" : "Sterk wachtwoord", - "An error occured while changing your language. Please reload the page and try again." : "Er trad een fout op bij het aanpassen van de taal. Ververs de pagina en probeer het opnieuw.", - "An error occured while changing your locale. Please reload the page and try again." : "Er trad een fout op bij het aanpassen van je landsinstellingen. Ververs de pagina en probeer het opnieuw.", "Select a profile picture" : "Kies een profielafbeelding", "Week starts on {fdow}" : "Week begint op {fdow}", "Groups" : "Groepen", @@ -356,12 +350,10 @@ OC.L10N.register( "Invalid user" : "Ongeldige gebruiker", "Unable to change mail address" : "Kan het e-mailadres niet wijzigen", "Email saved" : "E-mail opgeslagen", - "%1$s changed your email address on %2$s." : "%1$s wijzigde je e-mailadres op %2$s.", "Password confirmation is required" : "Wachtwoordbevestiging vereist", "Are you really sure you want add {domain} as trusted domain?" : "Weet je zeker dat je {domain} als vertrouwd domein toe wilt voegen?", "Add trusted domain" : "Vertrouwd domein toevoegen", "Update to %s" : "Updaten naar %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Er is %n app die bijgewerkt kan worden","Er zijn %n apps die bijgewerkt kunnen worden"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Goedgekeurde apps zijn ontwikkeld door vertrouwde ontwikkelaars en hebben een beveiligingscontrole ondergaan. Ze worden actief onderhouden in een open code repository en hun ontwikkelaars vinden ze stabiel genoeg voor informeel of normaal gebruik.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Deze app is niet gecontroleerd op beveiligingsproblemen en is nieuw of staat bekend als onstabiel. Installeren op eigen risico.", "Disabling app …" : "Uitschakelen app ...", @@ -370,14 +362,20 @@ OC.L10N.register( "Error while enabling app" : "Fout tijdens het inschakelen van het programma", "Error: Could not disable broken app" : "Fout: Kan de beschadigde app niet uitschakelen", "Error while disabling broken app" : "Fout bij het uitschakelen van de beschadigde app", - "Updating...." : "Bijwerken....", - "Error while updating app" : "Fout bij het bijwerken van de app", + "App up to date" : "App actueel", + "Updating …" : "Bijwerken....", + "Could not update app" : "Kon de app niet bijwerken.", "Updated" : "Bijgewerkt", "Removing …" : "Verwijderen ...", - "Error while removing app" : "Fout tijdens het verwijderen van de app", + "Could not remove app" : "Kon de app niet verwijderen", "Approved" : "Goedgekeurd", "Experimental" : "Experimenteel", "No apps found for {query}" : "Geen apps gevonden voor {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS Client", + "Android Client" : "Android Client", + "An error occured while changing your language. Please reload the page and try again." : "Er trad een fout op bij het aanpassen van de taal. Ververs de pagina en probeer het opnieuw.", "Unable to delete {objName}" : "Kan {objName} niet verwijderen", "Error creating group: {message}" : "Fout bij aanmaken groep: {message}", "A valid group name must be provided" : "Er moet een geldige groepsnaam worden opgegeven", @@ -398,66 +396,45 @@ OC.L10N.register( "Error creating user: {message}" : "Fout bij aanmaken gebruiker: {message}", "A valid password must be provided" : "Er moet een geldig wachtwoord worden opgegeven", "A valid email must be provided" : "Er moet een geldig e-mailadres worden opgegeven", - "__language_name__" : "Nederlands", - "Verifying" : "Verifiëren", - "Personal info" : "Persoonlijke info", - "Sync clients" : "Synchroniseer clients", - "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." : "Voor beveiliging en prestaties van je server is het belangrijk dat alles goed is geconfigureerd. Om je hierbij te helpen doen we paar automatische controles. Bekijk de Tips & Trucs sectie en de documentatie voor meer informatie.", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "php lijkt niet goed te zijn ingesteld om systeemomgevingsvariabelen te bevragen. De test met getenv(\"PATH\") gaf een leeg resultaat.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Lees de installatiedocumentatie ↗ voor php configuratienotities en de php configuratie van je server, zeker bij gebruik van php-fpm.", + "by %s" : "op %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentatie:", + "Show description …" : "Toon beschrijving ...", + "Hide description …" : "Verberg beschrijving ...", + "This app has an update available." : "Er is een update beschikbaar voor deze applicatie.", + "Enable only for specific groups" : "Alleen voor bepaalde groepen activeren", + "Online documentation" : "Online documentatie", + "Getting help" : "Hulp krijgen", + "Commercial support" : "Commerciële ondersteuning", + "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." : "Voor beveiliging en prestaties van je server is het belangrijk dat alles correct is geconfigureerd. Om je hierbij te helpen doen we paar automatische controles. Bekijk de Tips & Trucs sectie en de documentatie voor meer informatie.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP lijkt niet goed te zijn opgezet om systeemomgevingsvariabelen te bevragen. De test met getenv(\"PATH\") gaf een leeg resultaat.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Controleer de installatiedocumentatie ↗ voor php configuratienotities en de php configuratie van je server, zeker bij gebruik van 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." : "De Alleen-lezen config is ingeschakeld. Dit voorkomt het via de webinterface wijzigen van verschillende instellingen. Bovendien moet het bestand voor elke aanpassing handmatig op beschrijfbaar worden ingesteld.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is blijkbaar zo ingesteld dat inline doc blokken worden gestript. Hierdoor worden verschillende kernmodules onbruikbaar.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is blijkbaar zo ingesteld dat inline doc blokken worden gestript. Hierdoor worden verschillende kern apps niet berijkbaar.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dit wordt vermoedelijk veroorzaakt door een cache/accelerator, zoals Zend OPcache of eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Je database draait niet met \"READ COMMITTED\" transactie-isolatie niveau. Dit kan problemen opleveren als er meerdere acties tegelijkertijd worden uitgevoerd.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s lager dan versie %2$s geïnstalleerd, voor betere stabiliteit en prestaties adviseren wij om %1$s te upgraden naar een nieuwere versie.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "De PHP module 'fileinfo' ontbreekt. We adviseren met klem om deze module te activeren om de beste resultaten te bereiken voor MIME-type detectie.", - "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 documentation ↗ for more information." : "Transactionele bestandlocking is uitgeschakeld, dat zou namelijk kunnen leiden tot versiebeheerproblemen. Schakel 'filelocking enabled' in config.php in om deze problemen te voorkomen. Zie de documentatie ↗ voor meer informatie.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s lager dan versie %2$s is geïnstalleerd, voor betere stabiliteit en prestaties adviseren wij om %1$s te vervangen door een nieuwere versie.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "De PHP module 'fileinfo' ontbreekt. We adviseren met klem om deze module te activeren om de beste resultaten te bereiken voor MIME-type detectie.", + "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 documentation ↗ for more information." : "Transactionele bestandlocking is uitgeschakeld, dat zou namelijk kunnen leiden tot versiebeheerproblemen. Schakel 'filelocking enabled' in config.php in om deze problemen te voorkomen. Zie de documentatie ↗ voor meer informatie.", "System locale can not be set to a one which supports UTF-8." : "De systeemtaal kan niet worden ingesteld op een taal die UTF-8 ondersteunt.", - "This means that there might be problems with certain characters in file names." : "Dat betekent dat er problemen kunnen optreden met bepaalde tekens in bestandsnamen.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "We adviseren met klem om de noodzakelijke pakketten op je systeem te installeren om een van de volgende talen te ondersteunen: %s.", - "If your installation is not installed in 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\")" : "Als je installatie niet in de hoofddirectory van het domein staat, maar wel cron gebruikt, dan kunnen er problemen ontstaan bij het genereren van URL's. Om deze problemen te voorkomen zou je de \"overwrite.cli.url\" optie in config.php moeten instellen op het webroot pad van je installatie (aanbevolen: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "het was niet mogelijk om de cronjob via CLI uit te voeren. De volgende technische problemen traden op:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Lees de installatie handleiding goed door en controleer op fouten en waarschuwingen in het logbestand.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php is geregisteerd bij een webcron service om elke 15 minuten cron.php over http aan te roepen.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Om dit te draaien, is de PHP posix extensie vereist. Bekijk {linkstart}PHP documentatie{linkend} voor meer informatie.", + "This means that there might be problems with certain characters in filenames." : "Dat betekent dat er problemen kunnen optreden met bepaalde tekens in bestandsnamen.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "We adviseren met klem om de noodzakelijke pakketten op je systeem te installeren om een van de volgende talen te ondersteunen: %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\")" : "Als je installatie niet in de hoofddirectory van het domein staat, maar wel systeem cron gebruikt, dan kunnen er problemen ontstaan bij het genereren van URL's. Om deze problemen te voorkomen zou je de \"overwrite.cli.url\" optie in config.php moeten instellen op het webroot pad van je installatie (aanbevolen: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Het was niet mogelijk om de systeem cron via CLI uit te voeren. De volgende technische problemen traden op:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Lees de installatie-handleiding ↗ goed door en controleer de logs op fouten en waarschuwingen.", "Tips & tricks" : "Tips & trucs", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Er zijn veel mogelijkheden en instellingsschakelaars beschikbaar om je installatie te optimaliseren. Hier zijn wat aanwijzigen.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wordt momenteel gebruikt als backend database. Voor grotere installaties adviseren we dat je omschakelt naar een andere database backend.", "This is particularly recommended when using the desktop client for file synchronisation." : "Dit wordt vooral aanbevolen als de desktop client wordt gebruikt voor bestandssynchronisatie.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Om te migreren naar een andere database moet u de commandoregel tool gebruiken: 'occ db:convert-type'; zie de documentatie ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Om te migreren naar een andere database moet je de commandoregel tool gebruiken: 'occ db:convert-type'; zie de documentatie ↗.", "How to do backups" : "Hoe maak je back-ups", "Performance tuning" : "Prestatie afstelling", "Improving the config.php" : "config.php verbeteren", "Theming" : "Uiterlijk", "Check the security of your Nextcloud over our security scan" : "Controleer de beveiliging van je Nextcloud met onze securityscan", "Hardening and security guidance" : "Hardening en security advies", - "This app has an update available." : "Er is een update beschikbaar voor deze applicatie.", - "by %s" : "op %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentatie:", - "Show description …" : "Toon beschrijving ...", - "Hide description …" : "Verberg beschrijving ...", - "Enable only for specific groups" : "Alleen voor bepaalde groepen activeren", - "Online documentation" : "Online documentatie", - "Getting help" : "Hulp krijgen", - "Commercial support" : "Commerciële ondersteuning", "You are using %s of %s" : "Je gebruikt %s van %s", "You are using %s of %s (%s %%)" : "Je gebruikt %s van %s (%s %%)", - "You are member of the following groups:" : "Je bent lid van de volgende groepen:", - "Get the apps to sync your files" : "Download de apps om bestanden te synchroniseren", - "Desktop client" : "Desktop client", - "Android app" : "Android app", - "iOS app" : "iOS app", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Als je het project wilt ondersteunen {contributeopen}help met de ontwikkeling{linkclose} of {contributeopen}zegt het voort{linkclose}!", - "Show First Run Wizard again" : "Toon de Eerste start Wizard opnieuw", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Web, desktop, mobiele clients and app specifieke wachtwoorden die nu toegang hebben tot je account.", - "App passwords" : "App wachtwoorden", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Hier kun je individuele wachtwoorden voor apps genereren, zodat je geen wachtwoorden hoeft uit te geven. Je kunt ze ook weer individueel intrekken.", - "Follow us on Google+!" : "Volg ons op Google+!", - "Like our facebook page!" : "Vind onze Facebook pagina leuk!", - "Follow us on Twitter!" : "Volg ons op Twitter!", - "Check out our blog!" : "Lees ons blog!", - "Subscribe to our newsletter!" : "Abonneer jezelf op onze nieuwsbrief!", "Settings" : "Instellingen", "Show storage location" : "Toon opslaglocatie", "Show email address" : "Toon e-mailadres", @@ -467,7 +444,6 @@ OC.L10N.register( "Create" : "Aanmaken", "Admin Recovery Password" : "Beheer herstel wachtwoord", "Enter the recovery password in order to recover the users files during password change" : "Voer het herstel wachtwoord in om de gebruikersbestanden terug te halen bij wachtwoordwijziging", - "Group name" : "Groepsnaam", "Disabled" : "Uitgeschakeld", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Geef de opslagquotering op (bijv. \"512 MB\" of \"12 GB\")", "Other" : "Anders", @@ -475,23 +451,7 @@ OC.L10N.register( "set new password" : "Instellen nieuw wachtwoord", "change email address" : "wijzig e-mailadres", "Default" : "Standaard", - "App up to date" : "App actueel", - "Updating …" : "Bijwerken....", - "Could not update app" : "Kon de app niet bijwerken.", - "Could not remove app" : "Kon de app niet verwijderen", - "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." : "Voor beveiliging en prestaties van je server is het belangrijk dat alles correct is geconfigureerd. Om je hierbij te helpen doen we paar automatische controles. Bekijk de Tips & Trucs sectie en de documentatie voor meer informatie.", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP lijkt niet goed te zijn opgezet om systeemomgevingsvariabelen te bevragen. De test met getenv(\"PATH\") gaf een leeg resultaat.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Controleer de installatiedocumentatie ↗ voor php configuratienotities en de php configuratie van je server, zeker bij gebruik van php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is blijkbaar zo ingesteld dat inline doc blokken worden gestript. Hierdoor worden verschillende kern apps niet berijkbaar.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s lager dan versie %2$s is geïnstalleerd, voor betere stabiliteit en prestaties adviseren wij om %1$s te vervangen door een nieuwere versie.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "De PHP module 'fileinfo' ontbreekt. We adviseren met klem om deze module te activeren om de beste resultaten te bereiken voor MIME-type detectie.", - "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 documentation ↗ for more information." : "Transactionele bestandlocking is uitgeschakeld, dat zou namelijk kunnen leiden tot versiebeheerproblemen. Schakel 'filelocking enabled' in config.php in om deze problemen te voorkomen. Zie de documentatie ↗ voor meer informatie.", - "This means that there might be problems with certain characters in filenames." : "Dat betekent dat er problemen kunnen optreden met bepaalde tekens in bestandsnamen.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "We adviseren met klem om de noodzakelijke pakketten op je systeem te installeren om een van de volgende talen te ondersteunen: %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\")" : "Als je installatie niet in de hoofddirectory van het domein staat, maar wel systeem cron gebruikt, dan kunnen er problemen ontstaan bij het genereren van URL's. Om deze problemen te voorkomen zou je de \"overwrite.cli.url\" optie in config.php moeten instellen op het webroot pad van je installatie (aanbevolen: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Het was niet mogelijk om de systeem cron via CLI uit te voeren. De volgende technische problemen traden op:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Lees de installatie-handleiding ↗ goed door en controleer de logs op fouten en waarschuwingen.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Om te migreren naar een andere database moet je de commandoregel tool gebruiken: 'occ db:convert-type'; zie de documentatie ↗.", - "Default quota :" : "Standaardquota:" + "Default quota :" : "Standaardquota:", + "An error occured while changing your locale. Please reload the page and try again." : "Er trad een fout op bij het aanpassen van je landsinstellingen. Ververs de pagina en probeer het opnieuw." }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/nl.json b/settings/l10n/nl.json index a940177eb1..ccdd7236b4 100644 --- a/settings/l10n/nl.json +++ b/settings/l10n/nl.json @@ -70,10 +70,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome voor Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS Client", - "Android Client" : "Android Client", "Sync client - {os}" : "Sync client - {os}", "This session" : "Huidige sessie", "Copy" : "Kopiëren", @@ -102,8 +98,6 @@ "So-so password" : "Matig wachtwoord", "Good password" : "Goed wachtwoord", "Strong password" : "Sterk wachtwoord", - "An error occured while changing your language. Please reload the page and try again." : "Er trad een fout op bij het aanpassen van de taal. Ververs de pagina en probeer het opnieuw.", - "An error occured while changing your locale. Please reload the page and try again." : "Er trad een fout op bij het aanpassen van je landsinstellingen. Ververs de pagina en probeer het opnieuw.", "Select a profile picture" : "Kies een profielafbeelding", "Week starts on {fdow}" : "Week begint op {fdow}", "Groups" : "Groepen", @@ -354,12 +348,10 @@ "Invalid user" : "Ongeldige gebruiker", "Unable to change mail address" : "Kan het e-mailadres niet wijzigen", "Email saved" : "E-mail opgeslagen", - "%1$s changed your email address on %2$s." : "%1$s wijzigde je e-mailadres op %2$s.", "Password confirmation is required" : "Wachtwoordbevestiging vereist", "Are you really sure you want add {domain} as trusted domain?" : "Weet je zeker dat je {domain} als vertrouwd domein toe wilt voegen?", "Add trusted domain" : "Vertrouwd domein toevoegen", "Update to %s" : "Updaten naar %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Er is %n app die bijgewerkt kan worden","Er zijn %n apps die bijgewerkt kunnen worden"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Goedgekeurde apps zijn ontwikkeld door vertrouwde ontwikkelaars en hebben een beveiligingscontrole ondergaan. Ze worden actief onderhouden in een open code repository en hun ontwikkelaars vinden ze stabiel genoeg voor informeel of normaal gebruik.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Deze app is niet gecontroleerd op beveiligingsproblemen en is nieuw of staat bekend als onstabiel. Installeren op eigen risico.", "Disabling app …" : "Uitschakelen app ...", @@ -368,14 +360,20 @@ "Error while enabling app" : "Fout tijdens het inschakelen van het programma", "Error: Could not disable broken app" : "Fout: Kan de beschadigde app niet uitschakelen", "Error while disabling broken app" : "Fout bij het uitschakelen van de beschadigde app", - "Updating...." : "Bijwerken....", - "Error while updating app" : "Fout bij het bijwerken van de app", + "App up to date" : "App actueel", + "Updating …" : "Bijwerken....", + "Could not update app" : "Kon de app niet bijwerken.", "Updated" : "Bijgewerkt", "Removing …" : "Verwijderen ...", - "Error while removing app" : "Fout tijdens het verwijderen van de app", + "Could not remove app" : "Kon de app niet verwijderen", "Approved" : "Goedgekeurd", "Experimental" : "Experimenteel", "No apps found for {query}" : "Geen apps gevonden voor {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS Client", + "Android Client" : "Android Client", + "An error occured while changing your language. Please reload the page and try again." : "Er trad een fout op bij het aanpassen van de taal. Ververs de pagina en probeer het opnieuw.", "Unable to delete {objName}" : "Kan {objName} niet verwijderen", "Error creating group: {message}" : "Fout bij aanmaken groep: {message}", "A valid group name must be provided" : "Er moet een geldige groepsnaam worden opgegeven", @@ -396,66 +394,45 @@ "Error creating user: {message}" : "Fout bij aanmaken gebruiker: {message}", "A valid password must be provided" : "Er moet een geldig wachtwoord worden opgegeven", "A valid email must be provided" : "Er moet een geldig e-mailadres worden opgegeven", - "__language_name__" : "Nederlands", - "Verifying" : "Verifiëren", - "Personal info" : "Persoonlijke info", - "Sync clients" : "Synchroniseer clients", - "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." : "Voor beveiliging en prestaties van je server is het belangrijk dat alles goed is geconfigureerd. Om je hierbij te helpen doen we paar automatische controles. Bekijk de Tips & Trucs sectie en de documentatie voor meer informatie.", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "php lijkt niet goed te zijn ingesteld om systeemomgevingsvariabelen te bevragen. De test met getenv(\"PATH\") gaf een leeg resultaat.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Lees de installatiedocumentatie ↗ voor php configuratienotities en de php configuratie van je server, zeker bij gebruik van php-fpm.", + "by %s" : "op %s", + "%s-licensed" : "%s-licensed", + "Documentation:" : "Documentatie:", + "Show description …" : "Toon beschrijving ...", + "Hide description …" : "Verberg beschrijving ...", + "This app has an update available." : "Er is een update beschikbaar voor deze applicatie.", + "Enable only for specific groups" : "Alleen voor bepaalde groepen activeren", + "Online documentation" : "Online documentatie", + "Getting help" : "Hulp krijgen", + "Commercial support" : "Commerciële ondersteuning", + "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." : "Voor beveiliging en prestaties van je server is het belangrijk dat alles correct is geconfigureerd. Om je hierbij te helpen doen we paar automatische controles. Bekijk de Tips & Trucs sectie en de documentatie voor meer informatie.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP lijkt niet goed te zijn opgezet om systeemomgevingsvariabelen te bevragen. De test met getenv(\"PATH\") gaf een leeg resultaat.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Controleer de installatiedocumentatie ↗ voor php configuratienotities en de php configuratie van je server, zeker bij gebruik van 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." : "De Alleen-lezen config is ingeschakeld. Dit voorkomt het via de webinterface wijzigen van verschillende instellingen. Bovendien moet het bestand voor elke aanpassing handmatig op beschrijfbaar worden ingesteld.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is blijkbaar zo ingesteld dat inline doc blokken worden gestript. Hierdoor worden verschillende kernmodules onbruikbaar.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is blijkbaar zo ingesteld dat inline doc blokken worden gestript. Hierdoor worden verschillende kern apps niet berijkbaar.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dit wordt vermoedelijk veroorzaakt door een cache/accelerator, zoals Zend OPcache of eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Je database draait niet met \"READ COMMITTED\" transactie-isolatie niveau. Dit kan problemen opleveren als er meerdere acties tegelijkertijd worden uitgevoerd.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s lager dan versie %2$s geïnstalleerd, voor betere stabiliteit en prestaties adviseren wij om %1$s te upgraden naar een nieuwere versie.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "De PHP module 'fileinfo' ontbreekt. We adviseren met klem om deze module te activeren om de beste resultaten te bereiken voor MIME-type detectie.", - "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 documentation ↗ for more information." : "Transactionele bestandlocking is uitgeschakeld, dat zou namelijk kunnen leiden tot versiebeheerproblemen. Schakel 'filelocking enabled' in config.php in om deze problemen te voorkomen. Zie de documentatie ↗ voor meer informatie.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s lager dan versie %2$s is geïnstalleerd, voor betere stabiliteit en prestaties adviseren wij om %1$s te vervangen door een nieuwere versie.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "De PHP module 'fileinfo' ontbreekt. We adviseren met klem om deze module te activeren om de beste resultaten te bereiken voor MIME-type detectie.", + "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 documentation ↗ for more information." : "Transactionele bestandlocking is uitgeschakeld, dat zou namelijk kunnen leiden tot versiebeheerproblemen. Schakel 'filelocking enabled' in config.php in om deze problemen te voorkomen. Zie de documentatie ↗ voor meer informatie.", "System locale can not be set to a one which supports UTF-8." : "De systeemtaal kan niet worden ingesteld op een taal die UTF-8 ondersteunt.", - "This means that there might be problems with certain characters in file names." : "Dat betekent dat er problemen kunnen optreden met bepaalde tekens in bestandsnamen.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "We adviseren met klem om de noodzakelijke pakketten op je systeem te installeren om een van de volgende talen te ondersteunen: %s.", - "If your installation is not installed in 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\")" : "Als je installatie niet in de hoofddirectory van het domein staat, maar wel cron gebruikt, dan kunnen er problemen ontstaan bij het genereren van URL's. Om deze problemen te voorkomen zou je de \"overwrite.cli.url\" optie in config.php moeten instellen op het webroot pad van je installatie (aanbevolen: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "het was niet mogelijk om de cronjob via CLI uit te voeren. De volgende technische problemen traden op:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Lees de installatie handleiding goed door en controleer op fouten en waarschuwingen in het logbestand.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php is geregisteerd bij een webcron service om elke 15 minuten cron.php over http aan te roepen.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Om dit te draaien, is de PHP posix extensie vereist. Bekijk {linkstart}PHP documentatie{linkend} voor meer informatie.", + "This means that there might be problems with certain characters in filenames." : "Dat betekent dat er problemen kunnen optreden met bepaalde tekens in bestandsnamen.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "We adviseren met klem om de noodzakelijke pakketten op je systeem te installeren om een van de volgende talen te ondersteunen: %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\")" : "Als je installatie niet in de hoofddirectory van het domein staat, maar wel systeem cron gebruikt, dan kunnen er problemen ontstaan bij het genereren van URL's. Om deze problemen te voorkomen zou je de \"overwrite.cli.url\" optie in config.php moeten instellen op het webroot pad van je installatie (aanbevolen: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Het was niet mogelijk om de systeem cron via CLI uit te voeren. De volgende technische problemen traden op:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Lees de installatie-handleiding ↗ goed door en controleer de logs op fouten en waarschuwingen.", "Tips & tricks" : "Tips & trucs", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Er zijn veel mogelijkheden en instellingsschakelaars beschikbaar om je installatie te optimaliseren. Hier zijn wat aanwijzigen.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wordt momenteel gebruikt als backend database. Voor grotere installaties adviseren we dat je omschakelt naar een andere database backend.", "This is particularly recommended when using the desktop client for file synchronisation." : "Dit wordt vooral aanbevolen als de desktop client wordt gebruikt voor bestandssynchronisatie.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Om te migreren naar een andere database moet u de commandoregel tool gebruiken: 'occ db:convert-type'; zie de documentatie ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Om te migreren naar een andere database moet je de commandoregel tool gebruiken: 'occ db:convert-type'; zie de documentatie ↗.", "How to do backups" : "Hoe maak je back-ups", "Performance tuning" : "Prestatie afstelling", "Improving the config.php" : "config.php verbeteren", "Theming" : "Uiterlijk", "Check the security of your Nextcloud over our security scan" : "Controleer de beveiliging van je Nextcloud met onze securityscan", "Hardening and security guidance" : "Hardening en security advies", - "This app has an update available." : "Er is een update beschikbaar voor deze applicatie.", - "by %s" : "op %s", - "%s-licensed" : "%s-licensed", - "Documentation:" : "Documentatie:", - "Show description …" : "Toon beschrijving ...", - "Hide description …" : "Verberg beschrijving ...", - "Enable only for specific groups" : "Alleen voor bepaalde groepen activeren", - "Online documentation" : "Online documentatie", - "Getting help" : "Hulp krijgen", - "Commercial support" : "Commerciële ondersteuning", "You are using %s of %s" : "Je gebruikt %s van %s", "You are using %s of %s (%s %%)" : "Je gebruikt %s van %s (%s %%)", - "You are member of the following groups:" : "Je bent lid van de volgende groepen:", - "Get the apps to sync your files" : "Download de apps om bestanden te synchroniseren", - "Desktop client" : "Desktop client", - "Android app" : "Android app", - "iOS app" : "iOS app", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Als je het project wilt ondersteunen {contributeopen}help met de ontwikkeling{linkclose} of {contributeopen}zegt het voort{linkclose}!", - "Show First Run Wizard again" : "Toon de Eerste start Wizard opnieuw", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Web, desktop, mobiele clients and app specifieke wachtwoorden die nu toegang hebben tot je account.", - "App passwords" : "App wachtwoorden", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Hier kun je individuele wachtwoorden voor apps genereren, zodat je geen wachtwoorden hoeft uit te geven. Je kunt ze ook weer individueel intrekken.", - "Follow us on Google+!" : "Volg ons op Google+!", - "Like our facebook page!" : "Vind onze Facebook pagina leuk!", - "Follow us on Twitter!" : "Volg ons op Twitter!", - "Check out our blog!" : "Lees ons blog!", - "Subscribe to our newsletter!" : "Abonneer jezelf op onze nieuwsbrief!", "Settings" : "Instellingen", "Show storage location" : "Toon opslaglocatie", "Show email address" : "Toon e-mailadres", @@ -465,7 +442,6 @@ "Create" : "Aanmaken", "Admin Recovery Password" : "Beheer herstel wachtwoord", "Enter the recovery password in order to recover the users files during password change" : "Voer het herstel wachtwoord in om de gebruikersbestanden terug te halen bij wachtwoordwijziging", - "Group name" : "Groepsnaam", "Disabled" : "Uitgeschakeld", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Geef de opslagquotering op (bijv. \"512 MB\" of \"12 GB\")", "Other" : "Anders", @@ -473,23 +449,7 @@ "set new password" : "Instellen nieuw wachtwoord", "change email address" : "wijzig e-mailadres", "Default" : "Standaard", - "App up to date" : "App actueel", - "Updating …" : "Bijwerken....", - "Could not update app" : "Kon de app niet bijwerken.", - "Could not remove app" : "Kon de app niet verwijderen", - "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." : "Voor beveiliging en prestaties van je server is het belangrijk dat alles correct is geconfigureerd. Om je hierbij te helpen doen we paar automatische controles. Bekijk de Tips & Trucs sectie en de documentatie voor meer informatie.", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP lijkt niet goed te zijn opgezet om systeemomgevingsvariabelen te bevragen. De test met getenv(\"PATH\") gaf een leeg resultaat.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Controleer de installatiedocumentatie ↗ voor php configuratienotities en de php configuratie van je server, zeker bij gebruik van php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is blijkbaar zo ingesteld dat inline doc blokken worden gestript. Hierdoor worden verschillende kern apps niet berijkbaar.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s lager dan versie %2$s is geïnstalleerd, voor betere stabiliteit en prestaties adviseren wij om %1$s te vervangen door een nieuwere versie.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "De PHP module 'fileinfo' ontbreekt. We adviseren met klem om deze module te activeren om de beste resultaten te bereiken voor MIME-type detectie.", - "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 documentation ↗ for more information." : "Transactionele bestandlocking is uitgeschakeld, dat zou namelijk kunnen leiden tot versiebeheerproblemen. Schakel 'filelocking enabled' in config.php in om deze problemen te voorkomen. Zie de documentatie ↗ voor meer informatie.", - "This means that there might be problems with certain characters in filenames." : "Dat betekent dat er problemen kunnen optreden met bepaalde tekens in bestandsnamen.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "We adviseren met klem om de noodzakelijke pakketten op je systeem te installeren om een van de volgende talen te ondersteunen: %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\")" : "Als je installatie niet in de hoofddirectory van het domein staat, maar wel systeem cron gebruikt, dan kunnen er problemen ontstaan bij het genereren van URL's. Om deze problemen te voorkomen zou je de \"overwrite.cli.url\" optie in config.php moeten instellen op het webroot pad van je installatie (aanbevolen: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Het was niet mogelijk om de systeem cron via CLI uit te voeren. De volgende technische problemen traden op:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Lees de installatie-handleiding ↗ goed door en controleer de logs op fouten en waarschuwingen.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Om te migreren naar een andere database moet je de commandoregel tool gebruiken: 'occ db:convert-type'; zie de documentatie ↗.", - "Default quota :" : "Standaardquota:" + "Default quota :" : "Standaardquota:", + "An error occured while changing your locale. Please reload the page and try again." : "Er trad een fout op bij het aanpassen van je landsinstellingen. Ververs de pagina en probeer het opnieuw." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/nn_NO.js b/settings/l10n/nn_NO.js deleted file mode 100644 index 5ed83547a9..0000000000 --- a/settings/l10n/nn_NO.js +++ /dev/null @@ -1,62 +0,0 @@ -OC.L10N.register( - "settings", - { - "Couldn't update app." : "Klarte ikkje oppdatera programmet.", - "Wrong password" : "Feil passord", - "No user supplied" : "Ingen brukar gjeve", - "Unable to change password" : "Klarte ikkje å endra passordet", - "Authentication error" : "Autentiseringsfeil", - "Wrong admin recovery password. Please check the password and try again." : "Feil admingjenopprettingspassord. Ver venleg og sjekk passordet og prøv igjen.", - "Email sent" : "E-post sendt", - "Delete" : "Slett", - "Very weak password" : "Veldig svakt passord", - "Weak password" : "Svakt passord", - "So-so password" : "Middelmåtig passord", - "Good password" : "OK passord", - "Strong password" : "Sterkt passord", - "Select a profile picture" : "Vel eit profilbilete", - "Groups" : "Grupper", - "Disable" : "Slå av", - "All" : "Alle", - "Enable" : "Slå på", - "New password" : "Nytt passord", - "Username" : "Brukarnamn", - "Password" : "Passord", - "Email" : "E-post", - "Quota" : "Kvote", - "Language" : "Språk", - "Unlimited" : "Ubegrensa", - "Forum" : "Forum", - "Login" : "Logg inn", - "Encryption" : "Kryptering", - "Server address" : "Tenaradresse", - "Version" : "Utgåve", - "Execute one task with each page loaded" : "Utfør éi oppgåve for kvar sidelasting", - "Sharing" : "Deling", - "Allow apps to use the Share API" : "La app-ar bruka API-et til deling", - "Allow public uploads" : "Tillat offentlege opplastingar", - "Allow resharing" : "Tillat vidaredeling", - "Profile picture" : "Profilbilete", - "Upload new" : "Last opp ny", - "Remove image" : "Fjern bilete", - "Cancel" : "Avbryt", - "Your email address" : "Di epost-adresse", - "Help translate" : "Hjelp oss å omsetja", - "Current password" : "Passord", - "Change password" : "Endra passord", - "Email saved" : "E-postadresse lagra", - "Error while disabling app" : "Klarte ikkje å skru av programmet", - "Error while enabling app" : "Klarte ikkje å skru på programmet", - "Updated" : "Oppdatert", - "undo" : "angra", - "never" : "aldri", - "A valid username must be provided" : "Du må oppgje eit gyldig brukarnamn", - "A valid password must be provided" : "Du må oppgje eit gyldig passord", - "Create" : "Lag", - "Admin Recovery Password" : "Gjenopprettingspassord for administrator", - "Enter the recovery password in order to recover the users files during password change" : "Skriv inn gjenopprettingspassordet brukt for å gjenoppretta brukarfilene ved passordendring", - "Other" : "Anna", - "set new password" : "lag nytt passord", - "Default" : "Standard" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/nn_NO.json b/settings/l10n/nn_NO.json deleted file mode 100644 index 41706ce57a..0000000000 --- a/settings/l10n/nn_NO.json +++ /dev/null @@ -1,60 +0,0 @@ -{ "translations": { - "Couldn't update app." : "Klarte ikkje oppdatera programmet.", - "Wrong password" : "Feil passord", - "No user supplied" : "Ingen brukar gjeve", - "Unable to change password" : "Klarte ikkje å endra passordet", - "Authentication error" : "Autentiseringsfeil", - "Wrong admin recovery password. Please check the password and try again." : "Feil admingjenopprettingspassord. Ver venleg og sjekk passordet og prøv igjen.", - "Email sent" : "E-post sendt", - "Delete" : "Slett", - "Very weak password" : "Veldig svakt passord", - "Weak password" : "Svakt passord", - "So-so password" : "Middelmåtig passord", - "Good password" : "OK passord", - "Strong password" : "Sterkt passord", - "Select a profile picture" : "Vel eit profilbilete", - "Groups" : "Grupper", - "Disable" : "Slå av", - "All" : "Alle", - "Enable" : "Slå på", - "New password" : "Nytt passord", - "Username" : "Brukarnamn", - "Password" : "Passord", - "Email" : "E-post", - "Quota" : "Kvote", - "Language" : "Språk", - "Unlimited" : "Ubegrensa", - "Forum" : "Forum", - "Login" : "Logg inn", - "Encryption" : "Kryptering", - "Server address" : "Tenaradresse", - "Version" : "Utgåve", - "Execute one task with each page loaded" : "Utfør éi oppgåve for kvar sidelasting", - "Sharing" : "Deling", - "Allow apps to use the Share API" : "La app-ar bruka API-et til deling", - "Allow public uploads" : "Tillat offentlege opplastingar", - "Allow resharing" : "Tillat vidaredeling", - "Profile picture" : "Profilbilete", - "Upload new" : "Last opp ny", - "Remove image" : "Fjern bilete", - "Cancel" : "Avbryt", - "Your email address" : "Di epost-adresse", - "Help translate" : "Hjelp oss å omsetja", - "Current password" : "Passord", - "Change password" : "Endra passord", - "Email saved" : "E-postadresse lagra", - "Error while disabling app" : "Klarte ikkje å skru av programmet", - "Error while enabling app" : "Klarte ikkje å skru på programmet", - "Updated" : "Oppdatert", - "undo" : "angra", - "never" : "aldri", - "A valid username must be provided" : "Du må oppgje eit gyldig brukarnamn", - "A valid password must be provided" : "Du må oppgje eit gyldig passord", - "Create" : "Lag", - "Admin Recovery Password" : "Gjenopprettingspassord for administrator", - "Enter the recovery password in order to recover the users files during password change" : "Skriv inn gjenopprettingspassordet brukt for å gjenoppretta brukarfilene ved passordendring", - "Other" : "Anna", - "set new password" : "lag nytt passord", - "Default" : "Standard" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/settings/l10n/pl.js b/settings/l10n/pl.js index 8b88cf0d99..380fe34b37 100644 --- a/settings/l10n/pl.js +++ b/settings/l10n/pl.js @@ -71,10 +71,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome dla Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Klient iOS", - "Android Client" : "Klient Android", "Sync client - {os}" : "Klient synchronizacji - {os}", "This session" : "Ta sesja", "Copy" : "Kopiuj", @@ -103,8 +99,6 @@ OC.L10N.register( "So-so password" : "Mało skomplikowane hasło", "Good password" : "Dobre hasło", "Strong password" : "Mocne hasło", - "An error occured while changing your language. Please reload the page and try again." : "Wystąpił błąd podczas zmiany Twojego języka. Przeładuj stronę i spróbuj ponownie.", - "An error occured while changing your locale. Please reload the page and try again." : "Wystąpił błąd przy zmianie regionu. Odśwież stronę i spróbuj ponownie.", "Select a profile picture" : "Wybierz zdjęcie profilowe", "Week starts on {fdow}" : "Tydzień zaczyna się w {fdow}", "Groups" : "Grupy", @@ -334,12 +328,10 @@ OC.L10N.register( "Invalid user" : "Nieprawidłowy użytkownik", "Unable to change mail address" : "Nie można zmienić adresu email", "Email saved" : "E-mail zapisany", - "%1$s changed your email address on %2$s." : "%1$s zmienił/-a Twój adres e-mail w %2$s.", "Password confirmation is required" : "Wymagane jest potwierdzenie hasła", "Are you really sure you want add {domain} as trusted domain?" : "Czy jesteś pewien/pewna że chcesz dodać \"{domain}\" jako zaufaną domenę?", "Add trusted domain" : "Dodaj zaufaną domenę", "Update to %s" : "Uaktualnij do %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Masz %n oczekującą aktualizację aplikacji","Masz %n oczekujących aktualizacji aplikacji","Masz %n oczekujących aktualizacji aplikacji","Masz %n oczekujących aktualizacji aplikacji"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Zaakceptowane aplikacje są wytwarzane przez zaufanych programistów i przeszły pobieżne kontrole bezpieczeństwa. Są one aktywnie utrzymywane w repozytorium otwartego kodu i ich opiekunowie uznają je za stabilne do używania sporadycznego i normalnego.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ta aplikacja nie została sprawdzona pod kątem bezpieczeństwa i jest nowa lub znana jako niestabilna. Instalujesz ją na własne ryzyko.", "Disabling app …" : "Wyłączam aplikację…", @@ -348,14 +340,20 @@ OC.L10N.register( "Error while enabling app" : "Błąd podczas włączania aplikacji", "Error: Could not disable broken app" : "Błąd: Nie można wyłączyć uszkodzonej aplikacji", "Error while disabling broken app" : "Błąd podczas wyłączania uszkodzonej aplikacji", - "Updating...." : "Aktualizowanie…", - "Error while updating app" : "Wystąpił błąd podczas aktualizowania aplikacji", + "App up to date" : "Aplikacja jest aktualna", + "Updating …" : "Aktualizowanie…", + "Could not update app" : "Nie można uaktualnić aplikacji.", "Updated" : "Zaktualizowano", "Removing …" : "Usuwanie…", - "Error while removing app" : "Wystąpił błąd podczas usuwania aplikacji", + "Could not remove app" : "Usuwanie aplikacji nie powiodło się", "Approved" : "Zatwierdzony", "Experimental" : "Eksperymentalny", "No apps found for {query}" : "Nie znaleziono aplikacji dla {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Klient iOS", + "Android Client" : "Klient Android", + "An error occured while changing your language. Please reload the page and try again." : "Wystąpił błąd podczas zmiany Twojego języka. Przeładuj stronę i spróbuj ponownie.", "Unable to delete {objName}" : "Nie można usunąć {objName}", "Error creating group: {message}" : "Błąd podczas tworzenia grupy: {message}", "A valid group name must be provided" : "Należy podać prawidłową nazwę grupy", @@ -376,66 +374,45 @@ OC.L10N.register( "Error creating user: {message}" : "Błąd podczas tworzenia użytkownika: {message}", "A valid password must be provided" : "Należy podać prawidłowe hasło", "A valid email must be provided" : "Podaj poprawny adres email", - "__language_name__" : "polski", - "Verifying" : "Weryfikacja", - "Personal info" : "Informacje osobiste", - "Sync clients" : "Klienci synchronizacji", - "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." : "Poprawna konfiguracja jest ważna dla bezpieczeństwa i wydajności Twojej instancji. W celach pomocniczych przeprowadzane są automatyczne kontrole. Więcej informacji można znaleźć w dziale Wskazówki i Porady oraz w dokumentacji.", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Wydaje się, że PHP nie jest prawidłowo ustawione, aby odpytać system o zmienne środowiskowe. Test getenv(\"PATH\") zwraca tylko puste odpowiedzi.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Prosze sprawdzić w dokumentacji instalacji ↗ wpisy dotyczące konfiguracji PHP i konfiguracji PHP, kiedy używane jest php-fpm.", + "by %s" : "autorstwa %s", + "%s-licensed" : "%s-licencjonowany", + "Documentation:" : "Dokumentacja:", + "Show description …" : "Pokaż opis…", + "Hide description …" : "Ukryj opis…", + "This app has an update available." : "Ta aplikacja ma dostępną aktualizację.", + "Enable only for specific groups" : "Włącz tylko dla określonych grup", + "Online documentation" : "Dokumentacja Online", + "Getting help" : "Otrzymać pomoc", + "Commercial support" : "Wsparcie komercyjne", + "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." : "Poprawna konfiguracja jest ważna dla bezpieczeństwa i wydajności Twojej instancji. W celach pomocniczych przeprowadzane są automatyczne kontrole. Więcej informacji można znaleźć w dziale Wskazówki i Porady oraz w dokumentacji.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP wydaje się być błędnie skonfigurowane odnośnie zapytania o zmienne środowiskowe systemu. Test gentenv(\"PATH\") zwraca pustą wartość.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Sprawdź proszę dokumentację instalacji dla konfiguracji PHP Twojego serwera względem informacji konfiguracyjnych dokumentacji, zwłaszcza kiedy używasz 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." : "Została włączona konfiguracja Read-Only. Zapobiegnie to ustawieniu niektórych konfiguracji poprzez interfejs web. Ponadto plikowi muszą zostać nadane prawa zapisu ręcznie dla każdej aktualizacji.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Wygląda na to, że ustawienia PHP ucinają bloki wklejonych dokumentów. To sprawi, że niektóre wbudowane aplikacje będą niedostępne.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Najwidoczniej PHP jest tak ustawione, aby wycinać bloki wklejonych dokumentów. Może to spowodować, że niektóre wbudowane aplikacje będą niedostępne.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dzieje się tak prawdopodobnie przez cache lub akcelerator taki jak Zend OPcache lub eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Twoja baza danych nie działa z poziomem izolacji transakcji \"READ COMMITTED\". Może to powodować problemy kiedy wiele akcji będzie wykonywanych równolegle.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "Zainstalowana wersja %2$s jest starsza niż %1$s. Ze względów stabilności i wydajności zalecamy aktualizację do nowszej wersji %1$s.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Brak modułu PHP „fileinfo”. Zalecamy włączenie tego modułu, aby uzyskać najlepsze wyniki podczas wykrywania typów 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 documentation ↗ for more information." : "Transakcyjne blokowanie plików jest wyłączone. Może to powodować problemy w działaniu. Włącz 'filelocking.enabled' w config.php, aby rozwiązać te problemy. Sprawdź dokumentację ↗, aby uzyskać więcej informacji.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "Zainstalowana wersja %2$s jest starsza niż %1$s. Ze względów stabilności i wydajności zalecamy aktualizację do nowszej wersji %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." : "Brak modułu PHP 'fileinfo'. Zalecamy włączenie tego modułu, aby uzyskać najlepsze wyniki przy rozpoznawaniu typów 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 documentation ↗ for more information." : "Transakcyjne blokowanie plików jest wyłączone. Może to powodować problemy w działaniu. Włącz 'filelocking.enabled' w config.php, aby rozwiązać te problemy. Sprawdź dokumentację ↗, aby uzyskać więcej informacji.", "System locale can not be set to a one which supports UTF-8." : "Ustawienia regionalne systemu nie można ustawić na jeden, który obsługuje UTF-8.", - "This means that there might be problems with certain characters in file names." : "Oznacza to, że mogą być problemy z niektórymi znakami w nazwach plików.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Zalecamy instalację na Twoim systemie komponentów wymaganych do obsługi języków: %s", - "If your installation is not installed in 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\")" : "Jeśli twoja instalacja nie jest zainstalowana w katalogu root domeny i używa systemowego crona, mogą wystąpić problemy z tworzeniem adresów URL. Aby rozwiązać ten problem, proszę ustawić w swoim pliku config.php opcję \"overwrite.cli.url\" wskazując ścieżkę instalacji (sugerujemy: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Nie było możliwe do wykonania przez cron CLI. Pojawiły się następujące błędy techniczne:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Proszę sprawdzić dokładnie przewodniki instalacji ↗ oraz błędy i ostrzeżenia w logu.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "Wywołanie cron.php jest ustawione jako usługa webcron co 15 minut przez protokół HTTP.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Aby to uruchomić potrzebujesz rozszerzenia posix do PHP. Po więcej informacji sprawdź {linkstart}dokumentację PHP{linkend}.", + "This means that there might be problems with certain characters in filenames." : "Oznacza to, że mogą być problemy z pewnymi znakami w nazwach plików.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Mocno sugerujemy, aby doinstalować do systemu wymagane pakiety, wspierające następujące języki: %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\")" : "Twoja instancja nie jest zainstalowana w katalogu głównym dla domeny, a używasz systemowego Cron'a, zatem mogą wystąpić kłopoty w poprawnym generowaniu URL'a. Aby zapobiec problemów ustaw proszę opcję \"overwrite.cli.url\" w Twoim pliku config.php do katalogu głównego Twojej instalacji (sugerowany: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nie było możliwe uruchomienie zadania cron przy pomocy CLI. Pojawił się następujący błąd techniczny: ", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Proszę sprawdzić dokładnie przewodniki instalacji ↗ oraz błędy i ostrzeżenia w logu.", "Tips & tricks" : "Porady i wskazówki", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Dostępnych jest wiele funkcji i ustawień pozwalających na optymalne skonfigurowanie i używanie tej instancji. Tutaj uzyskasz więcej informacji.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite jest aktualnie używany jako baza danych. Dla większych instalacji zalecamy przełączenie na inną bazę danych.", "This is particularly recommended when using the desktop client for file synchronisation." : "Jest to szczególnie zalecane w przypadku korzystania z desktopowego klienta do synchronizacji plików.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Aby zmigrować do innej bazy danych użyj narzędzia z terminala: \"occ db:convert-type\" albo sprawdź dokumentację ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Aby zmigrować do innej bazy danych użyj narzędzia z terminala: \"occ db:convert-type\" albo sprawdź dokumentację ↗.", "How to do backups" : "Jak zrobić kopie zapasowe", "Performance tuning" : "Podnoszenie wydajności", "Improving the config.php" : "Udoskonalać się w config.php", "Theming" : "Motyw", "Check the security of your Nextcloud over our security scan" : "Sprawdź bezpieczeństwo swojego Nextclouda przez nasz skan zabezpieczeń", "Hardening and security guidance" : "Kierowanie i wzmacnianie bezpieczeństwa", - "This app has an update available." : "Ta aplikacja ma dostępną aktualizację.", - "by %s" : "autorstwa %s", - "%s-licensed" : "%s-licencjonowany", - "Documentation:" : "Dokumentacja:", - "Show description …" : "Pokaż opis…", - "Hide description …" : "Ukryj opis…", - "Enable only for specific groups" : "Włącz tylko dla określonych grup", - "Online documentation" : "Dokumentacja Online", - "Getting help" : "Otrzymać pomoc", - "Commercial support" : "Wsparcie komercyjne", "You are using %s of %s" : "Używasz %s z %s", "You are using %s of %s (%s %%)" : "Używasz %s z %s (%s %%)", - "You are member of the following groups:" : "Należysz do następujących grup:", - "Get the apps to sync your files" : "Pobierz aplikacje aby zsynchronizować swoje pliki", - "Desktop client" : "Klient na komputer", - "Android app" : "Aplikacja Android", - "iOS app" : "Aplikacja iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Jeśli chcesz wesprzeć projekt {contributeopen}dołącz do twórców{linkclose} lub {contributeopen}głoś dobre słowo{linkclose}!", - "Show First Run Wizard again" : "Pokaż ponownie Kreator pierwszego uruchomienia", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Lista urządzeń, które mają dostęp do Twojego konta wraz z utworzonymi hasłami dostępu - w tym klienci przeglądarek web, aplikacje desktopowe i mobilne.", - "App passwords" : "Hasła aplikacji", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Tutaj możesz wygenerować lub unieważnić hasła dla poszczególnych aplikacji tak, aby nie było potrzeby podawania Twojego hasła. ", - "Follow us on Google+!" : "Bądź z nami na Google+!", - "Like our facebook page!" : "Polub naszą stronę na Facebooku!", - "Follow us on Twitter!" : "Bądź z nami na Twitterze!", - "Check out our blog!" : "Zobacz naszego bloga!", - "Subscribe to our newsletter!" : "Zapisz się na nasz biuletyn!", "Settings" : "Ustawienia", "Show storage location" : "Pokaż miejsce przechowywania", "Show email address" : "Pokaż adres e-mail", @@ -445,7 +422,6 @@ OC.L10N.register( "Create" : "Utwórz", "Admin Recovery Password" : "Hasło klucza odzyskiwania", "Enter the recovery password in order to recover the users files during password change" : "Wpisz hasło odzyskiwania, aby odzyskać pliki użytkowników podczas zmiany hasła", - "Group name" : "Nazwa grupy", "Disabled" : "Wyłączone", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Proszę ustawić ograniczenie zasobów (np. \"512 MB\" albo \"12 GB\")", "Other" : "Inne", @@ -453,23 +429,7 @@ OC.L10N.register( "set new password" : "ustaw nowe hasło", "change email address" : "zmień adres e-mail", "Default" : "Domyślny", - "App up to date" : "Aplikacja jest aktualna", - "Updating …" : "Aktualizowanie…", - "Could not update app" : "Nie można uaktualnić aplikacji.", - "Could not remove app" : "Usuwanie aplikacji nie powiodło się", - "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." : "Poprawna konfiguracja jest ważna dla bezpieczeństwa i wydajności Twojej instancji. W celach pomocniczych przeprowadzane są automatyczne kontrole. Więcej informacji można znaleźć w dziale Wskazówki i Porady oraz w dokumentacji.", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP wydaje się być błędnie skonfigurowane odnośnie zapytania o zmienne środowiskowe systemu. Test gentenv(\"PATH\") zwraca pustą wartość.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Sprawdź proszę dokumentację instalacji dla konfiguracji PHP Twojego serwera względem informacji konfiguracyjnych dokumentacji, zwłaszcza kiedy używasz php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Najwidoczniej PHP jest tak ustawione, aby wycinać bloki wklejonych dokumentów. Może to spowodować, że niektóre wbudowane aplikacje będą niedostępne.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "Zainstalowana wersja %2$s jest starsza niż %1$s. Ze względów stabilności i wydajności zalecamy aktualizację do nowszej wersji %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." : "Brak modułu PHP 'fileinfo'. Zalecamy włączenie tego modułu, aby uzyskać najlepsze wyniki przy rozpoznawaniu typów 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 documentation ↗ for more information." : "Transakcyjne blokowanie plików jest wyłączone. Może to powodować problemy w działaniu. Włącz 'filelocking.enabled' w config.php, aby rozwiązać te problemy. Sprawdź dokumentację ↗, aby uzyskać więcej informacji.", - "This means that there might be problems with certain characters in filenames." : "Oznacza to, że mogą być problemy z pewnymi znakami w nazwach plików.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Mocno sugerujemy, aby doinstalować do systemu wymagane pakiety, wspierające następujące języki: %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\")" : "Twoja instancja nie jest zainstalowana w katalogu głównym dla domeny, a używasz systemowego Cron'a, zatem mogą wystąpić kłopoty w poprawnym generowaniu URL'a. Aby zapobiec problemów ustaw proszę opcję \"overwrite.cli.url\" w Twoim pliku config.php do katalogu głównego Twojej instalacji (sugerowany: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nie było możliwe uruchomienie zadania cron przy pomocy CLI. Pojawił się następujący błąd techniczny: ", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Proszę sprawdzić dokładnie przewodniki instalacji ↗ oraz błędy i ostrzeżenia w logu.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Aby zmigrować do innej bazy danych użyj narzędzia z terminala: \"occ db:convert-type\" albo sprawdź dokumentację ↗.", - "Default quota :" : "Domyślny limit:" + "Default quota :" : "Domyślny limit:", + "An error occured while changing your locale. Please reload the page and try again." : "Wystąpił błąd przy zmianie regionu. Odśwież stronę i spróbuj ponownie." }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/settings/l10n/pl.json b/settings/l10n/pl.json index 49a29163f4..60fc3938ca 100644 --- a/settings/l10n/pl.json +++ b/settings/l10n/pl.json @@ -69,10 +69,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome dla Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Klient iOS", - "Android Client" : "Klient Android", "Sync client - {os}" : "Klient synchronizacji - {os}", "This session" : "Ta sesja", "Copy" : "Kopiuj", @@ -101,8 +97,6 @@ "So-so password" : "Mało skomplikowane hasło", "Good password" : "Dobre hasło", "Strong password" : "Mocne hasło", - "An error occured while changing your language. Please reload the page and try again." : "Wystąpił błąd podczas zmiany Twojego języka. Przeładuj stronę i spróbuj ponownie.", - "An error occured while changing your locale. Please reload the page and try again." : "Wystąpił błąd przy zmianie regionu. Odśwież stronę i spróbuj ponownie.", "Select a profile picture" : "Wybierz zdjęcie profilowe", "Week starts on {fdow}" : "Tydzień zaczyna się w {fdow}", "Groups" : "Grupy", @@ -332,12 +326,10 @@ "Invalid user" : "Nieprawidłowy użytkownik", "Unable to change mail address" : "Nie można zmienić adresu email", "Email saved" : "E-mail zapisany", - "%1$s changed your email address on %2$s." : "%1$s zmienił/-a Twój adres e-mail w %2$s.", "Password confirmation is required" : "Wymagane jest potwierdzenie hasła", "Are you really sure you want add {domain} as trusted domain?" : "Czy jesteś pewien/pewna że chcesz dodać \"{domain}\" jako zaufaną domenę?", "Add trusted domain" : "Dodaj zaufaną domenę", "Update to %s" : "Uaktualnij do %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Masz %n oczekującą aktualizację aplikacji","Masz %n oczekujących aktualizacji aplikacji","Masz %n oczekujących aktualizacji aplikacji","Masz %n oczekujących aktualizacji aplikacji"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Zaakceptowane aplikacje są wytwarzane przez zaufanych programistów i przeszły pobieżne kontrole bezpieczeństwa. Są one aktywnie utrzymywane w repozytorium otwartego kodu i ich opiekunowie uznają je za stabilne do używania sporadycznego i normalnego.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ta aplikacja nie została sprawdzona pod kątem bezpieczeństwa i jest nowa lub znana jako niestabilna. Instalujesz ją na własne ryzyko.", "Disabling app …" : "Wyłączam aplikację…", @@ -346,14 +338,20 @@ "Error while enabling app" : "Błąd podczas włączania aplikacji", "Error: Could not disable broken app" : "Błąd: Nie można wyłączyć uszkodzonej aplikacji", "Error while disabling broken app" : "Błąd podczas wyłączania uszkodzonej aplikacji", - "Updating...." : "Aktualizowanie…", - "Error while updating app" : "Wystąpił błąd podczas aktualizowania aplikacji", + "App up to date" : "Aplikacja jest aktualna", + "Updating …" : "Aktualizowanie…", + "Could not update app" : "Nie można uaktualnić aplikacji.", "Updated" : "Zaktualizowano", "Removing …" : "Usuwanie…", - "Error while removing app" : "Wystąpił błąd podczas usuwania aplikacji", + "Could not remove app" : "Usuwanie aplikacji nie powiodło się", "Approved" : "Zatwierdzony", "Experimental" : "Eksperymentalny", "No apps found for {query}" : "Nie znaleziono aplikacji dla {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Klient iOS", + "Android Client" : "Klient Android", + "An error occured while changing your language. Please reload the page and try again." : "Wystąpił błąd podczas zmiany Twojego języka. Przeładuj stronę i spróbuj ponownie.", "Unable to delete {objName}" : "Nie można usunąć {objName}", "Error creating group: {message}" : "Błąd podczas tworzenia grupy: {message}", "A valid group name must be provided" : "Należy podać prawidłową nazwę grupy", @@ -374,66 +372,45 @@ "Error creating user: {message}" : "Błąd podczas tworzenia użytkownika: {message}", "A valid password must be provided" : "Należy podać prawidłowe hasło", "A valid email must be provided" : "Podaj poprawny adres email", - "__language_name__" : "polski", - "Verifying" : "Weryfikacja", - "Personal info" : "Informacje osobiste", - "Sync clients" : "Klienci synchronizacji", - "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." : "Poprawna konfiguracja jest ważna dla bezpieczeństwa i wydajności Twojej instancji. W celach pomocniczych przeprowadzane są automatyczne kontrole. Więcej informacji można znaleźć w dziale Wskazówki i Porady oraz w dokumentacji.", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Wydaje się, że PHP nie jest prawidłowo ustawione, aby odpytać system o zmienne środowiskowe. Test getenv(\"PATH\") zwraca tylko puste odpowiedzi.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Prosze sprawdzić w dokumentacji instalacji ↗ wpisy dotyczące konfiguracji PHP i konfiguracji PHP, kiedy używane jest php-fpm.", + "by %s" : "autorstwa %s", + "%s-licensed" : "%s-licencjonowany", + "Documentation:" : "Dokumentacja:", + "Show description …" : "Pokaż opis…", + "Hide description …" : "Ukryj opis…", + "This app has an update available." : "Ta aplikacja ma dostępną aktualizację.", + "Enable only for specific groups" : "Włącz tylko dla określonych grup", + "Online documentation" : "Dokumentacja Online", + "Getting help" : "Otrzymać pomoc", + "Commercial support" : "Wsparcie komercyjne", + "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." : "Poprawna konfiguracja jest ważna dla bezpieczeństwa i wydajności Twojej instancji. W celach pomocniczych przeprowadzane są automatyczne kontrole. Więcej informacji można znaleźć w dziale Wskazówki i Porady oraz w dokumentacji.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP wydaje się być błędnie skonfigurowane odnośnie zapytania o zmienne środowiskowe systemu. Test gentenv(\"PATH\") zwraca pustą wartość.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Sprawdź proszę dokumentację instalacji dla konfiguracji PHP Twojego serwera względem informacji konfiguracyjnych dokumentacji, zwłaszcza kiedy używasz 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." : "Została włączona konfiguracja Read-Only. Zapobiegnie to ustawieniu niektórych konfiguracji poprzez interfejs web. Ponadto plikowi muszą zostać nadane prawa zapisu ręcznie dla każdej aktualizacji.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Wygląda na to, że ustawienia PHP ucinają bloki wklejonych dokumentów. To sprawi, że niektóre wbudowane aplikacje będą niedostępne.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Najwidoczniej PHP jest tak ustawione, aby wycinać bloki wklejonych dokumentów. Może to spowodować, że niektóre wbudowane aplikacje będą niedostępne.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dzieje się tak prawdopodobnie przez cache lub akcelerator taki jak Zend OPcache lub eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Twoja baza danych nie działa z poziomem izolacji transakcji \"READ COMMITTED\". Może to powodować problemy kiedy wiele akcji będzie wykonywanych równolegle.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "Zainstalowana wersja %2$s jest starsza niż %1$s. Ze względów stabilności i wydajności zalecamy aktualizację do nowszej wersji %1$s.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Brak modułu PHP „fileinfo”. Zalecamy włączenie tego modułu, aby uzyskać najlepsze wyniki podczas wykrywania typów 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 documentation ↗ for more information." : "Transakcyjne blokowanie plików jest wyłączone. Może to powodować problemy w działaniu. Włącz 'filelocking.enabled' w config.php, aby rozwiązać te problemy. Sprawdź dokumentację ↗, aby uzyskać więcej informacji.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "Zainstalowana wersja %2$s jest starsza niż %1$s. Ze względów stabilności i wydajności zalecamy aktualizację do nowszej wersji %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." : "Brak modułu PHP 'fileinfo'. Zalecamy włączenie tego modułu, aby uzyskać najlepsze wyniki przy rozpoznawaniu typów 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 documentation ↗ for more information." : "Transakcyjne blokowanie plików jest wyłączone. Może to powodować problemy w działaniu. Włącz 'filelocking.enabled' w config.php, aby rozwiązać te problemy. Sprawdź dokumentację ↗, aby uzyskać więcej informacji.", "System locale can not be set to a one which supports UTF-8." : "Ustawienia regionalne systemu nie można ustawić na jeden, który obsługuje UTF-8.", - "This means that there might be problems with certain characters in file names." : "Oznacza to, że mogą być problemy z niektórymi znakami w nazwach plików.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Zalecamy instalację na Twoim systemie komponentów wymaganych do obsługi języków: %s", - "If your installation is not installed in 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\")" : "Jeśli twoja instalacja nie jest zainstalowana w katalogu root domeny i używa systemowego crona, mogą wystąpić problemy z tworzeniem adresów URL. Aby rozwiązać ten problem, proszę ustawić w swoim pliku config.php opcję \"overwrite.cli.url\" wskazując ścieżkę instalacji (sugerujemy: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Nie było możliwe do wykonania przez cron CLI. Pojawiły się następujące błędy techniczne:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Proszę sprawdzić dokładnie przewodniki instalacji ↗ oraz błędy i ostrzeżenia w logu.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "Wywołanie cron.php jest ustawione jako usługa webcron co 15 minut przez protokół HTTP.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Aby to uruchomić potrzebujesz rozszerzenia posix do PHP. Po więcej informacji sprawdź {linkstart}dokumentację PHP{linkend}.", + "This means that there might be problems with certain characters in filenames." : "Oznacza to, że mogą być problemy z pewnymi znakami w nazwach plików.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Mocno sugerujemy, aby doinstalować do systemu wymagane pakiety, wspierające następujące języki: %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\")" : "Twoja instancja nie jest zainstalowana w katalogu głównym dla domeny, a używasz systemowego Cron'a, zatem mogą wystąpić kłopoty w poprawnym generowaniu URL'a. Aby zapobiec problemów ustaw proszę opcję \"overwrite.cli.url\" w Twoim pliku config.php do katalogu głównego Twojej instalacji (sugerowany: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nie było możliwe uruchomienie zadania cron przy pomocy CLI. Pojawił się następujący błąd techniczny: ", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Proszę sprawdzić dokładnie przewodniki instalacji ↗ oraz błędy i ostrzeżenia w logu.", "Tips & tricks" : "Porady i wskazówki", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Dostępnych jest wiele funkcji i ustawień pozwalających na optymalne skonfigurowanie i używanie tej instancji. Tutaj uzyskasz więcej informacji.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite jest aktualnie używany jako baza danych. Dla większych instalacji zalecamy przełączenie na inną bazę danych.", "This is particularly recommended when using the desktop client for file synchronisation." : "Jest to szczególnie zalecane w przypadku korzystania z desktopowego klienta do synchronizacji plików.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Aby zmigrować do innej bazy danych użyj narzędzia z terminala: \"occ db:convert-type\" albo sprawdź dokumentację ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Aby zmigrować do innej bazy danych użyj narzędzia z terminala: \"occ db:convert-type\" albo sprawdź dokumentację ↗.", "How to do backups" : "Jak zrobić kopie zapasowe", "Performance tuning" : "Podnoszenie wydajności", "Improving the config.php" : "Udoskonalać się w config.php", "Theming" : "Motyw", "Check the security of your Nextcloud over our security scan" : "Sprawdź bezpieczeństwo swojego Nextclouda przez nasz skan zabezpieczeń", "Hardening and security guidance" : "Kierowanie i wzmacnianie bezpieczeństwa", - "This app has an update available." : "Ta aplikacja ma dostępną aktualizację.", - "by %s" : "autorstwa %s", - "%s-licensed" : "%s-licencjonowany", - "Documentation:" : "Dokumentacja:", - "Show description …" : "Pokaż opis…", - "Hide description …" : "Ukryj opis…", - "Enable only for specific groups" : "Włącz tylko dla określonych grup", - "Online documentation" : "Dokumentacja Online", - "Getting help" : "Otrzymać pomoc", - "Commercial support" : "Wsparcie komercyjne", "You are using %s of %s" : "Używasz %s z %s", "You are using %s of %s (%s %%)" : "Używasz %s z %s (%s %%)", - "You are member of the following groups:" : "Należysz do następujących grup:", - "Get the apps to sync your files" : "Pobierz aplikacje aby zsynchronizować swoje pliki", - "Desktop client" : "Klient na komputer", - "Android app" : "Aplikacja Android", - "iOS app" : "Aplikacja iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Jeśli chcesz wesprzeć projekt {contributeopen}dołącz do twórców{linkclose} lub {contributeopen}głoś dobre słowo{linkclose}!", - "Show First Run Wizard again" : "Pokaż ponownie Kreator pierwszego uruchomienia", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Lista urządzeń, które mają dostęp do Twojego konta wraz z utworzonymi hasłami dostępu - w tym klienci przeglądarek web, aplikacje desktopowe i mobilne.", - "App passwords" : "Hasła aplikacji", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Tutaj możesz wygenerować lub unieważnić hasła dla poszczególnych aplikacji tak, aby nie było potrzeby podawania Twojego hasła. ", - "Follow us on Google+!" : "Bądź z nami na Google+!", - "Like our facebook page!" : "Polub naszą stronę na Facebooku!", - "Follow us on Twitter!" : "Bądź z nami na Twitterze!", - "Check out our blog!" : "Zobacz naszego bloga!", - "Subscribe to our newsletter!" : "Zapisz się na nasz biuletyn!", "Settings" : "Ustawienia", "Show storage location" : "Pokaż miejsce przechowywania", "Show email address" : "Pokaż adres e-mail", @@ -443,7 +420,6 @@ "Create" : "Utwórz", "Admin Recovery Password" : "Hasło klucza odzyskiwania", "Enter the recovery password in order to recover the users files during password change" : "Wpisz hasło odzyskiwania, aby odzyskać pliki użytkowników podczas zmiany hasła", - "Group name" : "Nazwa grupy", "Disabled" : "Wyłączone", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Proszę ustawić ograniczenie zasobów (np. \"512 MB\" albo \"12 GB\")", "Other" : "Inne", @@ -451,23 +427,7 @@ "set new password" : "ustaw nowe hasło", "change email address" : "zmień adres e-mail", "Default" : "Domyślny", - "App up to date" : "Aplikacja jest aktualna", - "Updating …" : "Aktualizowanie…", - "Could not update app" : "Nie można uaktualnić aplikacji.", - "Could not remove app" : "Usuwanie aplikacji nie powiodło się", - "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." : "Poprawna konfiguracja jest ważna dla bezpieczeństwa i wydajności Twojej instancji. W celach pomocniczych przeprowadzane są automatyczne kontrole. Więcej informacji można znaleźć w dziale Wskazówki i Porady oraz w dokumentacji.", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP wydaje się być błędnie skonfigurowane odnośnie zapytania o zmienne środowiskowe systemu. Test gentenv(\"PATH\") zwraca pustą wartość.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Sprawdź proszę dokumentację instalacji dla konfiguracji PHP Twojego serwera względem informacji konfiguracyjnych dokumentacji, zwłaszcza kiedy używasz php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Najwidoczniej PHP jest tak ustawione, aby wycinać bloki wklejonych dokumentów. Może to spowodować, że niektóre wbudowane aplikacje będą niedostępne.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "Zainstalowana wersja %2$s jest starsza niż %1$s. Ze względów stabilności i wydajności zalecamy aktualizację do nowszej wersji %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." : "Brak modułu PHP 'fileinfo'. Zalecamy włączenie tego modułu, aby uzyskać najlepsze wyniki przy rozpoznawaniu typów 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 documentation ↗ for more information." : "Transakcyjne blokowanie plików jest wyłączone. Może to powodować problemy w działaniu. Włącz 'filelocking.enabled' w config.php, aby rozwiązać te problemy. Sprawdź dokumentację ↗, aby uzyskać więcej informacji.", - "This means that there might be problems with certain characters in filenames." : "Oznacza to, że mogą być problemy z pewnymi znakami w nazwach plików.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Mocno sugerujemy, aby doinstalować do systemu wymagane pakiety, wspierające następujące języki: %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\")" : "Twoja instancja nie jest zainstalowana w katalogu głównym dla domeny, a używasz systemowego Cron'a, zatem mogą wystąpić kłopoty w poprawnym generowaniu URL'a. Aby zapobiec problemów ustaw proszę opcję \"overwrite.cli.url\" w Twoim pliku config.php do katalogu głównego Twojej instalacji (sugerowany: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nie było możliwe uruchomienie zadania cron przy pomocy CLI. Pojawił się następujący błąd techniczny: ", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Proszę sprawdzić dokładnie przewodniki instalacji ↗ oraz błędy i ostrzeżenia w logu.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Aby zmigrować do innej bazy danych użyj narzędzia z terminala: \"occ db:convert-type\" albo sprawdź dokumentację ↗.", - "Default quota :" : "Domyślny limit:" + "Default quota :" : "Domyślny limit:", + "An error occured while changing your locale. Please reload the page and try again." : "Wystąpił błąd przy zmianie regionu. Odśwież stronę i spróbuj ponownie." },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/settings/l10n/pt_BR.js b/settings/l10n/pt_BR.js index a4cdc9c4b0..097562b230 100644 --- a/settings/l10n/pt_BR.js +++ b/settings/l10n/pt_BR.js @@ -72,10 +72,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sincronizar cliente - {os}", "This session" : "Esta sessão", "Copy" : "Copiar", @@ -104,8 +100,6 @@ OC.L10N.register( "So-so password" : "Senha mais ou menos", "Good password" : "Boa senha", "Strong password" : "Senha forte", - "An error occured while changing your language. Please reload the page and try again." : "Um erro ocorreu ao mudar o idioma. Atualize a página e tente novamente.", - "An error occured while changing your locale. Please reload the page and try again." : "Ocorreu um erro ao alterar sua localidade. Recarregue a página e tente novamente.", "Select a profile picture" : "Selecione uma imagem para o perfil", "Week starts on {fdow}" : "A semana começa em {fdow}", "Groups" : "Grupos", @@ -356,12 +350,10 @@ OC.L10N.register( "Invalid user" : "Usuário inválido", "Unable to change mail address" : "Não foi possível alterar o endereço de e-mail", "Email saved" : "E-mail salvo", - "%1$s changed your email address on %2$s." : "%1$s alterou seu e-mail em %2$s.", "Password confirmation is required" : "A confirmação da senha é necessária", "Are you really sure you want add {domain} as trusted domain?" : "Tem certeza que deseja adicionar {domain} como um domínio confiável?", "Add trusted domain" : "Adicionar domínio confiável", "Update to %s" : "Atualizar para %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Você tem %n atualização de aplicativo pendente","Você tem %n atualizações de aplicativos pendentes"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Os aplicativos aprovados são desenvolvidos pelos desenvolvedores confiáveis e passaram por uma verificação de segurança rápida. Eles são ativamente mantidos em um repositório de código aberto e seus mantenedores consideram que eles estejam estáveis para um uso de casual a normal.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Este aplicativo não foi verificado quanto às questões de segurança e é novo ou conhecido por ser instável. Instale por sua conta e risco.", "Disabling app …" : "Desabilitando aplicativo...", @@ -370,14 +362,20 @@ OC.L10N.register( "Error while enabling app" : "Erro ao habilitar o aplicativo", "Error: Could not disable broken app" : "Erro: Não foi possível desativar o aplicativo defeituoso", "Error while disabling broken app" : "Erro ao desativar aplicativo corrompido", - "Updating...." : "Atualizando...", - "Error while updating app" : "Erro ao atualizar aplicativo", + "App up to date" : "Aplicativo atualizado", + "Updating …" : "Atualizando...", + "Could not update app" : "Não foi possível atualizar o aplicativo", "Updated" : "Atualizado", "Removing …" : "Excluindo...", - "Error while removing app" : "Erro ao excluir aplicativo", + "Could not remove app" : "Não foi possível remover o aplicativo", "Approved" : "Aprovado", "Experimental" : "Experimental", "No apps found for {query}" : "Nenhum aplicativo encontrado para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Um erro ocorreu ao mudar o idioma. Atualize a página e tente novamente.", "Unable to delete {objName}" : "Não foi possível excluir {objName}", "Error creating group: {message}" : "Erro criando o grupo: {message}", "A valid group name must be provided" : "Um nome de grupo válido deve ser fornecido", @@ -398,66 +396,45 @@ OC.L10N.register( "Error creating user: {message}" : "Erro criando o usuário: {message}", "A valid password must be provided" : "Forneça uma senha válida", "A valid email must be provided" : "Um e-mail válido deve ser fornecido", - "__language_name__" : "Português Brasileiro", - "Verifying" : "Verificando", - "Personal info" : "Informação pessoal", - "Sync clients" : "Sincronizar clientes", - "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." : "É importante para a segurança e desempenho que tudo esteja configurado corretamente. Para ajudá-lo com isso, estamos fazendo algumas verificações automáticas. Consulte a seção Dicas & Truques e a documentação para mais informações.", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "o php parece não estar configurado corretamente para consultar as variáveis de ambiente do sistema. O teste com getenv(\"PATH\") retorna uma resposta vazia.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Verifique a documentação de instalação ↗ para as notas de configuração do php e a configuração php do seu servidor, especialmente quando usando php-fpm.", + "by %s" : "por %s", + "%s-licensed" : "%s-licenciado", + "Documentation:" : "Documentação:", + "Show description …" : "Mostrar descrição...", + "Hide description …" : "Ocultar descrição...", + "This app has an update available." : "Este aplicativo tem uma atualização disponível.", + "Enable only for specific groups" : "Ativar apenas para grupos específicos", + "Online documentation" : "Documentação online", + "Getting help" : "Conseguindo ajuda", + "Commercial support" : "Suporte comercial", + "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." : "É importante para a segurança e desempenho de sua instância que tudo esteja configurado corretamente. Para ajudar você com isso que estamos fazendo algumas verificações automáticas. Por favor, consulte a seção Dicas & Truques e a documentação para obter mais informações.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "O PHP não parece ser configurado corretamente para consultar variáveis de ambiente do sistema. O teste com getenv(\"PATH\") apenas retorna uma resposta vazia.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor, verifique a documentação de instalação ↗ para detalhes da configuração PHP de seu servidor, especialmente quando 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." : "A configuração Somente-Leitura foi habilitada. Isso impede que algumas configurações sejam definidas via interface web. Além disso, o arquivo precisa ser definido manualmente com permissão de escrita para cada atualização.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Aparentemente o PHP está configurado para remover blocos de documentos em linha. Isso fará com que vários aplicativos do núcleo fiquem inacessíveis.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "O PHP aparentemente está configurado para remover blocos de documentos em linha. Isso fará com que vários aplicativos principais fiquem inacessíveis.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isso provavelmente é causado por um cache/acelerador, como 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." : "Seu banco de dados não está em execução com o nível de isolamento de transação \"READ COMITTED\". Isso poderá causar problemas quando várias ações são executadas em paralelo.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "A versão %1$s abaixo %2$s está instalada. Por razões de estabilidade e desempenho, recomendamos atualizar para uma versão %1$s mais recente.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "O módulo PHP 'fileinfo' está faltando. Recomendamos fortemente que ative este módulo para obter melhores resultados com a detecção de 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 documentation ↗ for more information." : "O bloqueio transacional de arquivos está desabilitado. Isso pode levar a problemas com condições de corrida. Ative 'filelocking.enabled' no config.php para evitar esses problemas. Veja a documentação ↗ para mais informações.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : " %1$s a versão abaixo %2$s está instalada. Por razões de estabilidade e desempenho, é recomendável atualizar para a versão mais recente, %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." : "O módulo PHP 'fileinfo' está faltando. É altamente recomendável habilitar este módulo para obter os melhores resultados com detecção de tipo 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 documentation ↗ for more information." : "O bloqueio de arquivos transacionais está desabilitado, isso pode levar a problemas com as condições de corrida. Ative 'filelocking.enabled' em config.php para evitar esses problemas. Veja a documentação ↗ para mais informação.", "System locale can not be set to a one which supports UTF-8." : "Localização do sistema não pôde ser definido para um que suporta UTF-8.", - "This means that there might be problems with certain characters in file names." : "Isso significa que pode haver problemas com determinados caracteres nos nomes dos arquivos.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Sugerimos fortemente a instalação dos pacotes necessários no seu sistema para suportar uma das seguintes localizações: %s.", - "If your installation is not installed in 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\")" : "Se sua instalação não estiver instalada na raiz do domínio e usar o sistema cron, pode haver problemas com a geração de URL. Para evitar esses problemas, configure a opção \"overwrite.cli.url\" no arquivo config.php para o caminho webroot da sua instalação (Sugestão: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Não foi possível executar o cronjob via CLI. Os seguintes erros técnicos apareceram:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Verifique novamente os guias de instalação ↗ e procure por erros ou avisos no log.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado como um serviço webcron para rodar cron.php a cada 15 minutos em http.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para executar isso, você precisa da extensão posix do PHP. Veja a {linkstart}Documentação do PHP{linkend} para mais detalhes.", + "This means that there might be problems with certain characters in filenames." : "Isso significa que pode haver problemas com determinados caracteres em nomes de arquivos.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Sugerimos fortemente instalar os pacotes necessários no seu sistema para suportar uma das seguintes localizações: %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\")" : "Se a sua instalação não estiver instalada na raiz do domínio e usar o sistema Cron, pode haver problemas com a geração de URL. Para evitar esses problemas, configure a opção \"overwrite.cli.url\" no seu arquivo config.php para o caminho webroot da sua instalação (Sugestão: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Não foi possível executar o trabalho cron através da CLI. Os seguintes erros técnicos apareceram:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifique os guias de instalação ↗ e cheque por qualquer erro ou aviso no log.", "Tips & tricks" : "Dicas & Truques", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Há muitos recursos e opções de configuração para otimização e uso. Aqui estão algumas indicações para obter mais informações:", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite é usando atualmente como Plataforma de serviço de banco de dados. Para instalações maiores recomendamos que você use uma outra plataforma de serviço de banco de dados", "This is particularly recommended when using the desktop client for file synchronisation." : "Isso é particulamente recomendado quando se utiliza um cliente para sincronização.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar para outro banco de dados, use a ferramenta de linha de comando: 'occ db: convert-type' ou veja a documentação ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a outro banco de dados, use a ferramenta de linha de comando: 'occ db:convert-type', ou leia na documentação ↗ como fazer isso.", "How to do backups" : "Como fazer backups", "Performance tuning" : "Ajustando a performance", "Improving the config.php" : "Melhorando o config.php", "Theming" : "Criar um tema", "Check the security of your Nextcloud over our security scan" : "Verificar a segurança do Nextcloud na nossa análise de segurança", "Hardening and security guidance" : "Orientações de proteção e segurança", - "This app has an update available." : "Este aplicativo tem uma atualização disponível.", - "by %s" : "por %s", - "%s-licensed" : "%s-licenciado", - "Documentation:" : "Documentação:", - "Show description …" : "Mostrar descrição...", - "Hide description …" : "Ocultar descrição...", - "Enable only for specific groups" : "Ativar apenas para grupos específicos", - "Online documentation" : "Documentação online", - "Getting help" : "Conseguindo ajuda", - "Commercial support" : "Suporte comercial", "You are using %s of %s" : "Você está usando %s de %s", "You are using %s of %s (%s %%)" : "Você está usando %s de %s (%s %%)", - "You are member of the following groups:" : "Você é membro dos seguintes grupos:", - "Get the apps to sync your files" : "Obtenha os aplicativos para sincronizar seus arquivos", - "Desktop client" : "Cliente Desktop", - "Android app" : "Aplicativo Android", - "iOS app" : "Aplicativo iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Se quiser apoiar o projeto {contributeopen}junte-se ao desenvolvimento{linkclose} ou {contributeopen}divulgue{linkclose}!", - "Show First Run Wizard again" : "Mostrar o assistente de primeira execução novamente", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Web, desktop, clientes móveis e senhas específicas da aplicativos que atualmente têm acesso à sua conta.", - "App passwords" : "Senhas de aplicativos", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aqui você pode gerar senhas individuais para aplicativos para que você não precise distribuir sua senha. Você pode revogá-las individualmente também.", - "Follow us on Google+!" : "Siga-nos no Google+!", - "Like our facebook page!" : "Curta nossa página no Facebook", - "Follow us on Twitter!" : "Siga-nos no Twitter!", - "Check out our blog!" : "Confira nosso blog!", - "Subscribe to our newsletter!" : "Assine nosso boletim de notícias!", "Settings" : "Configurações", "Show storage location" : "Mostrar localização do armazenamento", "Show email address" : "Mostrar o endereço de -mail", @@ -467,7 +444,6 @@ OC.L10N.register( "Create" : "Criar", "Admin Recovery Password" : "Senha de recuperação do administrador", "Enter the recovery password in order to recover the users files during password change" : "Digite a senha de recuperação para recuperar os arquivos dos usuários durante a mudança de senha.", - "Group name" : "Nome do grupo", "Disabled" : "Desabilitado", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor insira a cota de armazenamento (ex: \"512\" ou \"12 GB\")", "Other" : "Outro", @@ -475,23 +451,7 @@ OC.L10N.register( "set new password" : "definir uma senha nova", "change email address" : "Alterar o endereço de e-mail", "Default" : "Padrão", - "App up to date" : "Aplicativo atualizado", - "Updating …" : "Atualizando...", - "Could not update app" : "Não foi possível atualizar o aplicativo", - "Could not remove app" : "Não foi possível remover o aplicativo", - "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." : "É importante para a segurança e desempenho de sua instância que tudo esteja configurado corretamente. Para ajudar você com isso que estamos fazendo algumas verificações automáticas. Por favor, consulte a seção Dicas & Truques e a documentação para obter mais informações.", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "O PHP não parece ser configurado corretamente para consultar variáveis de ambiente do sistema. O teste com getenv(\"PATH\") apenas retorna uma resposta vazia.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor, verifique a documentação de instalação ↗ para detalhes da configuração PHP de seu servidor, especialmente quando usando php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "O PHP aparentemente está configurado para remover blocos de documentos em linha. Isso fará com que vários aplicativos principais fiquem inacessíveis.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : " %1$s a versão abaixo %2$s está instalada. Por razões de estabilidade e desempenho, é recomendável atualizar para a versão mais recente, %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." : "O módulo PHP 'fileinfo' está faltando. É altamente recomendável habilitar este módulo para obter os melhores resultados com detecção de tipo 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 documentation ↗ for more information." : "O bloqueio de arquivos transacionais está desabilitado, isso pode levar a problemas com as condições de corrida. Ative 'filelocking.enabled' em config.php para evitar esses problemas. Veja a documentação ↗ para mais informação.", - "This means that there might be problems with certain characters in filenames." : "Isso significa que pode haver problemas com determinados caracteres em nomes de arquivos.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Sugerimos fortemente instalar os pacotes necessários no seu sistema para suportar uma das seguintes localizações: %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\")" : "Se a sua instalação não estiver instalada na raiz do domínio e usar o sistema Cron, pode haver problemas com a geração de URL. Para evitar esses problemas, configure a opção \"overwrite.cli.url\" no seu arquivo config.php para o caminho webroot da sua instalação (Sugestão: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Não foi possível executar o trabalho cron através da CLI. Os seguintes erros técnicos apareceram:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifique os guias de instalação ↗ e cheque por qualquer erro ou aviso no log.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a outro banco de dados, use a ferramenta de linha de comando: 'occ db:convert-type', ou leia na documentação ↗ como fazer isso.", - "Default quota :" : "Quota padrão:" + "Default quota :" : "Quota padrão:", + "An error occured while changing your locale. Please reload the page and try again." : "Ocorreu um erro ao alterar sua localidade. Recarregue a página e tente novamente." }, "nplurals=2; plural=(n > 1);"); diff --git a/settings/l10n/pt_BR.json b/settings/l10n/pt_BR.json index 4f29fe8c99..498212fb16 100644 --- a/settings/l10n/pt_BR.json +++ b/settings/l10n/pt_BR.json @@ -70,10 +70,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sincronizar cliente - {os}", "This session" : "Esta sessão", "Copy" : "Copiar", @@ -102,8 +98,6 @@ "So-so password" : "Senha mais ou menos", "Good password" : "Boa senha", "Strong password" : "Senha forte", - "An error occured while changing your language. Please reload the page and try again." : "Um erro ocorreu ao mudar o idioma. Atualize a página e tente novamente.", - "An error occured while changing your locale. Please reload the page and try again." : "Ocorreu um erro ao alterar sua localidade. Recarregue a página e tente novamente.", "Select a profile picture" : "Selecione uma imagem para o perfil", "Week starts on {fdow}" : "A semana começa em {fdow}", "Groups" : "Grupos", @@ -354,12 +348,10 @@ "Invalid user" : "Usuário inválido", "Unable to change mail address" : "Não foi possível alterar o endereço de e-mail", "Email saved" : "E-mail salvo", - "%1$s changed your email address on %2$s." : "%1$s alterou seu e-mail em %2$s.", "Password confirmation is required" : "A confirmação da senha é necessária", "Are you really sure you want add {domain} as trusted domain?" : "Tem certeza que deseja adicionar {domain} como um domínio confiável?", "Add trusted domain" : "Adicionar domínio confiável", "Update to %s" : "Atualizar para %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Você tem %n atualização de aplicativo pendente","Você tem %n atualizações de aplicativos pendentes"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Os aplicativos aprovados são desenvolvidos pelos desenvolvedores confiáveis e passaram por uma verificação de segurança rápida. Eles são ativamente mantidos em um repositório de código aberto e seus mantenedores consideram que eles estejam estáveis para um uso de casual a normal.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Este aplicativo não foi verificado quanto às questões de segurança e é novo ou conhecido por ser instável. Instale por sua conta e risco.", "Disabling app …" : "Desabilitando aplicativo...", @@ -368,14 +360,20 @@ "Error while enabling app" : "Erro ao habilitar o aplicativo", "Error: Could not disable broken app" : "Erro: Não foi possível desativar o aplicativo defeituoso", "Error while disabling broken app" : "Erro ao desativar aplicativo corrompido", - "Updating...." : "Atualizando...", - "Error while updating app" : "Erro ao atualizar aplicativo", + "App up to date" : "Aplicativo atualizado", + "Updating …" : "Atualizando...", + "Could not update app" : "Não foi possível atualizar o aplicativo", "Updated" : "Atualizado", "Removing …" : "Excluindo...", - "Error while removing app" : "Erro ao excluir aplicativo", + "Could not remove app" : "Não foi possível remover o aplicativo", "Approved" : "Aprovado", "Experimental" : "Experimental", "No apps found for {query}" : "Nenhum aplicativo encontrado para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Um erro ocorreu ao mudar o idioma. Atualize a página e tente novamente.", "Unable to delete {objName}" : "Não foi possível excluir {objName}", "Error creating group: {message}" : "Erro criando o grupo: {message}", "A valid group name must be provided" : "Um nome de grupo válido deve ser fornecido", @@ -396,66 +394,45 @@ "Error creating user: {message}" : "Erro criando o usuário: {message}", "A valid password must be provided" : "Forneça uma senha válida", "A valid email must be provided" : "Um e-mail válido deve ser fornecido", - "__language_name__" : "Português Brasileiro", - "Verifying" : "Verificando", - "Personal info" : "Informação pessoal", - "Sync clients" : "Sincronizar clientes", - "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." : "É importante para a segurança e desempenho que tudo esteja configurado corretamente. Para ajudá-lo com isso, estamos fazendo algumas verificações automáticas. Consulte a seção Dicas & Truques e a documentação para mais informações.", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "o php parece não estar configurado corretamente para consultar as variáveis de ambiente do sistema. O teste com getenv(\"PATH\") retorna uma resposta vazia.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Verifique a documentação de instalação ↗ para as notas de configuração do php e a configuração php do seu servidor, especialmente quando usando php-fpm.", + "by %s" : "por %s", + "%s-licensed" : "%s-licenciado", + "Documentation:" : "Documentação:", + "Show description …" : "Mostrar descrição...", + "Hide description …" : "Ocultar descrição...", + "This app has an update available." : "Este aplicativo tem uma atualização disponível.", + "Enable only for specific groups" : "Ativar apenas para grupos específicos", + "Online documentation" : "Documentação online", + "Getting help" : "Conseguindo ajuda", + "Commercial support" : "Suporte comercial", + "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." : "É importante para a segurança e desempenho de sua instância que tudo esteja configurado corretamente. Para ajudar você com isso que estamos fazendo algumas verificações automáticas. Por favor, consulte a seção Dicas & Truques e a documentação para obter mais informações.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "O PHP não parece ser configurado corretamente para consultar variáveis de ambiente do sistema. O teste com getenv(\"PATH\") apenas retorna uma resposta vazia.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor, verifique a documentação de instalação ↗ para detalhes da configuração PHP de seu servidor, especialmente quando 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." : "A configuração Somente-Leitura foi habilitada. Isso impede que algumas configurações sejam definidas via interface web. Além disso, o arquivo precisa ser definido manualmente com permissão de escrita para cada atualização.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Aparentemente o PHP está configurado para remover blocos de documentos em linha. Isso fará com que vários aplicativos do núcleo fiquem inacessíveis.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "O PHP aparentemente está configurado para remover blocos de documentos em linha. Isso fará com que vários aplicativos principais fiquem inacessíveis.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isso provavelmente é causado por um cache/acelerador, como 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." : "Seu banco de dados não está em execução com o nível de isolamento de transação \"READ COMITTED\". Isso poderá causar problemas quando várias ações são executadas em paralelo.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "A versão %1$s abaixo %2$s está instalada. Por razões de estabilidade e desempenho, recomendamos atualizar para uma versão %1$s mais recente.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "O módulo PHP 'fileinfo' está faltando. Recomendamos fortemente que ative este módulo para obter melhores resultados com a detecção de 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 documentation ↗ for more information." : "O bloqueio transacional de arquivos está desabilitado. Isso pode levar a problemas com condições de corrida. Ative 'filelocking.enabled' no config.php para evitar esses problemas. Veja a documentação ↗ para mais informações.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : " %1$s a versão abaixo %2$s está instalada. Por razões de estabilidade e desempenho, é recomendável atualizar para a versão mais recente, %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." : "O módulo PHP 'fileinfo' está faltando. É altamente recomendável habilitar este módulo para obter os melhores resultados com detecção de tipo 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 documentation ↗ for more information." : "O bloqueio de arquivos transacionais está desabilitado, isso pode levar a problemas com as condições de corrida. Ative 'filelocking.enabled' em config.php para evitar esses problemas. Veja a documentação ↗ para mais informação.", "System locale can not be set to a one which supports UTF-8." : "Localização do sistema não pôde ser definido para um que suporta UTF-8.", - "This means that there might be problems with certain characters in file names." : "Isso significa que pode haver problemas com determinados caracteres nos nomes dos arquivos.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Sugerimos fortemente a instalação dos pacotes necessários no seu sistema para suportar uma das seguintes localizações: %s.", - "If your installation is not installed in 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\")" : "Se sua instalação não estiver instalada na raiz do domínio e usar o sistema cron, pode haver problemas com a geração de URL. Para evitar esses problemas, configure a opção \"overwrite.cli.url\" no arquivo config.php para o caminho webroot da sua instalação (Sugestão: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Não foi possível executar o cronjob via CLI. Os seguintes erros técnicos apareceram:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Verifique novamente os guias de instalação ↗ e procure por erros ou avisos no log.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado como um serviço webcron para rodar cron.php a cada 15 minutos em http.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para executar isso, você precisa da extensão posix do PHP. Veja a {linkstart}Documentação do PHP{linkend} para mais detalhes.", + "This means that there might be problems with certain characters in filenames." : "Isso significa que pode haver problemas com determinados caracteres em nomes de arquivos.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Sugerimos fortemente instalar os pacotes necessários no seu sistema para suportar uma das seguintes localizações: %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\")" : "Se a sua instalação não estiver instalada na raiz do domínio e usar o sistema Cron, pode haver problemas com a geração de URL. Para evitar esses problemas, configure a opção \"overwrite.cli.url\" no seu arquivo config.php para o caminho webroot da sua instalação (Sugestão: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Não foi possível executar o trabalho cron através da CLI. Os seguintes erros técnicos apareceram:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifique os guias de instalação ↗ e cheque por qualquer erro ou aviso no log.", "Tips & tricks" : "Dicas & Truques", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Há muitos recursos e opções de configuração para otimização e uso. Aqui estão algumas indicações para obter mais informações:", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite é usando atualmente como Plataforma de serviço de banco de dados. Para instalações maiores recomendamos que você use uma outra plataforma de serviço de banco de dados", "This is particularly recommended when using the desktop client for file synchronisation." : "Isso é particulamente recomendado quando se utiliza um cliente para sincronização.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar para outro banco de dados, use a ferramenta de linha de comando: 'occ db: convert-type' ou veja a documentação ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a outro banco de dados, use a ferramenta de linha de comando: 'occ db:convert-type', ou leia na documentação ↗ como fazer isso.", "How to do backups" : "Como fazer backups", "Performance tuning" : "Ajustando a performance", "Improving the config.php" : "Melhorando o config.php", "Theming" : "Criar um tema", "Check the security of your Nextcloud over our security scan" : "Verificar a segurança do Nextcloud na nossa análise de segurança", "Hardening and security guidance" : "Orientações de proteção e segurança", - "This app has an update available." : "Este aplicativo tem uma atualização disponível.", - "by %s" : "por %s", - "%s-licensed" : "%s-licenciado", - "Documentation:" : "Documentação:", - "Show description …" : "Mostrar descrição...", - "Hide description …" : "Ocultar descrição...", - "Enable only for specific groups" : "Ativar apenas para grupos específicos", - "Online documentation" : "Documentação online", - "Getting help" : "Conseguindo ajuda", - "Commercial support" : "Suporte comercial", "You are using %s of %s" : "Você está usando %s de %s", "You are using %s of %s (%s %%)" : "Você está usando %s de %s (%s %%)", - "You are member of the following groups:" : "Você é membro dos seguintes grupos:", - "Get the apps to sync your files" : "Obtenha os aplicativos para sincronizar seus arquivos", - "Desktop client" : "Cliente Desktop", - "Android app" : "Aplicativo Android", - "iOS app" : "Aplicativo iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Se quiser apoiar o projeto {contributeopen}junte-se ao desenvolvimento{linkclose} ou {contributeopen}divulgue{linkclose}!", - "Show First Run Wizard again" : "Mostrar o assistente de primeira execução novamente", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Web, desktop, clientes móveis e senhas específicas da aplicativos que atualmente têm acesso à sua conta.", - "App passwords" : "Senhas de aplicativos", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aqui você pode gerar senhas individuais para aplicativos para que você não precise distribuir sua senha. Você pode revogá-las individualmente também.", - "Follow us on Google+!" : "Siga-nos no Google+!", - "Like our facebook page!" : "Curta nossa página no Facebook", - "Follow us on Twitter!" : "Siga-nos no Twitter!", - "Check out our blog!" : "Confira nosso blog!", - "Subscribe to our newsletter!" : "Assine nosso boletim de notícias!", "Settings" : "Configurações", "Show storage location" : "Mostrar localização do armazenamento", "Show email address" : "Mostrar o endereço de -mail", @@ -465,7 +442,6 @@ "Create" : "Criar", "Admin Recovery Password" : "Senha de recuperação do administrador", "Enter the recovery password in order to recover the users files during password change" : "Digite a senha de recuperação para recuperar os arquivos dos usuários durante a mudança de senha.", - "Group name" : "Nome do grupo", "Disabled" : "Desabilitado", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor insira a cota de armazenamento (ex: \"512\" ou \"12 GB\")", "Other" : "Outro", @@ -473,23 +449,7 @@ "set new password" : "definir uma senha nova", "change email address" : "Alterar o endereço de e-mail", "Default" : "Padrão", - "App up to date" : "Aplicativo atualizado", - "Updating …" : "Atualizando...", - "Could not update app" : "Não foi possível atualizar o aplicativo", - "Could not remove app" : "Não foi possível remover o aplicativo", - "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." : "É importante para a segurança e desempenho de sua instância que tudo esteja configurado corretamente. Para ajudar você com isso que estamos fazendo algumas verificações automáticas. Por favor, consulte a seção Dicas & Truques e a documentação para obter mais informações.", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "O PHP não parece ser configurado corretamente para consultar variáveis de ambiente do sistema. O teste com getenv(\"PATH\") apenas retorna uma resposta vazia.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor, verifique a documentação de instalação ↗ para detalhes da configuração PHP de seu servidor, especialmente quando usando php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "O PHP aparentemente está configurado para remover blocos de documentos em linha. Isso fará com que vários aplicativos principais fiquem inacessíveis.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : " %1$s a versão abaixo %2$s está instalada. Por razões de estabilidade e desempenho, é recomendável atualizar para a versão mais recente, %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." : "O módulo PHP 'fileinfo' está faltando. É altamente recomendável habilitar este módulo para obter os melhores resultados com detecção de tipo 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 documentation ↗ for more information." : "O bloqueio de arquivos transacionais está desabilitado, isso pode levar a problemas com as condições de corrida. Ative 'filelocking.enabled' em config.php para evitar esses problemas. Veja a documentação ↗ para mais informação.", - "This means that there might be problems with certain characters in filenames." : "Isso significa que pode haver problemas com determinados caracteres em nomes de arquivos.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Sugerimos fortemente instalar os pacotes necessários no seu sistema para suportar uma das seguintes localizações: %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\")" : "Se a sua instalação não estiver instalada na raiz do domínio e usar o sistema Cron, pode haver problemas com a geração de URL. Para evitar esses problemas, configure a opção \"overwrite.cli.url\" no seu arquivo config.php para o caminho webroot da sua instalação (Sugestão: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Não foi possível executar o trabalho cron através da CLI. Os seguintes erros técnicos apareceram:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor verifique os guias de instalação ↗ e cheque por qualquer erro ou aviso no log.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar a outro banco de dados, use a ferramenta de linha de comando: 'occ db:convert-type', ou leia na documentação ↗ como fazer isso.", - "Default quota :" : "Quota padrão:" + "Default quota :" : "Quota padrão:", + "An error occured while changing your locale. Please reload the page and try again." : "Ocorreu um erro ao alterar sua localidade. Recarregue a página e tente novamente." },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/settings/l10n/pt_PT.js b/settings/l10n/pt_PT.js index f68d630723..37c0e9acf7 100644 --- a/settings/l10n/pt_PT.js +++ b/settings/l10n/pt_PT.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sincronizar cliente - {so}", "This session" : "Esta sessão", "Copy" : "Copiar", @@ -101,7 +97,6 @@ OC.L10N.register( "So-so password" : "Palavra-passe aceitável", "Good password" : "Palavra-passe boa", "Strong password" : "Palavra-passe forte", - "An error occured while changing your language. Please reload the page and try again." : "Ocorreu um erro ao modificar a sua lingua. Por favor recarregue a página e tente novamente.", "Select a profile picture" : "Selecione uma fotografia de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitado a grupos", @@ -285,7 +280,6 @@ OC.L10N.register( "Invalid user" : "Utilizador inválido", "Unable to change mail address" : "Não foi possível alterar o seu endereço de e-mail", "Email saved" : "E-mail guardado", - "%1$s changed your email address on %2$s." : "%1$s modificou o seu endereço de email em %2$s.", "Password confirmation is required" : "Confirmação de senha necessária", "Are you really sure you want add {domain} as trusted domain?" : "Tem a certeza que pretende adicionar {domain} como um domínio confiável?", "Add trusted domain" : "Adicionar domínio confiável ", @@ -298,14 +292,18 @@ OC.L10N.register( "Error while enabling app" : "Ocorreu um erro enquanto ativava a app", "Error: Could not disable broken app" : "Erro: Não pode desactivar uma app danificada.", "Error while disabling broken app" : "Erro ao desactivar app estragada", - "Updating...." : "A actualizar...", - "Error while updating app" : "Erro ao actualizar a app", + "App up to date" : "App actualizada", "Updated" : "Atualizada", "Removing …" : "A remover...", - "Error while removing app" : "Erro ao remover a app", + "Could not remove app" : "Não foi possível remover a app", "Approved" : "Aprovado", "Experimental" : "Experimental", "No apps found for {query}" : "Não foram encontradas aplicações para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Ocorreu um erro ao modificar a sua lingua. Por favor recarregue a página e tente novamente.", "Unable to delete {objName}" : "Não é possível apagar {objNome}", "Error creating group: {message}" : "Erro ao criar grupo: {message}", "A valid group name must be provided" : "Deve ser indicado um nome de grupo válido", @@ -326,57 +324,32 @@ OC.L10N.register( "Error creating user: {message}" : "Erro ao criar utilizador: {message}", "A valid password must be provided" : "Deve ser indicada uma palavra-passe válida", "A valid email must be provided" : "Deve ser fornecido um email válido", - "__language_name__" : "__nome_da_linguagem__", - "Verifying" : "A verificar", - "Personal info" : "Informação pessoal", - "Sync clients" : "Sincronizar clientes", + "by %s" : "por %s", + "%s-licensed" : "%s-autorizado", + "Documentation:" : "Documentação:", + "Show description …" : "Mostrar descrição ...", + "Hide description …" : "Esconder descrição ...", + "This app has an update available." : "Esta aplicação tem uma atualização disponível.", + "Enable only for specific groups" : "Activar só para grupos específicos", + "Online documentation" : "Documentação Online", + "Getting help" : "Obtendo ajuda", + "Commercial support" : "Suporte Comercial", "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." : "A configuração Só-de-Leitura foi ativada. Isto evita definir algumas configurações através da interface da Web. Além disso, o ficheiro precisa de ser definido gravável manualmente para cada atualização.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isto é provavelmente causado por uma cache/acelerador como o Zend OPcache or eAcelerador.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "A versão de %1$s instalada é inferior a %2$s, por motivos de estabilidade e desempenho recomendamos que actualize %1$s para uma versão mais recente.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "O módulo PHP 'fileinfo' está ausente. Recomendamos vivamente que active este módulo para obter melhores resultados com detecção de tipo MIME.", "System locale can not be set to a one which supports UTF-8." : "Não é possível definir a internacionalização do sistema para um que suporte o UTF-8.", - "This means that there might be problems with certain characters in file names." : "Isto significa que podem haver problemas com alguns caracteres nos nomes dos ficheiros.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Recomendamos vivamente que instale os pacotes necessários no seu sistema para suportar um dos seguintes locais: %s.", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Não foi possível executar a tarefa automática via CLI. Ocorreram os seguintes erros técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor confira os guias de instalação ↗, e procure por algum erro ou aviso nos logs.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registada num serviço webcron para chamar cron-php a cada 15 minutos através de http.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para esta execução é necessária a extensão PHP posix. Veja {iniciodaligação}documentação PHP{fimdaligação} para mais detalhes.", + "This means that there might be problems with certain characters in filenames." : "Isto significa que podem haver problemas com alguns caracteres no nome dos ficheiros.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "É vivamente aconselhável que instale os pacotes necessários no seu sistema para suportar um dos nossos locais: %s.", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Não foi possível executar a tarefa agendada via CLI. Os seguintes erros técnicos surgiram:", "Tips & tricks" : "Dicas e truques", "This is particularly recommended when using the desktop client for file synchronisation." : "Isto é particularmente recomendado quando estiver a usar um cliente de desktop para sincronização de ficheiros.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar para outra base de dados use a ferramenta da linha de comandos: 'occ db:convert-type', ou veja a documentação ↗.", "How to do backups" : "Como fazer cópias de segurança", "Performance tuning" : "Ajuste de desempenho", "Improving the config.php" : "Melhorar o config.php", "Theming" : "Temas", "Check the security of your Nextcloud over our security scan" : "Verifique a segurança da sua Nextcloud através da nossa verificação de segurança", "Hardening and security guidance" : "Orientações de proteção e segurança", - "This app has an update available." : "Esta aplicação tem uma atualização disponível.", - "by %s" : "por %s", - "%s-licensed" : "%s-autorizado", - "Documentation:" : "Documentação:", - "Show description …" : "Mostrar descrição ...", - "Hide description …" : "Esconder descrição ...", - "Enable only for specific groups" : "Activar só para grupos específicos", - "Online documentation" : "Documentação Online", - "Getting help" : "Obtendo ajuda", - "Commercial support" : "Suporte Comercial", "You are using %s of %s" : "Está a usar %s de %s", "You are using %s of %s (%s %%)" : "Está a usar %s de %s (%s%%)", - "You are member of the following groups:" : "Você é membro dos seguintes grupos:", - "Get the apps to sync your files" : "Tenha as aplicações a sincronizar os seus ficheiros", - "Desktop client" : "Cliente desktop", - "Android app" : "Aplicação Android", - "iOS app" : "Aplicação iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Se quiser das suporte ao nosso projecto {contributoaberto} junte-se ao desenvolvimento {linkfechado} ou {contributoaberto} espalhe a mensagem {linkfechado}!", - "Show First Run Wizard again" : "Mostrar Configurador de Primeira Execução novamente", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Clientes Web, desktop e móveis, e palavras-passe específicas de aplicação que actualmente têm acesso à sua conta.", - "App passwords" : "Palavras-passe de aplicação", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aqui pode gerar palavras-passe individuais para as suas aplicações para não tenha de usar a sua palavra-passe. Também as pode revogar individualmente.", - "Follow us on Google+!" : "Siga-nos no Google+!", - "Like our facebook page!" : "Deixe um Gosto na nossa página do Facebook!", - "Follow us on Twitter!" : "Siga-nos no Twitter!", - "Check out our blog!" : "Veja o nosso blog!", - "Subscribe to our newsletter!" : "Subscreva as nossas notícias!", "Settings" : "Definições", "Show storage location" : "Mostrar a localização do armazenamento", "Show email address" : "Mostrar endereço de email", @@ -386,18 +359,12 @@ OC.L10N.register( "Create" : "Criar", "Admin Recovery Password" : "Recuperação da Palavra-passe de Administrador", "Enter the recovery password in order to recover the users files during password change" : "Digite a senha de recuperação, a fim de recuperar os ficheiros dos utilizadores durante a mudança da palavra-passe", - "Group name" : "Nome do grupo", "Disabled" : "Desactivado", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Insira a quota de armazenamento (ex: \"512 MB\" ou \"12 GB\")", "Other" : "Outro", "change full name" : "alterar nome completo", "set new password" : "definir nova palavra-passe", "change email address" : "alterar endereço do correio eletrónico", - "Default" : "Padrão", - "App up to date" : "App actualizada", - "Could not remove app" : "Não foi possível remover a app", - "This means that there might be problems with certain characters in filenames." : "Isto significa que podem haver problemas com alguns caracteres no nome dos ficheiros.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "É vivamente aconselhável que instale os pacotes necessários no seu sistema para suportar um dos nossos locais: %s.", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Não foi possível executar a tarefa agendada via CLI. Os seguintes erros técnicos surgiram:" + "Default" : "Padrão" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/pt_PT.json b/settings/l10n/pt_PT.json index 4151db2ea4..6358ef543f 100644 --- a/settings/l10n/pt_PT.json +++ b/settings/l10n/pt_PT.json @@ -67,10 +67,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome para Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Cliente iOS", - "Android Client" : "Cliente Android", "Sync client - {os}" : "Sincronizar cliente - {so}", "This session" : "Esta sessão", "Copy" : "Copiar", @@ -99,7 +95,6 @@ "So-so password" : "Palavra-passe aceitável", "Good password" : "Palavra-passe boa", "Strong password" : "Palavra-passe forte", - "An error occured while changing your language. Please reload the page and try again." : "Ocorreu um erro ao modificar a sua lingua. Por favor recarregue a página e tente novamente.", "Select a profile picture" : "Selecione uma fotografia de perfil", "Groups" : "Grupos", "Limit to groups" : "Limitado a grupos", @@ -283,7 +278,6 @@ "Invalid user" : "Utilizador inválido", "Unable to change mail address" : "Não foi possível alterar o seu endereço de e-mail", "Email saved" : "E-mail guardado", - "%1$s changed your email address on %2$s." : "%1$s modificou o seu endereço de email em %2$s.", "Password confirmation is required" : "Confirmação de senha necessária", "Are you really sure you want add {domain} as trusted domain?" : "Tem a certeza que pretende adicionar {domain} como um domínio confiável?", "Add trusted domain" : "Adicionar domínio confiável ", @@ -296,14 +290,18 @@ "Error while enabling app" : "Ocorreu um erro enquanto ativava a app", "Error: Could not disable broken app" : "Erro: Não pode desactivar uma app danificada.", "Error while disabling broken app" : "Erro ao desactivar app estragada", - "Updating...." : "A actualizar...", - "Error while updating app" : "Erro ao actualizar a app", + "App up to date" : "App actualizada", "Updated" : "Atualizada", "Removing …" : "A remover...", - "Error while removing app" : "Erro ao remover a app", + "Could not remove app" : "Não foi possível remover a app", "Approved" : "Aprovado", "Experimental" : "Experimental", "No apps found for {query}" : "Não foram encontradas aplicações para {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "An error occured while changing your language. Please reload the page and try again." : "Ocorreu um erro ao modificar a sua lingua. Por favor recarregue a página e tente novamente.", "Unable to delete {objName}" : "Não é possível apagar {objNome}", "Error creating group: {message}" : "Erro ao criar grupo: {message}", "A valid group name must be provided" : "Deve ser indicado um nome de grupo válido", @@ -324,57 +322,32 @@ "Error creating user: {message}" : "Erro ao criar utilizador: {message}", "A valid password must be provided" : "Deve ser indicada uma palavra-passe válida", "A valid email must be provided" : "Deve ser fornecido um email válido", - "__language_name__" : "__nome_da_linguagem__", - "Verifying" : "A verificar", - "Personal info" : "Informação pessoal", - "Sync clients" : "Sincronizar clientes", + "by %s" : "por %s", + "%s-licensed" : "%s-autorizado", + "Documentation:" : "Documentação:", + "Show description …" : "Mostrar descrição ...", + "Hide description …" : "Esconder descrição ...", + "This app has an update available." : "Esta aplicação tem uma atualização disponível.", + "Enable only for specific groups" : "Activar só para grupos específicos", + "Online documentation" : "Documentação Online", + "Getting help" : "Obtendo ajuda", + "Commercial support" : "Suporte Comercial", "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." : "A configuração Só-de-Leitura foi ativada. Isto evita definir algumas configurações através da interface da Web. Além disso, o ficheiro precisa de ser definido gravável manualmente para cada atualização.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isto é provavelmente causado por uma cache/acelerador como o Zend OPcache or eAcelerador.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "A versão de %1$s instalada é inferior a %2$s, por motivos de estabilidade e desempenho recomendamos que actualize %1$s para uma versão mais recente.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "O módulo PHP 'fileinfo' está ausente. Recomendamos vivamente que active este módulo para obter melhores resultados com detecção de tipo MIME.", "System locale can not be set to a one which supports UTF-8." : "Não é possível definir a internacionalização do sistema para um que suporte o UTF-8.", - "This means that there might be problems with certain characters in file names." : "Isto significa que podem haver problemas com alguns caracteres nos nomes dos ficheiros.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Recomendamos vivamente que instale os pacotes necessários no seu sistema para suportar um dos seguintes locais: %s.", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Não foi possível executar a tarefa automática via CLI. Ocorreram os seguintes erros técnicos:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Por favor confira os guias de instalação ↗, e procure por algum erro ou aviso nos logs.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registada num serviço webcron para chamar cron-php a cada 15 minutos através de http.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para esta execução é necessária a extensão PHP posix. Veja {iniciodaligação}documentação PHP{fimdaligação} para mais detalhes.", + "This means that there might be problems with certain characters in filenames." : "Isto significa que podem haver problemas com alguns caracteres no nome dos ficheiros.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "É vivamente aconselhável que instale os pacotes necessários no seu sistema para suportar um dos nossos locais: %s.", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Não foi possível executar a tarefa agendada via CLI. Os seguintes erros técnicos surgiram:", "Tips & tricks" : "Dicas e truques", "This is particularly recommended when using the desktop client for file synchronisation." : "Isto é particularmente recomendado quando estiver a usar um cliente de desktop para sincronização de ficheiros.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Para migrar para outra base de dados use a ferramenta da linha de comandos: 'occ db:convert-type', ou veja a documentação ↗.", "How to do backups" : "Como fazer cópias de segurança", "Performance tuning" : "Ajuste de desempenho", "Improving the config.php" : "Melhorar o config.php", "Theming" : "Temas", "Check the security of your Nextcloud over our security scan" : "Verifique a segurança da sua Nextcloud através da nossa verificação de segurança", "Hardening and security guidance" : "Orientações de proteção e segurança", - "This app has an update available." : "Esta aplicação tem uma atualização disponível.", - "by %s" : "por %s", - "%s-licensed" : "%s-autorizado", - "Documentation:" : "Documentação:", - "Show description …" : "Mostrar descrição ...", - "Hide description …" : "Esconder descrição ...", - "Enable only for specific groups" : "Activar só para grupos específicos", - "Online documentation" : "Documentação Online", - "Getting help" : "Obtendo ajuda", - "Commercial support" : "Suporte Comercial", "You are using %s of %s" : "Está a usar %s de %s", "You are using %s of %s (%s %%)" : "Está a usar %s de %s (%s%%)", - "You are member of the following groups:" : "Você é membro dos seguintes grupos:", - "Get the apps to sync your files" : "Tenha as aplicações a sincronizar os seus ficheiros", - "Desktop client" : "Cliente desktop", - "Android app" : "Aplicação Android", - "iOS app" : "Aplicação iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Se quiser das suporte ao nosso projecto {contributoaberto} junte-se ao desenvolvimento {linkfechado} ou {contributoaberto} espalhe a mensagem {linkfechado}!", - "Show First Run Wizard again" : "Mostrar Configurador de Primeira Execução novamente", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Clientes Web, desktop e móveis, e palavras-passe específicas de aplicação que actualmente têm acesso à sua conta.", - "App passwords" : "Palavras-passe de aplicação", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aqui pode gerar palavras-passe individuais para as suas aplicações para não tenha de usar a sua palavra-passe. Também as pode revogar individualmente.", - "Follow us on Google+!" : "Siga-nos no Google+!", - "Like our facebook page!" : "Deixe um Gosto na nossa página do Facebook!", - "Follow us on Twitter!" : "Siga-nos no Twitter!", - "Check out our blog!" : "Veja o nosso blog!", - "Subscribe to our newsletter!" : "Subscreva as nossas notícias!", "Settings" : "Definições", "Show storage location" : "Mostrar a localização do armazenamento", "Show email address" : "Mostrar endereço de email", @@ -384,18 +357,12 @@ "Create" : "Criar", "Admin Recovery Password" : "Recuperação da Palavra-passe de Administrador", "Enter the recovery password in order to recover the users files during password change" : "Digite a senha de recuperação, a fim de recuperar os ficheiros dos utilizadores durante a mudança da palavra-passe", - "Group name" : "Nome do grupo", "Disabled" : "Desactivado", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Insira a quota de armazenamento (ex: \"512 MB\" ou \"12 GB\")", "Other" : "Outro", "change full name" : "alterar nome completo", "set new password" : "definir nova palavra-passe", "change email address" : "alterar endereço do correio eletrónico", - "Default" : "Padrão", - "App up to date" : "App actualizada", - "Could not remove app" : "Não foi possível remover a app", - "This means that there might be problems with certain characters in filenames." : "Isto significa que podem haver problemas com alguns caracteres no nome dos ficheiros.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "É vivamente aconselhável que instale os pacotes necessários no seu sistema para suportar um dos nossos locais: %s.", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Não foi possível executar a tarefa agendada via CLI. Os seguintes erros técnicos surgiram:" + "Default" : "Padrão" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/ro.js b/settings/l10n/ro.js index b030b9b401..11118b3a8a 100644 --- a/settings/l10n/ro.js +++ b/settings/l10n/ro.js @@ -37,10 +37,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome for Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS Client", - "Android Client" : "Android Client", "Copy" : "Copiază", "Copied!" : "S-a copiat!", "Not supported!" : "Nu este suportat!", @@ -189,6 +185,10 @@ OC.L10N.register( "Approved" : "Aprobat", "Experimental" : "Experimental", "No apps found for {query}" : "Nu am gasit nici o aplicatie pentru {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS Client", + "Android Client" : "Android Client", "Unable to delete {objName}" : "Nu s-a putut șterge {objName}", "Error creating group: {message}" : "Eroare la crearea grupului: {message}", "A valid group name must be provided" : "Trebuie furnizat un nume de grup valid", @@ -204,22 +204,21 @@ OC.L10N.register( "Error creating user: {message}" : "Eroare la crearea utilizatorului: {message}", "A valid password must be provided" : "Trebuie să furnizaţi o parolă validă", "A valid email must be provided" : "Trebuie furnizată o adresă email validă", - "Tips & tricks" : "Tips & tricks", - "How to do backups" : "Cum să faci copii de rezervă", - "Performance tuning" : "Imbunătățirea performanței", - "Improving the config.php" : "Imbunătățire config.php", - "Theming" : "Tema", - "This app has an update available." : "Este disponibilă o actualizare pentru această aplicație.", "by %s" : "de %s", "%s-licensed" : "%s-licențiat", "Documentation:" : "Documentație:", "Show description …" : "Arată descriere ...", "Hide description …" : "Ascunde descriere ...", + "This app has an update available." : "Este disponibilă o actualizare pentru această aplicație.", "Enable only for specific groups" : "Activează doar pentru grupuri specifice", "Online documentation" : "Documentație online", "Commercial support" : "Suport comercial", + "Tips & tricks" : "Tips & tricks", + "How to do backups" : "Cum să faci copii de rezervă", + "Performance tuning" : "Imbunătățirea performanței", + "Improving the config.php" : "Imbunătățire config.php", + "Theming" : "Tema", "You are using %s of %s" : "Folosești %s sau %s", - "You are member of the following groups:" : "Ești membru a următoarelor grupuri:", "Settings" : "Setări", "Show storage location" : "Arată localizarea stocării", "Show email address" : "Arată adresa de email", diff --git a/settings/l10n/ro.json b/settings/l10n/ro.json index b0d94d06b9..c060e2c1e0 100644 --- a/settings/l10n/ro.json +++ b/settings/l10n/ro.json @@ -35,10 +35,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome for Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS Client", - "Android Client" : "Android Client", "Copy" : "Copiază", "Copied!" : "S-a copiat!", "Not supported!" : "Nu este suportat!", @@ -187,6 +183,10 @@ "Approved" : "Aprobat", "Experimental" : "Experimental", "No apps found for {query}" : "Nu am gasit nici o aplicatie pentru {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS Client", + "Android Client" : "Android Client", "Unable to delete {objName}" : "Nu s-a putut șterge {objName}", "Error creating group: {message}" : "Eroare la crearea grupului: {message}", "A valid group name must be provided" : "Trebuie furnizat un nume de grup valid", @@ -202,22 +202,21 @@ "Error creating user: {message}" : "Eroare la crearea utilizatorului: {message}", "A valid password must be provided" : "Trebuie să furnizaţi o parolă validă", "A valid email must be provided" : "Trebuie furnizată o adresă email validă", - "Tips & tricks" : "Tips & tricks", - "How to do backups" : "Cum să faci copii de rezervă", - "Performance tuning" : "Imbunătățirea performanței", - "Improving the config.php" : "Imbunătățire config.php", - "Theming" : "Tema", - "This app has an update available." : "Este disponibilă o actualizare pentru această aplicație.", "by %s" : "de %s", "%s-licensed" : "%s-licențiat", "Documentation:" : "Documentație:", "Show description …" : "Arată descriere ...", "Hide description …" : "Ascunde descriere ...", + "This app has an update available." : "Este disponibilă o actualizare pentru această aplicație.", "Enable only for specific groups" : "Activează doar pentru grupuri specifice", "Online documentation" : "Documentație online", "Commercial support" : "Suport comercial", + "Tips & tricks" : "Tips & tricks", + "How to do backups" : "Cum să faci copii de rezervă", + "Performance tuning" : "Imbunătățirea performanței", + "Improving the config.php" : "Imbunătățire config.php", + "Theming" : "Tema", "You are using %s of %s" : "Folosești %s sau %s", - "You are member of the following groups:" : "Ești membru a următoarelor grupuri:", "Settings" : "Setări", "Show storage location" : "Arată localizarea stocării", "Show email address" : "Arată adresa de email", diff --git a/settings/l10n/ru.js b/settings/l10n/ru.js index 8bed25d097..5047cab471 100644 --- a/settings/l10n/ru.js +++ b/settings/l10n/ru.js @@ -72,10 +72,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome для Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Клиент iOS", - "Android Client" : "Клиент Android", "Sync client - {os}" : "Клиент синхронизации - {os}", "This session" : "Этот сеанс работы", "Copy" : "Копировать", @@ -104,8 +100,6 @@ OC.L10N.register( "So-so password" : "Так себе пароль", "Good password" : "Хороший пароль", "Strong password" : "Надёжный пароль", - "An error occured while changing your language. Please reload the page and try again." : "При переключении языка произошла ошибка. Перезагрузите эту страницу и попробуйте ещё раз.", - "An error occured while changing your locale. Please reload the page and try again." : "При переключении региональных стандартов произошла ошибка. Перезагрузите страницу и попробуйте ещё раз.", "Select a profile picture" : "Выберите аватар", "Week starts on {fdow}" : "Начало недели: {fdow}", "Groups" : "Группы", @@ -335,12 +329,10 @@ OC.L10N.register( "Invalid user" : "Неверный пользователь", "Unable to change mail address" : "Невозможно изменить адрес электронной почты", "Email saved" : "Адрес email сохранен", - "%1$s changed your email address on %2$s." : "%1$s изменил(а) Ваш адрес электронной почты на сервере %2$s.", "Password confirmation is required" : "Требуется подтверждение пароля", "Are you really sure you want add {domain} as trusted domain?" : "Вы действительно хотите добавить домен {domain} как доверенный?", "Add trusted domain" : "Добавить доверенный домен", "Update to %s" : "Обновить до %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Доступно обновление для %n приложения","Доступны обновления для %n приложений","Доступны обновления для %n приложений","Доступны обновления для %nприложений"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Подтвержденные приложения разработаны доверенными разработчиками и прошли краткую проверку на наличие проблем с безопасностью. Они активно поддерживаются в открытых репозиториях и сопровождающие их разработчики подтверждают, что приложения достаточно стабильны для нормальной работы.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Это приложение не проверялось на наличие проблем с безопасностью, также оно может работать нестабильно. Устанавливайте на свой страх и риск.", "Disabling app …" : "Отключение приложения…", @@ -349,14 +341,20 @@ OC.L10N.register( "Error while enabling app" : "Ошибка включения приложения", "Error: Could not disable broken app" : "Ошибка: невозможно отключить «сломанное» приложение", "Error while disabling broken app" : "Ошибка при отключении сломанного приложения", - "Updating...." : "Обновление…", - "Error while updating app" : "Ошибка обновления приложения", + "App up to date" : "Приложение не нуждается в обновлении", + "Updating …" : "Обновление…", + "Could not update app" : "Не удалось обновить приложение", "Updated" : "Обновлено", "Removing …" : "Удаление…", - "Error while removing app" : "Ошибка удаления приложения", + "Could not remove app" : "Не удалось удалить приложение.", "Approved" : "Подтвержденное", "Experimental" : "Экспериментальное", "No apps found for {query}" : "По запросу «{query}» не найдено ни одного приложения", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Клиент iOS", + "Android Client" : "Клиент Android", + "An error occured while changing your language. Please reload the page and try again." : "При переключении языка произошла ошибка. Перезагрузите эту страницу и попробуйте ещё раз.", "Unable to delete {objName}" : "Невозможно удалить {objName}", "Error creating group: {message}" : "Ошибка создания группы: {message}", "A valid group name must be provided" : "Введите правильное имя группы", @@ -377,66 +375,45 @@ OC.L10N.register( "Error creating user: {message}" : "Ошибка создания пользователя: {message}", "A valid password must be provided" : "Должен быть указан правильный пароль", "A valid email must be provided" : "Должен быть указан корректный адрес электронной почты", - "__language_name__" : "Русский язык", - "Verifying" : "Проверка", - "Personal info" : "Личная информация", - "Sync clients" : "Приложения для синхронизации", - "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." : "Для обеспечения безопасности и производительности важно, чтобы всё было настроено правильно. Чтобы убедиться в этом, мы выполняем некоторые автоматические проверки. Дополнительная информация содержится в разделе «Советы и рекомендации» и в документации.", - "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\") возвращает пустые результаты, вероятно, PHP настроен неверно.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Обратитесь к документации по установке ↗ для получения информации по правильной настройке PHP, что особенно важно в случае использования php-fpm.", + "by %s" : "от %s", + "%s-licensed" : "Лицензия %s", + "Documentation:" : "Документация:", + "Show description …" : "Показать описание…", + "Hide description …" : "Скрыть описание…", + "This app has an update available." : "Для этого приложения доступно обновление.", + "Enable only for specific groups" : "Включить только для определенных групп", + "Online documentation" : "Online-документация", + "Getting help" : "Помощь", + "Commercial support" : "Коммерческая поддержка", + "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Пожалуйста прочитайте в документации по установке, раздел о конфигурации PHP и конфигурации 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." : "Конфигурационный файл в режиме только для чтения. В связи с этим некоторые настройки веб-интерфейса невозможно изменить. Учтите, что для установки обновлений, вам потребуется самостоятельно разрешить запись в конфигурационный файл.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP настроен на вычищение блоков встроенной документации, что приведёт к невозможности использовать несколько основных приложений.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Очевидно, PHP настроен на вычищение блоков встроенной документации. Это сделает несколько центральных приложений недоступными.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Возможно это вызвано кешем/ускорителем вроде Zend OPcache или eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Ваша база данных не работает в режиме изоляции транзакций \"READ COMMITED\". Это может вызвать проблемы, если несколько действий выполняется одновременно.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "Установленная версия %1$s меньше чем %2$s. По причинам стабильности и производительности рекомендуется обновить используемую версию %1$s.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Отсутствует модуль PHP «fileinfo». Настоятельно рекомендуется включить этот модуль для улучшения определения типов (MIME-type) файлов.", - "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 documentation ↗ for more information." : "Отключена блокировка передаваемых файлов, что может привести к состоянию гонки. Для предупреждения возможных проблем включите параметр «filelocking.enabled» в файле «config.php». Обратитесь к документации ↗ для получения дополнительной информации.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s ниже установленной версии %2$s. Для улучшения стабильности и производительности рекомендуем обновиться до новой версии %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." : "PHP-модуль «fileinfo» отсутствует. Мы настоятельно рекомендуем включить этот модуль для улучшения определения типов (MIME-type) файлов.", + "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 documentation ↗ for more information." : "Отключена блокировка передаваемых файлов, что может привести к состоянию гонки. Для предупреждения возможных проблем включите параметр «filelocking.enabled» в файле «config.php». Обратитесь к документации ↗ для получения дополнительной информации.", "System locale can not be set to a one which supports UTF-8." : "Невозможно установить системную локаль, поддерживающую UTF-8", - "This means that there might be problems with certain characters in file names." : "Это означает, что возможны проблемы с некоторыми символами в именах файлов.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Настоятельно рекомендуется установить требуемые системные пакеты для поддержки одного из следующих региональных стандартов: %s.", - "If your installation is not installed in 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\")" : "При установке сервера не в корневой каталог домена и использовании системного планировщика сron возможны проблемы, связанные с формированием неверных URL. Решением является присвоение параметру «overwrite.cli.url» в файле «config.php» значения, равного полному интернет-адресу установки сервера (Предположительно: «%s».)", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Ошибка запуска задачи планировщика с использованием интерфейса командной строки. Подробное сообщение об ошибке:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Ещё раз внимательно прочитайте руководство по установке ↗ и проверьте журнал на наличие ошибок.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "«cron.php» зарегистрирован в службе webcron и будет вызываться каждые 15 минут по HTTP.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Для запуска требуется расширение POSIX для PHP. Дополнительные сведения содержатся в {linkstart}документации по PHP{linkend}.", + "This means that there might be problems with certain characters in filenames." : "Это значит, что могут быть проблемы с некоторыми символами в именах файлов.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Настойчиво рекомендуем установить требуемые пакеты для вашей системы для поддержки одного из следующих языков: %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\")" : "В случае установки не в корне домена и использования системного планировщика Cron возможны проблемы с правильной генерацией URL. Для их избежания, установите настройке «overwrite.cli.url» в файле config.php значение, равное пути папки установки. (Предположительно: «%s».)", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Не удаётся запустить задачу планировщика с использованием CLI (интерфейса командной строки). Произошли следующие технические ошибки:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Пожалуйста перечитайте инструкции по установке и проверьте логи на предмет наличия ошибок и предупреждений", "Tips & tricks" : "Советы и трюки", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Для оптимальной настройки и использования доступно множество возможностей и параметров конфигурации. Вот несколько указателей для получения дополнительной информации.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "В качестве базы данных используется SQLite. Для больших установок мы рекомендуем переключиться на другую серверную базу данных.", "This is particularly recommended when using the desktop client for file synchronisation." : "Рекомендуется при синхронизации файлов с использованием клиента для ПК.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Для перехода на другую базу данных используйте команду: «occ db:convert-type» или обратитесь к документации ↗. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Для перехода на другую базу данных используйте команду: «occ db:convert-type» или обратитесь к документации ↗. ", "How to do backups" : "Как сделать резервные копии", "Performance tuning" : "Настройка производительности", "Improving the config.php" : "Улучшение config.php", "Theming" : "Темы оформления", "Check the security of your Nextcloud over our security scan" : "Проверить безопасность вашего Nextcloud нашем сканером", "Hardening and security guidance" : "Руководство по безопасности и защите", - "This app has an update available." : "Для этого приложения доступно обновление.", - "by %s" : "от %s", - "%s-licensed" : "Лицензия %s", - "Documentation:" : "Документация:", - "Show description …" : "Показать описание…", - "Hide description …" : "Скрыть описание…", - "Enable only for specific groups" : "Включить только для определенных групп", - "Online documentation" : "Online-документация", - "Getting help" : "Помощь", - "Commercial support" : "Коммерческая поддержка", "You are using %s of %s" : "Вы используете %s из %s", "You are using %s of %s (%s %%)" : "Вы используете %s из %s (%s %%)", - "You are member of the following groups:" : "Вы являетесь членом следующих групп:", - "Get the apps to sync your files" : "Скачать приложения для синхронизации", - "Desktop client" : "Клиент для ПК", - "Android app" : "Приложение для Android", - "iOS app" : "Приложение для iOS ", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Если хотите поддержать проект — {contributeopen}присоединяйтесь к разработке{linkclose} или {contributeopen}расскажите о нас{linkclose}!", - "Show First Run Wizard again" : "Повторно запустить мастер первоначальной настройки", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Приложения для синхронизации, а также приложения с индивидуальными паролями, которым предоставлен доступ к вашей учётной записи.", - "App passwords" : "Пароли приложений", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Создание индивидуальных паролей приложений. Возможно выборочно закрывать доступ приложениям, для которых назначены индивидуальные пароли.", - "Follow us on Google+!" : "Следите за нашими новостями в Google+!", - "Like our facebook page!" : "Посмотрите нашу страницу в facebook!", - "Follow us on Twitter!" : "Следите за нашими новостями в Twitter!", - "Check out our blog!" : "Посетите наш блог!", - "Subscribe to our newsletter!" : "Подпишитесь на нашу рассылку!", "Settings" : "Параметры", "Show storage location" : "Показывать расположение хранилища", "Show email address" : "Показывать адрес электронной почты", @@ -446,7 +423,6 @@ OC.L10N.register( "Create" : "Создать", "Admin Recovery Password" : "Пароль административного восстановления", "Enter the recovery password in order to recover the users files during password change" : "Введите пароль для того, чтобы восстановить файлы пользователей при смене пароля", - "Group name" : "Название группы", "Disabled" : "Отключено", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Пожалуйста, введите квоту на хранилище (например: \"512 MB\" или \"12 GB\")", "Other" : "Другая", @@ -454,23 +430,7 @@ OC.L10N.register( "set new password" : "задать новый пароль", "change email address" : "изменить адрес почты", "Default" : "По умолчанию", - "App up to date" : "Приложение не нуждается в обновлении", - "Updating …" : "Обновление…", - "Could not update app" : "Не удалось обновить приложение", - "Could not remove app" : "Не удалось удалить приложение.", - "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Пожалуйста прочитайте в документации по установке, раздел о конфигурации PHP и конфигурации PHP на вашем сервере, особенно при использовании php-fpm ", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Очевидно, PHP настроен на вычищение блоков встроенной документации. Это сделает несколько центральных приложений недоступными.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s ниже установленной версии %2$s. Для улучшения стабильности и производительности рекомендуем обновиться до новой версии %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." : "PHP-модуль «fileinfo» отсутствует. Мы настоятельно рекомендуем включить этот модуль для улучшения определения типов (MIME-type) файлов.", - "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 documentation ↗ for more information." : "Отключена блокировка передаваемых файлов, что может привести к состоянию гонки. Для предупреждения возможных проблем включите параметр «filelocking.enabled» в файле «config.php». Обратитесь к документации ↗ для получения дополнительной информации.", - "This means that there might be problems with certain characters in filenames." : "Это значит, что могут быть проблемы с некоторыми символами в именах файлов.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Настойчиво рекомендуем установить требуемые пакеты для вашей системы для поддержки одного из следующих языков: %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\")" : "В случае установки не в корне домена и использования системного планировщика Cron возможны проблемы с правильной генерацией URL. Для их избежания, установите настройке «overwrite.cli.url» в файле config.php значение, равное пути папки установки. (Предположительно: «%s».)", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Не удаётся запустить задачу планировщика с использованием CLI (интерфейса командной строки). Произошли следующие технические ошибки:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Пожалуйста перечитайте инструкции по установке и проверьте логи на предмет наличия ошибок и предупреждений", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Для перехода на другую базу данных используйте команду: «occ db:convert-type» или обратитесь к документации ↗. ", - "Default quota :" : "Квота по умолчанию: " + "Default quota :" : "Квота по умолчанию: ", + "An error occured while changing your locale. Please reload the page and try again." : "При переключении региональных стандартов произошла ошибка. Перезагрузите страницу и попробуйте ещё раз." }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/settings/l10n/ru.json b/settings/l10n/ru.json index 97f288df95..bce5031d15 100644 --- a/settings/l10n/ru.json +++ b/settings/l10n/ru.json @@ -70,10 +70,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome для Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Клиент iOS", - "Android Client" : "Клиент Android", "Sync client - {os}" : "Клиент синхронизации - {os}", "This session" : "Этот сеанс работы", "Copy" : "Копировать", @@ -102,8 +98,6 @@ "So-so password" : "Так себе пароль", "Good password" : "Хороший пароль", "Strong password" : "Надёжный пароль", - "An error occured while changing your language. Please reload the page and try again." : "При переключении языка произошла ошибка. Перезагрузите эту страницу и попробуйте ещё раз.", - "An error occured while changing your locale. Please reload the page and try again." : "При переключении региональных стандартов произошла ошибка. Перезагрузите страницу и попробуйте ещё раз.", "Select a profile picture" : "Выберите аватар", "Week starts on {fdow}" : "Начало недели: {fdow}", "Groups" : "Группы", @@ -333,12 +327,10 @@ "Invalid user" : "Неверный пользователь", "Unable to change mail address" : "Невозможно изменить адрес электронной почты", "Email saved" : "Адрес email сохранен", - "%1$s changed your email address on %2$s." : "%1$s изменил(а) Ваш адрес электронной почты на сервере %2$s.", "Password confirmation is required" : "Требуется подтверждение пароля", "Are you really sure you want add {domain} as trusted domain?" : "Вы действительно хотите добавить домен {domain} как доверенный?", "Add trusted domain" : "Добавить доверенный домен", "Update to %s" : "Обновить до %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Доступно обновление для %n приложения","Доступны обновления для %n приложений","Доступны обновления для %n приложений","Доступны обновления для %nприложений"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Подтвержденные приложения разработаны доверенными разработчиками и прошли краткую проверку на наличие проблем с безопасностью. Они активно поддерживаются в открытых репозиториях и сопровождающие их разработчики подтверждают, что приложения достаточно стабильны для нормальной работы.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Это приложение не проверялось на наличие проблем с безопасностью, также оно может работать нестабильно. Устанавливайте на свой страх и риск.", "Disabling app …" : "Отключение приложения…", @@ -347,14 +339,20 @@ "Error while enabling app" : "Ошибка включения приложения", "Error: Could not disable broken app" : "Ошибка: невозможно отключить «сломанное» приложение", "Error while disabling broken app" : "Ошибка при отключении сломанного приложения", - "Updating...." : "Обновление…", - "Error while updating app" : "Ошибка обновления приложения", + "App up to date" : "Приложение не нуждается в обновлении", + "Updating …" : "Обновление…", + "Could not update app" : "Не удалось обновить приложение", "Updated" : "Обновлено", "Removing …" : "Удаление…", - "Error while removing app" : "Ошибка удаления приложения", + "Could not remove app" : "Не удалось удалить приложение.", "Approved" : "Подтвержденное", "Experimental" : "Экспериментальное", "No apps found for {query}" : "По запросу «{query}» не найдено ни одного приложения", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Клиент iOS", + "Android Client" : "Клиент Android", + "An error occured while changing your language. Please reload the page and try again." : "При переключении языка произошла ошибка. Перезагрузите эту страницу и попробуйте ещё раз.", "Unable to delete {objName}" : "Невозможно удалить {objName}", "Error creating group: {message}" : "Ошибка создания группы: {message}", "A valid group name must be provided" : "Введите правильное имя группы", @@ -375,66 +373,45 @@ "Error creating user: {message}" : "Ошибка создания пользователя: {message}", "A valid password must be provided" : "Должен быть указан правильный пароль", "A valid email must be provided" : "Должен быть указан корректный адрес электронной почты", - "__language_name__" : "Русский язык", - "Verifying" : "Проверка", - "Personal info" : "Личная информация", - "Sync clients" : "Приложения для синхронизации", - "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." : "Для обеспечения безопасности и производительности важно, чтобы всё было настроено правильно. Чтобы убедиться в этом, мы выполняем некоторые автоматические проверки. Дополнительная информация содержится в разделе «Советы и рекомендации» и в документации.", - "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\") возвращает пустые результаты, вероятно, PHP настроен неверно.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Обратитесь к документации по установке ↗ для получения информации по правильной настройке PHP, что особенно важно в случае использования php-fpm.", + "by %s" : "от %s", + "%s-licensed" : "Лицензия %s", + "Documentation:" : "Документация:", + "Show description …" : "Показать описание…", + "Hide description …" : "Скрыть описание…", + "This app has an update available." : "Для этого приложения доступно обновление.", + "Enable only for specific groups" : "Включить только для определенных групп", + "Online documentation" : "Online-документация", + "Getting help" : "Помощь", + "Commercial support" : "Коммерческая поддержка", + "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Пожалуйста прочитайте в документации по установке, раздел о конфигурации PHP и конфигурации 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." : "Конфигурационный файл в режиме только для чтения. В связи с этим некоторые настройки веб-интерфейса невозможно изменить. Учтите, что для установки обновлений, вам потребуется самостоятельно разрешить запись в конфигурационный файл.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP настроен на вычищение блоков встроенной документации, что приведёт к невозможности использовать несколько основных приложений.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Очевидно, PHP настроен на вычищение блоков встроенной документации. Это сделает несколько центральных приложений недоступными.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Возможно это вызвано кешем/ускорителем вроде Zend OPcache или eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Ваша база данных не работает в режиме изоляции транзакций \"READ COMMITED\". Это может вызвать проблемы, если несколько действий выполняется одновременно.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "Установленная версия %1$s меньше чем %2$s. По причинам стабильности и производительности рекомендуется обновить используемую версию %1$s.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Отсутствует модуль PHP «fileinfo». Настоятельно рекомендуется включить этот модуль для улучшения определения типов (MIME-type) файлов.", - "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 documentation ↗ for more information." : "Отключена блокировка передаваемых файлов, что может привести к состоянию гонки. Для предупреждения возможных проблем включите параметр «filelocking.enabled» в файле «config.php». Обратитесь к документации ↗ для получения дополнительной информации.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s ниже установленной версии %2$s. Для улучшения стабильности и производительности рекомендуем обновиться до новой версии %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." : "PHP-модуль «fileinfo» отсутствует. Мы настоятельно рекомендуем включить этот модуль для улучшения определения типов (MIME-type) файлов.", + "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 documentation ↗ for more information." : "Отключена блокировка передаваемых файлов, что может привести к состоянию гонки. Для предупреждения возможных проблем включите параметр «filelocking.enabled» в файле «config.php». Обратитесь к документации ↗ для получения дополнительной информации.", "System locale can not be set to a one which supports UTF-8." : "Невозможно установить системную локаль, поддерживающую UTF-8", - "This means that there might be problems with certain characters in file names." : "Это означает, что возможны проблемы с некоторыми символами в именах файлов.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Настоятельно рекомендуется установить требуемые системные пакеты для поддержки одного из следующих региональных стандартов: %s.", - "If your installation is not installed in 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\")" : "При установке сервера не в корневой каталог домена и использовании системного планировщика сron возможны проблемы, связанные с формированием неверных URL. Решением является присвоение параметру «overwrite.cli.url» в файле «config.php» значения, равного полному интернет-адресу установки сервера (Предположительно: «%s».)", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Ошибка запуска задачи планировщика с использованием интерфейса командной строки. Подробное сообщение об ошибке:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Ещё раз внимательно прочитайте руководство по установке ↗ и проверьте журнал на наличие ошибок.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "«cron.php» зарегистрирован в службе webcron и будет вызываться каждые 15 минут по HTTP.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Для запуска требуется расширение POSIX для PHP. Дополнительные сведения содержатся в {linkstart}документации по PHP{linkend}.", + "This means that there might be problems with certain characters in filenames." : "Это значит, что могут быть проблемы с некоторыми символами в именах файлов.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Настойчиво рекомендуем установить требуемые пакеты для вашей системы для поддержки одного из следующих языков: %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\")" : "В случае установки не в корне домена и использования системного планировщика Cron возможны проблемы с правильной генерацией URL. Для их избежания, установите настройке «overwrite.cli.url» в файле config.php значение, равное пути папки установки. (Предположительно: «%s».)", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Не удаётся запустить задачу планировщика с использованием CLI (интерфейса командной строки). Произошли следующие технические ошибки:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Пожалуйста перечитайте инструкции по установке и проверьте логи на предмет наличия ошибок и предупреждений", "Tips & tricks" : "Советы и трюки", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Для оптимальной настройки и использования доступно множество возможностей и параметров конфигурации. Вот несколько указателей для получения дополнительной информации.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "В качестве базы данных используется SQLite. Для больших установок мы рекомендуем переключиться на другую серверную базу данных.", "This is particularly recommended when using the desktop client for file synchronisation." : "Рекомендуется при синхронизации файлов с использованием клиента для ПК.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Для перехода на другую базу данных используйте команду: «occ db:convert-type» или обратитесь к документации ↗. ", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Для перехода на другую базу данных используйте команду: «occ db:convert-type» или обратитесь к документации ↗. ", "How to do backups" : "Как сделать резервные копии", "Performance tuning" : "Настройка производительности", "Improving the config.php" : "Улучшение config.php", "Theming" : "Темы оформления", "Check the security of your Nextcloud over our security scan" : "Проверить безопасность вашего Nextcloud нашем сканером", "Hardening and security guidance" : "Руководство по безопасности и защите", - "This app has an update available." : "Для этого приложения доступно обновление.", - "by %s" : "от %s", - "%s-licensed" : "Лицензия %s", - "Documentation:" : "Документация:", - "Show description …" : "Показать описание…", - "Hide description …" : "Скрыть описание…", - "Enable only for specific groups" : "Включить только для определенных групп", - "Online documentation" : "Online-документация", - "Getting help" : "Помощь", - "Commercial support" : "Коммерческая поддержка", "You are using %s of %s" : "Вы используете %s из %s", "You are using %s of %s (%s %%)" : "Вы используете %s из %s (%s %%)", - "You are member of the following groups:" : "Вы являетесь членом следующих групп:", - "Get the apps to sync your files" : "Скачать приложения для синхронизации", - "Desktop client" : "Клиент для ПК", - "Android app" : "Приложение для Android", - "iOS app" : "Приложение для iOS ", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Если хотите поддержать проект — {contributeopen}присоединяйтесь к разработке{linkclose} или {contributeopen}расскажите о нас{linkclose}!", - "Show First Run Wizard again" : "Повторно запустить мастер первоначальной настройки", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Приложения для синхронизации, а также приложения с индивидуальными паролями, которым предоставлен доступ к вашей учётной записи.", - "App passwords" : "Пароли приложений", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Создание индивидуальных паролей приложений. Возможно выборочно закрывать доступ приложениям, для которых назначены индивидуальные пароли.", - "Follow us on Google+!" : "Следите за нашими новостями в Google+!", - "Like our facebook page!" : "Посмотрите нашу страницу в facebook!", - "Follow us on Twitter!" : "Следите за нашими новостями в Twitter!", - "Check out our blog!" : "Посетите наш блог!", - "Subscribe to our newsletter!" : "Подпишитесь на нашу рассылку!", "Settings" : "Параметры", "Show storage location" : "Показывать расположение хранилища", "Show email address" : "Показывать адрес электронной почты", @@ -444,7 +421,6 @@ "Create" : "Создать", "Admin Recovery Password" : "Пароль административного восстановления", "Enter the recovery password in order to recover the users files during password change" : "Введите пароль для того, чтобы восстановить файлы пользователей при смене пароля", - "Group name" : "Название группы", "Disabled" : "Отключено", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Пожалуйста, введите квоту на хранилище (например: \"512 MB\" или \"12 GB\")", "Other" : "Другая", @@ -452,23 +428,7 @@ "set new password" : "задать новый пароль", "change email address" : "изменить адрес почты", "Default" : "По умолчанию", - "App up to date" : "Приложение не нуждается в обновлении", - "Updating …" : "Обновление…", - "Could not update app" : "Не удалось обновить приложение", - "Could not remove app" : "Не удалось удалить приложение.", - "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Пожалуйста прочитайте в документации по установке, раздел о конфигурации PHP и конфигурации PHP на вашем сервере, особенно при использовании php-fpm ", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Очевидно, PHP настроен на вычищение блоков встроенной документации. Это сделает несколько центральных приложений недоступными.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s ниже установленной версии %2$s. Для улучшения стабильности и производительности рекомендуем обновиться до новой версии %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." : "PHP-модуль «fileinfo» отсутствует. Мы настоятельно рекомендуем включить этот модуль для улучшения определения типов (MIME-type) файлов.", - "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 documentation ↗ for more information." : "Отключена блокировка передаваемых файлов, что может привести к состоянию гонки. Для предупреждения возможных проблем включите параметр «filelocking.enabled» в файле «config.php». Обратитесь к документации ↗ для получения дополнительной информации.", - "This means that there might be problems with certain characters in filenames." : "Это значит, что могут быть проблемы с некоторыми символами в именах файлов.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Настойчиво рекомендуем установить требуемые пакеты для вашей системы для поддержки одного из следующих языков: %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\")" : "В случае установки не в корне домена и использования системного планировщика Cron возможны проблемы с правильной генерацией URL. Для их избежания, установите настройке «overwrite.cli.url» в файле config.php значение, равное пути папки установки. (Предположительно: «%s».)", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Не удаётся запустить задачу планировщика с использованием CLI (интерфейса командной строки). Произошли следующие технические ошибки:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Пожалуйста перечитайте инструкции по установке и проверьте логи на предмет наличия ошибок и предупреждений", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Для перехода на другую базу данных используйте команду: «occ db:convert-type» или обратитесь к документации ↗. ", - "Default quota :" : "Квота по умолчанию: " + "Default quota :" : "Квота по умолчанию: ", + "An error occured while changing your locale. Please reload the page and try again." : "При переключении региональных стандартов произошла ошибка. Перезагрузите страницу и попробуйте ещё раз." },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" } \ No newline at end of file diff --git a/settings/l10n/si_LK.js b/settings/l10n/si_LK.js deleted file mode 100644 index 2672c6e400..0000000000 --- a/settings/l10n/si_LK.js +++ /dev/null @@ -1,34 +0,0 @@ -OC.L10N.register( - "settings", - { - "Authentication error" : "සත්‍යාපන දෝෂයක්", - "Delete" : "මකා දමන්න", - "Groups" : "කණ්ඩායම්", - "Disable" : "අක්‍රිය කරන්න", - "All" : "සියල්ල", - "Enable" : "සක්‍රිය කරන්න", - "New password" : "නව මුරපදය", - "Username" : "පරිශීලක නම", - "Password" : "මුර පදය", - "Email" : "විද්‍යුත් තැපෑල", - "Quota" : "සලාකය", - "Language" : "භාෂාව", - "None" : "කිසිවක් නැත", - "Login" : "ප්‍රවිශ්ටය", - "Encryption" : "ගුප්ත කේතනය", - "Server address" : "සේවාදායකයේ ලිපිනය", - "Port" : "තොට", - "Sharing" : "හුවමාරු කිරීම", - "Allow resharing" : "යළි යළිත් හුවමාරුවට අවසර දෙමි", - "Cancel" : "එපා", - "Your email address" : "ඔබගේ විද්‍යුත් තැපෑල", - "Help translate" : "පරිවර්ථන සහය", - "Current password" : "වත්මන් මුරපදය", - "Change password" : "මුරපදය වෙනස් කිරීම", - "Email saved" : "වි-තැපෑල සුරකින ලදී", - "undo" : "නිෂ්ප්‍රභ කරන්න", - "never" : "කවදාවත්", - "Create" : "තනන්න", - "Other" : "වෙනත්" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/si_LK.json b/settings/l10n/si_LK.json deleted file mode 100644 index 42140acfb0..0000000000 --- a/settings/l10n/si_LK.json +++ /dev/null @@ -1,32 +0,0 @@ -{ "translations": { - "Authentication error" : "සත්‍යාපන දෝෂයක්", - "Delete" : "මකා දමන්න", - "Groups" : "කණ්ඩායම්", - "Disable" : "අක්‍රිය කරන්න", - "All" : "සියල්ල", - "Enable" : "සක්‍රිය කරන්න", - "New password" : "නව මුරපදය", - "Username" : "පරිශීලක නම", - "Password" : "මුර පදය", - "Email" : "විද්‍යුත් තැපෑල", - "Quota" : "සලාකය", - "Language" : "භාෂාව", - "None" : "කිසිවක් නැත", - "Login" : "ප්‍රවිශ්ටය", - "Encryption" : "ගුප්ත කේතනය", - "Server address" : "සේවාදායකයේ ලිපිනය", - "Port" : "තොට", - "Sharing" : "හුවමාරු කිරීම", - "Allow resharing" : "යළි යළිත් හුවමාරුවට අවසර දෙමි", - "Cancel" : "එපා", - "Your email address" : "ඔබගේ විද්‍යුත් තැපෑල", - "Help translate" : "පරිවර්ථන සහය", - "Current password" : "වත්මන් මුරපදය", - "Change password" : "මුරපදය වෙනස් කිරීම", - "Email saved" : "වි-තැපෑල සුරකින ලදී", - "undo" : "නිෂ්ප්‍රභ කරන්න", - "never" : "කවදාවත්", - "Create" : "තනන්න", - "Other" : "වෙනත්" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/settings/l10n/sk.js b/settings/l10n/sk.js index f12c43302d..5b62afad77 100644 --- a/settings/l10n/sk.js +++ b/settings/l10n/sk.js @@ -71,10 +71,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome pre Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS Klient", - "Android Client" : "Android Klient", "Sync client - {os}" : "Sync client - {os}", "This session" : "Táto relácia", "Copy" : "Kopírovať", @@ -103,8 +99,6 @@ OC.L10N.register( "So-so password" : "Priemerné heslo", "Good password" : "Dobré heslo", "Strong password" : "Silné heslo", - "An error occured while changing your language. Please reload the page and try again." : "Počas zmeny jazyka sa vyskytla chyba. Prosím obnovte stránku a skúste znova.", - "An error occured while changing your locale. Please reload the page and try again." : "Počas zmeny jazyka sa vyskytla chyba. Prosím obnovte stránku a skúste znova.", "Select a profile picture" : "Vybrať avatara", "Week starts on {fdow}" : "Den začína v {fdow}", "Groups" : "Skupiny", @@ -328,12 +322,10 @@ OC.L10N.register( "Invalid user" : "Neplatný používateľ", "Unable to change mail address" : "Nemožno zmeniť emailovú adresu", "Email saved" : "Email uložený", - "%1$s changed your email address on %2$s." : "%1$s zmenil Vašu emailovú adresu na %2$s.", "Password confirmation is required" : "Vyžaduje sa overenie heslom", "Are you really sure you want add {domain} as trusted domain?" : "Ste si istí, že chcete pridať {domain} medzi dôveryhodné domény?", "Add trusted domain" : "Pridať dôveryhodnú doménu", "Update to %s" : "Aktualizovať na %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Prebieha aktualizácia %n aplikácie","Prebieha aktualizácia %n aplikácií","Prebieha aktualizácia %n aplikácií","Prebieha aktualizácia %n aplikácií"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Schválené aplikácie sú vyvíjané dôveryhodnými vývojármi a prešli zbežnou kontrolou bezpečnosti. Sú aktívne udržiavané v otvorenom repozitári a ich udržovatelia ich považujú za stabilné pre bežné použitie.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Táto aplikácia nie je skontrolovaná na bezpečnostné chyby, je nová, alebo patrí medzi nestabilné. Inštalácia na vlastné riziko.", "Disabling app …" : "Vypínanie aplikácie ...", @@ -342,14 +334,20 @@ OC.L10N.register( "Error while enabling app" : "Chyba pri povoľovaní aplikácie", "Error: Could not disable broken app" : "Chyba: nebolo možné zakázať poškodenú aplikáciu", "Error while disabling broken app" : "Nastala chyba počas zakazovania poškodenej aplikácie", - "Updating...." : "Aktualizuje sa...", - "Error while updating app" : "Chyba pri aktualizácii aplikácie", + "App up to date" : "Aplikácia je aktuálna", + "Updating …" : "Aktualizuje sa...", + "Could not update app" : "Nemožno aktualizovať aplikáciu.", "Updated" : "Aktualizované", "Removing …" : "Odstraňujem ...", - "Error while removing app" : "Chyba pri odstraňovaní aplikácie", + "Could not remove app" : "Aplikáciu nie je možné zmazať", "Approved" : "Schválené", "Experimental" : "Experimentálny", "No apps found for {query}" : "Žiadna aplikácia nebola nájdená pre {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS Klient", + "Android Client" : "Android Klient", + "An error occured while changing your language. Please reload the page and try again." : "Počas zmeny jazyka sa vyskytla chyba. Prosím obnovte stránku a skúste znova.", "Unable to delete {objName}" : "Nemožno vymazať {objName}", "Error creating group: {message}" : "Chyba pri vytváraní skupiny: {message}", "A valid group name must be provided" : "Musíte zadať platný názov skupiny", @@ -370,66 +368,45 @@ OC.L10N.register( "Error creating user: {message}" : "Chyba pri vytváraní používateľa: {message}", "A valid password must be provided" : "Musíte zadať platné heslo", "A valid email must be provided" : "Musíte zadať platnú emailovú adresu", - "__language_name__" : "Slovenčina", - "Verifying" : "Overovanie", - "Personal info" : "Osobné informácie", - "Sync clients" : "Klienti synchronizácie", - "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." : "Z hľadiska bezpečnosti a výkonu Vašej inštalácie je dôležité, že všetko je správne nastavené. Robíme automatickú kontrolu, ktorá Vám s tým pomáha. Pre ďalšie informácie nahliadnite do sekcie Tipy a triky a do dokumentácie.", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP nie je správne nastavené pre zobrazovanie systémových premenných. Príkaz getenv(\"PATH\") vracia iba prázdnu odpoveď.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Prosím skontrolujte inštalačnú dokumentáciu ohľadne PHP konfigurácie a PHP konfiguráciu Vášho servra, hlavne ak používate php-fpm.", + "by %s" : "od %s", + "%s-licensed" : "%s-licencovaný", + "Documentation:" : "Dokumentácia:", + "Show description …" : "Zobraziť popis …", + "Hide description …" : "Skryť popis …", + "This app has an update available." : "Pre túto aplikáciu je dostupná aktualizácia.", + "Enable only for specific groups" : "Povoliť len pre vybrané skupiny", + "Online documentation" : "Online príručka", + "Getting help" : "Získať pomoc", + "Commercial support" : "Komerčná podpora", + "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." : "Z hľadiska bezpečnosti a výkonu Vašej inštalácie je dôležité, že všetko je správne nastavené. Robíme automatickú kontrolu, ktorá Vám s tým pomáha. Pre ďalšie informácie nahliadnite do sekcie Tipy a triky a do dokumentácie.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Zdá sa že PHP nie je nastavené korektne na získanie premenných prostredia. Test s getenv(\"PATH\") vráti prázdnu odpoveď.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Prosím skontrolujte inštalačnú dokumentáciuohľadne PHP konfigurácie a PHP konfiguráciu Vášho servra, hlavne ak používate 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." : "Konfigurácia je nastavená len na čítanie. Toto znemožňuje urobiť niektoré nastavenia prostredníctvom webového rozhrania. Okrem toho, súbor musí byť zapisovanie ručne povolené pre každú aktualizáciu.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je zjavne nastavené, aby odstraňovalo bloky vloženej dokumentácie. To zneprístupní niekoľko základných aplikácií.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je zjavne nastavené, aby odstraňovalo bloky vloženej dokumentácie. To zneprístupní niekoľko základných aplikácií.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "To je pravdepodobne spôsobené cache/akcelerátorom ako napr. Zend OPcache alebo eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Vaša databáza nebeží s úrovňou izolácie transakcií \"READ COMMITTED\". Toto môže spôsobovať problémy v prípade ak viacero akcií beží paralelne.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s s verziou nižšou ako %2$s nainštalovaný, z dôvodu stability a výkonu sa odporúča aktualizovať na novšiu %1$s verziu.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Chýba PHP modul 'fileinfo'. Dôrazne doporučujeme ho povoliť pre dosiahnutie najlepších výsledkov zisťovania MIME-typu.", - "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 documentation ↗ for more information." : "Tranzakčné uzamykanie súborov je vypnuté, toto môže viesť k problémom. Nastavte \"filelocking.enabled\" v config.php. Viac informácií viď dokumentácia.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s s verziou nižšou ako %2$s nainštalovaný, z dôvodu stability a výkonu sa odporúča aktualizovať na novšiu %1$s verziu.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Chýba PHP modul 'fileinfo'. Dôrazne doporučujeme ho povoliť pre dosiahnutie najlepších výsledkov zisťovania MIME-typu.", + "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 documentation ↗ for more information." : "Tranzakčné uzamykanie súborov je vypnuté, toto môže viesť k problémom. Nastavte \"filelocking.enabled\" v config.php. Viac informácií viď dokumentácia.", "System locale can not be set to a one which supports UTF-8." : "Nie je možné nastaviť znakovú sadu, ktorá podporuje UTF-8.", - "This means that there might be problems with certain characters in file names." : "To znamená, že sa môžu vyskytnúť problémy s niektorými znakmi v názvoch súborov.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Dôrazne doporučujeme nainštalovať na váš systém požadované balíčky podporujúce jednu z nasledovných znakových sád: %s.", - "If your installation is not installed in 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\")" : "Inštalácia mimo koreňový priečinok domény a používanie systémového príkazu cron môže spôsobiť problém s generovaním správnej URL. Pre zabránenie týmto chybám nastavte prosím správnu cestu v svojom config.php súbore pre hodnotu \"overwrite.cli.url\" (Doporučujeme: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Nebolo možné spustiť úlohu na pozadí pomocou CLI. Toto sú chyby:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Prosím skontrolujte inštalačnú dokumentáciu a skontrolujte existenciu chýb a upozornení v logu.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php je zaregistrovaná v službe WebCron a zavolá cron.php každých 15 minút cez http.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Pre spustenie potrebujete mať rozšírenie PHP POSIX. Viac detailov v {linkstart}PHP dokumentácii{linkend}.", + "This means that there might be problems with certain characters in filenames." : "To znamená, že problémom môžu byť niektoré znaky v názvoch súborov.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Dôrazne doporučujeme nainštalovať na váš systém požadované balíčky podporujúce jednu z nasledovných znakových sád: %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\")" : "Inštalácia mimo koreňový priečinok domény a používanie systémového príkazu cron môže spôsobiť problém s generovaním správnej URL. Pre zabránenie týmto chybám nastavte prosím správnu cestu v svojom config.php súbore pre hodnotu \"overwrite.cli.url\" (Doporučujeme: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nebolo možné spustiť úlohu na pozadí pomocou CLI. Toto sú chyby:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Prosím skontrolujte inštalačnú dokumentáciu a skontrolujte existenciu chýb a upozornení v logu.", "Tips & tricks" : "Tipy a triky", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existuje množstvo konfiguračných parametrov pre optimálne nastavenie tejto inštancie. Pre začiatok pozrite nasledovné.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Ako databáza je použitá SQLite. Pre veľké inštalácie odporúčame prejsť na inú databázu.", "This is particularly recommended when using the desktop client for file synchronisation." : "Toto odporúčame najmä pri používaní klientských aplikácií na synchronizáciu s desktopom.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Pre migráciu na inú databázu použite príkaz: 'occ db:convert-type', alebo viď dokumentácia.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Pre migráciu na inú databázu použite príkaz: 'occ db:convert-type', alebo viď dokumentácia.", "How to do backups" : "Ako vytvárať zálohy", "Performance tuning" : "Ladenie výkonu", "Improving the config.php" : "Zlepšenie config.php", "Theming" : "Vzhľady tém", "Check the security of your Nextcloud over our security scan" : "Skontrolujte bezpečnosť Vášho Nextcloud-u s pomocou bezpečnostného scan-u", "Hardening and security guidance" : "Sprievodca vylepšením bezpečnosti", - "This app has an update available." : "Pre túto aplikáciu je dostupná aktualizácia.", - "by %s" : "od %s", - "%s-licensed" : "%s-licencovaný", - "Documentation:" : "Dokumentácia:", - "Show description …" : "Zobraziť popis …", - "Hide description …" : "Skryť popis …", - "Enable only for specific groups" : "Povoliť len pre vybrané skupiny", - "Online documentation" : "Online príručka", - "Getting help" : "Získať pomoc", - "Commercial support" : "Komerčná podpora", "You are using %s of %s" : "Využívate %s z %s", "You are using %s of %s (%s %%)" : "Využívate %s z %s (%s %%)", - "You are member of the following groups:" : "Ste členom nasledovných skupín:", - "Get the apps to sync your files" : "Získať aplikácie na synchronizáciu vašich súborov", - "Desktop client" : "Desktopový klient", - "Android app" : "Android aplikácia", - "iOS app" : "iOS aplikácia", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Ak chcete podporiť projekt {contributeopen}zapojte sa do vývoja{linkclose}, alebo {contributeopen}dajte o nás vedieť{linkclose}!", - "Show First Run Wizard again" : "Znova zobraz Sprievodcu prvým spustením", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Weboví, desktopoví, alebo mobilní klienti ktorí majú prístup na váš účet.", - "App passwords" : "Heslá aplikácie", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Tu môžete vygenerovať individuálne heslá pre aplikácie takže nemusíte prezradiť Vaše heslo. Tieto heslá môžete kedykoľvek zrušiť.", - "Follow us on Google+!" : "Sledujte nás na Google+!", - "Like our facebook page!" : "Sleduj nás na Facebook-u", - "Follow us on Twitter!" : "Sledujte nás na Twitteri!", - "Check out our blog!" : "Pozri si náš blog!", - "Subscribe to our newsletter!" : "Prihlás sa na odber noviniek emailom!", "Settings" : "Nastavenia", "Show storage location" : "Zobraziť umiestnenie úložiska", "Show email address" : "Zobraziť emailovú adresu", @@ -439,7 +416,6 @@ OC.L10N.register( "Create" : "Vytvoriť", "Admin Recovery Password" : "Obnovenie hesla administrátora", "Enter the recovery password in order to recover the users files during password change" : "Zadajte heslo pre obnovenie súborov používateľa pri zmene hesla", - "Group name" : "Názov skupiny", "Disabled" : "Zakázaný", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Prosím zadajte kvótu úložného priestoru (napr.: \"512 MB​​\" alebo \"12 GB\")", "Other" : "Iné", @@ -447,23 +423,7 @@ OC.L10N.register( "set new password" : "nastaviť nové heslo", "change email address" : "zmeniť emailovú adresu", "Default" : "Predvolené", - "App up to date" : "Aplikácia je aktuálna", - "Updating …" : "Aktualizuje sa...", - "Could not update app" : "Nemožno aktualizovať aplikáciu.", - "Could not remove app" : "Aplikáciu nie je možné zmazať", - "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." : "Z hľadiska bezpečnosti a výkonu Vašej inštalácie je dôležité, že všetko je správne nastavené. Robíme automatickú kontrolu, ktorá Vám s tým pomáha. Pre ďalšie informácie nahliadnite do sekcie Tipy a triky a do dokumentácie.", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Zdá sa že PHP nie je nastavené korektne na získanie premenných prostredia. Test s getenv(\"PATH\") vráti prázdnu odpoveď.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Prosím skontrolujte inštalačnú dokumentáciuohľadne PHP konfigurácie a PHP konfiguráciu Vášho servra, hlavne ak používate php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je zjavne nastavené, aby odstraňovalo bloky vloženej dokumentácie. To zneprístupní niekoľko základných aplikácií.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s s verziou nižšou ako %2$s nainštalovaný, z dôvodu stability a výkonu sa odporúča aktualizovať na novšiu %1$s verziu.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Chýba PHP modul 'fileinfo'. Dôrazne doporučujeme ho povoliť pre dosiahnutie najlepších výsledkov zisťovania MIME-typu.", - "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 documentation ↗ for more information." : "Tranzakčné uzamykanie súborov je vypnuté, toto môže viesť k problémom. Nastavte \"filelocking.enabled\" v config.php. Viac informácií viď dokumentácia.", - "This means that there might be problems with certain characters in filenames." : "To znamená, že problémom môžu byť niektoré znaky v názvoch súborov.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Dôrazne doporučujeme nainštalovať na váš systém požadované balíčky podporujúce jednu z nasledovných znakových sád: %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\")" : "Inštalácia mimo koreňový priečinok domény a používanie systémového príkazu cron môže spôsobiť problém s generovaním správnej URL. Pre zabránenie týmto chybám nastavte prosím správnu cestu v svojom config.php súbore pre hodnotu \"overwrite.cli.url\" (Doporučujeme: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nebolo možné spustiť úlohu na pozadí pomocou CLI. Toto sú chyby:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Prosím skontrolujte inštalačnú dokumentáciu a skontrolujte existenciu chýb a upozornení v logu.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Pre migráciu na inú databázu použite príkaz: 'occ db:convert-type', alebo viď dokumentácia.", - "Default quota :" : "Predvolená kvóta:" + "Default quota :" : "Predvolená kvóta:", + "An error occured while changing your locale. Please reload the page and try again." : "Počas zmeny jazyka sa vyskytla chyba. Prosím obnovte stránku a skúste znova." }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/settings/l10n/sk.json b/settings/l10n/sk.json index b591e8e589..fb110f1673 100644 --- a/settings/l10n/sk.json +++ b/settings/l10n/sk.json @@ -69,10 +69,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome pre Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS Klient", - "Android Client" : "Android Klient", "Sync client - {os}" : "Sync client - {os}", "This session" : "Táto relácia", "Copy" : "Kopírovať", @@ -101,8 +97,6 @@ "So-so password" : "Priemerné heslo", "Good password" : "Dobré heslo", "Strong password" : "Silné heslo", - "An error occured while changing your language. Please reload the page and try again." : "Počas zmeny jazyka sa vyskytla chyba. Prosím obnovte stránku a skúste znova.", - "An error occured while changing your locale. Please reload the page and try again." : "Počas zmeny jazyka sa vyskytla chyba. Prosím obnovte stránku a skúste znova.", "Select a profile picture" : "Vybrať avatara", "Week starts on {fdow}" : "Den začína v {fdow}", "Groups" : "Skupiny", @@ -326,12 +320,10 @@ "Invalid user" : "Neplatný používateľ", "Unable to change mail address" : "Nemožno zmeniť emailovú adresu", "Email saved" : "Email uložený", - "%1$s changed your email address on %2$s." : "%1$s zmenil Vašu emailovú adresu na %2$s.", "Password confirmation is required" : "Vyžaduje sa overenie heslom", "Are you really sure you want add {domain} as trusted domain?" : "Ste si istí, že chcete pridať {domain} medzi dôveryhodné domény?", "Add trusted domain" : "Pridať dôveryhodnú doménu", "Update to %s" : "Aktualizovať na %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Prebieha aktualizácia %n aplikácie","Prebieha aktualizácia %n aplikácií","Prebieha aktualizácia %n aplikácií","Prebieha aktualizácia %n aplikácií"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Schválené aplikácie sú vyvíjané dôveryhodnými vývojármi a prešli zbežnou kontrolou bezpečnosti. Sú aktívne udržiavané v otvorenom repozitári a ich udržovatelia ich považujú za stabilné pre bežné použitie.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Táto aplikácia nie je skontrolovaná na bezpečnostné chyby, je nová, alebo patrí medzi nestabilné. Inštalácia na vlastné riziko.", "Disabling app …" : "Vypínanie aplikácie ...", @@ -340,14 +332,20 @@ "Error while enabling app" : "Chyba pri povoľovaní aplikácie", "Error: Could not disable broken app" : "Chyba: nebolo možné zakázať poškodenú aplikáciu", "Error while disabling broken app" : "Nastala chyba počas zakazovania poškodenej aplikácie", - "Updating...." : "Aktualizuje sa...", - "Error while updating app" : "Chyba pri aktualizácii aplikácie", + "App up to date" : "Aplikácia je aktuálna", + "Updating …" : "Aktualizuje sa...", + "Could not update app" : "Nemožno aktualizovať aplikáciu.", "Updated" : "Aktualizované", "Removing …" : "Odstraňujem ...", - "Error while removing app" : "Chyba pri odstraňovaní aplikácie", + "Could not remove app" : "Aplikáciu nie je možné zmazať", "Approved" : "Schválené", "Experimental" : "Experimentálny", "No apps found for {query}" : "Žiadna aplikácia nebola nájdená pre {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS Klient", + "Android Client" : "Android Klient", + "An error occured while changing your language. Please reload the page and try again." : "Počas zmeny jazyka sa vyskytla chyba. Prosím obnovte stránku a skúste znova.", "Unable to delete {objName}" : "Nemožno vymazať {objName}", "Error creating group: {message}" : "Chyba pri vytváraní skupiny: {message}", "A valid group name must be provided" : "Musíte zadať platný názov skupiny", @@ -368,66 +366,45 @@ "Error creating user: {message}" : "Chyba pri vytváraní používateľa: {message}", "A valid password must be provided" : "Musíte zadať platné heslo", "A valid email must be provided" : "Musíte zadať platnú emailovú adresu", - "__language_name__" : "Slovenčina", - "Verifying" : "Overovanie", - "Personal info" : "Osobné informácie", - "Sync clients" : "Klienti synchronizácie", - "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." : "Z hľadiska bezpečnosti a výkonu Vašej inštalácie je dôležité, že všetko je správne nastavené. Robíme automatickú kontrolu, ktorá Vám s tým pomáha. Pre ďalšie informácie nahliadnite do sekcie Tipy a triky a do dokumentácie.", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP nie je správne nastavené pre zobrazovanie systémových premenných. Príkaz getenv(\"PATH\") vracia iba prázdnu odpoveď.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Prosím skontrolujte inštalačnú dokumentáciu ohľadne PHP konfigurácie a PHP konfiguráciu Vášho servra, hlavne ak používate php-fpm.", + "by %s" : "od %s", + "%s-licensed" : "%s-licencovaný", + "Documentation:" : "Dokumentácia:", + "Show description …" : "Zobraziť popis …", + "Hide description …" : "Skryť popis …", + "This app has an update available." : "Pre túto aplikáciu je dostupná aktualizácia.", + "Enable only for specific groups" : "Povoliť len pre vybrané skupiny", + "Online documentation" : "Online príručka", + "Getting help" : "Získať pomoc", + "Commercial support" : "Komerčná podpora", + "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." : "Z hľadiska bezpečnosti a výkonu Vašej inštalácie je dôležité, že všetko je správne nastavené. Robíme automatickú kontrolu, ktorá Vám s tým pomáha. Pre ďalšie informácie nahliadnite do sekcie Tipy a triky a do dokumentácie.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Zdá sa že PHP nie je nastavené korektne na získanie premenných prostredia. Test s getenv(\"PATH\") vráti prázdnu odpoveď.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Prosím skontrolujte inštalačnú dokumentáciuohľadne PHP konfigurácie a PHP konfiguráciu Vášho servra, hlavne ak používate 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." : "Konfigurácia je nastavená len na čítanie. Toto znemožňuje urobiť niektoré nastavenia prostredníctvom webového rozhrania. Okrem toho, súbor musí byť zapisovanie ručne povolené pre každú aktualizáciu.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je zjavne nastavené, aby odstraňovalo bloky vloženej dokumentácie. To zneprístupní niekoľko základných aplikácií.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je zjavne nastavené, aby odstraňovalo bloky vloženej dokumentácie. To zneprístupní niekoľko základných aplikácií.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "To je pravdepodobne spôsobené cache/akcelerátorom ako napr. Zend OPcache alebo eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Vaša databáza nebeží s úrovňou izolácie transakcií \"READ COMMITTED\". Toto môže spôsobovať problémy v prípade ak viacero akcií beží paralelne.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s s verziou nižšou ako %2$s nainštalovaný, z dôvodu stability a výkonu sa odporúča aktualizovať na novšiu %1$s verziu.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Chýba PHP modul 'fileinfo'. Dôrazne doporučujeme ho povoliť pre dosiahnutie najlepších výsledkov zisťovania MIME-typu.", - "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 documentation ↗ for more information." : "Tranzakčné uzamykanie súborov je vypnuté, toto môže viesť k problémom. Nastavte \"filelocking.enabled\" v config.php. Viac informácií viď dokumentácia.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s s verziou nižšou ako %2$s nainštalovaný, z dôvodu stability a výkonu sa odporúča aktualizovať na novšiu %1$s verziu.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Chýba PHP modul 'fileinfo'. Dôrazne doporučujeme ho povoliť pre dosiahnutie najlepších výsledkov zisťovania MIME-typu.", + "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 documentation ↗ for more information." : "Tranzakčné uzamykanie súborov je vypnuté, toto môže viesť k problémom. Nastavte \"filelocking.enabled\" v config.php. Viac informácií viď dokumentácia.", "System locale can not be set to a one which supports UTF-8." : "Nie je možné nastaviť znakovú sadu, ktorá podporuje UTF-8.", - "This means that there might be problems with certain characters in file names." : "To znamená, že sa môžu vyskytnúť problémy s niektorými znakmi v názvoch súborov.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Dôrazne doporučujeme nainštalovať na váš systém požadované balíčky podporujúce jednu z nasledovných znakových sád: %s.", - "If your installation is not installed in 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\")" : "Inštalácia mimo koreňový priečinok domény a používanie systémového príkazu cron môže spôsobiť problém s generovaním správnej URL. Pre zabránenie týmto chybám nastavte prosím správnu cestu v svojom config.php súbore pre hodnotu \"overwrite.cli.url\" (Doporučujeme: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Nebolo možné spustiť úlohu na pozadí pomocou CLI. Toto sú chyby:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Prosím skontrolujte inštalačnú dokumentáciu a skontrolujte existenciu chýb a upozornení v logu.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php je zaregistrovaná v službe WebCron a zavolá cron.php každých 15 minút cez http.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Pre spustenie potrebujete mať rozšírenie PHP POSIX. Viac detailov v {linkstart}PHP dokumentácii{linkend}.", + "This means that there might be problems with certain characters in filenames." : "To znamená, že problémom môžu byť niektoré znaky v názvoch súborov.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Dôrazne doporučujeme nainštalovať na váš systém požadované balíčky podporujúce jednu z nasledovných znakových sád: %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\")" : "Inštalácia mimo koreňový priečinok domény a používanie systémového príkazu cron môže spôsobiť problém s generovaním správnej URL. Pre zabránenie týmto chybám nastavte prosím správnu cestu v svojom config.php súbore pre hodnotu \"overwrite.cli.url\" (Doporučujeme: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nebolo možné spustiť úlohu na pozadí pomocou CLI. Toto sú chyby:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Prosím skontrolujte inštalačnú dokumentáciu a skontrolujte existenciu chýb a upozornení v logu.", "Tips & tricks" : "Tipy a triky", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Existuje množstvo konfiguračných parametrov pre optimálne nastavenie tejto inštancie. Pre začiatok pozrite nasledovné.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Ako databáza je použitá SQLite. Pre veľké inštalácie odporúčame prejsť na inú databázu.", "This is particularly recommended when using the desktop client for file synchronisation." : "Toto odporúčame najmä pri používaní klientských aplikácií na synchronizáciu s desktopom.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Pre migráciu na inú databázu použite príkaz: 'occ db:convert-type', alebo viď dokumentácia.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Pre migráciu na inú databázu použite príkaz: 'occ db:convert-type', alebo viď dokumentácia.", "How to do backups" : "Ako vytvárať zálohy", "Performance tuning" : "Ladenie výkonu", "Improving the config.php" : "Zlepšenie config.php", "Theming" : "Vzhľady tém", "Check the security of your Nextcloud over our security scan" : "Skontrolujte bezpečnosť Vášho Nextcloud-u s pomocou bezpečnostného scan-u", "Hardening and security guidance" : "Sprievodca vylepšením bezpečnosti", - "This app has an update available." : "Pre túto aplikáciu je dostupná aktualizácia.", - "by %s" : "od %s", - "%s-licensed" : "%s-licencovaný", - "Documentation:" : "Dokumentácia:", - "Show description …" : "Zobraziť popis …", - "Hide description …" : "Skryť popis …", - "Enable only for specific groups" : "Povoliť len pre vybrané skupiny", - "Online documentation" : "Online príručka", - "Getting help" : "Získať pomoc", - "Commercial support" : "Komerčná podpora", "You are using %s of %s" : "Využívate %s z %s", "You are using %s of %s (%s %%)" : "Využívate %s z %s (%s %%)", - "You are member of the following groups:" : "Ste členom nasledovných skupín:", - "Get the apps to sync your files" : "Získať aplikácie na synchronizáciu vašich súborov", - "Desktop client" : "Desktopový klient", - "Android app" : "Android aplikácia", - "iOS app" : "iOS aplikácia", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Ak chcete podporiť projekt {contributeopen}zapojte sa do vývoja{linkclose}, alebo {contributeopen}dajte o nás vedieť{linkclose}!", - "Show First Run Wizard again" : "Znova zobraz Sprievodcu prvým spustením", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Weboví, desktopoví, alebo mobilní klienti ktorí majú prístup na váš účet.", - "App passwords" : "Heslá aplikácie", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Tu môžete vygenerovať individuálne heslá pre aplikácie takže nemusíte prezradiť Vaše heslo. Tieto heslá môžete kedykoľvek zrušiť.", - "Follow us on Google+!" : "Sledujte nás na Google+!", - "Like our facebook page!" : "Sleduj nás na Facebook-u", - "Follow us on Twitter!" : "Sledujte nás na Twitteri!", - "Check out our blog!" : "Pozri si náš blog!", - "Subscribe to our newsletter!" : "Prihlás sa na odber noviniek emailom!", "Settings" : "Nastavenia", "Show storage location" : "Zobraziť umiestnenie úložiska", "Show email address" : "Zobraziť emailovú adresu", @@ -437,7 +414,6 @@ "Create" : "Vytvoriť", "Admin Recovery Password" : "Obnovenie hesla administrátora", "Enter the recovery password in order to recover the users files during password change" : "Zadajte heslo pre obnovenie súborov používateľa pri zmene hesla", - "Group name" : "Názov skupiny", "Disabled" : "Zakázaný", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Prosím zadajte kvótu úložného priestoru (napr.: \"512 MB​​\" alebo \"12 GB\")", "Other" : "Iné", @@ -445,23 +421,7 @@ "set new password" : "nastaviť nové heslo", "change email address" : "zmeniť emailovú adresu", "Default" : "Predvolené", - "App up to date" : "Aplikácia je aktuálna", - "Updating …" : "Aktualizuje sa...", - "Could not update app" : "Nemožno aktualizovať aplikáciu.", - "Could not remove app" : "Aplikáciu nie je možné zmazať", - "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." : "Z hľadiska bezpečnosti a výkonu Vašej inštalácie je dôležité, že všetko je správne nastavené. Robíme automatickú kontrolu, ktorá Vám s tým pomáha. Pre ďalšie informácie nahliadnite do sekcie Tipy a triky a do dokumentácie.", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Zdá sa že PHP nie je nastavené korektne na získanie premenných prostredia. Test s getenv(\"PATH\") vráti prázdnu odpoveď.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Prosím skontrolujte inštalačnú dokumentáciuohľadne PHP konfigurácie a PHP konfiguráciu Vášho servra, hlavne ak používate php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je zjavne nastavené, aby odstraňovalo bloky vloženej dokumentácie. To zneprístupní niekoľko základných aplikácií.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s s verziou nižšou ako %2$s nainštalovaný, z dôvodu stability a výkonu sa odporúča aktualizovať na novšiu %1$s verziu.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Chýba PHP modul 'fileinfo'. Dôrazne doporučujeme ho povoliť pre dosiahnutie najlepších výsledkov zisťovania MIME-typu.", - "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 documentation ↗ for more information." : "Tranzakčné uzamykanie súborov je vypnuté, toto môže viesť k problémom. Nastavte \"filelocking.enabled\" v config.php. Viac informácií viď dokumentácia.", - "This means that there might be problems with certain characters in filenames." : "To znamená, že problémom môžu byť niektoré znaky v názvoch súborov.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Dôrazne doporučujeme nainštalovať na váš systém požadované balíčky podporujúce jednu z nasledovných znakových sád: %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\")" : "Inštalácia mimo koreňový priečinok domény a používanie systémového príkazu cron môže spôsobiť problém s generovaním správnej URL. Pre zabránenie týmto chybám nastavte prosím správnu cestu v svojom config.php súbore pre hodnotu \"overwrite.cli.url\" (Doporučujeme: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nebolo možné spustiť úlohu na pozadí pomocou CLI. Toto sú chyby:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Prosím skontrolujte inštalačnú dokumentáciu a skontrolujte existenciu chýb a upozornení v logu.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Pre migráciu na inú databázu použite príkaz: 'occ db:convert-type', alebo viď dokumentácia.", - "Default quota :" : "Predvolená kvóta:" + "Default quota :" : "Predvolená kvóta:", + "An error occured while changing your locale. Please reload the page and try again." : "Počas zmeny jazyka sa vyskytla chyba. Prosím obnovte stránku a skúste znova." },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/settings/l10n/sl.js b/settings/l10n/sl.js index 2fe4cda4db..3a3aa58532 100644 --- a/settings/l10n/sl.js +++ b/settings/l10n/sl.js @@ -38,10 +38,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome za Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Odjemalec iOS", - "Android Client" : "Odjemalec Android", "This session" : "Ta seja", "Copy" : "Kopiraj", "Copied!" : "Kopirano!", @@ -225,6 +221,10 @@ OC.L10N.register( "Approved" : "Odobreno", "Experimental" : "Preizkusno", "No apps found for {query}" : "Ni programov, skladnih z nizom \"{query}\".", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Odjemalec iOS", + "Android Client" : "Odjemalec Android", "Unable to delete {objName}" : "Ni mogoče izbrisati {objName}", "Error creating group: {message}" : "Napaka ustvarjanja skupine: {message}", "A valid group name must be provided" : "Navedeno mora biti veljavno ime skupine", @@ -237,7 +237,14 @@ OC.L10N.register( "Error creating user: {message}" : "Napaka ustvarjanja uporabnika: {message}", "A valid password must be provided" : "Navedeno mora biti veljavno geslo", "A valid email must be provided" : "Naveden mora biti veljaven naslov elektronske pošte.", - "Personal info" : "Osebni podatki", + "%s-licensed" : "dovoljenje-%s", + "Documentation:" : "Dokumentacija:", + "Show description …" : "Pokaži opis ...", + "Hide description …" : "Skrij opis ...", + "This app has an update available." : "Za program so na voljo posodobitve.", + "Enable only for specific groups" : "Omogoči le za posamezne skupine", + "Online documentation" : "Spletna dokumentacija", + "Commercial support" : "Podpora strankam", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Napako je najverjetneje povzročil predpomnilnik ali pospeševalnik, kot sta Zend OPcache ali eAccelerator.", "System locale can not be set to a one which supports UTF-8." : "Sistemskih jezikovnih nastavitev ni mogoče nastaviti na možnost, ki podpira nabor UTF-8.", "Tips & tricks" : "Nasveti in triki", @@ -246,21 +253,8 @@ OC.L10N.register( "Improving the config.php" : "Izboljšave v config.php", "Theming" : "Teme", "Hardening and security guidance" : "Varnost in varnostni napotki", - "This app has an update available." : "Za program so na voljo posodobitve.", - "%s-licensed" : "dovoljenje-%s", - "Documentation:" : "Dokumentacija:", - "Show description …" : "Pokaži opis ...", - "Hide description …" : "Skrij opis ...", - "Enable only for specific groups" : "Omogoči le za posamezne skupine", - "Online documentation" : "Spletna dokumentacija", - "Commercial support" : "Podpora strankam", "You are using %s of %s" : "Uporabljate %s od %s", "You are using %s of %s (%s %%)" : "Uporabljate %s od %s (%s %%)", - "You are member of the following groups:" : "Omogočeno je članstvo v skupinah:", - "Get the apps to sync your files" : "Programi za usklajevanje datotek", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Gesla spletnih, namiznih in mobilnih naprav, ki imajo trenutno odobren dostop do računa.", - "Follow us on Google+!" : "Sledite nam na Google+!", - "Follow us on Twitter!" : "Sledite nam na Twitter!", "Settings" : "Nastavitve", "Show storage location" : "Pokaži mesto shrambe", "Show email address" : "Pokaži naslov elektronske pošte", diff --git a/settings/l10n/sl.json b/settings/l10n/sl.json index 3a1a0ff341..986e7be23c 100644 --- a/settings/l10n/sl.json +++ b/settings/l10n/sl.json @@ -36,10 +36,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome za Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Odjemalec iOS", - "Android Client" : "Odjemalec Android", "This session" : "Ta seja", "Copy" : "Kopiraj", "Copied!" : "Kopirano!", @@ -223,6 +219,10 @@ "Approved" : "Odobreno", "Experimental" : "Preizkusno", "No apps found for {query}" : "Ni programov, skladnih z nizom \"{query}\".", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Odjemalec iOS", + "Android Client" : "Odjemalec Android", "Unable to delete {objName}" : "Ni mogoče izbrisati {objName}", "Error creating group: {message}" : "Napaka ustvarjanja skupine: {message}", "A valid group name must be provided" : "Navedeno mora biti veljavno ime skupine", @@ -235,7 +235,14 @@ "Error creating user: {message}" : "Napaka ustvarjanja uporabnika: {message}", "A valid password must be provided" : "Navedeno mora biti veljavno geslo", "A valid email must be provided" : "Naveden mora biti veljaven naslov elektronske pošte.", - "Personal info" : "Osebni podatki", + "%s-licensed" : "dovoljenje-%s", + "Documentation:" : "Dokumentacija:", + "Show description …" : "Pokaži opis ...", + "Hide description …" : "Skrij opis ...", + "This app has an update available." : "Za program so na voljo posodobitve.", + "Enable only for specific groups" : "Omogoči le za posamezne skupine", + "Online documentation" : "Spletna dokumentacija", + "Commercial support" : "Podpora strankam", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Napako je najverjetneje povzročil predpomnilnik ali pospeševalnik, kot sta Zend OPcache ali eAccelerator.", "System locale can not be set to a one which supports UTF-8." : "Sistemskih jezikovnih nastavitev ni mogoče nastaviti na možnost, ki podpira nabor UTF-8.", "Tips & tricks" : "Nasveti in triki", @@ -244,21 +251,8 @@ "Improving the config.php" : "Izboljšave v config.php", "Theming" : "Teme", "Hardening and security guidance" : "Varnost in varnostni napotki", - "This app has an update available." : "Za program so na voljo posodobitve.", - "%s-licensed" : "dovoljenje-%s", - "Documentation:" : "Dokumentacija:", - "Show description …" : "Pokaži opis ...", - "Hide description …" : "Skrij opis ...", - "Enable only for specific groups" : "Omogoči le za posamezne skupine", - "Online documentation" : "Spletna dokumentacija", - "Commercial support" : "Podpora strankam", "You are using %s of %s" : "Uporabljate %s od %s", "You are using %s of %s (%s %%)" : "Uporabljate %s od %s (%s %%)", - "You are member of the following groups:" : "Omogočeno je članstvo v skupinah:", - "Get the apps to sync your files" : "Programi za usklajevanje datotek", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Gesla spletnih, namiznih in mobilnih naprav, ki imajo trenutno odobren dostop do računa.", - "Follow us on Google+!" : "Sledite nam na Google+!", - "Follow us on Twitter!" : "Sledite nam na Twitter!", "Settings" : "Nastavitve", "Show storage location" : "Pokaži mesto shrambe", "Show email address" : "Pokaži naslov elektronske pošte", diff --git a/settings/l10n/sq.js b/settings/l10n/sq.js index 14fe35839d..bfd138e118 100644 --- a/settings/l10n/sq.js +++ b/settings/l10n/sq.js @@ -68,10 +68,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome për Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Klient iOS", - "Android Client" : "Klient Android", "Sync client - {os}" : "Sinkronizo klientin - {os}", "This session" : "Ky sesion", "Copy" : "Kopjo", @@ -100,7 +96,6 @@ OC.L10N.register( "So-so password" : "Fjalëkalim çka", "Good password" : "Fjalëkalim i mirë", "Strong password" : "Fjalëkalim i fortë", - "An error occured while changing your language. Please reload the page and try again." : "Ndodhi një gabim teksa ndryshohej gjuha. Ju lutem, rifresko faqen dhe provo përsëri.", "Select a profile picture" : "Përzgjidhni një foto profili", "Groups" : "Grupe", "Limit to groups" : "Kufizo grupet", @@ -282,7 +277,6 @@ OC.L10N.register( "Invalid user" : "Përdorues i pavlefshëm", "Unable to change mail address" : "E pamundur të ndryshojë adresën e email-it", "Email saved" : "Email-i u ruajt", - "%1$s changed your email address on %2$s." : "%1$s adresa juaj e email-it ndryshoi në %2$s.", "Password confirmation is required" : "Kërkohet konfirmimi i fjalëkalimit", "Are you really sure you want add {domain} as trusted domain?" : "Jeni i sigurt se doni ta shtoni {domain} si një domain të besuar?", "Add trusted domain" : "Shtoni përkatësi të besuar", @@ -300,6 +294,11 @@ OC.L10N.register( "Approved" : "Të miratuara", "Experimental" : "Eksperimentale", "No apps found for {query}" : "S’u gjetën aplikacione për {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Klient iOS", + "Android Client" : "Klient Android", + "An error occured while changing your language. Please reload the page and try again." : "Ndodhi një gabim teksa ndryshohej gjuha. Ju lutem, rifresko faqen dhe provo përsëri.", "Unable to delete {objName}" : "S’arrin të fshijë {objName}", "Error creating group: {message}" : "Gabim gjatë krijimit të grupit: {message}", "A valid group name must be provided" : "Duhet dhënë një emër i vlefshëm grupi", @@ -320,11 +319,28 @@ OC.L10N.register( "Error creating user: {message}" : "Gabim gjatë krijimit të përdoruesit: {message}", "A valid password must be provided" : "Duhet dhënë një fjalëkalim i vlefshëm", "A valid email must be provided" : "Duhet dhënë një email i vlefshëm", - "__language_name__" : "Shqip", + "by %s" : "nga %s", + "%s-licensed" : "licencuar prej %s", + "Documentation:" : "Dokumentim:", + "Show description …" : "Shfaq përshkrim …", + "Hide description …" : "Fshihe përshkrimin …", + "This app has an update available." : "Ka gati një përditësim për këtë aplikacion.", + "Enable only for specific groups" : "Aktivizoje vetëm për grupe të veçantë", + "Online documentation" : "Dokumentim në Internet", + "Getting help" : "Kërkoni ndihmë", + "Commercial support" : "Asistencë komerciale", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP-ja nuk duket të jetë ngritur si duhet për të kërkuar ndryshore mjedisi sistemi. Testi me getenv(\"PATH\") kthen vetëm një përgjigje të zbrazët.", "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." : "Rregullimi Vetëm-Lexim u aktivizua. Kjo parandalon rregullimin e disa parametrave përmes ndërfaqes web. Më tej, për çdo përditësim kartela lyp të kalohet dorazi si e shkrueshme.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Mesa duket PHP është ngritur për të zhveshur blloqet e inline doc. Kjo do të bëjë disa aplikacione bazë të paaksesueshme.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Kjo ka gjasa të jetë shkaktuar nga një fshehtinë/përshpejtues i tillë si Zend OPcache ose eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Baza juaj e të dhënave nuk ekzekutohet me nivelin \"READ COMMITED\" e izolimit për ndërveprimet. Kjo mund të shkaktojë probleme, kur kryhen paralelisht disa veprime njëherësh.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s versioni i mëposhtëm %2$sështë instaluar, për arsye qëndrueshmërie dhe performance është e rekomanduar të përditësohet në një version më të ri %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." : "Moduli PHP 'fileinfo' mungon. Ne ju rekomandojmë që të mundësohet ky modul për të marrë rezultatet më të mira me zbulimin e llojit MIME.", "System locale can not be set to a one which supports UTF-8." : "Si vendore sistemi nuk mund të caktohet një që mbulon UTF-8.", + "This means that there might be problems with certain characters in filenames." : "Kjo do të thotë që mund të ketë probleme me disa karaktere në emrat e skedarëve.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Propozohrt që të instaloni paketat e kërkuara në sistemin tuaj për të mbështetur një nga lokacionet e mëposhtme: %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\")" : "Nëse instalimi juaj nuk është bërë në rrënjë të përkatësisë dhe përdor cron sistemi, mund të ketë probleme me prodhimin e URL-së. Që të shmangen këto probleme, ju lutemi, jepini mundësisë \"overwrite.cli.url\" te kartela juaj config.php vlerën e shtegut webroot të instalimit tuaj (E këshillueshme: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nuk ishte e mundur që të ekzekutohej puna cron nëpërmjet CLI. Gabimet teknike në vijim janë shfaqur :", "Tips & tricks" : "Ndihmëza & rrengje", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Ekzistojnë shumë funksione dhe çelësa të konfigurimit që janë në dispozicion për të përshtatur dhe përdorur në mënyrë optimale këtë shembull. Këtu janë disa udhëzues për më shumë informacion.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite po përdoret si bazë të dhënash e programit klient. Për instalime më të ngarkuara, këshillojmë të kalohet në një program tjetër klient baze të dhënash.", @@ -335,19 +351,8 @@ OC.L10N.register( "Theming" : "Ndryshim teme grafike", "Check the security of your Nextcloud over our security scan" : "Kontrolloni sigurinë e Nextcloud tuaj mbi skanimin tonë të sigurisë", "Hardening and security guidance" : "Udhëzime për forcim dhe siguri", - "This app has an update available." : "Ka gati një përditësim për këtë aplikacion.", - "by %s" : "nga %s", - "%s-licensed" : "licencuar prej %s", - "Documentation:" : "Dokumentim:", - "Show description …" : "Shfaq përshkrim …", - "Hide description …" : "Fshihe përshkrimin …", - "Enable only for specific groups" : "Aktivizoje vetëm për grupe të veçantë", - "Online documentation" : "Dokumentim në Internet", - "Getting help" : "Kërkoni ndihmë", - "Commercial support" : "Asistencë komerciale", "You are using %s of %s" : "Po përdorni %s nga %s", "You are using %s of %s (%s %%)" : "Ju po përdorni %s%s (%s%%)", - "You are member of the following groups:" : "Jeni anëtar i grupeve vijuese:", "Settings" : "Konfigurimet", "Show storage location" : "Shfaq vendndodhje depozite", "Show email address" : "Shfaq adresë email", @@ -363,14 +368,6 @@ OC.L10N.register( "change full name" : "ndryshoni emrin e plotë", "set new password" : "caktoni fjalëkalim të ri", "change email address" : "ndryshoni adresën email", - "Default" : "Parazgjedhje", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP-ja nuk duket të jetë ngritur si duhet për të kërkuar ndryshore mjedisi sistemi. Testi me getenv(\"PATH\") kthen vetëm një përgjigje të zbrazët.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Mesa duket PHP është ngritur për të zhveshur blloqet e inline doc. Kjo do të bëjë disa aplikacione bazë të paaksesueshme.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s versioni i mëposhtëm %2$sështë instaluar, për arsye qëndrueshmërie dhe performance është e rekomanduar të përditësohet në një version më të ri %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." : "Moduli PHP 'fileinfo' mungon. Ne ju rekomandojmë që të mundësohet ky modul për të marrë rezultatet më të mira me zbulimin e llojit MIME.", - "This means that there might be problems with certain characters in filenames." : "Kjo do të thotë që mund të ketë probleme me disa karaktere në emrat e skedarëve.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Propozohrt që të instaloni paketat e kërkuara në sistemin tuaj për të mbështetur një nga lokacionet e mëposhtme: %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\")" : "Nëse instalimi juaj nuk është bërë në rrënjë të përkatësisë dhe përdor cron sistemi, mund të ketë probleme me prodhimin e URL-së. Që të shmangen këto probleme, ju lutemi, jepini mundësisë \"overwrite.cli.url\" te kartela juaj config.php vlerën e shtegut webroot të instalimit tuaj (E këshillueshme: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nuk ishte e mundur që të ekzekutohej puna cron nëpërmjet CLI. Gabimet teknike në vijim janë shfaqur :" + "Default" : "Parazgjedhje" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/sq.json b/settings/l10n/sq.json index 3de0aa2a51..795cf5e384 100644 --- a/settings/l10n/sq.json +++ b/settings/l10n/sq.json @@ -66,10 +66,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome për Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "Klient iOS", - "Android Client" : "Klient Android", "Sync client - {os}" : "Sinkronizo klientin - {os}", "This session" : "Ky sesion", "Copy" : "Kopjo", @@ -98,7 +94,6 @@ "So-so password" : "Fjalëkalim çka", "Good password" : "Fjalëkalim i mirë", "Strong password" : "Fjalëkalim i fortë", - "An error occured while changing your language. Please reload the page and try again." : "Ndodhi një gabim teksa ndryshohej gjuha. Ju lutem, rifresko faqen dhe provo përsëri.", "Select a profile picture" : "Përzgjidhni një foto profili", "Groups" : "Grupe", "Limit to groups" : "Kufizo grupet", @@ -280,7 +275,6 @@ "Invalid user" : "Përdorues i pavlefshëm", "Unable to change mail address" : "E pamundur të ndryshojë adresën e email-it", "Email saved" : "Email-i u ruajt", - "%1$s changed your email address on %2$s." : "%1$s adresa juaj e email-it ndryshoi në %2$s.", "Password confirmation is required" : "Kërkohet konfirmimi i fjalëkalimit", "Are you really sure you want add {domain} as trusted domain?" : "Jeni i sigurt se doni ta shtoni {domain} si një domain të besuar?", "Add trusted domain" : "Shtoni përkatësi të besuar", @@ -298,6 +292,11 @@ "Approved" : "Të miratuara", "Experimental" : "Eksperimentale", "No apps found for {query}" : "S’u gjetën aplikacione për {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Klient iOS", + "Android Client" : "Klient Android", + "An error occured while changing your language. Please reload the page and try again." : "Ndodhi një gabim teksa ndryshohej gjuha. Ju lutem, rifresko faqen dhe provo përsëri.", "Unable to delete {objName}" : "S’arrin të fshijë {objName}", "Error creating group: {message}" : "Gabim gjatë krijimit të grupit: {message}", "A valid group name must be provided" : "Duhet dhënë një emër i vlefshëm grupi", @@ -318,11 +317,28 @@ "Error creating user: {message}" : "Gabim gjatë krijimit të përdoruesit: {message}", "A valid password must be provided" : "Duhet dhënë një fjalëkalim i vlefshëm", "A valid email must be provided" : "Duhet dhënë një email i vlefshëm", - "__language_name__" : "Shqip", + "by %s" : "nga %s", + "%s-licensed" : "licencuar prej %s", + "Documentation:" : "Dokumentim:", + "Show description …" : "Shfaq përshkrim …", + "Hide description …" : "Fshihe përshkrimin …", + "This app has an update available." : "Ka gati një përditësim për këtë aplikacion.", + "Enable only for specific groups" : "Aktivizoje vetëm për grupe të veçantë", + "Online documentation" : "Dokumentim në Internet", + "Getting help" : "Kërkoni ndihmë", + "Commercial support" : "Asistencë komerciale", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP-ja nuk duket të jetë ngritur si duhet për të kërkuar ndryshore mjedisi sistemi. Testi me getenv(\"PATH\") kthen vetëm një përgjigje të zbrazët.", "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." : "Rregullimi Vetëm-Lexim u aktivizua. Kjo parandalon rregullimin e disa parametrave përmes ndërfaqes web. Më tej, për çdo përditësim kartela lyp të kalohet dorazi si e shkrueshme.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Mesa duket PHP është ngritur për të zhveshur blloqet e inline doc. Kjo do të bëjë disa aplikacione bazë të paaksesueshme.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Kjo ka gjasa të jetë shkaktuar nga një fshehtinë/përshpejtues i tillë si Zend OPcache ose eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Baza juaj e të dhënave nuk ekzekutohet me nivelin \"READ COMMITED\" e izolimit për ndërveprimet. Kjo mund të shkaktojë probleme, kur kryhen paralelisht disa veprime njëherësh.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s versioni i mëposhtëm %2$sështë instaluar, për arsye qëndrueshmërie dhe performance është e rekomanduar të përditësohet në një version më të ri %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." : "Moduli PHP 'fileinfo' mungon. Ne ju rekomandojmë që të mundësohet ky modul për të marrë rezultatet më të mira me zbulimin e llojit MIME.", "System locale can not be set to a one which supports UTF-8." : "Si vendore sistemi nuk mund të caktohet një që mbulon UTF-8.", + "This means that there might be problems with certain characters in filenames." : "Kjo do të thotë që mund të ketë probleme me disa karaktere në emrat e skedarëve.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Propozohrt që të instaloni paketat e kërkuara në sistemin tuaj për të mbështetur një nga lokacionet e mëposhtme: %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\")" : "Nëse instalimi juaj nuk është bërë në rrënjë të përkatësisë dhe përdor cron sistemi, mund të ketë probleme me prodhimin e URL-së. Që të shmangen këto probleme, ju lutemi, jepini mundësisë \"overwrite.cli.url\" te kartela juaj config.php vlerën e shtegut webroot të instalimit tuaj (E këshillueshme: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nuk ishte e mundur që të ekzekutohej puna cron nëpërmjet CLI. Gabimet teknike në vijim janë shfaqur :", "Tips & tricks" : "Ndihmëza & rrengje", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Ekzistojnë shumë funksione dhe çelësa të konfigurimit që janë në dispozicion për të përshtatur dhe përdorur në mënyrë optimale këtë shembull. Këtu janë disa udhëzues për më shumë informacion.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite po përdoret si bazë të dhënash e programit klient. Për instalime më të ngarkuara, këshillojmë të kalohet në një program tjetër klient baze të dhënash.", @@ -333,19 +349,8 @@ "Theming" : "Ndryshim teme grafike", "Check the security of your Nextcloud over our security scan" : "Kontrolloni sigurinë e Nextcloud tuaj mbi skanimin tonë të sigurisë", "Hardening and security guidance" : "Udhëzime për forcim dhe siguri", - "This app has an update available." : "Ka gati një përditësim për këtë aplikacion.", - "by %s" : "nga %s", - "%s-licensed" : "licencuar prej %s", - "Documentation:" : "Dokumentim:", - "Show description …" : "Shfaq përshkrim …", - "Hide description …" : "Fshihe përshkrimin …", - "Enable only for specific groups" : "Aktivizoje vetëm për grupe të veçantë", - "Online documentation" : "Dokumentim në Internet", - "Getting help" : "Kërkoni ndihmë", - "Commercial support" : "Asistencë komerciale", "You are using %s of %s" : "Po përdorni %s nga %s", "You are using %s of %s (%s %%)" : "Ju po përdorni %s%s (%s%%)", - "You are member of the following groups:" : "Jeni anëtar i grupeve vijuese:", "Settings" : "Konfigurimet", "Show storage location" : "Shfaq vendndodhje depozite", "Show email address" : "Shfaq adresë email", @@ -361,14 +366,6 @@ "change full name" : "ndryshoni emrin e plotë", "set new password" : "caktoni fjalëkalim të ri", "change email address" : "ndryshoni adresën email", - "Default" : "Parazgjedhje", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP-ja nuk duket të jetë ngritur si duhet për të kërkuar ndryshore mjedisi sistemi. Testi me getenv(\"PATH\") kthen vetëm një përgjigje të zbrazët.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Mesa duket PHP është ngritur për të zhveshur blloqet e inline doc. Kjo do të bëjë disa aplikacione bazë të paaksesueshme.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s versioni i mëposhtëm %2$sështë instaluar, për arsye qëndrueshmërie dhe performance është e rekomanduar të përditësohet në një version më të ri %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." : "Moduli PHP 'fileinfo' mungon. Ne ju rekomandojmë që të mundësohet ky modul për të marrë rezultatet më të mira me zbulimin e llojit MIME.", - "This means that there might be problems with certain characters in filenames." : "Kjo do të thotë që mund të ketë probleme me disa karaktere në emrat e skedarëve.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Propozohrt që të instaloni paketat e kërkuara në sistemin tuaj për të mbështetur një nga lokacionet e mëposhtme: %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\")" : "Nëse instalimi juaj nuk është bërë në rrënjë të përkatësisë dhe përdor cron sistemi, mund të ketë probleme me prodhimin e URL-së. Që të shmangen këto probleme, ju lutemi, jepini mundësisë \"overwrite.cli.url\" te kartela juaj config.php vlerën e shtegut webroot të instalimit tuaj (E këshillueshme: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Nuk ishte e mundur që të ekzekutohej puna cron nëpërmjet CLI. Gabimet teknike në vijim janë shfaqur :" + "Default" : "Parazgjedhje" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/sr.js b/settings/l10n/sr.js index b82db9f04f..943cef8f62 100644 --- a/settings/l10n/sr.js +++ b/settings/l10n/sr.js @@ -72,10 +72,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome за Андроид", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS Client", - "Android Client" : "Андроид клијент", "Sync client - {os}" : "Клијент за синхронизовање - {os}", "This session" : "Ова сесија", "Copy" : "Копирај", @@ -104,8 +100,6 @@ OC.L10N.register( "So-so password" : "Осредња лозинка", "Good password" : "Добра лозинка", "Strong password" : "Јака лозинка", - "An error occured while changing your language. Please reload the page and try again." : "Грешка приликом промене језика. Освежите страну и покушајте поново.", - "An error occured while changing your locale. Please reload the page and try again." : "Грешка приликом промене локалитета. Освежите страну и покушајте поново.", "Select a profile picture" : "Изаберите слику профила", "Week starts on {fdow}" : "Недеља почиње у {fdow}", "Groups" : "Групе", @@ -356,12 +350,10 @@ OC.L10N.register( "Invalid user" : "Неисправан корисник", "Unable to change mail address" : "Не могу да изменим адресу е-поште", "Email saved" : "Адреса е-поште сачувана", - "%1$s changed your email address on %2$s." : "%1$s је изменио адресу Ваше е-поште на %2$s.", "Password confirmation is required" : "Потребна је потврда лозинке", "Are you really sure you want add {domain} as trusted domain?" : "Да ли заиста желите да додате {domain} као поуздан домен?", "Add trusted domain" : "Додај поуздан домен", "Update to %s" : "Ажурирај на %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Имате ажурирање за %n апликацију","Имате ажурирање за %n апликације","Имате ажурирање за %n апликација"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Одобрене апликације су развили проверени програмери и апликације су прошле основне безбедносне провере. Оне се активно одржавају у репозиторијуму за апликације отвореног кода и њихови одржаватељи сматрају да су стабилне за уобичајену употребу.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ова апликација није проверена по питању безбедности и нова је или зна да буде нестабилна. Инсталирате је на сопствену одговорност.", "Disabling app …" : "Искључујем апликацију …", @@ -370,14 +362,20 @@ OC.L10N.register( "Error while enabling app" : "Грешка при укључивању апликације", "Error: Could not disable broken app" : "Грешка: Не могу да искључим покварену апликацију", "Error while disabling broken app" : "Грешка приликом искључивања покварене апликације", - "Updating...." : "Ажурирам…", - "Error while updating app" : "Грешка при ажурирању апликације", + "App up to date" : "Апликација на последњој верзији", + "Updating …" : "Ажурирам…", + "Could not update app" : "Не могу да ажурирам апликацију", "Updated" : "Ажурирано", "Removing …" : "Уклањам …", - "Error while removing app" : "Грешка при уклањању апликације", + "Could not remove app" : "Не могу да уклоним апликацију", "Approved" : "Одобрене", "Experimental" : "Експерименталне", "No apps found for {query}" : "Није нађена ниједна апликација за претрагу {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS Client", + "Android Client" : "Андроид клијент", + "An error occured while changing your language. Please reload the page and try again." : "Грешка приликом промене језика. Освежите страну и покушајте поново.", "Unable to delete {objName}" : "Не могу да обришем {objName}", "Error creating group: {message}" : "Грешка при прављењу групе: {message}", "A valid group name must be provided" : "Мора бити наведено исправно име групе", @@ -398,66 +396,45 @@ OC.L10N.register( "Error creating user: {message}" : "Грешка при прављењу корисника: {message}", "A valid password must be provided" : "Морате унети исправну лозинку", "A valid email must be provided" : "Мора бити наведена исправна е-адреса", - "__language_name__" : "Српски", - "Verifying" : "Проверавам", - "Personal info" : "Лични подаци", - "Sync clients" : "Клијенти у синхронизацији", - "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." : "Због безбедности и перформанси Ваше инстанце сервера, важно је да је све подешено исправно. Да бисмо Вам помогли у томе, радићемо неке аутоматске провере. Погледајте секцију са саветима и триковима, као и документацију за више информација.", - "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 installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Погледајте инсталациону документацију ↗ за белешке око PHP конфигурације и PHP конфигурацију Вашег сервера, поготову ако користите php-fpm.", + "by %s" : "од %s", + "%s-licensed" : "%s лиценцирано", + "Documentation:" : "Документација:", + "Show description …" : "Прикажи опис …", + "Hide description …" : "Сакриј опис …", + "This app has an update available." : "Ова апликација има доступно ажурирање.", + "Enable only for specific groups" : "Укључи само за одређене групе", + "Online documentation" : "Документација на мрежи", + "Getting help" : "Добијање помоћи", + "Commercial support" : "Комерцијална подршка", + "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Погледајте инсталациону документацију ↗ за белешке око PHP конфигурације и 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." : "Омогућена је Само-читај конфигурација. То спречава постављање неке конфигурације преко веб-интерфејса. Осим тога, фајлу мора бити ручно омогућено уписивање код сваког освежавања.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP је очигледно подешен да склања уметнуте doc блоковe. То ће учинити неколико кључних апликација недоступним.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP је очигледно подешен да склања уметнуте doc блокове. То ће учинити неколико кључних апликација недоступним.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Ово је вероватно изазвано кешом или акцелератором као што су ЗендОПкеш или еАкцелератор.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "База података није покренута са \"READ COMMITTED\" нивоом изолације трансакција. Ово може изазвати проблеме ако се више различитих акција изврши у паралели.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s испод верзије %2$s је инсталиран. Због стабилности и перформанси, препоручујемо ажурирање на новију, %1$s верзију.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Недостаје PHP модул „fileinfo“. Препоручујемо вам да га укључите да бисте добили најбоље резултате с откривањем 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 documentation ↗ for more information." : "Трансактивно закључавање фајлова је искључено, што може довести до проблема са утркивањем процеса. Укључите 'filelocking.enabled' у config.php да бисте избегли проблеме овог типа. Погледајте документацију ↗ за више информација.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s испод верзије %2$s је инсталиран. Због стабилности и перформанси, препоручује се ажурирање на новију, %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." : "Недостаје PHP модул „fileinfo“. Препоручујемо да га укључите да бисте добили најбоље резултате с откривањем 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 documentation ↗ for more information." : "Трансактивно закључавање фајлова је искључено, што може довести до проблема са утркивањем процеса. Укључите 'filelocking.enabled' у config.php да бисте избегли проблеме овог типа. Погледајте документацију ↗ за више информација.", "System locale can not be set to a one which supports UTF-8." : "Системски локалитет се не може поставити на неки који подржава УТФ-8", - "This means that there might be problems with certain characters in file names." : "То значи да може доћи до проблема са неким знаковима у називима фајлова.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Препоручујемо да инсталирате потребне пакете да бисте подржали следеће локалитете: %s.", - "If your installation is not installed in 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\")" : "Ако инсталација није инсталирана у основи домена и користи системски крон, може бити проблема са генерисањем веб адреса. Да бисте избегли ове проблеме, молимо вас да подесите \"overwrite.cli.url\" опцију у вашем config.php фајлу у путању веб-основе ваше инсталације (Предложено: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Није било могуће да се изврши крон задатак путем интерфејса командне линије. Појавила су се следеће техничке грешке:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Добро погледајте инсталациону документацију ↗ и проверите за било какве грешке или упозорења у записнику.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php је регистрован код вебкрон сервиса за позивање cron.php сваких 15 минута преко протокола http.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Да бисте ово покренули, потребна је PHP posix екстензија. Погледајте {linkstart}PHP документацију{linkend} за више детаља.", + "This means that there might be problems with certain characters in filenames." : "Ово значи да може бити проблема са одређеним каракетерима који се појављују у именима фајлова.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Препоручујемо да инсталирате потребне пакете да бисте подржали следеће локалитете: %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\")" : "Ако инсталација није инсталирана у основи домена и користи системски крон, може бити проблема са генерисањем веб адреса. Да бисте избегли ове проблеме, молимо вас да подесите \"overwrite.cli.url\" опцију у вашем config.php фајлу у путању веб-основе ваше инсталације (Предложено: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Није било могуће да се изврши крон задатак путем интерфејса командне линије. Појавила су се следеће техничке грешке:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Добро погледајте инсталациону документацију ↗ и проверите за било какве грешке или упозорења у записнику.", "Tips & tricks" : "Савети и трикови", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Постоји доста доступних функционалности и конфигурација да оптимално прилагодите и користите ову инстанце. Овде су неки основни савети.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Тренутно се као база података користи SQLite. За веће инсталације, препоручујемо да промените базу података.", "This is particularly recommended when using the desktop client for file synchronisation." : "Ово се нарочито порепоручује ако се користи клијент програм у графичком окружењу за синхронизацију.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "За пресељење на другу базу података, користите алат командне линије: 'occ db:convert-type', или погледајте документацију ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "За пресељење на другу базу података, користите алат командне линије: 'occ db:convert-type', или погледајте документацију ↗.", "How to do backups" : "Како правити резерве", "Performance tuning" : "Побољшање перформанси", "Improving the config.php" : "Побољшање фајла поставки", "Theming" : "Теме", "Check the security of your Nextcloud over our security scan" : "Проверавање безбедности Вашег Некстклауда кроз наше безбедоносно скенирање", "Hardening and security guidance" : "Ојачавање система и безбедносне препоруке", - "This app has an update available." : "Ова апликација има доступно ажурирање.", - "by %s" : "од %s", - "%s-licensed" : "%s лиценцирано", - "Documentation:" : "Документација:", - "Show description …" : "Прикажи опис …", - "Hide description …" : "Сакриј опис …", - "Enable only for specific groups" : "Укључи само за одређене групе", - "Online documentation" : "Документација на мрежи", - "Getting help" : "Добијање помоћи", - "Commercial support" : "Комерцијална подршка", "You are using %s of %s" : "Користите %s од %s.", "You are using %s of %s (%s %%)" : "Користите %s од %s (%s%%)", - "You are member of the following groups:" : "Члан сте следећих група:", - "Get the apps to sync your files" : "Преузмите апликације за синхронизацију фајлова", - "Desktop client" : "Клијент за рачунар", - "Android app" : "Андроид апликација", - "iOS app" : "иОС апликација", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Ако желите да подржите пројекат, {contributeopen}придружите се развоју{linkclose} или {contributeopen}разгласите{linkclose}!", - "Show First Run Wizard again" : "Поново прикажи чаробњака за прво покретање", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Веб, рачунарске, мобилне и лозинке специфичне за апликације које тренутно имају приступ Вашем налогу.", - "App passwords" : "Апликативне лозинке", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Овде можете изгенерисати појединачне лозинке за апликације, тако да не морате да дајете Вашу лозинку. Можете их појединачно и повући.", - "Follow us on Google+!" : "Пратите нас на Google+!", - "Like our facebook page!" : "Лајкујте нашу Фејсбук страну!", - "Follow us on Twitter!" : "Пратите нас на Твитеру!", - "Check out our blog!" : "Баците поглед на наш блог!", - "Subscribe to our newsletter!" : "Пријавите се на наше новине!", "Settings" : "Подешавања", "Show storage location" : "Прикажи локацију складишта", "Show email address" : "Прикажи адресу е-поште", @@ -467,7 +444,6 @@ OC.L10N.register( "Create" : "Направи", "Admin Recovery Password" : "Администраторска лозинка за опоравак", "Enter the recovery password in order to recover the users files during password change" : "Унесите лозинку за опоравак корисничких фајлова током промене лозинке", - "Group name" : "Назив групе", "Disabled" : "Искључено", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Унесите квоту складиштења (нпр. 512 MB или 12 GB)", "Other" : "Друго", @@ -475,23 +451,7 @@ OC.L10N.register( "set new password" : "постави нову лозинку", "change email address" : "измени адресу е-поште", "Default" : "Подразумевано", - "App up to date" : "Апликација на последњој верзији", - "Updating …" : "Ажурирам…", - "Could not update app" : "Не могу да ажурирам апликацију", - "Could not remove app" : "Не могу да уклоним апликацију", - "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Погледајте инсталациону документацију ↗ за белешке око PHP конфигурације и PHP конфигурацију Вашег сервера, поготову ако користите php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP је очигледно подешен да склања уметнуте doc блокове. То ће учинити неколико кључних апликација недоступним.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s испод верзије %2$s је инсталиран. Због стабилности и перформанси, препоручује се ажурирање на новију, %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." : "Недостаје PHP модул „fileinfo“. Препоручујемо да га укључите да бисте добили најбоље резултате с откривањем 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 documentation ↗ for more information." : "Трансактивно закључавање фајлова је искључено, што може довести до проблема са утркивањем процеса. Укључите 'filelocking.enabled' у config.php да бисте избегли проблеме овог типа. Погледајте документацију ↗ за више информација.", - "This means that there might be problems with certain characters in filenames." : "Ово значи да може бити проблема са одређеним каракетерима који се појављују у именима фајлова.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Препоручујемо да инсталирате потребне пакете да бисте подржали следеће локалитете: %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\")" : "Ако инсталација није инсталирана у основи домена и користи системски крон, може бити проблема са генерисањем веб адреса. Да бисте избегли ове проблеме, молимо вас да подесите \"overwrite.cli.url\" опцију у вашем config.php фајлу у путању веб-основе ваше инсталације (Предложено: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Није било могуће да се изврши крон задатак путем интерфејса командне линије. Појавила су се следеће техничке грешке:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Добро погледајте инсталациону документацију ↗ и проверите за било какве грешке или упозорења у записнику.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "За пресељење на другу базу података, користите алат командне линије: 'occ db:convert-type', или погледајте документацију ↗.", - "Default quota :" : "Подразумевана квота:" + "Default quota :" : "Подразумевана квота:", + "An error occured while changing your locale. Please reload the page and try again." : "Грешка приликом промене локалитета. Освежите страну и покушајте поново." }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/settings/l10n/sr.json b/settings/l10n/sr.json index eb0b547961..f2ff9837a4 100644 --- a/settings/l10n/sr.json +++ b/settings/l10n/sr.json @@ -70,10 +70,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome за Андроид", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS Client", - "Android Client" : "Андроид клијент", "Sync client - {os}" : "Клијент за синхронизовање - {os}", "This session" : "Ова сесија", "Copy" : "Копирај", @@ -102,8 +98,6 @@ "So-so password" : "Осредња лозинка", "Good password" : "Добра лозинка", "Strong password" : "Јака лозинка", - "An error occured while changing your language. Please reload the page and try again." : "Грешка приликом промене језика. Освежите страну и покушајте поново.", - "An error occured while changing your locale. Please reload the page and try again." : "Грешка приликом промене локалитета. Освежите страну и покушајте поново.", "Select a profile picture" : "Изаберите слику профила", "Week starts on {fdow}" : "Недеља почиње у {fdow}", "Groups" : "Групе", @@ -354,12 +348,10 @@ "Invalid user" : "Неисправан корисник", "Unable to change mail address" : "Не могу да изменим адресу е-поште", "Email saved" : "Адреса е-поште сачувана", - "%1$s changed your email address on %2$s." : "%1$s је изменио адресу Ваше е-поште на %2$s.", "Password confirmation is required" : "Потребна је потврда лозинке", "Are you really sure you want add {domain} as trusted domain?" : "Да ли заиста желите да додате {domain} као поуздан домен?", "Add trusted domain" : "Додај поуздан домен", "Update to %s" : "Ажурирај на %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Имате ажурирање за %n апликацију","Имате ажурирање за %n апликације","Имате ажурирање за %n апликација"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Одобрене апликације су развили проверени програмери и апликације су прошле основне безбедносне провере. Оне се активно одржавају у репозиторијуму за апликације отвореног кода и њихови одржаватељи сматрају да су стабилне за уобичајену употребу.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ова апликација није проверена по питању безбедности и нова је или зна да буде нестабилна. Инсталирате је на сопствену одговорност.", "Disabling app …" : "Искључујем апликацију …", @@ -368,14 +360,20 @@ "Error while enabling app" : "Грешка при укључивању апликације", "Error: Could not disable broken app" : "Грешка: Не могу да искључим покварену апликацију", "Error while disabling broken app" : "Грешка приликом искључивања покварене апликације", - "Updating...." : "Ажурирам…", - "Error while updating app" : "Грешка при ажурирању апликације", + "App up to date" : "Апликација на последњој верзији", + "Updating …" : "Ажурирам…", + "Could not update app" : "Не могу да ажурирам апликацију", "Updated" : "Ажурирано", "Removing …" : "Уклањам …", - "Error while removing app" : "Грешка при уклањању апликације", + "Could not remove app" : "Не могу да уклоним апликацију", "Approved" : "Одобрене", "Experimental" : "Експерименталне", "No apps found for {query}" : "Није нађена ниједна апликација за претрагу {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS Client", + "Android Client" : "Андроид клијент", + "An error occured while changing your language. Please reload the page and try again." : "Грешка приликом промене језика. Освежите страну и покушајте поново.", "Unable to delete {objName}" : "Не могу да обришем {objName}", "Error creating group: {message}" : "Грешка при прављењу групе: {message}", "A valid group name must be provided" : "Мора бити наведено исправно име групе", @@ -396,66 +394,45 @@ "Error creating user: {message}" : "Грешка при прављењу корисника: {message}", "A valid password must be provided" : "Морате унети исправну лозинку", "A valid email must be provided" : "Мора бити наведена исправна е-адреса", - "__language_name__" : "Српски", - "Verifying" : "Проверавам", - "Personal info" : "Лични подаци", - "Sync clients" : "Клијенти у синхронизацији", - "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." : "Због безбедности и перформанси Ваше инстанце сервера, важно је да је све подешено исправно. Да бисмо Вам помогли у томе, радићемо неке аутоматске провере. Погледајте секцију са саветима и триковима, као и документацију за више информација.", - "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 installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Погледајте инсталациону документацију ↗ за белешке око PHP конфигурације и PHP конфигурацију Вашег сервера, поготову ако користите php-fpm.", + "by %s" : "од %s", + "%s-licensed" : "%s лиценцирано", + "Documentation:" : "Документација:", + "Show description …" : "Прикажи опис …", + "Hide description …" : "Сакриј опис …", + "This app has an update available." : "Ова апликација има доступно ажурирање.", + "Enable only for specific groups" : "Укључи само за одређене групе", + "Online documentation" : "Документација на мрежи", + "Getting help" : "Добијање помоћи", + "Commercial support" : "Комерцијална подршка", + "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Погледајте инсталациону документацију ↗ за белешке око PHP конфигурације и 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." : "Омогућена је Само-читај конфигурација. То спречава постављање неке конфигурације преко веб-интерфејса. Осим тога, фајлу мора бити ручно омогућено уписивање код сваког освежавања.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP је очигледно подешен да склања уметнуте doc блоковe. То ће учинити неколико кључних апликација недоступним.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP је очигледно подешен да склања уметнуте doc блокове. То ће учинити неколико кључних апликација недоступним.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Ово је вероватно изазвано кешом или акцелератором као што су ЗендОПкеш или еАкцелератор.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "База података није покренута са \"READ COMMITTED\" нивоом изолације трансакција. Ово може изазвати проблеме ако се више различитих акција изврши у паралели.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s испод верзије %2$s је инсталиран. Због стабилности и перформанси, препоручујемо ажурирање на новију, %1$s верзију.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Недостаје PHP модул „fileinfo“. Препоручујемо вам да га укључите да бисте добили најбоље резултате с откривањем 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 documentation ↗ for more information." : "Трансактивно закључавање фајлова је искључено, што може довести до проблема са утркивањем процеса. Укључите 'filelocking.enabled' у config.php да бисте избегли проблеме овог типа. Погледајте документацију ↗ за више информација.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s испод верзије %2$s је инсталиран. Због стабилности и перформанси, препоручује се ажурирање на новију, %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." : "Недостаје PHP модул „fileinfo“. Препоручујемо да га укључите да бисте добили најбоље резултате с откривањем 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 documentation ↗ for more information." : "Трансактивно закључавање фајлова је искључено, што може довести до проблема са утркивањем процеса. Укључите 'filelocking.enabled' у config.php да бисте избегли проблеме овог типа. Погледајте документацију ↗ за више информација.", "System locale can not be set to a one which supports UTF-8." : "Системски локалитет се не може поставити на неки који подржава УТФ-8", - "This means that there might be problems with certain characters in file names." : "То значи да може доћи до проблема са неким знаковима у називима фајлова.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Препоручујемо да инсталирате потребне пакете да бисте подржали следеће локалитете: %s.", - "If your installation is not installed in 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\")" : "Ако инсталација није инсталирана у основи домена и користи системски крон, може бити проблема са генерисањем веб адреса. Да бисте избегли ове проблеме, молимо вас да подесите \"overwrite.cli.url\" опцију у вашем config.php фајлу у путању веб-основе ваше инсталације (Предложено: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Није било могуће да се изврши крон задатак путем интерфејса командне линије. Појавила су се следеће техничке грешке:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Добро погледајте инсталациону документацију ↗ и проверите за било какве грешке или упозорења у записнику.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php је регистрован код вебкрон сервиса за позивање cron.php сваких 15 минута преко протокола http.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Да бисте ово покренули, потребна је PHP posix екстензија. Погледајте {linkstart}PHP документацију{linkend} за више детаља.", + "This means that there might be problems with certain characters in filenames." : "Ово значи да може бити проблема са одређеним каракетерима који се појављују у именима фајлова.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Препоручујемо да инсталирате потребне пакете да бисте подржали следеће локалитете: %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\")" : "Ако инсталација није инсталирана у основи домена и користи системски крон, може бити проблема са генерисањем веб адреса. Да бисте избегли ове проблеме, молимо вас да подесите \"overwrite.cli.url\" опцију у вашем config.php фајлу у путању веб-основе ваше инсталације (Предложено: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Није било могуће да се изврши крон задатак путем интерфејса командне линије. Појавила су се следеће техничке грешке:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Добро погледајте инсталациону документацију ↗ и проверите за било какве грешке или упозорења у записнику.", "Tips & tricks" : "Савети и трикови", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Постоји доста доступних функционалности и конфигурација да оптимално прилагодите и користите ову инстанце. Овде су неки основни савети.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Тренутно се као база података користи SQLite. За веће инсталације, препоручујемо да промените базу података.", "This is particularly recommended when using the desktop client for file synchronisation." : "Ово се нарочито порепоручује ако се користи клијент програм у графичком окружењу за синхронизацију.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "За пресељење на другу базу података, користите алат командне линије: 'occ db:convert-type', или погледајте документацију ↗.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "За пресељење на другу базу података, користите алат командне линије: 'occ db:convert-type', или погледајте документацију ↗.", "How to do backups" : "Како правити резерве", "Performance tuning" : "Побољшање перформанси", "Improving the config.php" : "Побољшање фајла поставки", "Theming" : "Теме", "Check the security of your Nextcloud over our security scan" : "Проверавање безбедности Вашег Некстклауда кроз наше безбедоносно скенирање", "Hardening and security guidance" : "Ојачавање система и безбедносне препоруке", - "This app has an update available." : "Ова апликација има доступно ажурирање.", - "by %s" : "од %s", - "%s-licensed" : "%s лиценцирано", - "Documentation:" : "Документација:", - "Show description …" : "Прикажи опис …", - "Hide description …" : "Сакриј опис …", - "Enable only for specific groups" : "Укључи само за одређене групе", - "Online documentation" : "Документација на мрежи", - "Getting help" : "Добијање помоћи", - "Commercial support" : "Комерцијална подршка", "You are using %s of %s" : "Користите %s од %s.", "You are using %s of %s (%s %%)" : "Користите %s од %s (%s%%)", - "You are member of the following groups:" : "Члан сте следећих група:", - "Get the apps to sync your files" : "Преузмите апликације за синхронизацију фајлова", - "Desktop client" : "Клијент за рачунар", - "Android app" : "Андроид апликација", - "iOS app" : "иОС апликација", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Ако желите да подржите пројекат, {contributeopen}придружите се развоју{linkclose} или {contributeopen}разгласите{linkclose}!", - "Show First Run Wizard again" : "Поново прикажи чаробњака за прво покретање", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Веб, рачунарске, мобилне и лозинке специфичне за апликације које тренутно имају приступ Вашем налогу.", - "App passwords" : "Апликативне лозинке", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Овде можете изгенерисати појединачне лозинке за апликације, тако да не морате да дајете Вашу лозинку. Можете их појединачно и повући.", - "Follow us on Google+!" : "Пратите нас на Google+!", - "Like our facebook page!" : "Лајкујте нашу Фејсбук страну!", - "Follow us on Twitter!" : "Пратите нас на Твитеру!", - "Check out our blog!" : "Баците поглед на наш блог!", - "Subscribe to our newsletter!" : "Пријавите се на наше новине!", "Settings" : "Подешавања", "Show storage location" : "Прикажи локацију складишта", "Show email address" : "Прикажи адресу е-поште", @@ -465,7 +442,6 @@ "Create" : "Направи", "Admin Recovery Password" : "Администраторска лозинка за опоравак", "Enter the recovery password in order to recover the users files during password change" : "Унесите лозинку за опоравак корисничких фајлова током промене лозинке", - "Group name" : "Назив групе", "Disabled" : "Искључено", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Унесите квоту складиштења (нпр. 512 MB или 12 GB)", "Other" : "Друго", @@ -473,23 +449,7 @@ "set new password" : "постави нову лозинку", "change email address" : "измени адресу е-поште", "Default" : "Подразумевано", - "App up to date" : "Апликација на последњој верзији", - "Updating …" : "Ажурирам…", - "Could not update app" : "Не могу да ажурирам апликацију", - "Could not remove app" : "Не могу да уклоним апликацију", - "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Погледајте инсталациону документацију ↗ за белешке око PHP конфигурације и PHP конфигурацију Вашег сервера, поготову ако користите php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP је очигледно подешен да склања уметнуте doc блокове. То ће учинити неколико кључних апликација недоступним.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s испод верзије %2$s је инсталиран. Због стабилности и перформанси, препоручује се ажурирање на новију, %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." : "Недостаје PHP модул „fileinfo“. Препоручујемо да га укључите да бисте добили најбоље резултате с откривањем 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 documentation ↗ for more information." : "Трансактивно закључавање фајлова је искључено, што може довести до проблема са утркивањем процеса. Укључите 'filelocking.enabled' у config.php да бисте избегли проблеме овог типа. Погледајте документацију ↗ за више информација.", - "This means that there might be problems with certain characters in filenames." : "Ово значи да може бити проблема са одређеним каракетерима који се појављују у именима фајлова.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Препоручујемо да инсталирате потребне пакете да бисте подржали следеће локалитете: %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\")" : "Ако инсталација није инсталирана у основи домена и користи системски крон, може бити проблема са генерисањем веб адреса. Да бисте избегли ове проблеме, молимо вас да подесите \"overwrite.cli.url\" опцију у вашем config.php фајлу у путању веб-основе ваше инсталације (Предложено: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Није било могуће да се изврши крон задатак путем интерфејса командне линије. Појавила су се следеће техничке грешке:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Добро погледајте инсталациону документацију ↗ и проверите за било какве грешке или упозорења у записнику.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "За пресељење на другу базу података, користите алат командне линије: 'occ db:convert-type', или погледајте документацију ↗.", - "Default quota :" : "Подразумевана квота:" + "Default quota :" : "Подразумевана квота:", + "An error occured while changing your locale. Please reload the page and try again." : "Грешка приликом промене локалитета. Освежите страну и покушајте поново." },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" } \ No newline at end of file diff --git a/settings/l10n/sv.js b/settings/l10n/sv.js index da8af6de95..a3bce36db0 100644 --- a/settings/l10n/sv.js +++ b/settings/l10n/sv.js @@ -70,10 +70,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome för Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS-app", - "Android Client" : "Android-app", "Sync client - {os}" : "Synkklient - {os}", "This session" : "Denna session ", "Copy" : "Kopiera", @@ -102,8 +98,6 @@ OC.L10N.register( "So-so password" : "Okej lösenord", "Good password" : "Bra lösenord", "Strong password" : "Starkt lösenord", - "An error occured while changing your language. Please reload the page and try again." : "Ett fel inträffade när språket ändrades. Var god ladda om sidan och försök igen.", - "An error occured while changing your locale. Please reload the page and try again." : "Ett fel inträffade när din plats ändrades. Var god ladda om sidan och försök igen.", "Select a profile picture" : "Välj en profilbild", "Week starts on {fdow}" : "Veckan börjar på {fdow}", "Groups" : "Grupper", @@ -317,12 +311,10 @@ OC.L10N.register( "Invalid user" : "Ogiltig användare", "Unable to change mail address" : "Kan inte ändra e-postadress", "Email saved" : "E-post sparad", - "%1$s changed your email address on %2$s." : "%1$s ändrade din e-postadress %2$s.", "Password confirmation is required" : "Lösenordsbekräftelse krävs", "Are you really sure you want add {domain} as trusted domain?" : "Är du verkligen säker att du vill lägga till (domain) som tillförlitlig domän?", "Add trusted domain" : "Lägg till betrodd domän", "Update to %s" : "Uppdatera till %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Du har %n appuppdatering som väntar ","Du har %n appuppdateringar som väntar"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Godkända appar är utvecklade av betrodda utvecklare och har genomgått enklare säkerhetstester. De är aktivt utvecklade i ett öppet kodbibliotek och deras underhållare anser dom stabila nog för enklare till normalt användande.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Denna applikation är ej kontrollerad för säkerhetsbrister och är ny eller känd att orsaka instabilitetsproblem. Installera på egen risk.", "Disabling app …" : "Inaktiverar app ...", @@ -331,14 +323,19 @@ OC.L10N.register( "Error while enabling app" : "Fel vid aktivering av app", "Error: Could not disable broken app" : "Fel: Kunde inte inaktivera trasig app", "Error while disabling broken app" : "Fel under inaktivering av trasig applikation.", - "Updating...." : "Uppdaterar...", - "Error while updating app" : "Fel vid uppdatering av appen", + "App up to date" : "Alla appar är uppdaterade", + "Updating …" : "Uppdaterar ...", "Updated" : "Uppdaterad", "Removing …" : "Tar bort ...", - "Error while removing app" : "Fel vid borttagning av app", + "Could not remove app" : "Kunde inte ta bort app", "Approved" : "Godkänd", "Experimental" : "Experimentell", "No apps found for {query}" : "Inga applikationer funna för {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS-app", + "Android Client" : "Android-app", + "An error occured while changing your language. Please reload the page and try again." : "Ett fel inträffade när språket ändrades. Var god ladda om sidan och försök igen.", "Unable to delete {objName}" : "Kunde inte radera {objName}", "Error creating group: {message}" : "Fel uppstod vid skapande av grupp: {message}", "A valid group name must be provided" : "Ett giltigt gruppnamn måste anges", @@ -359,52 +356,45 @@ OC.L10N.register( "Error creating user: {message}" : "Fel uppstod när användare skulle skapas: {message}", "A valid password must be provided" : "Ett giltigt lösenord måste anges", "A valid email must be provided" : "En giltig e-postadress måste anges", - "__language_name__" : "Svenska", - "Verifying" : "Verifierar", - "Personal info" : "Personlig info", - "Sync clients" : "Synk-klienter", + "by %s" : "av %s", + "%s-licensed" : "%s-licensierad.", + "Documentation:" : "Dokumentation:", + "Show description …" : "Visa beskrivning", + "Hide description …" : "Dölj beskrivning", + "This app has an update available." : "Denna applikation har en uppdatering tillgänglig.", + "Enable only for specific groups" : "Aktivera endast för specifika grupper", + "Online documentation" : "Online-dokumentation", + "Getting help" : "Få hjälp", + "Commercial support" : "Kommersiell support", + "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." : "Det är viktigt för säkerhet och prestanda av din instans att allting är konfigurerat korrekt. För att hjälpa dig gör vi några automatiska kontroller. Vänligen se Tips & Tricks och dokumentationen för mer 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 verkar inte fungera att sättas upp ordentligt för query system miljövariabler. Testet med getenv(\"PATH\") returnerar bara ett tomt svar.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Kontrollera installationsdokumentationen ↗ för PHP-konfigurationsnoteringar och PHP-konfigurationen på din server, speciellt när du använder 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." : "Läs-bara konfigureringen har blivit aktiv. Detta förhindrar att några konfigureringar kan sättas via webbgränssnittet.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP verkar uppenbarligen vara inställt på att ta bort inline doc blocks. Detta kommer gör flera viktiga appar otillgängliga.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Detta orsakas troligtvis av en cache/accelerator som t ex Zend OPchache eller eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Din databas kör inte \"READ COMMITED\" transaktionsisoleringsnvån. Detta kan orsaka problem när flera åtgärder körs parallellt.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s nedan version %2$s är installerat, av stabilitets- och presandaskäl rekommenderas en uppdatering till en nyare %1$s-version.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-modulen 'fileinfo' saknas. Det är starkt rekommenderat att aktivera denna modul för att få bäst resultat med MIME typdetektering.", + "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 documentation ↗ for more information." : "Transaktionsfillåsning är inaktiverad, det kan leda till problem med tävlingsförhållanden. Aktivera 'filelocking.enabled' i config.php för att undvika dessa problem. Se dokumentationen ↗ för mer information.", "System locale can not be set to a one which supports UTF-8." : "Systemspråk kan inte ställas in till ett som stödjer UTF-8.", - "This means that there might be problems with certain characters in file names." : "Det betyder att det kan finnas problem med vissa tecken i filnamn.", + "This means that there might be problems with certain characters in filenames." : "Detta innebär att det kan finnas problem med vissa tecken i filnamn", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Det är starkt rekommenderat att installera de nödvändiga paketen på ditt system för att stödja ett av följande locales (språk/region-inställningar): %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\")" : "Om din installation inte är installerad vid roten av domänen och använder systemets Cron kan det bli problem med URL-skapandet. För att undvika dessa problem, vänligen sätt \"overwrite.cli.url\"-alternativet i din config.php till webbrotplatsen för din installation (Förslag: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var inte möjligt att exekvera cron-jobbet via CLI. Följande tekniska fel dök upp:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Dubbelkolla installationsguiderna ↗, och kontrollera eventuella fel eller varningar i loggen.", "Tips & tricks" : "Tips & tricks", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Där är många funktioner och konfigurationsval tillgängliga för att automatiskt ställa in och använda din instans. Här är några hänvisningar för mer information.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite används som databas. För större installationer så rekommenderar vi ett byte till en annan databasbackend.", "This is particularly recommended when using the desktop client for file synchronisation." : "Detta rekommenderas speciellt när skrivbordsklienten används för att synkronisera filer.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "För att migrera till en annan databas använd kommandoradsverktyget: 'occ db:convert-type', eller se dokumentationen ↗.", "How to do backups" : "Hur man skapar säkerhetskopior", "Performance tuning" : "Prestandainställningar", "Improving the config.php" : "Förbättra config.php", "Theming" : "Teman", "Check the security of your Nextcloud over our security scan" : "Kontrollera säkerheten för ditt Nextcloud med vår säkerhets-skanning", "Hardening and security guidance" : "Säkerhetsriktlinjer", - "This app has an update available." : "Denna applikation har en uppdatering tillgänglig.", - "by %s" : "av %s", - "%s-licensed" : "%s-licensierad.", - "Documentation:" : "Dokumentation:", - "Show description …" : "Visa beskrivning", - "Hide description …" : "Dölj beskrivning", - "Enable only for specific groups" : "Aktivera endast för specifika grupper", - "Online documentation" : "Online-dokumentation", - "Getting help" : "Få hjälp", - "Commercial support" : "Kommersiell support", "You are using %s of %s" : "Du använder %s av %s", "You are using %s of %s (%s %%)" : "Du använder %s av %s (%s %%)", - "You are member of the following groups:" : "Du är medlem i följande grupper:", - "Get the apps to sync your files" : "Skaffa apparna för att synkronisera dina filer", - "Desktop client" : "Skrivbordsklient", - "Android app" : " Android-app", - "iOS app" : " iOS-app", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Om du vill stödja projektet {contributeopen}gå med och utveckla{linkclose} eller {contributeopen}sprid budskapet{linkclose}!", - "Show First Run Wizard again" : "Visa Första uppstartsguiden igen", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Webb-, skrivbords- och mobila klienter och appspecifika lösenord som för närvarande har tillgång till ditt konto.", - "App passwords" : " Applösenord", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Här kan du skapa individuella lösenord för appar så att du inte behöver ge ut ditt lösenord. Du kan även återkalla dom individuellt.", - "Follow us on Google+!" : "Följ oss på Google+!", - "Like our facebook page!" : "Gilla vår Facebooksida!", - "Follow us on Twitter!" : "Följ oss på Twitter!", - "Check out our blog!" : "Titta på vår blogg!", - "Subscribe to our newsletter!" : "Prenumerera på vårt nyhetsbrev!", "Settings" : "Inställningar", "Show storage location" : "Visa lagringsplats", "Show email address" : "Visa e-postadress", @@ -414,7 +404,6 @@ OC.L10N.register( "Create" : "Skapa", "Admin Recovery Password" : "Återställningslösen för admin", "Enter the recovery password in order to recover the users files during password change" : "Ange återställningslösenordet för att återställa användarnas filer vid lösenordsbyte", - "Group name" : "Gruppnamn", "Disabled" : "Inaktiverad", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Ange storlek på lagringsutrymmet (t.ex: \"512 MB\" eller \"12 GB\")", "Other" : "Annat", @@ -422,21 +411,6 @@ OC.L10N.register( "set new password" : "ange nytt lösenord", "change email address" : "ändra e-postadress", "Default" : "Förvald", - "App up to date" : "Alla appar är uppdaterade", - "Updating …" : "Uppdaterar ...", - "Could not remove app" : "Kunde inte ta bort app", - "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." : "Det är viktigt för säkerhet och prestanda av din instans att allting är konfigurerat korrekt. För att hjälpa dig gör vi några automatiska kontroller. Vänligen se Tips & Tricks och dokumentationen för mer 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 verkar inte fungera att sättas upp ordentligt för query system miljövariabler. Testet med getenv(\"PATH\") returnerar bara ett tomt svar.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Kontrollera installationsdokumentationen ↗ för PHP-konfigurationsnoteringar och PHP-konfigurationen på din server, speciellt när du använder php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP verkar uppenbarligen vara inställt på att ta bort inline doc blocks. Detta kommer gör flera viktiga appar otillgängliga.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s nedan version %2$s är installerat, av stabilitets- och presandaskäl rekommenderas en uppdatering till en nyare %1$s-version.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-modulen 'fileinfo' saknas. Det är starkt rekommenderat att aktivera denna modul för att få bäst resultat med MIME typdetektering.", - "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 documentation ↗ for more information." : "Transaktionsfillåsning är inaktiverad, det kan leda till problem med tävlingsförhållanden. Aktivera 'filelocking.enabled' i config.php för att undvika dessa problem. Se dokumentationen ↗ för mer information.", - "This means that there might be problems with certain characters in filenames." : "Detta innebär att det kan finnas problem med vissa tecken i filnamn", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Det är starkt rekommenderat att installera de nödvändiga paketen på ditt system för att stödja ett av följande locales (språk/region-inställningar): %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\")" : "Om din installation inte är installerad vid roten av domänen och använder systemets Cron kan det bli problem med URL-skapandet. För att undvika dessa problem, vänligen sätt \"overwrite.cli.url\"-alternativet i din config.php till webbrotplatsen för din installation (Förslag: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var inte möjligt att exekvera cron-jobbet via CLI. Följande tekniska fel dök upp:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Dubbelkolla installationsguiderna ↗, och kontrollera eventuella fel eller varningar i loggen.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "För att migrera till en annan databas använd kommandoradsverktyget: 'occ db:convert-type', eller se dokumentationen ↗." + "An error occured while changing your locale. Please reload the page and try again." : "Ett fel inträffade när din plats ändrades. Var god ladda om sidan och försök igen." }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/sv.json b/settings/l10n/sv.json index 8b06bb1f4e..b0571d3bad 100644 --- a/settings/l10n/sv.json +++ b/settings/l10n/sv.json @@ -68,10 +68,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome för Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS-app", - "Android Client" : "Android-app", "Sync client - {os}" : "Synkklient - {os}", "This session" : "Denna session ", "Copy" : "Kopiera", @@ -100,8 +96,6 @@ "So-so password" : "Okej lösenord", "Good password" : "Bra lösenord", "Strong password" : "Starkt lösenord", - "An error occured while changing your language. Please reload the page and try again." : "Ett fel inträffade när språket ändrades. Var god ladda om sidan och försök igen.", - "An error occured while changing your locale. Please reload the page and try again." : "Ett fel inträffade när din plats ändrades. Var god ladda om sidan och försök igen.", "Select a profile picture" : "Välj en profilbild", "Week starts on {fdow}" : "Veckan börjar på {fdow}", "Groups" : "Grupper", @@ -315,12 +309,10 @@ "Invalid user" : "Ogiltig användare", "Unable to change mail address" : "Kan inte ändra e-postadress", "Email saved" : "E-post sparad", - "%1$s changed your email address on %2$s." : "%1$s ändrade din e-postadress %2$s.", "Password confirmation is required" : "Lösenordsbekräftelse krävs", "Are you really sure you want add {domain} as trusted domain?" : "Är du verkligen säker att du vill lägga till (domain) som tillförlitlig domän?", "Add trusted domain" : "Lägg till betrodd domän", "Update to %s" : "Uppdatera till %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Du har %n appuppdatering som väntar ","Du har %n appuppdateringar som väntar"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Godkända appar är utvecklade av betrodda utvecklare och har genomgått enklare säkerhetstester. De är aktivt utvecklade i ett öppet kodbibliotek och deras underhållare anser dom stabila nog för enklare till normalt användande.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Denna applikation är ej kontrollerad för säkerhetsbrister och är ny eller känd att orsaka instabilitetsproblem. Installera på egen risk.", "Disabling app …" : "Inaktiverar app ...", @@ -329,14 +321,19 @@ "Error while enabling app" : "Fel vid aktivering av app", "Error: Could not disable broken app" : "Fel: Kunde inte inaktivera trasig app", "Error while disabling broken app" : "Fel under inaktivering av trasig applikation.", - "Updating...." : "Uppdaterar...", - "Error while updating app" : "Fel vid uppdatering av appen", + "App up to date" : "Alla appar är uppdaterade", + "Updating …" : "Uppdaterar ...", "Updated" : "Uppdaterad", "Removing …" : "Tar bort ...", - "Error while removing app" : "Fel vid borttagning av app", + "Could not remove app" : "Kunde inte ta bort app", "Approved" : "Godkänd", "Experimental" : "Experimentell", "No apps found for {query}" : "Inga applikationer funna för {query}", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS-app", + "Android Client" : "Android-app", + "An error occured while changing your language. Please reload the page and try again." : "Ett fel inträffade när språket ändrades. Var god ladda om sidan och försök igen.", "Unable to delete {objName}" : "Kunde inte radera {objName}", "Error creating group: {message}" : "Fel uppstod vid skapande av grupp: {message}", "A valid group name must be provided" : "Ett giltigt gruppnamn måste anges", @@ -357,52 +354,45 @@ "Error creating user: {message}" : "Fel uppstod när användare skulle skapas: {message}", "A valid password must be provided" : "Ett giltigt lösenord måste anges", "A valid email must be provided" : "En giltig e-postadress måste anges", - "__language_name__" : "Svenska", - "Verifying" : "Verifierar", - "Personal info" : "Personlig info", - "Sync clients" : "Synk-klienter", + "by %s" : "av %s", + "%s-licensed" : "%s-licensierad.", + "Documentation:" : "Dokumentation:", + "Show description …" : "Visa beskrivning", + "Hide description …" : "Dölj beskrivning", + "This app has an update available." : "Denna applikation har en uppdatering tillgänglig.", + "Enable only for specific groups" : "Aktivera endast för specifika grupper", + "Online documentation" : "Online-dokumentation", + "Getting help" : "Få hjälp", + "Commercial support" : "Kommersiell support", + "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." : "Det är viktigt för säkerhet och prestanda av din instans att allting är konfigurerat korrekt. För att hjälpa dig gör vi några automatiska kontroller. Vänligen se Tips & Tricks och dokumentationen för mer 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 verkar inte fungera att sättas upp ordentligt för query system miljövariabler. Testet med getenv(\"PATH\") returnerar bara ett tomt svar.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Kontrollera installationsdokumentationen ↗ för PHP-konfigurationsnoteringar och PHP-konfigurationen på din server, speciellt när du använder 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." : "Läs-bara konfigureringen har blivit aktiv. Detta förhindrar att några konfigureringar kan sättas via webbgränssnittet.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP verkar uppenbarligen vara inställt på att ta bort inline doc blocks. Detta kommer gör flera viktiga appar otillgängliga.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Detta orsakas troligtvis av en cache/accelerator som t ex Zend OPchache eller eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Din databas kör inte \"READ COMMITED\" transaktionsisoleringsnvån. Detta kan orsaka problem när flera åtgärder körs parallellt.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s nedan version %2$s är installerat, av stabilitets- och presandaskäl rekommenderas en uppdatering till en nyare %1$s-version.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-modulen 'fileinfo' saknas. Det är starkt rekommenderat att aktivera denna modul för att få bäst resultat med MIME typdetektering.", + "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 documentation ↗ for more information." : "Transaktionsfillåsning är inaktiverad, det kan leda till problem med tävlingsförhållanden. Aktivera 'filelocking.enabled' i config.php för att undvika dessa problem. Se dokumentationen ↗ för mer information.", "System locale can not be set to a one which supports UTF-8." : "Systemspråk kan inte ställas in till ett som stödjer UTF-8.", - "This means that there might be problems with certain characters in file names." : "Det betyder att det kan finnas problem med vissa tecken i filnamn.", + "This means that there might be problems with certain characters in filenames." : "Detta innebär att det kan finnas problem med vissa tecken i filnamn", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Det är starkt rekommenderat att installera de nödvändiga paketen på ditt system för att stödja ett av följande locales (språk/region-inställningar): %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\")" : "Om din installation inte är installerad vid roten av domänen och använder systemets Cron kan det bli problem med URL-skapandet. För att undvika dessa problem, vänligen sätt \"overwrite.cli.url\"-alternativet i din config.php till webbrotplatsen för din installation (Förslag: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var inte möjligt att exekvera cron-jobbet via CLI. Följande tekniska fel dök upp:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Dubbelkolla installationsguiderna ↗, och kontrollera eventuella fel eller varningar i loggen.", "Tips & tricks" : "Tips & tricks", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Där är många funktioner och konfigurationsval tillgängliga för att automatiskt ställa in och använda din instans. Här är några hänvisningar för mer information.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite används som databas. För större installationer så rekommenderar vi ett byte till en annan databasbackend.", "This is particularly recommended when using the desktop client for file synchronisation." : "Detta rekommenderas speciellt när skrivbordsklienten används för att synkronisera filer.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "För att migrera till en annan databas använd kommandoradsverktyget: 'occ db:convert-type', eller se dokumentationen ↗.", "How to do backups" : "Hur man skapar säkerhetskopior", "Performance tuning" : "Prestandainställningar", "Improving the config.php" : "Förbättra config.php", "Theming" : "Teman", "Check the security of your Nextcloud over our security scan" : "Kontrollera säkerheten för ditt Nextcloud med vår säkerhets-skanning", "Hardening and security guidance" : "Säkerhetsriktlinjer", - "This app has an update available." : "Denna applikation har en uppdatering tillgänglig.", - "by %s" : "av %s", - "%s-licensed" : "%s-licensierad.", - "Documentation:" : "Dokumentation:", - "Show description …" : "Visa beskrivning", - "Hide description …" : "Dölj beskrivning", - "Enable only for specific groups" : "Aktivera endast för specifika grupper", - "Online documentation" : "Online-dokumentation", - "Getting help" : "Få hjälp", - "Commercial support" : "Kommersiell support", "You are using %s of %s" : "Du använder %s av %s", "You are using %s of %s (%s %%)" : "Du använder %s av %s (%s %%)", - "You are member of the following groups:" : "Du är medlem i följande grupper:", - "Get the apps to sync your files" : "Skaffa apparna för att synkronisera dina filer", - "Desktop client" : "Skrivbordsklient", - "Android app" : " Android-app", - "iOS app" : " iOS-app", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Om du vill stödja projektet {contributeopen}gå med och utveckla{linkclose} eller {contributeopen}sprid budskapet{linkclose}!", - "Show First Run Wizard again" : "Visa Första uppstartsguiden igen", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Webb-, skrivbords- och mobila klienter och appspecifika lösenord som för närvarande har tillgång till ditt konto.", - "App passwords" : " Applösenord", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Här kan du skapa individuella lösenord för appar så att du inte behöver ge ut ditt lösenord. Du kan även återkalla dom individuellt.", - "Follow us on Google+!" : "Följ oss på Google+!", - "Like our facebook page!" : "Gilla vår Facebooksida!", - "Follow us on Twitter!" : "Följ oss på Twitter!", - "Check out our blog!" : "Titta på vår blogg!", - "Subscribe to our newsletter!" : "Prenumerera på vårt nyhetsbrev!", "Settings" : "Inställningar", "Show storage location" : "Visa lagringsplats", "Show email address" : "Visa e-postadress", @@ -412,7 +402,6 @@ "Create" : "Skapa", "Admin Recovery Password" : "Återställningslösen för admin", "Enter the recovery password in order to recover the users files during password change" : "Ange återställningslösenordet för att återställa användarnas filer vid lösenordsbyte", - "Group name" : "Gruppnamn", "Disabled" : "Inaktiverad", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Ange storlek på lagringsutrymmet (t.ex: \"512 MB\" eller \"12 GB\")", "Other" : "Annat", @@ -420,21 +409,6 @@ "set new password" : "ange nytt lösenord", "change email address" : "ändra e-postadress", "Default" : "Förvald", - "App up to date" : "Alla appar är uppdaterade", - "Updating …" : "Uppdaterar ...", - "Could not remove app" : "Kunde inte ta bort app", - "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." : "Det är viktigt för säkerhet och prestanda av din instans att allting är konfigurerat korrekt. För att hjälpa dig gör vi några automatiska kontroller. Vänligen se Tips & Tricks och dokumentationen för mer 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 verkar inte fungera att sättas upp ordentligt för query system miljövariabler. Testet med getenv(\"PATH\") returnerar bara ett tomt svar.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Kontrollera installationsdokumentationen ↗ för PHP-konfigurationsnoteringar och PHP-konfigurationen på din server, speciellt när du använder php-fpm.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP verkar uppenbarligen vara inställt på att ta bort inline doc blocks. Detta kommer gör flera viktiga appar otillgängliga.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s nedan version %2$s är installerat, av stabilitets- och presandaskäl rekommenderas en uppdatering till en nyare %1$s-version.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-modulen 'fileinfo' saknas. Det är starkt rekommenderat att aktivera denna modul för att få bäst resultat med MIME typdetektering.", - "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 documentation ↗ for more information." : "Transaktionsfillåsning är inaktiverad, det kan leda till problem med tävlingsförhållanden. Aktivera 'filelocking.enabled' i config.php för att undvika dessa problem. Se dokumentationen ↗ för mer information.", - "This means that there might be problems with certain characters in filenames." : "Detta innebär att det kan finnas problem med vissa tecken i filnamn", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Det är starkt rekommenderat att installera de nödvändiga paketen på ditt system för att stödja ett av följande locales (språk/region-inställningar): %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\")" : "Om din installation inte är installerad vid roten av domänen och använder systemets Cron kan det bli problem med URL-skapandet. För att undvika dessa problem, vänligen sätt \"overwrite.cli.url\"-alternativet i din config.php till webbrotplatsen för din installation (Förslag: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var inte möjligt att exekvera cron-jobbet via CLI. Följande tekniska fel dök upp:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Dubbelkolla installationsguiderna ↗, och kontrollera eventuella fel eller varningar i loggen.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "För att migrera till en annan databas använd kommandoradsverktyget: 'occ db:convert-type', eller se dokumentationen ↗." + "An error occured while changing your locale. Please reload the page and try again." : "Ett fel inträffade när din plats ändrades. Var god ladda om sidan och försök igen." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/ta_LK.js b/settings/l10n/ta_LK.js deleted file mode 100644 index b5bc9f4597..0000000000 --- a/settings/l10n/ta_LK.js +++ /dev/null @@ -1,33 +0,0 @@ -OC.L10N.register( - "settings", - { - "Authentication error" : "அத்தாட்சிப்படுத்தலில் வழு", - "Delete" : "நீக்குக", - "Groups" : "குழுக்கள்", - "Disable" : "இயலுமைப்ப", - "All" : "எல்லாம்", - "Enable" : "இயலுமைப்படுத்துக", - "New password" : "புதிய கடவுச்சொல்", - "Username" : "பயனாளர் பெயர்", - "Password" : "கடவுச்சொல்", - "Email" : "மின்னஞ்சல்", - "Quota" : "பங்கு", - "Language" : "மொழி", - "None" : "ஒன்றுமில்லை", - "Login" : "புகுபதிகை", - "Encryption" : "மறைக்குறியீடு", - "Server address" : "சேவையக முகவரி", - "Port" : "துறை ", - "Credentials" : "சான்று ஆவணங்கள்", - "Cancel" : "இரத்து செய்க", - "Your email address" : "உங்களுடைய மின்னஞ்சல் முகவரி", - "Help translate" : "மொழிபெயர்க்க உதவி", - "Current password" : "தற்போதைய கடவுச்சொல்", - "Change password" : "கடவுச்சொல்லை மாற்றுக", - "Email saved" : "மின்னஞ்சல் சேமிக்கப்பட்டது", - "undo" : "முன் செயல் நீக்கம் ", - "never" : "ஒருபோதும்", - "Create" : "உருவாக்குக", - "Other" : "மற்றவை" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/ta_LK.json b/settings/l10n/ta_LK.json deleted file mode 100644 index 27e195a8ce..0000000000 --- a/settings/l10n/ta_LK.json +++ /dev/null @@ -1,31 +0,0 @@ -{ "translations": { - "Authentication error" : "அத்தாட்சிப்படுத்தலில் வழு", - "Delete" : "நீக்குக", - "Groups" : "குழுக்கள்", - "Disable" : "இயலுமைப்ப", - "All" : "எல்லாம்", - "Enable" : "இயலுமைப்படுத்துக", - "New password" : "புதிய கடவுச்சொல்", - "Username" : "பயனாளர் பெயர்", - "Password" : "கடவுச்சொல்", - "Email" : "மின்னஞ்சல்", - "Quota" : "பங்கு", - "Language" : "மொழி", - "None" : "ஒன்றுமில்லை", - "Login" : "புகுபதிகை", - "Encryption" : "மறைக்குறியீடு", - "Server address" : "சேவையக முகவரி", - "Port" : "துறை ", - "Credentials" : "சான்று ஆவணங்கள்", - "Cancel" : "இரத்து செய்க", - "Your email address" : "உங்களுடைய மின்னஞ்சல் முகவரி", - "Help translate" : "மொழிபெயர்க்க உதவி", - "Current password" : "தற்போதைய கடவுச்சொல்", - "Change password" : "கடவுச்சொல்லை மாற்றுக", - "Email saved" : "மின்னஞ்சல் சேமிக்கப்பட்டது", - "undo" : "முன் செயல் நீக்கம் ", - "never" : "ஒருபோதும்", - "Create" : "உருவாக்குக", - "Other" : "மற்றவை" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/settings/l10n/th.js b/settings/l10n/th.js deleted file mode 100644 index e9c8f0aca7..0000000000 --- a/settings/l10n/th.js +++ /dev/null @@ -1,197 +0,0 @@ -OC.L10N.register( - "settings", - { - "Couldn't remove app." : "ไม่สามารถลบแอพฯ", - "Couldn't update app." : "ไม่สามารถอัพเดทแอปฯ", - "Wrong password" : "รหัสผ่านไม่ถูกต้อง", - "Saved" : "บันทึกแล้ว", - "No user supplied" : "ไม่มีผู้ใช้", - "Unable to change password" : "ไม่สามารถเปลี่ยนรหัสผ่าน", - "Authentication error" : "เกิดข้อผิดพลาดในสิทธิ์การเข้าใช้งาน", - "Wrong admin recovery password. Please check the password and try again." : "กู้คืนรหัสผ่านของผู้ดูแลระบบไม่ถูกต้อง กรุณาตรวจสอบรหัสผ่านและลองอีกครั้ง.", - "installing and updating apps via the app store or Federated Cloud Sharing" : "กำลังติดตั้งและอัพเดทแอพพลิเคชันผ่าแอพสโตร์หรือคลาวด์ในเครือ", - "Federated Cloud Sharing" : "แชร์กับสหพันธ์คลาวด์", - "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "เกิดปัญหาขึ้นในขณะที่ส่งอีเมล กรุณาแก้ไขการตั้งค่าของคุณ (ข้อผิดพลาด: %s)", - "You need to set your user email before being able to send test emails." : "คุณจำเป็นต้องตั้งค่าอีเมลผู้ใช้ของคุณก่อนที่จะสามารถส่งอีเมลทดสอบ", - "Invalid mail address" : "ที่อยู่อีเมลไม่ถูกต้อง", - "Unable to change full name" : "ไม่สามารถเปลี่ยนชื่อเต็ม", - "Your %s account was created" : "บัญชี %s ของคุณถูกสร้างขึ้น", - "Migration in progress. Please wait until the migration is finished" : "ในระหว่างดำเนินการโยกย้าย กรุณารอสักครู่จนกว่าการโยกย้ายจะเสร็จสิ้น", - "Migration started …" : "เริ่มต้นการโยกย้าย …", - "Email sent" : "ส่งอีเมลแล้ว", - "An error occurred. Please upload an ASCII-encoded PEM certificate." : "เกิดข้อผิดพลาด กรุณาอัพโหลดใบรับรองเข้ารหัส ASCII PEM", - "Valid until {date}" : "ใช้ได้จนถึงวันที่ {date}", - "Delete" : "ลบ", - "Very weak password" : "รหัสผ่านระดับต่ำมาก", - "Weak password" : "รหัสผ่านระดับต่ำ", - "So-so password" : "รหัสผ่านระดับปกติ", - "Good password" : "รหัสผ่านระดับดี", - "Strong password" : "รหัสผ่านระดับดีมาก", - "Select a profile picture" : "เลือกรูปภาพโปรไฟล์", - "Groups" : "กลุ่ม", - "Official" : "เป็นทางการ", - "Disable" : "ปิดใช้งาน", - "All" : "ทั้งหมด", - "User documentation" : "เอกสารสำหรับผู้ใช้", - "Admin documentation" : "เอกสารผู้ดูแลระบบ", - "Developer documentation" : "เอกสารสำหรับนักพัฒนา", - "This app cannot be installed because the following dependencies are not fulfilled:" : "ไม่สามารถติดตั้งแอพฯนี้เพราะไม่มีตัวอ้างอิงต่อไปนี้:", - "No apps found for your version" : "ไม่พบแอพพลิเคชันสำหรับรุ่นของคุณ", - "Enable" : "เปิดใช้งาน", - "The app will be downloaded from the app store" : "แอพฯจะดาวน์โหลดได้จากแอพสโตร์", - "New password" : "รหัสผ่านใหม่", - "Username" : "ชื่อผู้ใช้งาน", - "Password" : "รหัสผ่าน", - "Email" : "อีเมล", - "Quota" : "โควต้า", - "Language" : "ภาษา", - "Unlimited" : "ไม่จำกัด", - "Show user backend" : "แสดงแบ็กเอนด์ของผู้ใช้", - "Admins" : "ผู้ดูแลระบบ", - "Everyone" : "ทุกคน", - "SSL Root Certificates" : "ใบรับรอง SSL", - "Common Name" : "ชื่อทั่วไป", - "Valid until" : "ใช้ได้จนถึง", - "Issued By" : "ปัญหาโดย", - "Valid until %s" : "ใช้ได้จนถึง %s", - "Import root certificate" : "นำเข้าใบรับรองหลัก", - "Administrator documentation" : "เอกสารของผู้ดูแลระบบ", - "Forum" : "ฟอรั่ม", - "None" : "ไม่มี", - "Login" : "เข้าสู่ระบบ", - "Plain" : "ธรรมดา", - "NT LAN Manager" : "ตัวจัดการ NT LAN", - "Email server" : "อีเมลเซิร์ฟเวอร์", - "Open documentation" : "เปิดเอกสาร", - "Send mode" : "โหมดการส่ง", - "Encryption" : "การเข้ารหัส", - "From address" : "จากที่อยู่", - "mail" : "อีเมล", - "Authentication method" : "วิธีการตรวจสอบ", - "Authentication required" : "จำเป็นต้องตรวจสอบความถูกต้อง", - "Server address" : "ที่อยู่เซิร์ฟเวอร์", - "Port" : "พอร์ต", - "Credentials" : "ข้อมูลส่วนตัวสำหรับเข้าระบบ", - "SMTP Username" : "ชื่อผู้ใช้ SMTP", - "SMTP Password" : "รหัสผ่าน SMTP", - "Store credentials" : "ข้อมูลประจำตัวของร้านค้า", - "Test email settings" : "ทดสอบการตั้งค่าอีเมล", - "Send email" : "ส่งอีเมล", - "Security & setup warnings" : "คำเตือนความปลอดภัยและการติดตั้ง", - "All checks passed." : "ผ่านการตรวจสอบทั้งหมด", - "Version" : "รุ่น", - "Server-side encryption" : "เข้ารหัสฝั่งเซิร์ฟเวอร์", - "Enable server-side encryption" : "เปิดการใช้งานเข้ารหัสฝั่งเซิร์ฟเวอร์", - "Please read carefully before activating server-side encryption: " : "กรุณาอ่านอย่างละเอียดก่อนที่จะเปิดใช้งานการเข้ารหัสฝั่งเซิร์ฟเวอร์:", - "Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "เมื่อเปิดใช้งานการเข้ารหัส ไฟล์ทั้งหมดที่อัพโหลดไปยังเซิร์ฟเวอร์นั้นจะถูกเข้ารหัสในส่วนของเซิฟเวอร์ มันเป็นไปได้ที่จะปิดใช้งานการเข้ารหัสในภายหลัง ถ้าเปิดใช้ฟังก์ชั่นการสนับสนุนโมดูลการเข้ารหัสที่และเงื่อนไขก่อน (เช่น การตั้งค่าคีย์กู้คืน)", - "Be aware that encryption always increases the file size." : "โปรดทราบว่าหากเข้ารหัสไฟล์จะทำให้ขนาดของไฟล์ใหญ่ขึ้น", - "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "มันจะดีถ้าคุณสำรองข้อมูลบ่อยๆ ในกรณีของการเข้ารหัสโปรดแน่ใจว่าจะสำรองคีย์การเข้ารหัสลับพร้อมกับข้อมูลของคุณ", - "This is the final warning: Do you really want to enable encryption?" : "นี่คือการเตือนครั้งสุดท้าย: คุณต้องการที่จะเปิดใช้การเข้ารหัส?", - "Enable encryption" : "เปิดใช้งานการเข้ารหัส", - "No encryption module loaded, please enable an encryption module in the app menu." : "ไม่มีโมดูลการเข้ารหัสโหลดโปรดเปิดใช้งานโมดูลการเข้ารหัสในเมนูแอพฯ", - "Select default encryption module:" : "เลือกค่าเริ่มต้นโมดูลการเข้ารหัส:", - "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "คุณจำเป็นต้องโอนย้ายคีย์การเข้ารหัสลับของคุณจากการเข้ารหัสเก่า (ownCloud <= 8.0) ไปใหม่ กรุณาเปิดใช้งาน \"โมดูลการเข้ารหัสเริ่มต้น\" และเรียกใช้ 'occ encryption:migrate'", - "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "คุณจำเป็นต้องโอนย้ายคีย์การเข้ารหัสลับของคุณจากการเข้ารหัสเก่า (ownCloud <= 8.0) ไปใหม่", - "Start migration" : "เริ่มการโยกย้าย", - "Execute one task with each page loaded" : "ประมวลผลหนึ่งงาน ในแต่ละครั้งที่มีการโหลดหน้าเว็บ", - "Sharing" : "แชร์ข้อมูล", - "Allow apps to use the Share API" : "อนุญาตให้แอปฯสามารถใช้ API สำหรับแชร์ข้อมูลได้", - "Allow users to share via link" : "อนุญาตให้ผู้ใช้สามารถแชร์ผ่านทางลิงค์", - "Allow public uploads" : "อนุญาตให้อัพโหลดสาธารณะ", - "Enforce password protection" : "บังคับใช้การป้องกันรหัสผ่าน", - "Set default expiration date" : "ตั้งค่าเริ่มต้นวันหมดอายุ", - "Expire after " : "หลังจากหมดอายุ", - "days" : "วัน", - "Enforce expiration date" : "บังคับให้มีวันที่หมดอายุ", - "Allow resharing" : "อนุญาตให้แชร์ข้อมูลซ้ำอีกครั้งได้", - "Allow sharing with groups" : "อนุญาตให้แชร์กับกลุ่ม", - "Restrict users to only share with users in their groups" : "จำกัดให้ผู้ใช้สามารถแชร์กับผู้ใช้ในกลุ่มของพวกเขาเท่านั้น", - "Exclude groups from sharing" : "ไม่รวมกลุ่มที่กำลังแชร์", - "These groups will still be able to receive shares, but not to initiate them." : "กลุ่มนี้จะยังคงสามารถได้รับการแชร์ แต่พวกเขาจะไม่รู้จักมัน", - "Profile picture" : "รูปภาพโปรไฟล์", - "Upload new" : "อัพโหลดใหม่", - "Select from Files" : "เลือกจากไฟล์", - "Remove image" : "ลบรูปภาพ", - "png or jpg, max. 20 MB" : "จะต้องเป็นไฟล์ png หรือ jpg, สูงสุดไม่เกิน 20 เมกะไบต์", - "Picture provided by original account" : "ใช้รูปภาพจากบัญชีเดิม", - "Cancel" : "ยกเลิก", - "Choose as profile picture" : "เลือกรูปภาพโปรไฟล์", - "Full name" : "ชื่อเต็ม", - "No display name set" : "ไม่มีชื่อที่แสดง", - "Your email address" : "ที่อยู่อีเมล์ของคุณ", - "No email address set" : "ไม่ได้ตั้งค่าที่อยู่อีเมล", - "Help translate" : "มาช่วยกันแปลสิ!", - "Current password" : "รหัสผ่านปัจจุบัน", - "Change password" : "เปลี่ยนรหัสผ่าน", - "Done" : "เสร็จสิ้น", - "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "คุณกำลังใช้ cURL %s รุ่นเก่ากว่า (%s)โปรดอัพเดทระบบปฏิบัติการหรือคุณสมบัติเป็น %s เพื่อการทำงานที่มีประสิทธิภาพ", - "A problem occurred, please check your log files (Error: %s)" : "มีปัญหาเกิดขึ้นโปรดตรวจสอบไฟล์บันทึกของคุณ (ข้อผิดพลาด: %s)", - "Migration Completed" : "การโยกย้ายเสร็จสมบูรณ์", - "Group already exists." : "มีกลุ่มนี้อยู่แล้ว", - "Unable to add group." : "ไม่สามารถเพิ่มกลุ่ม", - "Unable to delete group." : "ไม่สามารถลบกลุ่ม", - "A user with that name already exists." : "มีชื้อผู้ใช้นี้อยู่แล้ว", - "Unable to create user." : "ไม่สามารถสร้างผู้ใช้", - "Unable to delete user." : "ไม่สามารถลบผู้ใช้", - "Your full name has been changed." : "ชื่อเต็มของคุณถูกเปลี่ยนแปลง", - "Forbidden" : "เขตหวงห้าม", - "Invalid user" : "ผู้ใช้ไม่ถูกต้อง", - "Unable to change mail address" : "ไม่สามารถที่จะเปลี่ยนที่อยู่อีเมล", - "Email saved" : "อีเมลถูกบันทึกแล้ว", - "Add trusted domain" : "เพิ่มโดเมนที่เชื่อถือได้", - "Update to %s" : "อัพเดทไปยัง %s", - "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "แอพพลิเคชันได้รับการอนุมัติและพัฒนาโดยนักพัฒนาที่น่าเชื่อถือและได้ผ่านการตรวจสอบความปลอดภัยคร่าวๆ พวกเขาจะได้รับการบำรุงรักษาอย่างดีในการเก็บข้อมูลรหัสเปิด มันอาจยังไม่เสถียรพอสำหรับการเปิดใช้งานปกติ", - "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "แอพฯ นี้ไม่ได้ตรวจสอบปัญหาด้านความปลอดภัยและเป็นแอพฯใหม่หรือที่รู้จักกันคือจะไม่เสถียร ติดตั้งบนความเสี่ยงของคุณเอง", - "Error while disabling app" : "เกิดข้อผิดพลาดขณะปิดการใช้งานแอพพลิเคชัน", - "Error while enabling app" : "เกิดข้อผิดพลาดขณะกำลังตรวจสอบแอพฯ", - "Error while disabling broken app" : "ข้อผิดพลาดขณะกำลังปิดการใช้งานแอพฯที่มีปัญหา", - "Updated" : "อัพเดทแล้ว", - "Approved" : "ได้รับการอนุมัติ", - "Experimental" : "การทดลอง", - "No apps found for {query}" : "ไม่พบแอพฯสำหรับ {query}", - "Unable to delete {objName}" : "ไม่สามารถลบ {objName}", - "Error creating group: {message}" : "ข้อผิดพลาดการสร้างกลุ่ม: {message}", - "A valid group name must be provided" : "จะต้องระบุชื่อกลุ่มที่ถูกต้อง", - "deleted {groupName}" : "ลบกลุ่ม {groupName} เรียบร้อยแล้ว", - "undo" : "เลิกทำ", - "never" : "ไม่ต้องเลย", - "deleted {userName}" : "ลบผู้ใช้ {userName} เรียบร้อยแล้ว", - "Changing the password will result in data loss, because data recovery is not available for this user" : "การเปลี่ยนรหัสผ่านจะส่งผลให้เกิดการสูญเสียข้อมูลเพราะการกู้คืนข้อมูลจะไม่สามารถใช้ได้สำหรับผู้ใช้นี้", - "A valid username must be provided" : "จะต้องระบุชื่อผู้ใช้ที่ถูกต้อง", - "Error creating user: {message}" : "ข้อผิดพลาดในการสร้างผู้ใช้: {message}", - "A valid password must be provided" : "จะต้องระบุรหัสผ่านที่ถูกต้อง", - "A valid email must be provided" : "จะต้องระบุอีเมลที่ถูกต้อง", - "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." : "ตั้งค่าให้สามารถอ่านได้อย่างเดียวถูกเปิดใช้งาน นี้จะช่วยป้องกันการตั้งค่าผ่านทางบางเว็บอินเตอร์เฟซ นอกจากนี้จะต้องเขียนไฟล์ด้วยตนเองสำหรับทุกการอัพเดท", - "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "นี้อาจเกิดจาก cache/accelerator อย่างเช่น Zend OPcache หรือ eAccelerator", - "System locale can not be set to a one which supports UTF-8." : "ตำแหน่งที่ตั้งของระบบไม่สามารถตั้งค่าให้รองรับ UTF-8", - "Tips & tricks" : "เคล็ดลับและเทคนิค", - "How to do backups" : "วิธีการสำรองข้อมูล", - "Performance tuning" : "การปรับแต่งประสิทธิภาพ", - "Improving the config.php" : "ปรับปรุงไฟล์ config.php", - "Theming" : "ชุดรูปแบบ", - "Hardening and security guidance" : "คำแนะนำการรักษาความปลอดภัย", - "by %s" : "โดย %s", - "%s-licensed" : "%s ได้รับใบอนุญาต", - "Documentation:" : "เอกสาร:", - "Show description …" : "แสดงรายละเอียด ...", - "Hide description …" : "ซ่อนรายละเอียด ...", - "Enable only for specific groups" : "เปิดใช้งานเพียงเฉพาะกลุ่ม", - "Online documentation" : "เอกสารออนไลน์", - "Commercial support" : "สนับสนุนเชิงพาณิชย์", - "You are using %s of %s" : "คุณกำลังใช้พื้นที่ %s จากทั้งหมด %s", - "You are member of the following groups:" : "คุณเป็นสมาชิกของกลุ่มต่อไปนี้:", - "Show storage location" : "แสดงสถานที่จัดเก็บข้อมูล", - "Show email address" : "แสดงที่อยู่อีเมล", - "Send email to new user" : "ส่งอีเมลไปยังผู้ใช้ใหม่", - "E-Mail" : "อีเมล", - "Create" : "สร้าง", - "Admin Recovery Password" : "กู้คืนรหัสผ่านดูแลระบบ", - "Enter the recovery password in order to recover the users files during password change" : "ป้อนรหัสผ่านการกู้คืนเพื่อกู้คืนไฟล์ผู้ใช้ในช่วงการเปลี่ยนรหัสผ่าน", - "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "กรุณากรอกโควต้าการจัดเก็บข้อมูล (ต.ย. : \"512 MB\" หรือ \"12 GB\")", - "Other" : "อื่นๆ", - "change full name" : "เปลี่ยนชื่อเต็ม", - "set new password" : "ตั้งค่ารหัสผ่านใหม่", - "change email address" : "เปลี่ยนแปลงที่อยู่อีเมล", - "Default" : "ค่าเริ่มต้น" -}, -"nplurals=1; plural=0;"); diff --git a/settings/l10n/th.json b/settings/l10n/th.json deleted file mode 100644 index 739cc26c07..0000000000 --- a/settings/l10n/th.json +++ /dev/null @@ -1,195 +0,0 @@ -{ "translations": { - "Couldn't remove app." : "ไม่สามารถลบแอพฯ", - "Couldn't update app." : "ไม่สามารถอัพเดทแอปฯ", - "Wrong password" : "รหัสผ่านไม่ถูกต้อง", - "Saved" : "บันทึกแล้ว", - "No user supplied" : "ไม่มีผู้ใช้", - "Unable to change password" : "ไม่สามารถเปลี่ยนรหัสผ่าน", - "Authentication error" : "เกิดข้อผิดพลาดในสิทธิ์การเข้าใช้งาน", - "Wrong admin recovery password. Please check the password and try again." : "กู้คืนรหัสผ่านของผู้ดูแลระบบไม่ถูกต้อง กรุณาตรวจสอบรหัสผ่านและลองอีกครั้ง.", - "installing and updating apps via the app store or Federated Cloud Sharing" : "กำลังติดตั้งและอัพเดทแอพพลิเคชันผ่าแอพสโตร์หรือคลาวด์ในเครือ", - "Federated Cloud Sharing" : "แชร์กับสหพันธ์คลาวด์", - "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "เกิดปัญหาขึ้นในขณะที่ส่งอีเมล กรุณาแก้ไขการตั้งค่าของคุณ (ข้อผิดพลาด: %s)", - "You need to set your user email before being able to send test emails." : "คุณจำเป็นต้องตั้งค่าอีเมลผู้ใช้ของคุณก่อนที่จะสามารถส่งอีเมลทดสอบ", - "Invalid mail address" : "ที่อยู่อีเมลไม่ถูกต้อง", - "Unable to change full name" : "ไม่สามารถเปลี่ยนชื่อเต็ม", - "Your %s account was created" : "บัญชี %s ของคุณถูกสร้างขึ้น", - "Migration in progress. Please wait until the migration is finished" : "ในระหว่างดำเนินการโยกย้าย กรุณารอสักครู่จนกว่าการโยกย้ายจะเสร็จสิ้น", - "Migration started …" : "เริ่มต้นการโยกย้าย …", - "Email sent" : "ส่งอีเมลแล้ว", - "An error occurred. Please upload an ASCII-encoded PEM certificate." : "เกิดข้อผิดพลาด กรุณาอัพโหลดใบรับรองเข้ารหัส ASCII PEM", - "Valid until {date}" : "ใช้ได้จนถึงวันที่ {date}", - "Delete" : "ลบ", - "Very weak password" : "รหัสผ่านระดับต่ำมาก", - "Weak password" : "รหัสผ่านระดับต่ำ", - "So-so password" : "รหัสผ่านระดับปกติ", - "Good password" : "รหัสผ่านระดับดี", - "Strong password" : "รหัสผ่านระดับดีมาก", - "Select a profile picture" : "เลือกรูปภาพโปรไฟล์", - "Groups" : "กลุ่ม", - "Official" : "เป็นทางการ", - "Disable" : "ปิดใช้งาน", - "All" : "ทั้งหมด", - "User documentation" : "เอกสารสำหรับผู้ใช้", - "Admin documentation" : "เอกสารผู้ดูแลระบบ", - "Developer documentation" : "เอกสารสำหรับนักพัฒนา", - "This app cannot be installed because the following dependencies are not fulfilled:" : "ไม่สามารถติดตั้งแอพฯนี้เพราะไม่มีตัวอ้างอิงต่อไปนี้:", - "No apps found for your version" : "ไม่พบแอพพลิเคชันสำหรับรุ่นของคุณ", - "Enable" : "เปิดใช้งาน", - "The app will be downloaded from the app store" : "แอพฯจะดาวน์โหลดได้จากแอพสโตร์", - "New password" : "รหัสผ่านใหม่", - "Username" : "ชื่อผู้ใช้งาน", - "Password" : "รหัสผ่าน", - "Email" : "อีเมล", - "Quota" : "โควต้า", - "Language" : "ภาษา", - "Unlimited" : "ไม่จำกัด", - "Show user backend" : "แสดงแบ็กเอนด์ของผู้ใช้", - "Admins" : "ผู้ดูแลระบบ", - "Everyone" : "ทุกคน", - "SSL Root Certificates" : "ใบรับรอง SSL", - "Common Name" : "ชื่อทั่วไป", - "Valid until" : "ใช้ได้จนถึง", - "Issued By" : "ปัญหาโดย", - "Valid until %s" : "ใช้ได้จนถึง %s", - "Import root certificate" : "นำเข้าใบรับรองหลัก", - "Administrator documentation" : "เอกสารของผู้ดูแลระบบ", - "Forum" : "ฟอรั่ม", - "None" : "ไม่มี", - "Login" : "เข้าสู่ระบบ", - "Plain" : "ธรรมดา", - "NT LAN Manager" : "ตัวจัดการ NT LAN", - "Email server" : "อีเมลเซิร์ฟเวอร์", - "Open documentation" : "เปิดเอกสาร", - "Send mode" : "โหมดการส่ง", - "Encryption" : "การเข้ารหัส", - "From address" : "จากที่อยู่", - "mail" : "อีเมล", - "Authentication method" : "วิธีการตรวจสอบ", - "Authentication required" : "จำเป็นต้องตรวจสอบความถูกต้อง", - "Server address" : "ที่อยู่เซิร์ฟเวอร์", - "Port" : "พอร์ต", - "Credentials" : "ข้อมูลส่วนตัวสำหรับเข้าระบบ", - "SMTP Username" : "ชื่อผู้ใช้ SMTP", - "SMTP Password" : "รหัสผ่าน SMTP", - "Store credentials" : "ข้อมูลประจำตัวของร้านค้า", - "Test email settings" : "ทดสอบการตั้งค่าอีเมล", - "Send email" : "ส่งอีเมล", - "Security & setup warnings" : "คำเตือนความปลอดภัยและการติดตั้ง", - "All checks passed." : "ผ่านการตรวจสอบทั้งหมด", - "Version" : "รุ่น", - "Server-side encryption" : "เข้ารหัสฝั่งเซิร์ฟเวอร์", - "Enable server-side encryption" : "เปิดการใช้งานเข้ารหัสฝั่งเซิร์ฟเวอร์", - "Please read carefully before activating server-side encryption: " : "กรุณาอ่านอย่างละเอียดก่อนที่จะเปิดใช้งานการเข้ารหัสฝั่งเซิร์ฟเวอร์:", - "Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "เมื่อเปิดใช้งานการเข้ารหัส ไฟล์ทั้งหมดที่อัพโหลดไปยังเซิร์ฟเวอร์นั้นจะถูกเข้ารหัสในส่วนของเซิฟเวอร์ มันเป็นไปได้ที่จะปิดใช้งานการเข้ารหัสในภายหลัง ถ้าเปิดใช้ฟังก์ชั่นการสนับสนุนโมดูลการเข้ารหัสที่และเงื่อนไขก่อน (เช่น การตั้งค่าคีย์กู้คืน)", - "Be aware that encryption always increases the file size." : "โปรดทราบว่าหากเข้ารหัสไฟล์จะทำให้ขนาดของไฟล์ใหญ่ขึ้น", - "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "มันจะดีถ้าคุณสำรองข้อมูลบ่อยๆ ในกรณีของการเข้ารหัสโปรดแน่ใจว่าจะสำรองคีย์การเข้ารหัสลับพร้อมกับข้อมูลของคุณ", - "This is the final warning: Do you really want to enable encryption?" : "นี่คือการเตือนครั้งสุดท้าย: คุณต้องการที่จะเปิดใช้การเข้ารหัส?", - "Enable encryption" : "เปิดใช้งานการเข้ารหัส", - "No encryption module loaded, please enable an encryption module in the app menu." : "ไม่มีโมดูลการเข้ารหัสโหลดโปรดเปิดใช้งานโมดูลการเข้ารหัสในเมนูแอพฯ", - "Select default encryption module:" : "เลือกค่าเริ่มต้นโมดูลการเข้ารหัส:", - "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "คุณจำเป็นต้องโอนย้ายคีย์การเข้ารหัสลับของคุณจากการเข้ารหัสเก่า (ownCloud <= 8.0) ไปใหม่ กรุณาเปิดใช้งาน \"โมดูลการเข้ารหัสเริ่มต้น\" และเรียกใช้ 'occ encryption:migrate'", - "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "คุณจำเป็นต้องโอนย้ายคีย์การเข้ารหัสลับของคุณจากการเข้ารหัสเก่า (ownCloud <= 8.0) ไปใหม่", - "Start migration" : "เริ่มการโยกย้าย", - "Execute one task with each page loaded" : "ประมวลผลหนึ่งงาน ในแต่ละครั้งที่มีการโหลดหน้าเว็บ", - "Sharing" : "แชร์ข้อมูล", - "Allow apps to use the Share API" : "อนุญาตให้แอปฯสามารถใช้ API สำหรับแชร์ข้อมูลได้", - "Allow users to share via link" : "อนุญาตให้ผู้ใช้สามารถแชร์ผ่านทางลิงค์", - "Allow public uploads" : "อนุญาตให้อัพโหลดสาธารณะ", - "Enforce password protection" : "บังคับใช้การป้องกันรหัสผ่าน", - "Set default expiration date" : "ตั้งค่าเริ่มต้นวันหมดอายุ", - "Expire after " : "หลังจากหมดอายุ", - "days" : "วัน", - "Enforce expiration date" : "บังคับให้มีวันที่หมดอายุ", - "Allow resharing" : "อนุญาตให้แชร์ข้อมูลซ้ำอีกครั้งได้", - "Allow sharing with groups" : "อนุญาตให้แชร์กับกลุ่ม", - "Restrict users to only share with users in their groups" : "จำกัดให้ผู้ใช้สามารถแชร์กับผู้ใช้ในกลุ่มของพวกเขาเท่านั้น", - "Exclude groups from sharing" : "ไม่รวมกลุ่มที่กำลังแชร์", - "These groups will still be able to receive shares, but not to initiate them." : "กลุ่มนี้จะยังคงสามารถได้รับการแชร์ แต่พวกเขาจะไม่รู้จักมัน", - "Profile picture" : "รูปภาพโปรไฟล์", - "Upload new" : "อัพโหลดใหม่", - "Select from Files" : "เลือกจากไฟล์", - "Remove image" : "ลบรูปภาพ", - "png or jpg, max. 20 MB" : "จะต้องเป็นไฟล์ png หรือ jpg, สูงสุดไม่เกิน 20 เมกะไบต์", - "Picture provided by original account" : "ใช้รูปภาพจากบัญชีเดิม", - "Cancel" : "ยกเลิก", - "Choose as profile picture" : "เลือกรูปภาพโปรไฟล์", - "Full name" : "ชื่อเต็ม", - "No display name set" : "ไม่มีชื่อที่แสดง", - "Your email address" : "ที่อยู่อีเมล์ของคุณ", - "No email address set" : "ไม่ได้ตั้งค่าที่อยู่อีเมล", - "Help translate" : "มาช่วยกันแปลสิ!", - "Current password" : "รหัสผ่านปัจจุบัน", - "Change password" : "เปลี่ยนรหัสผ่าน", - "Done" : "เสร็จสิ้น", - "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "คุณกำลังใช้ cURL %s รุ่นเก่ากว่า (%s)โปรดอัพเดทระบบปฏิบัติการหรือคุณสมบัติเป็น %s เพื่อการทำงานที่มีประสิทธิภาพ", - "A problem occurred, please check your log files (Error: %s)" : "มีปัญหาเกิดขึ้นโปรดตรวจสอบไฟล์บันทึกของคุณ (ข้อผิดพลาด: %s)", - "Migration Completed" : "การโยกย้ายเสร็จสมบูรณ์", - "Group already exists." : "มีกลุ่มนี้อยู่แล้ว", - "Unable to add group." : "ไม่สามารถเพิ่มกลุ่ม", - "Unable to delete group." : "ไม่สามารถลบกลุ่ม", - "A user with that name already exists." : "มีชื้อผู้ใช้นี้อยู่แล้ว", - "Unable to create user." : "ไม่สามารถสร้างผู้ใช้", - "Unable to delete user." : "ไม่สามารถลบผู้ใช้", - "Your full name has been changed." : "ชื่อเต็มของคุณถูกเปลี่ยนแปลง", - "Forbidden" : "เขตหวงห้าม", - "Invalid user" : "ผู้ใช้ไม่ถูกต้อง", - "Unable to change mail address" : "ไม่สามารถที่จะเปลี่ยนที่อยู่อีเมล", - "Email saved" : "อีเมลถูกบันทึกแล้ว", - "Add trusted domain" : "เพิ่มโดเมนที่เชื่อถือได้", - "Update to %s" : "อัพเดทไปยัง %s", - "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "แอพพลิเคชันได้รับการอนุมัติและพัฒนาโดยนักพัฒนาที่น่าเชื่อถือและได้ผ่านการตรวจสอบความปลอดภัยคร่าวๆ พวกเขาจะได้รับการบำรุงรักษาอย่างดีในการเก็บข้อมูลรหัสเปิด มันอาจยังไม่เสถียรพอสำหรับการเปิดใช้งานปกติ", - "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "แอพฯ นี้ไม่ได้ตรวจสอบปัญหาด้านความปลอดภัยและเป็นแอพฯใหม่หรือที่รู้จักกันคือจะไม่เสถียร ติดตั้งบนความเสี่ยงของคุณเอง", - "Error while disabling app" : "เกิดข้อผิดพลาดขณะปิดการใช้งานแอพพลิเคชัน", - "Error while enabling app" : "เกิดข้อผิดพลาดขณะกำลังตรวจสอบแอพฯ", - "Error while disabling broken app" : "ข้อผิดพลาดขณะกำลังปิดการใช้งานแอพฯที่มีปัญหา", - "Updated" : "อัพเดทแล้ว", - "Approved" : "ได้รับการอนุมัติ", - "Experimental" : "การทดลอง", - "No apps found for {query}" : "ไม่พบแอพฯสำหรับ {query}", - "Unable to delete {objName}" : "ไม่สามารถลบ {objName}", - "Error creating group: {message}" : "ข้อผิดพลาดการสร้างกลุ่ม: {message}", - "A valid group name must be provided" : "จะต้องระบุชื่อกลุ่มที่ถูกต้อง", - "deleted {groupName}" : "ลบกลุ่ม {groupName} เรียบร้อยแล้ว", - "undo" : "เลิกทำ", - "never" : "ไม่ต้องเลย", - "deleted {userName}" : "ลบผู้ใช้ {userName} เรียบร้อยแล้ว", - "Changing the password will result in data loss, because data recovery is not available for this user" : "การเปลี่ยนรหัสผ่านจะส่งผลให้เกิดการสูญเสียข้อมูลเพราะการกู้คืนข้อมูลจะไม่สามารถใช้ได้สำหรับผู้ใช้นี้", - "A valid username must be provided" : "จะต้องระบุชื่อผู้ใช้ที่ถูกต้อง", - "Error creating user: {message}" : "ข้อผิดพลาดในการสร้างผู้ใช้: {message}", - "A valid password must be provided" : "จะต้องระบุรหัสผ่านที่ถูกต้อง", - "A valid email must be provided" : "จะต้องระบุอีเมลที่ถูกต้อง", - "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." : "ตั้งค่าให้สามารถอ่านได้อย่างเดียวถูกเปิดใช้งาน นี้จะช่วยป้องกันการตั้งค่าผ่านทางบางเว็บอินเตอร์เฟซ นอกจากนี้จะต้องเขียนไฟล์ด้วยตนเองสำหรับทุกการอัพเดท", - "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "นี้อาจเกิดจาก cache/accelerator อย่างเช่น Zend OPcache หรือ eAccelerator", - "System locale can not be set to a one which supports UTF-8." : "ตำแหน่งที่ตั้งของระบบไม่สามารถตั้งค่าให้รองรับ UTF-8", - "Tips & tricks" : "เคล็ดลับและเทคนิค", - "How to do backups" : "วิธีการสำรองข้อมูล", - "Performance tuning" : "การปรับแต่งประสิทธิภาพ", - "Improving the config.php" : "ปรับปรุงไฟล์ config.php", - "Theming" : "ชุดรูปแบบ", - "Hardening and security guidance" : "คำแนะนำการรักษาความปลอดภัย", - "by %s" : "โดย %s", - "%s-licensed" : "%s ได้รับใบอนุญาต", - "Documentation:" : "เอกสาร:", - "Show description …" : "แสดงรายละเอียด ...", - "Hide description …" : "ซ่อนรายละเอียด ...", - "Enable only for specific groups" : "เปิดใช้งานเพียงเฉพาะกลุ่ม", - "Online documentation" : "เอกสารออนไลน์", - "Commercial support" : "สนับสนุนเชิงพาณิชย์", - "You are using %s of %s" : "คุณกำลังใช้พื้นที่ %s จากทั้งหมด %s", - "You are member of the following groups:" : "คุณเป็นสมาชิกของกลุ่มต่อไปนี้:", - "Show storage location" : "แสดงสถานที่จัดเก็บข้อมูล", - "Show email address" : "แสดงที่อยู่อีเมล", - "Send email to new user" : "ส่งอีเมลไปยังผู้ใช้ใหม่", - "E-Mail" : "อีเมล", - "Create" : "สร้าง", - "Admin Recovery Password" : "กู้คืนรหัสผ่านดูแลระบบ", - "Enter the recovery password in order to recover the users files during password change" : "ป้อนรหัสผ่านการกู้คืนเพื่อกู้คืนไฟล์ผู้ใช้ในช่วงการเปลี่ยนรหัสผ่าน", - "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "กรุณากรอกโควต้าการจัดเก็บข้อมูล (ต.ย. : \"512 MB\" หรือ \"12 GB\")", - "Other" : "อื่นๆ", - "change full name" : "เปลี่ยนชื่อเต็ม", - "set new password" : "ตั้งค่ารหัสผ่านใหม่", - "change email address" : "เปลี่ยนแปลงที่อยู่อีเมล", - "Default" : "ค่าเริ่มต้น" -},"pluralForm" :"nplurals=1; plural=0;" -} \ No newline at end of file diff --git a/settings/l10n/tr.js b/settings/l10n/tr.js index 9089622deb..efe3574e20 100644 --- a/settings/l10n/tr.js +++ b/settings/l10n/tr.js @@ -72,10 +72,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Android için Google Chrome", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS İstemcisi", - "Android Client" : "Android İstemcisi", "Sync client - {os}" : "Eşitleme istemcisi - {os}", "This session" : "Bu oturum", "Copy" : "Kopyala", @@ -104,8 +100,6 @@ OC.L10N.register( "So-so password" : "Parola idare eder", "Good password" : "Parola iyi", "Strong password" : "Parola güçlü", - "An error occured while changing your language. Please reload the page and try again." : "Dil değiştirilirken bir sorun çıktı. Lütfen sayfayı yeniden yükleyerek yeniden deneyin.", - "An error occured while changing your locale. Please reload the page and try again." : "Yerel ayarlarınız değiştirilirken bir sorun çıktı. Lütfen sayfayı yeniden yükleyerek yeniden deneyin.", "Select a profile picture" : "Bir profil fotoğrafı seçin", "Week starts on {fdow}" : "Hafta başlangıcı {fdow}", "Groups" : "Gruplar", @@ -356,12 +350,10 @@ OC.L10N.register( "Invalid user" : "Kullanıcı geçersiz", "Unable to change mail address" : "Posta adresi değiştirilemedi", "Email saved" : "E-posta kaydedildi", - "%1$s changed your email address on %2$s." : "%1$s, %2$s üzerindeki e-posta adresini değiştirdi", "Password confirmation is required" : "Parola onayının yazılması zorunludur", "Are you really sure you want add {domain} as trusted domain?" : "{domain} etki alanını güvenilir etki alanı olarak eklemek istediğinize emin misiniz?", "Add trusted domain" : "Güvenilir etki alanı ekle", "Update to %s" : "%s sürümüne güncelle", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Güncellenmeyi bekleyen %n uygulama var","Güncellenmeyi bekleyen %n uygulama var"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Onaylanmış uygulamalar güvenilir geliştiriciler tarafından hazırlanmış ve ayrıntılı olmayan bir güvenlik denetiminden geçirilmiştir. Bu uygulamalar açık kaynak kod deposunda bulunur ve normal kullanım için kararlı oldukları varsayılır.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Bu uygulama güvenlik denetiminden geçirilmemiş ve yeni ya da kararsız olarak biliniyor. Kurulmasından doğabilecek riskler size aittir.", "Disabling app …" : "Uygulama devre dışı bırakılıyor ...", @@ -370,14 +362,20 @@ OC.L10N.register( "Error while enabling app" : "Uygulama etkinleştirilirken sorun çıktı", "Error: Could not disable broken app" : "Hata: Bozuk uygulama devre dışı bırakılamadı", "Error while disabling broken app" : "Bozuk uygulama devre dışı bırakılırken sorun çıktı", - "Updating...." : "Güncelleniyor....", - "Error while updating app" : "Uygulama güncellenirken sorun çıktı", + "App up to date" : "Uygulama güncel", + "Updating …" : "Güncelleniyor …", + "Could not update app" : "Uygulama güncellenemedi", "Updated" : "Güncellendi", "Removing …" : "Kaldırılıyor...", - "Error while removing app" : "Uygulama kaldırılırken sorun çıktı", + "Could not remove app" : "Uygulama kaldırılamadı", "Approved" : "Onaylanmış", "Experimental" : "Deneysel", "No apps found for {query}" : "{query} aramasına uyan bir uygulama bulunamadı", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS İstemcisi", + "Android Client" : "Android İstemcisi", + "An error occured while changing your language. Please reload the page and try again." : "Dil değiştirilirken bir sorun çıktı. Lütfen sayfayı yeniden yükleyerek yeniden deneyin.", "Unable to delete {objName}" : "{objName} silinemedi", "Error creating group: {message}" : "Grup oluşturulurken sorun çıktı: {message}", "A valid group name must be provided" : "Geçerli bir grup adı yazmalısınız", @@ -398,66 +396,45 @@ OC.L10N.register( "Error creating user: {message}" : "Kullanıcı eklenirken sorun çıktı: {message}", "A valid password must be provided" : "Geçerli bir parola yazmalısınız", "A valid email must be provided" : "Geçerli bir e-posta adresi yazmalısınız", - "__language_name__" : "Türkçe", - "Verifying" : "Doğrulanıyor", - "Personal info" : "Kişisel bilgiler", - "Sync clients" : "İstemciler eşitlensin", - "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." : "Kopyanızın güvenli ve yüksek başarımla çalışması için ayarların doğru yapılmış olması önemlidir. Bunu sağlamak için bazı otomatik denetimler yapılır. Ayrıntılı bilgi almak için İpuçları bölümüne ve belgelere bakabilirsiniz.", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP yanlış kurulmuş ve sistem ortam değişkenlerini okuyamıyor gibi görünüyor. getenv(\"PATH\") komutu ile yapılan sınama sonucunda boş bir yanıt alındı.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Lütfen PHP yapılandırma notları ve özellikle php-fpm kullanırken sunucunuzdaki PHP yapılandırması için kurulum belgelerine ↗ bakın.", + "by %s" : "Yazar: %s", + "%s-licensed" : "%s lisanslı", + "Documentation:" : "Belgeler:", + "Show description …" : "Açıklama görüntülensin ...", + "Hide description …" : "Açıklama gizlensin ...", + "This app has an update available." : "Bu uygulama için bir güncelleme yayınlanmış.", + "Enable only for specific groups" : "Yalnız belirli gruplar için etkinleştir", + "Online documentation" : "Çevrimiçi belgeler", + "Getting help" : "Yardım alın", + "Commercial support" : "Ticari destek", + "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." : "Kopyanızın güvenli ve yüksek başarımla çalışması için ayarların doğru yapılmış olması önemlidir. Bunu sağlamak için bazı otomatik denetimler yapılır. Ayrıntılı bilgi almak için İpuçları bölümüne ve belgelere bakabilirsiniz.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP yanlış kurulmuş ve sistem ortam değişkenlerini okuyamıyor gibi görünüyor. getenv(\"PATH\") komutu ile yapılan sınama sonucunda boş bir yanıt alındı.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Lütfen PHP yapılandırma notları ve özellikle php-fpm kullanırken sunucunuzdaki PHP yapılandırması için kurulum belgelerine ↗ bakın.", "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." : "Salt Okunur yapılandırma etkinleştirilmiş. Bu yapılandırma, bazı ayarların web arayüzünden yapılmasını önler. Ayrıca, bu dosyanın her güncelleme öncesinde el ile yazılabilir yapılması gerekir.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP girintili doc bloklarını ayıklamak üzere yapılandırılmış gibi görünüyor. Bu durum bazı çekirdek uygulamalarına erişilmesini engelleyecek.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP girintili doc bloklarını ayıklamak üzere yapılandırılmış gibi görünüyor. Bu durum bazı çekirdek uygulamalarına erişilmesini engelleyecek.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Bu sorun genellikle Zend OPcache ya da eAccelerator gibi bir ön bellek/hızlandırıcı nedeniyle ortaya çıkar.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Veritabanınız \"READ COMMITTED\" işlem yalıtma düzeyinde çalışmıyor. Bu durum aynı anda birden çok işlem yapıldığında sorun çıkmasına yol açabilir.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s, %2$s sürümünden daha düşük bir sürüm kurulu. Kararlılık ve başarım için daha yeni bir %1$s sürümüne güncellemeniz önerilir.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "PHP 'fileinfo' modülü bulunamadı. MIME türü algılamasında en iyi sonuçları elde etmek için bu modülü etkinleştirmeniz önerilir.", - "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 documentation ↗ for more information." : "İşlemsel dosya kilidi devre dışı. Bu durum yarış koşullarında (race condition) sorun çıkarabilir. Bu sorunlardan kaçınmak için config.php dosyasındaki 'filelocking.enabled' seçeneğini etkinleştirin. Ayrıntılı bilgi almak için belgelere ↗ bakabilirsiniz.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s, %2$s sürümünden daha düşük bir sürüm kurulu. Kararlılık ve başarım için daha yeni bir %1$s sürümüne güncellemeniz önerilir.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP 'fileinfo' modülü bulunamadı. MIME türü algılamasında en iyi sonuçları elde etmek için bu modülü etkinleştirmeniz önerilir.", + "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 documentation ↗ for more information." : "İşlemsel dosya kilidi devre dışı. Bu durum yarış koşullarında (race condition) sorun çıkarabilir. Bu sorunlardan kaçınmak için config.php dosyasındaki 'filelocking.enabled' seçeneğini etkinleştirin. Ayrıntılı bilgi almak için belgelere ↗ bakabilirsiniz.", "System locale can not be set to a one which supports UTF-8." : "Sistem dili UTF-8 destekleyenlerden biri olarak ayarlanamadı.", - "This means that there might be problems with certain characters in file names." : "Bu durum dosya adlarında belirli karakterler kullanıldığında sorun çıkmasına yol açabilir.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Şu dillerden birini desteklemesi için sisteminize gerekli paketleri kurmanız önemle önerilir: %s.", - "If your installation is not installed in 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\")" : "Kurulumunuz etki alanının kök klasörüne yapılmamış ve sistem zamanlanmış görevini kullanıyorsa, İnternet adresi oluşturma sorunları oluşabilir. Bu sorunların önüne geçmek için, kurulumunuzun config.php dosyasındaki \"overwrite.cli.url\" seçeneğini web kök klasörü olarak ayarlayın (Önerilen: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Zamanlanmış görev CLI üzerinden çalıştırılamadı. Şu teknik sorunlar çıktı:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Lütfen kurulum rehberlerini↗ yeniden gözden geçirin ve günlük kayıtlarındaki hata ve uyarılara bakın.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php, http üzerinden 15 dakikada bir yürütülmesi için webcron hizmetine kaydedildi.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Bunu çalıştıraiblmek için PHP posix eklentisi gereklidir. Ayrıntılı bilgi almak için {linkstart}PHP belgelerine{linkend} bakabilirsiniz.", + "This means that there might be problems with certain characters in filenames." : "Bu durum dosya adlarında belirli karakterler kullanıldığında sorun çıkmasına yol açabilir.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Şu dillerden birini desteklemesi için sisteminize gerekli paketleri kurmanız önemle önerilir: %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\")" : "Kurulumunuz etki alanının kök klasörüne yapılmamış ve sistem Zamanlanmış Görevini kullanıyorsa, İnternet adresi oluşturma sorunları oluşabilir. Bu sorunların önüne geçmek için, kurulumunuzun config.php dosyasındaki \"overwrite.cli.url\" seçeneğini web kök klasörü olarak ayarlayın (Önerilen: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Zamanlanmış görev CLI üzerinden çalıştırılamadı. Şu teknik sorunlar çıktı:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Lütfen kurulum rehberlerini↗ yeniden gözden geçirin ve günlük kayıtlarındaki hata ve uyarılara bakın.", "Tips & tricks" : "İpucu ve incelikler", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Bu kopyayı kullanmak ve en iyi şekilde ayarlamak için çok sayıda özellik ve ayar seçeneği vardır. Ayrıntılı bilgi alabileceğiniz bazı konular şu şekildedir.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Şu anda veritabanı olarak SQLite kullanılıyor. Daha büyük kurulumlar için farklı bir veritabanı arka ucuna geçmenizi öneriyoruz.", "This is particularly recommended when using the desktop client for file synchronisation." : "Özellikle dosya eşitleme için masaüstü istemcisi kullanılırken SQLite kullanımı önerilmez.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Başka bir veritabanına geçmek için komut satırı aracını kullanın: 'occ db:convert-type' ya da belgelere ↗ bakın.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Başka bir veritabanına geçmek için komut satırı aracını kullanın: 'occ db:convert-type' ya da belgelere ↗ bakın.", "How to do backups" : "Nasıl yedek alınır", "Performance tuning" : "Başarım ayarlama", "Improving the config.php" : "config.php iyileştirme", "Theming" : "Tema uygulama", "Check the security of your Nextcloud over our security scan" : "Güvenlik sınamamızdan geçirerek Nextcloud güvenliğinizi denetleyin", "Hardening and security guidance" : "Sağlamlaştırma ve güvenlik rehberliği", - "This app has an update available." : "Bu uygulama için bir güncelleme yayınlanmış.", - "by %s" : "Yazar: %s", - "%s-licensed" : "%s lisanslı", - "Documentation:" : "Belgeler:", - "Show description …" : "Açıklama görüntülensin ...", - "Hide description …" : "Açıklama gizlensin ...", - "Enable only for specific groups" : "Yalnız belirli gruplar için etkinleştir", - "Online documentation" : "Çevrimiçi belgeler", - "Getting help" : "Yardım alın", - "Commercial support" : "Ticari destek", "You are using %s of %s" : "Kullandığınız alan: %s. Kullanabileceğiniz alan: %s", "You are using %s of %s (%s %%)" : "Kullandığınız: %s Kullanabileceğiniz: %s (%s %%)", - "You are member of the following groups:" : "Şu gruplara üyesiniz:", - "Get the apps to sync your files" : "Dosyalarınızı eşitlemek için uygulamaları indirin", - "Desktop client" : "Masaüstü istemcisi", - "Android app" : "Android uygulaması", - "iOS app" : "iOS uygulaması", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Projeyi desteklemek için {contributeopen}geliştirmeye katılabilir{linkclose} ya da {contributeopen}tanıtımını yapabilirsiniz{linkclose}!", - "Show First Run Wizard again" : "İlk Çalıştırma Yardımcısı yeniden görüntülensin", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Şu anda hesabınıza erişebilen web, masaüstü ve mobil istemciler ile uygulamaya özel parolalar.", - "App passwords" : "Uygulama parolaları", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Bu bölümden uygulamalara özel parolalar üretebilirsiniz. Böylece kendi parolanızı vermeniz gerekmez. Daha sonra bu parolaları ayrı ayrı geçersiz kılabilirsiniz.", - "Follow us on Google+!" : "Bizi Google+ üzerinde izleyin!", - "Like our facebook page!" : "Facebook sayfamızı beğenin!", - "Follow us on Twitter!" : "Bizi Twitter üzerinde izleyin!", - "Check out our blog!" : "Bloğumuza bakın!", - "Subscribe to our newsletter!" : "Bültenimize abone olun!", "Settings" : "Ayarlar", "Show storage location" : "Depolama konumu görüntülensin", "Show email address" : "E-posta adresi görüntülensin", @@ -467,7 +444,6 @@ OC.L10N.register( "Create" : "Oluştur", "Admin Recovery Password" : "Yönetici Kurtarma Parolası", "Enter the recovery password in order to recover the users files during password change" : "Parola değiştirildiğinde kullanıcının dosyalarını kurtarmak için kullanılacak kurtarma parolasını yazın", - "Group name" : "Grup adı", "Disabled" : "Devre Dışı", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Lütfen depolama kotasını yazın (örnek: \"512MB\" ya da \"12 GB\")", "Other" : "Diğer", @@ -475,23 +451,7 @@ OC.L10N.register( "set new password" : "yeni parola belirle", "change email address" : "e-posta adresini değiştir", "Default" : "Varsayılan", - "App up to date" : "Uygulama güncel", - "Updating …" : "Güncelleniyor …", - "Could not update app" : "Uygulama güncellenemedi", - "Could not remove app" : "Uygulama kaldırılamadı", - "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." : "Kopyanızın güvenli ve yüksek başarımla çalışması için ayarların doğru yapılmış olması önemlidir. Bunu sağlamak için bazı otomatik denetimler yapılır. Ayrıntılı bilgi almak için İpuçları bölümüne ve belgelere bakabilirsiniz.", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP yanlış kurulmuş ve sistem ortam değişkenlerini okuyamıyor gibi görünüyor. getenv(\"PATH\") komutu ile yapılan sınama sonucunda boş bir yanıt alındı.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Lütfen PHP yapılandırma notları ve özellikle php-fpm kullanırken sunucunuzdaki PHP yapılandırması için kurulum belgelerine ↗ bakın.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP girintili doc bloklarını ayıklamak üzere yapılandırılmış gibi görünüyor. Bu durum bazı çekirdek uygulamalarına erişilmesini engelleyecek.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s, %2$s sürümünden daha düşük bir sürüm kurulu. Kararlılık ve başarım için daha yeni bir %1$s sürümüne güncellemeniz önerilir.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP 'fileinfo' modülü bulunamadı. MIME türü algılamasında en iyi sonuçları elde etmek için bu modülü etkinleştirmeniz önerilir.", - "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 documentation ↗ for more information." : "İşlemsel dosya kilidi devre dışı. Bu durum yarış koşullarında (race condition) sorun çıkarabilir. Bu sorunlardan kaçınmak için config.php dosyasındaki 'filelocking.enabled' seçeneğini etkinleştirin. Ayrıntılı bilgi almak için belgelere ↗ bakabilirsiniz.", - "This means that there might be problems with certain characters in filenames." : "Bu durum dosya adlarında belirli karakterler kullanıldığında sorun çıkmasına yol açabilir.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Şu dillerden birini desteklemesi için sisteminize gerekli paketleri kurmanız önemle önerilir: %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\")" : "Kurulumunuz etki alanının kök klasörüne yapılmamış ve sistem Zamanlanmış Görevini kullanıyorsa, İnternet adresi oluşturma sorunları oluşabilir. Bu sorunların önüne geçmek için, kurulumunuzun config.php dosyasındaki \"overwrite.cli.url\" seçeneğini web kök klasörü olarak ayarlayın (Önerilen: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Zamanlanmış görev CLI üzerinden çalıştırılamadı. Şu teknik sorunlar çıktı:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Lütfen kurulum rehberlerini↗ yeniden gözden geçirin ve günlük kayıtlarındaki hata ve uyarılara bakın.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Başka bir veritabanına geçmek için komut satırı aracını kullanın: 'occ db:convert-type' ya da belgelere ↗ bakın.", - "Default quota :" : "Varsayılan kota :" + "Default quota :" : "Varsayılan kota :", + "An error occured while changing your locale. Please reload the page and try again." : "Yerel ayarlarınız değiştirilirken bir sorun çıktı. Lütfen sayfayı yeniden yükleyerek yeniden deneyin." }, "nplurals=2; plural=(n > 1);"); diff --git a/settings/l10n/tr.json b/settings/l10n/tr.json index 554397ecb2..1957c218ff 100644 --- a/settings/l10n/tr.json +++ b/settings/l10n/tr.json @@ -70,10 +70,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Android için Google Chrome", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS İstemcisi", - "Android Client" : "Android İstemcisi", "Sync client - {os}" : "Eşitleme istemcisi - {os}", "This session" : "Bu oturum", "Copy" : "Kopyala", @@ -102,8 +98,6 @@ "So-so password" : "Parola idare eder", "Good password" : "Parola iyi", "Strong password" : "Parola güçlü", - "An error occured while changing your language. Please reload the page and try again." : "Dil değiştirilirken bir sorun çıktı. Lütfen sayfayı yeniden yükleyerek yeniden deneyin.", - "An error occured while changing your locale. Please reload the page and try again." : "Yerel ayarlarınız değiştirilirken bir sorun çıktı. Lütfen sayfayı yeniden yükleyerek yeniden deneyin.", "Select a profile picture" : "Bir profil fotoğrafı seçin", "Week starts on {fdow}" : "Hafta başlangıcı {fdow}", "Groups" : "Gruplar", @@ -354,12 +348,10 @@ "Invalid user" : "Kullanıcı geçersiz", "Unable to change mail address" : "Posta adresi değiştirilemedi", "Email saved" : "E-posta kaydedildi", - "%1$s changed your email address on %2$s." : "%1$s, %2$s üzerindeki e-posta adresini değiştirdi", "Password confirmation is required" : "Parola onayının yazılması zorunludur", "Are you really sure you want add {domain} as trusted domain?" : "{domain} etki alanını güvenilir etki alanı olarak eklemek istediğinize emin misiniz?", "Add trusted domain" : "Güvenilir etki alanı ekle", "Update to %s" : "%s sürümüne güncelle", - "_You have %n app update pending_::_You have %n app updates pending_" : ["Güncellenmeyi bekleyen %n uygulama var","Güncellenmeyi bekleyen %n uygulama var"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Onaylanmış uygulamalar güvenilir geliştiriciler tarafından hazırlanmış ve ayrıntılı olmayan bir güvenlik denetiminden geçirilmiştir. Bu uygulamalar açık kaynak kod deposunda bulunur ve normal kullanım için kararlı oldukları varsayılır.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Bu uygulama güvenlik denetiminden geçirilmemiş ve yeni ya da kararsız olarak biliniyor. Kurulmasından doğabilecek riskler size aittir.", "Disabling app …" : "Uygulama devre dışı bırakılıyor ...", @@ -368,14 +360,20 @@ "Error while enabling app" : "Uygulama etkinleştirilirken sorun çıktı", "Error: Could not disable broken app" : "Hata: Bozuk uygulama devre dışı bırakılamadı", "Error while disabling broken app" : "Bozuk uygulama devre dışı bırakılırken sorun çıktı", - "Updating...." : "Güncelleniyor....", - "Error while updating app" : "Uygulama güncellenirken sorun çıktı", + "App up to date" : "Uygulama güncel", + "Updating …" : "Güncelleniyor …", + "Could not update app" : "Uygulama güncellenemedi", "Updated" : "Güncellendi", "Removing …" : "Kaldırılıyor...", - "Error while removing app" : "Uygulama kaldırılırken sorun çıktı", + "Could not remove app" : "Uygulama kaldırılamadı", "Approved" : "Onaylanmış", "Experimental" : "Deneysel", "No apps found for {query}" : "{query} aramasına uyan bir uygulama bulunamadı", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS İstemcisi", + "Android Client" : "Android İstemcisi", + "An error occured while changing your language. Please reload the page and try again." : "Dil değiştirilirken bir sorun çıktı. Lütfen sayfayı yeniden yükleyerek yeniden deneyin.", "Unable to delete {objName}" : "{objName} silinemedi", "Error creating group: {message}" : "Grup oluşturulurken sorun çıktı: {message}", "A valid group name must be provided" : "Geçerli bir grup adı yazmalısınız", @@ -396,66 +394,45 @@ "Error creating user: {message}" : "Kullanıcı eklenirken sorun çıktı: {message}", "A valid password must be provided" : "Geçerli bir parola yazmalısınız", "A valid email must be provided" : "Geçerli bir e-posta adresi yazmalısınız", - "__language_name__" : "Türkçe", - "Verifying" : "Doğrulanıyor", - "Personal info" : "Kişisel bilgiler", - "Sync clients" : "İstemciler eşitlensin", - "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." : "Kopyanızın güvenli ve yüksek başarımla çalışması için ayarların doğru yapılmış olması önemlidir. Bunu sağlamak için bazı otomatik denetimler yapılır. Ayrıntılı bilgi almak için İpuçları bölümüne ve belgelere bakabilirsiniz.", - "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP yanlış kurulmuş ve sistem ortam değişkenlerini okuyamıyor gibi görünüyor. getenv(\"PATH\") komutu ile yapılan sınama sonucunda boş bir yanıt alındı.", - "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Lütfen PHP yapılandırma notları ve özellikle php-fpm kullanırken sunucunuzdaki PHP yapılandırması için kurulum belgelerine ↗ bakın.", + "by %s" : "Yazar: %s", + "%s-licensed" : "%s lisanslı", + "Documentation:" : "Belgeler:", + "Show description …" : "Açıklama görüntülensin ...", + "Hide description …" : "Açıklama gizlensin ...", + "This app has an update available." : "Bu uygulama için bir güncelleme yayınlanmış.", + "Enable only for specific groups" : "Yalnız belirli gruplar için etkinleştir", + "Online documentation" : "Çevrimiçi belgeler", + "Getting help" : "Yardım alın", + "Commercial support" : "Ticari destek", + "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." : "Kopyanızın güvenli ve yüksek başarımla çalışması için ayarların doğru yapılmış olması önemlidir. Bunu sağlamak için bazı otomatik denetimler yapılır. Ayrıntılı bilgi almak için İpuçları bölümüne ve belgelere bakabilirsiniz.", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP yanlış kurulmuş ve sistem ortam değişkenlerini okuyamıyor gibi görünüyor. getenv(\"PATH\") komutu ile yapılan sınama sonucunda boş bir yanıt alındı.", + "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Lütfen PHP yapılandırma notları ve özellikle php-fpm kullanırken sunucunuzdaki PHP yapılandırması için kurulum belgelerine ↗ bakın.", "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." : "Salt Okunur yapılandırma etkinleştirilmiş. Bu yapılandırma, bazı ayarların web arayüzünden yapılmasını önler. Ayrıca, bu dosyanın her güncelleme öncesinde el ile yazılabilir yapılması gerekir.", - "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP girintili doc bloklarını ayıklamak üzere yapılandırılmış gibi görünüyor. Bu durum bazı çekirdek uygulamalarına erişilmesini engelleyecek.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP girintili doc bloklarını ayıklamak üzere yapılandırılmış gibi görünüyor. Bu durum bazı çekirdek uygulamalarına erişilmesini engelleyecek.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Bu sorun genellikle Zend OPcache ya da eAccelerator gibi bir ön bellek/hızlandırıcı nedeniyle ortaya çıkar.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Veritabanınız \"READ COMMITTED\" işlem yalıtma düzeyinde çalışmıyor. Bu durum aynı anda birden çok işlem yapıldığında sorun çıkmasına yol açabilir.", - "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s, %2$s sürümünden daha düşük bir sürüm kurulu. Kararlılık ve başarım için daha yeni bir %1$s sürümüne güncellemeniz önerilir.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "PHP 'fileinfo' modülü bulunamadı. MIME türü algılamasında en iyi sonuçları elde etmek için bu modülü etkinleştirmeniz önerilir.", - "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 documentation ↗ for more information." : "İşlemsel dosya kilidi devre dışı. Bu durum yarış koşullarında (race condition) sorun çıkarabilir. Bu sorunlardan kaçınmak için config.php dosyasındaki 'filelocking.enabled' seçeneğini etkinleştirin. Ayrıntılı bilgi almak için belgelere ↗ bakabilirsiniz.", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s, %2$s sürümünden daha düşük bir sürüm kurulu. Kararlılık ve başarım için daha yeni bir %1$s sürümüne güncellemeniz önerilir.", + "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP 'fileinfo' modülü bulunamadı. MIME türü algılamasında en iyi sonuçları elde etmek için bu modülü etkinleştirmeniz önerilir.", + "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 documentation ↗ for more information." : "İşlemsel dosya kilidi devre dışı. Bu durum yarış koşullarında (race condition) sorun çıkarabilir. Bu sorunlardan kaçınmak için config.php dosyasındaki 'filelocking.enabled' seçeneğini etkinleştirin. Ayrıntılı bilgi almak için belgelere ↗ bakabilirsiniz.", "System locale can not be set to a one which supports UTF-8." : "Sistem dili UTF-8 destekleyenlerden biri olarak ayarlanamadı.", - "This means that there might be problems with certain characters in file names." : "Bu durum dosya adlarında belirli karakterler kullanıldığında sorun çıkmasına yol açabilir.", - "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Şu dillerden birini desteklemesi için sisteminize gerekli paketleri kurmanız önemle önerilir: %s.", - "If your installation is not installed in 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\")" : "Kurulumunuz etki alanının kök klasörüne yapılmamış ve sistem zamanlanmış görevini kullanıyorsa, İnternet adresi oluşturma sorunları oluşabilir. Bu sorunların önüne geçmek için, kurulumunuzun config.php dosyasındaki \"overwrite.cli.url\" seçeneğini web kök klasörü olarak ayarlayın (Önerilen: \"%s\")", - "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Zamanlanmış görev CLI üzerinden çalıştırılamadı. Şu teknik sorunlar çıktı:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Lütfen kurulum rehberlerini↗ yeniden gözden geçirin ve günlük kayıtlarındaki hata ve uyarılara bakın.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php, http üzerinden 15 dakikada bir yürütülmesi için webcron hizmetine kaydedildi.", - "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Bunu çalıştıraiblmek için PHP posix eklentisi gereklidir. Ayrıntılı bilgi almak için {linkstart}PHP belgelerine{linkend} bakabilirsiniz.", + "This means that there might be problems with certain characters in filenames." : "Bu durum dosya adlarında belirli karakterler kullanıldığında sorun çıkmasına yol açabilir.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Şu dillerden birini desteklemesi için sisteminize gerekli paketleri kurmanız önemle önerilir: %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\")" : "Kurulumunuz etki alanının kök klasörüne yapılmamış ve sistem Zamanlanmış Görevini kullanıyorsa, İnternet adresi oluşturma sorunları oluşabilir. Bu sorunların önüne geçmek için, kurulumunuzun config.php dosyasındaki \"overwrite.cli.url\" seçeneğini web kök klasörü olarak ayarlayın (Önerilen: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Zamanlanmış görev CLI üzerinden çalıştırılamadı. Şu teknik sorunlar çıktı:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Lütfen kurulum rehberlerini↗ yeniden gözden geçirin ve günlük kayıtlarındaki hata ve uyarılara bakın.", "Tips & tricks" : "İpucu ve incelikler", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Bu kopyayı kullanmak ve en iyi şekilde ayarlamak için çok sayıda özellik ve ayar seçeneği vardır. Ayrıntılı bilgi alabileceğiniz bazı konular şu şekildedir.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Şu anda veritabanı olarak SQLite kullanılıyor. Daha büyük kurulumlar için farklı bir veritabanı arka ucuna geçmenizi öneriyoruz.", "This is particularly recommended when using the desktop client for file synchronisation." : "Özellikle dosya eşitleme için masaüstü istemcisi kullanılırken SQLite kullanımı önerilmez.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Başka bir veritabanına geçmek için komut satırı aracını kullanın: 'occ db:convert-type' ya da belgelere ↗ bakın.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Başka bir veritabanına geçmek için komut satırı aracını kullanın: 'occ db:convert-type' ya da belgelere ↗ bakın.", "How to do backups" : "Nasıl yedek alınır", "Performance tuning" : "Başarım ayarlama", "Improving the config.php" : "config.php iyileştirme", "Theming" : "Tema uygulama", "Check the security of your Nextcloud over our security scan" : "Güvenlik sınamamızdan geçirerek Nextcloud güvenliğinizi denetleyin", "Hardening and security guidance" : "Sağlamlaştırma ve güvenlik rehberliği", - "This app has an update available." : "Bu uygulama için bir güncelleme yayınlanmış.", - "by %s" : "Yazar: %s", - "%s-licensed" : "%s lisanslı", - "Documentation:" : "Belgeler:", - "Show description …" : "Açıklama görüntülensin ...", - "Hide description …" : "Açıklama gizlensin ...", - "Enable only for specific groups" : "Yalnız belirli gruplar için etkinleştir", - "Online documentation" : "Çevrimiçi belgeler", - "Getting help" : "Yardım alın", - "Commercial support" : "Ticari destek", "You are using %s of %s" : "Kullandığınız alan: %s. Kullanabileceğiniz alan: %s", "You are using %s of %s (%s %%)" : "Kullandığınız: %s Kullanabileceğiniz: %s (%s %%)", - "You are member of the following groups:" : "Şu gruplara üyesiniz:", - "Get the apps to sync your files" : "Dosyalarınızı eşitlemek için uygulamaları indirin", - "Desktop client" : "Masaüstü istemcisi", - "Android app" : "Android uygulaması", - "iOS app" : "iOS uygulaması", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Projeyi desteklemek için {contributeopen}geliştirmeye katılabilir{linkclose} ya da {contributeopen}tanıtımını yapabilirsiniz{linkclose}!", - "Show First Run Wizard again" : "İlk Çalıştırma Yardımcısı yeniden görüntülensin", - "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Şu anda hesabınıza erişebilen web, masaüstü ve mobil istemciler ile uygulamaya özel parolalar.", - "App passwords" : "Uygulama parolaları", - "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Bu bölümden uygulamalara özel parolalar üretebilirsiniz. Böylece kendi parolanızı vermeniz gerekmez. Daha sonra bu parolaları ayrı ayrı geçersiz kılabilirsiniz.", - "Follow us on Google+!" : "Bizi Google+ üzerinde izleyin!", - "Like our facebook page!" : "Facebook sayfamızı beğenin!", - "Follow us on Twitter!" : "Bizi Twitter üzerinde izleyin!", - "Check out our blog!" : "Bloğumuza bakın!", - "Subscribe to our newsletter!" : "Bültenimize abone olun!", "Settings" : "Ayarlar", "Show storage location" : "Depolama konumu görüntülensin", "Show email address" : "E-posta adresi görüntülensin", @@ -465,7 +442,6 @@ "Create" : "Oluştur", "Admin Recovery Password" : "Yönetici Kurtarma Parolası", "Enter the recovery password in order to recover the users files during password change" : "Parola değiştirildiğinde kullanıcının dosyalarını kurtarmak için kullanılacak kurtarma parolasını yazın", - "Group name" : "Grup adı", "Disabled" : "Devre Dışı", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Lütfen depolama kotasını yazın (örnek: \"512MB\" ya da \"12 GB\")", "Other" : "Diğer", @@ -473,23 +449,7 @@ "set new password" : "yeni parola belirle", "change email address" : "e-posta adresini değiştir", "Default" : "Varsayılan", - "App up to date" : "Uygulama güncel", - "Updating …" : "Güncelleniyor …", - "Could not update app" : "Uygulama güncellenemedi", - "Could not remove app" : "Uygulama kaldırılamadı", - "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." : "Kopyanızın güvenli ve yüksek başarımla çalışması için ayarların doğru yapılmış olması önemlidir. Bunu sağlamak için bazı otomatik denetimler yapılır. Ayrıntılı bilgi almak için İpuçları bölümüne ve belgelere bakabilirsiniz.", - "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP yanlış kurulmuş ve sistem ortam değişkenlerini okuyamıyor gibi görünüyor. getenv(\"PATH\") komutu ile yapılan sınama sonucunda boş bir yanıt alındı.", - "Please check the installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Lütfen PHP yapılandırma notları ve özellikle php-fpm kullanırken sunucunuzdaki PHP yapılandırması için kurulum belgelerine ↗ bakın.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP girintili doc bloklarını ayıklamak üzere yapılandırılmış gibi görünüyor. Bu durum bazı çekirdek uygulamalarına erişilmesini engelleyecek.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s, %2$s sürümünden daha düşük bir sürüm kurulu. Kararlılık ve başarım için daha yeni bir %1$s sürümüne güncellemeniz önerilir.", - "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP 'fileinfo' modülü bulunamadı. MIME türü algılamasında en iyi sonuçları elde etmek için bu modülü etkinleştirmeniz önerilir.", - "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 documentation ↗ for more information." : "İşlemsel dosya kilidi devre dışı. Bu durum yarış koşullarında (race condition) sorun çıkarabilir. Bu sorunlardan kaçınmak için config.php dosyasındaki 'filelocking.enabled' seçeneğini etkinleştirin. Ayrıntılı bilgi almak için belgelere ↗ bakabilirsiniz.", - "This means that there might be problems with certain characters in filenames." : "Bu durum dosya adlarında belirli karakterler kullanıldığında sorun çıkmasına yol açabilir.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Şu dillerden birini desteklemesi için sisteminize gerekli paketleri kurmanız önemle önerilir: %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\")" : "Kurulumunuz etki alanının kök klasörüne yapılmamış ve sistem Zamanlanmış Görevini kullanıyorsa, İnternet adresi oluşturma sorunları oluşabilir. Bu sorunların önüne geçmek için, kurulumunuzun config.php dosyasındaki \"overwrite.cli.url\" seçeneğini web kök klasörü olarak ayarlayın (Önerilen: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Zamanlanmış görev CLI üzerinden çalıştırılamadı. Şu teknik sorunlar çıktı:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Lütfen kurulum rehberlerini↗ yeniden gözden geçirin ve günlük kayıtlarındaki hata ve uyarılara bakın.", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Başka bir veritabanına geçmek için komut satırı aracını kullanın: 'occ db:convert-type' ya da belgelere ↗ bakın.", - "Default quota :" : "Varsayılan kota :" + "Default quota :" : "Varsayılan kota :", + "An error occured while changing your locale. Please reload the page and try again." : "Yerel ayarlarınız değiştirilirken bir sorun çıktı. Lütfen sayfayı yeniden yükleyerek yeniden deneyin." },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/settings/l10n/ug.js b/settings/l10n/ug.js deleted file mode 100644 index f3ee062ff5..0000000000 --- a/settings/l10n/ug.js +++ /dev/null @@ -1,41 +0,0 @@ -OC.L10N.register( - "settings", - { - "Couldn't update app." : "ئەپنى يېڭىلىيالمايدۇ.", - "Authentication error" : "سالاھىيەت دەلىللەش خاتالىقى", - "Delete" : "ئۆچۈر", - "Groups" : "گۇرۇپپا", - "Disable" : "چەكلە", - "All" : "ھەممىسى", - "Enable" : "قوزغات", - "New password" : "يېڭى ئىم", - "Username" : "ئىشلەتكۈچى ئاتى", - "Password" : "ئىم", - "Email" : "تورخەت", - "Language" : "تىل", - "Unlimited" : "چەكسىز", - "Forum" : "مۇنبەر", - "None" : "يوق", - "Login" : "تىزىمغا كىرىڭ", - "Encryption" : "شىفىرلاش", - "Server address" : "مۇلازىمېتىر ئادرىسى", - "Port" : "ئېغىز", - "Version" : "نەشرى", - "Sharing" : "ھەمبەھىر", - "Cancel" : "ۋاز كەچ", - "Your email address" : "تورخەت ئادرېسىڭىز", - "Help translate" : "تەرجىمىگە ياردەم", - "Current password" : "نۆۋەتتىكى ئىم", - "Change password" : "ئىم ئۆزگەرت", - "Email saved" : "تورخەت ساقلاندى", - "Updated" : "يېڭىلاندى", - "undo" : "يېنىۋال", - "never" : "ھەرگىز", - "A valid username must be provided" : "چوقۇم ئىناۋەتلىك ئىشلەتكۈچى ئىسمىدىن بىرنى تەمىنلەش كېرەك", - "A valid password must be provided" : "چوقۇم ئىناۋەتلىك ئىم تەمىنلەش كېرەك", - "Create" : "قۇر", - "Other" : "باشقا", - "set new password" : "يېڭى ئىم تەڭشە", - "Default" : "كۆڭۈلدىكى" -}, -"nplurals=1; plural=0;"); diff --git a/settings/l10n/ug.json b/settings/l10n/ug.json deleted file mode 100644 index a8f78566b6..0000000000 --- a/settings/l10n/ug.json +++ /dev/null @@ -1,39 +0,0 @@ -{ "translations": { - "Couldn't update app." : "ئەپنى يېڭىلىيالمايدۇ.", - "Authentication error" : "سالاھىيەت دەلىللەش خاتالىقى", - "Delete" : "ئۆچۈر", - "Groups" : "گۇرۇپپا", - "Disable" : "چەكلە", - "All" : "ھەممىسى", - "Enable" : "قوزغات", - "New password" : "يېڭى ئىم", - "Username" : "ئىشلەتكۈچى ئاتى", - "Password" : "ئىم", - "Email" : "تورخەت", - "Language" : "تىل", - "Unlimited" : "چەكسىز", - "Forum" : "مۇنبەر", - "None" : "يوق", - "Login" : "تىزىمغا كىرىڭ", - "Encryption" : "شىفىرلاش", - "Server address" : "مۇلازىمېتىر ئادرىسى", - "Port" : "ئېغىز", - "Version" : "نەشرى", - "Sharing" : "ھەمبەھىر", - "Cancel" : "ۋاز كەچ", - "Your email address" : "تورخەت ئادرېسىڭىز", - "Help translate" : "تەرجىمىگە ياردەم", - "Current password" : "نۆۋەتتىكى ئىم", - "Change password" : "ئىم ئۆزگەرت", - "Email saved" : "تورخەت ساقلاندى", - "Updated" : "يېڭىلاندى", - "undo" : "يېنىۋال", - "never" : "ھەرگىز", - "A valid username must be provided" : "چوقۇم ئىناۋەتلىك ئىشلەتكۈچى ئىسمىدىن بىرنى تەمىنلەش كېرەك", - "A valid password must be provided" : "چوقۇم ئىناۋەتلىك ئىم تەمىنلەش كېرەك", - "Create" : "قۇر", - "Other" : "باشقا", - "set new password" : "يېڭى ئىم تەڭشە", - "Default" : "كۆڭۈلدىكى" -},"pluralForm" :"nplurals=1; plural=0;" -} \ No newline at end of file diff --git a/settings/l10n/uk.js b/settings/l10n/uk.js deleted file mode 100644 index 38c7ebe1af..0000000000 --- a/settings/l10n/uk.js +++ /dev/null @@ -1,189 +0,0 @@ -OC.L10N.register( - "settings", - { - "{actor} changed your password" : "{actor} змінив ваш пароль", - "{actor} changed your email address" : "{actor} змінив вашу email адресу", - "You changed your email address" : "Ви змінили вашу email адресу", - "Your email address was changed by an administrator" : "Ваша email адреса змінена адміністратором", - "Security" : "Безпека", - "Couldn't remove app." : "Неможливо видалити додаток.", - "Couldn't update app." : "Не вдалося оновити додаток. ", - "Wrong password" : "Невірний пароль", - "Saved" : "Збережено", - "No user supplied" : "Користувача не вказано", - "Unable to change password" : "Неможливо змінити пароль", - "Authentication error" : "Помилка автентифікації", - "Wrong admin recovery password. Please check the password and try again." : "Невірний пароль відновлення адміністратора. Будь ласка, перевірте пароль та спробуйте ще раз.", - "installing and updating apps via the app store or Federated Cloud Sharing" : "встановлення та оновлення додатків через магазин додатків або Об’єднання хмарних сховищ", - "Federated Cloud Sharing" : "Об’єднання хмарних сховищ", - "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Під час надсилання email сталася помилка. Будь ласка перевірте налаштування. (Помилка: %s)", - "You need to set your user email before being able to send test emails." : "Перед надсиланням тестових листів ви повинні вказати свою email адресу.", - "Invalid mail address" : "Неправильна email адреса", - "Settings saved" : "Налаштування збережено", - "Unable to change full name" : "Неможливо змінити повне ім'я", - "Unable to change email address" : "Неможливо змінити електронну адресу", - "Your %s account was created" : "Ваш %s аккаунт створений", - "Migration in progress. Please wait until the migration is finished" : "Міграція триває. Будь ласка, зачекайте доки процес міграції завершиться", - "Migration started …" : "Міграцію розпочато ...", - "Email sent" : "Лист надіслано", - "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Виникла помилка. Будь ласка вивантажте PEM сертифікат в ASCII-кодуванні.", - "Valid until {date}" : "Дійсно до {date}", - "Delete" : "Видалити", - "Very weak password" : "Дуже слабкий пароль", - "Weak password" : "Слабкий пароль", - "So-so password" : "Такий собі пароль", - "Good password" : "Добрий пароль", - "Strong password" : "Надійний пароль", - "Select a profile picture" : "Обрати зображення облікового запису", - "Groups" : "Групи", - "Official" : "Офіційні", - "Disable" : "Вимкнути", - "All" : "Всі", - "User documentation" : "Користувацька документація", - "Admin documentation" : "Документація адміністратора", - "Developer documentation" : "Документація для розробників", - "This app cannot be installed because the following dependencies are not fulfilled:" : "Ця програма не може бути встановлено, так як наступні залежності не будуть виконані:", - "No apps found for your version" : "Немає застосунків для вашої версії", - "Enable" : "Увімкнути", - "New password" : "Новий пароль", - "Username" : "Ім'я користувача", - "Password" : "Пароль", - "Email" : "E-mail", - "Quota" : "Квота", - "Language" : "Мова", - "Unlimited" : "Необмежено", - "Show user backend" : "Показати користувача", - "Admins" : "Адміністратори", - "Everyone" : "Всі", - "Common Name" : "Ім'я:", - "Valid until" : "Дійсно до", - "Issued By" : "Виданий", - "Valid until %s" : "Дійсно до %s", - "Import root certificate" : "Імпортувати кореневий сертифікат", - "Administrator documentation" : "Документація адміністратора", - "Forum" : "Форум", - "None" : "Жоден", - "Login" : "Логін", - "Plain" : "Звичайний", - "NT LAN Manager" : "Менеджер NT LAN", - "Email server" : "Сервер електронної пошти", - "Open documentation" : "Відкрити документацію", - "Send mode" : "Режим надсилання", - "Encryption" : "Шифрування", - "From address" : "Адреса відправника", - "mail" : "пошта", - "Authentication method" : "Спосіб аутентифікації", - "Authentication required" : "Потрібна аутентифікація", - "Server address" : "Адреса сервера", - "Port" : "Порт", - "Credentials" : "Облікові дані", - "SMTP Username" : "Ім'я користувача SMTP", - "SMTP Password" : "Пароль SMTP", - "Store credentials" : "Зберігати облікові дані", - "Test email settings" : "Тестувати налаштування електронної пошти", - "Send email" : "Надіслати листа", - "Security & setup warnings" : "Попередження безпеки та налаштування", - "All checks passed." : "Всі перевірки пройдено.", - "Version" : "Версія", - "Server-side encryption" : "Шифрування на сервері", - "Enable server-side encryption" : "Увімкнути шифрування на сервері", - "Please read carefully before activating server-side encryption: " : "Будьте обережні під час активування шифрування на сервері:", - "Enable encryption" : "Увімкнути шифрування", - "Select default encryption module:" : "Обрати модуль шифрування за замовчуванням:", - "Start migration" : "Розпочати міграцію", - "Execute one task with each page loaded" : "Виконати одне завдання для кожної завантаженої сторінки ", - "Sharing" : "Спільний доступ", - "Allow apps to use the Share API" : "Дозволити програмам використовувати API спільного доступу", - "Allow users to share via link" : "Дозволити користувачам ділитися через посилання", - "Allow public uploads" : "Дозволити публічне завантаження", - "Enforce password protection" : "Захист паролем обов'язковий", - "Set default expiration date" : "Встановити термін дії за замовчуванням", - "Expire after " : "Скінчиться через", - "days" : "днів", - "Enforce expiration date" : "Термін дії обов'язковий", - "Allow resharing" : "Дозволити перевідкривати спільний доступ", - "Restrict users to only share with users in their groups" : "Дозволити користувачам відкривати спільний доступ лише для користувачів з їхньої групи", - "Exclude groups from sharing" : "Виключити групи зі спільного доступу", - "These groups will still be able to receive shares, but not to initiate them." : "Ці групи зможуть отримувати спільні файли, але не зможуть відправляти їх.", - "Profile picture" : "Зображення облікового запису", - "Upload new" : "Завантажити нове", - "Remove image" : "Видалити зображення", - "Cancel" : "Відмінити", - "Choose as profile picture" : "Обрати як зображення для профілю", - "Full name" : "Повне ім'я", - "No display name set" : "Коротке ім'я не вказано", - "Your email address" : "Ваша адреса електронної пошти", - "No email address set" : "E-mail не вказано", - "Phone number" : "Номер телефону", - "Your phone number" : "Ваш номер телефону", - "Address" : "Адреса", - "Help translate" : "Допомогти з перекладом", - "Current password" : "Поточний пароль", - "Change password" : "Змінити пароль", - "Done" : "Готово", - "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL використовує застарілу версію %s (%s). Будь ласка, поновіть вашу операційну систему або функції, такі як %s не працюватимуть надійно.", - "A problem occurred, please check your log files (Error: %s)" : "Виникла проблема, будь ласка, перевірте свої файли журналів (Помилка: %s)", - "Migration Completed" : "Міграцію завершено", - "Group already exists." : "Група вже існує.", - "Unable to add group." : "Неможливо додати групу.", - "Unable to delete group." : "Неможливо видалити групу.", - "A user with that name already exists." : "Користувач з таким іменем вже існує.", - "Unable to create user." : "Неможливо створити користувача.", - "Unable to delete user." : "Неможливо видалити користувача.", - "Your full name has been changed." : "Ваше повне ім'я було змінено", - "Forbidden" : "Заборонено", - "Invalid user" : "Неправильний користувач", - "Unable to change mail address" : "Неможливо поміняти email адресу", - "Email saved" : "Адресу збережено", - "Add trusted domain" : "Додати довірений домен", - "Update to %s" : "Оновити до %s", - "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Схвалені додатки розроблені довіреними розробниками і пройшли незалежну перевірку безпеки. Їх активно супроводжують у репозиторії з відкритим кодом, а їх розробники стежать, щоб вони були стабільні й прийнятні для повсякденного використання.", - "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ця програма не перевірена на вразливості безпеки і є новою або нестабільною. Встановлюйте її на власний ризик.", - "Error while disabling app" : "Помилка вимикання додатка", - "Error while enabling app" : "Помилка вмикання додатка", - "Updated" : "Оновлено", - "Approved" : "Схвалені", - "Experimental" : "Експериментальні", - "Unable to delete {objName}" : "Не вдалося видалити {objName}", - "A valid group name must be provided" : "Потрібно задати вірне ім'я групи", - "deleted {groupName}" : "видалено {groupName}", - "undo" : "відмінити", - "never" : "ніколи", - "deleted {userName}" : "видалено {userName}", - "Changing the password will result in data loss, because data recovery is not available for this user" : "Зміна пароля призведе до втрати даних, тому що відновлення даних не доступно для цього користувача", - "A valid username must be provided" : "Потрібно задати вірне ім'я користувача", - "A valid password must be provided" : "Потрібно задати вірний пароль", - "A valid email must be provided" : "Вкажіть дійсний email", - "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." : "Тільки перегляд був включений. Це запобігає встановити деякі конфігурації через веб-інтерфейс. Крім того, файл повинен бути доступний для запису вручну для кожного оновлення.", - "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Це, ймовірно, обумовлено використанням кеша/прискорювача такого як Zend OPcache або eAccelerator.", - "System locale can not be set to a one which supports UTF-8." : "Неможливо встановити системну локаль, яка б підтримувала UTF-8.", - "Tips & tricks" : "Поради і трюки", - "How to do backups" : "Як робити резервне копіювання", - "Performance tuning" : "Налаштування продуктивності", - "Improving the config.php" : "Покращення config.php", - "Theming" : "Оформлення", - "Hardening and security guidance" : "Інструктування з безпеки та захисту", - "Documentation:" : "Документація:", - "Show description …" : "Показати деталі ...", - "Hide description …" : "Сховати деталі ...", - "Enable only for specific groups" : "Включити тільки для конкретних груп", - "Online documentation" : "Документація онлайн", - "Commercial support" : "Комерційна підтримка", - "You are using %s of %s" : "Ви використовуєте %s з %s", - "You are member of the following groups:" : "Ви є членом наступних груп:", - "Settings" : "Налаштування", - "Show storage location" : "Показати місцезнаходження сховища", - "Show email address" : "Показати адресу електронної пошти", - "Send email to new user" : "Надіслати email новому користувачу", - "E-Mail" : "Адреса електронної пошти", - "Create" : "Створити", - "Admin Recovery Password" : "Пароль адміністратора для відновлення", - "Enter the recovery password in order to recover the users files during password change" : "Введіть пароль для того, щоб відновити файли користувачів при зміні паролю", - "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Будь ласка, вкажіть розмір сховища (наприклад: \"512 MB\" або \"12 GB\")", - "Other" : "Інше", - "change full name" : "змінити ім'я", - "set new password" : "встановити новий пароль", - "change email address" : "Змінити адресу електронної пошти", - "Default" : "За замовчуванням" -}, -"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); diff --git a/settings/l10n/uk.json b/settings/l10n/uk.json deleted file mode 100644 index e48bbb16b4..0000000000 --- a/settings/l10n/uk.json +++ /dev/null @@ -1,187 +0,0 @@ -{ "translations": { - "{actor} changed your password" : "{actor} змінив ваш пароль", - "{actor} changed your email address" : "{actor} змінив вашу email адресу", - "You changed your email address" : "Ви змінили вашу email адресу", - "Your email address was changed by an administrator" : "Ваша email адреса змінена адміністратором", - "Security" : "Безпека", - "Couldn't remove app." : "Неможливо видалити додаток.", - "Couldn't update app." : "Не вдалося оновити додаток. ", - "Wrong password" : "Невірний пароль", - "Saved" : "Збережено", - "No user supplied" : "Користувача не вказано", - "Unable to change password" : "Неможливо змінити пароль", - "Authentication error" : "Помилка автентифікації", - "Wrong admin recovery password. Please check the password and try again." : "Невірний пароль відновлення адміністратора. Будь ласка, перевірте пароль та спробуйте ще раз.", - "installing and updating apps via the app store or Federated Cloud Sharing" : "встановлення та оновлення додатків через магазин додатків або Об’єднання хмарних сховищ", - "Federated Cloud Sharing" : "Об’єднання хмарних сховищ", - "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Під час надсилання email сталася помилка. Будь ласка перевірте налаштування. (Помилка: %s)", - "You need to set your user email before being able to send test emails." : "Перед надсиланням тестових листів ви повинні вказати свою email адресу.", - "Invalid mail address" : "Неправильна email адреса", - "Settings saved" : "Налаштування збережено", - "Unable to change full name" : "Неможливо змінити повне ім'я", - "Unable to change email address" : "Неможливо змінити електронну адресу", - "Your %s account was created" : "Ваш %s аккаунт створений", - "Migration in progress. Please wait until the migration is finished" : "Міграція триває. Будь ласка, зачекайте доки процес міграції завершиться", - "Migration started …" : "Міграцію розпочато ...", - "Email sent" : "Лист надіслано", - "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Виникла помилка. Будь ласка вивантажте PEM сертифікат в ASCII-кодуванні.", - "Valid until {date}" : "Дійсно до {date}", - "Delete" : "Видалити", - "Very weak password" : "Дуже слабкий пароль", - "Weak password" : "Слабкий пароль", - "So-so password" : "Такий собі пароль", - "Good password" : "Добрий пароль", - "Strong password" : "Надійний пароль", - "Select a profile picture" : "Обрати зображення облікового запису", - "Groups" : "Групи", - "Official" : "Офіційні", - "Disable" : "Вимкнути", - "All" : "Всі", - "User documentation" : "Користувацька документація", - "Admin documentation" : "Документація адміністратора", - "Developer documentation" : "Документація для розробників", - "This app cannot be installed because the following dependencies are not fulfilled:" : "Ця програма не може бути встановлено, так як наступні залежності не будуть виконані:", - "No apps found for your version" : "Немає застосунків для вашої версії", - "Enable" : "Увімкнути", - "New password" : "Новий пароль", - "Username" : "Ім'я користувача", - "Password" : "Пароль", - "Email" : "E-mail", - "Quota" : "Квота", - "Language" : "Мова", - "Unlimited" : "Необмежено", - "Show user backend" : "Показати користувача", - "Admins" : "Адміністратори", - "Everyone" : "Всі", - "Common Name" : "Ім'я:", - "Valid until" : "Дійсно до", - "Issued By" : "Виданий", - "Valid until %s" : "Дійсно до %s", - "Import root certificate" : "Імпортувати кореневий сертифікат", - "Administrator documentation" : "Документація адміністратора", - "Forum" : "Форум", - "None" : "Жоден", - "Login" : "Логін", - "Plain" : "Звичайний", - "NT LAN Manager" : "Менеджер NT LAN", - "Email server" : "Сервер електронної пошти", - "Open documentation" : "Відкрити документацію", - "Send mode" : "Режим надсилання", - "Encryption" : "Шифрування", - "From address" : "Адреса відправника", - "mail" : "пошта", - "Authentication method" : "Спосіб аутентифікації", - "Authentication required" : "Потрібна аутентифікація", - "Server address" : "Адреса сервера", - "Port" : "Порт", - "Credentials" : "Облікові дані", - "SMTP Username" : "Ім'я користувача SMTP", - "SMTP Password" : "Пароль SMTP", - "Store credentials" : "Зберігати облікові дані", - "Test email settings" : "Тестувати налаштування електронної пошти", - "Send email" : "Надіслати листа", - "Security & setup warnings" : "Попередження безпеки та налаштування", - "All checks passed." : "Всі перевірки пройдено.", - "Version" : "Версія", - "Server-side encryption" : "Шифрування на сервері", - "Enable server-side encryption" : "Увімкнути шифрування на сервері", - "Please read carefully before activating server-side encryption: " : "Будьте обережні під час активування шифрування на сервері:", - "Enable encryption" : "Увімкнути шифрування", - "Select default encryption module:" : "Обрати модуль шифрування за замовчуванням:", - "Start migration" : "Розпочати міграцію", - "Execute one task with each page loaded" : "Виконати одне завдання для кожної завантаженої сторінки ", - "Sharing" : "Спільний доступ", - "Allow apps to use the Share API" : "Дозволити програмам використовувати API спільного доступу", - "Allow users to share via link" : "Дозволити користувачам ділитися через посилання", - "Allow public uploads" : "Дозволити публічне завантаження", - "Enforce password protection" : "Захист паролем обов'язковий", - "Set default expiration date" : "Встановити термін дії за замовчуванням", - "Expire after " : "Скінчиться через", - "days" : "днів", - "Enforce expiration date" : "Термін дії обов'язковий", - "Allow resharing" : "Дозволити перевідкривати спільний доступ", - "Restrict users to only share with users in their groups" : "Дозволити користувачам відкривати спільний доступ лише для користувачів з їхньої групи", - "Exclude groups from sharing" : "Виключити групи зі спільного доступу", - "These groups will still be able to receive shares, but not to initiate them." : "Ці групи зможуть отримувати спільні файли, але не зможуть відправляти їх.", - "Profile picture" : "Зображення облікового запису", - "Upload new" : "Завантажити нове", - "Remove image" : "Видалити зображення", - "Cancel" : "Відмінити", - "Choose as profile picture" : "Обрати як зображення для профілю", - "Full name" : "Повне ім'я", - "No display name set" : "Коротке ім'я не вказано", - "Your email address" : "Ваша адреса електронної пошти", - "No email address set" : "E-mail не вказано", - "Phone number" : "Номер телефону", - "Your phone number" : "Ваш номер телефону", - "Address" : "Адреса", - "Help translate" : "Допомогти з перекладом", - "Current password" : "Поточний пароль", - "Change password" : "Змінити пароль", - "Done" : "Готово", - "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL використовує застарілу версію %s (%s). Будь ласка, поновіть вашу операційну систему або функції, такі як %s не працюватимуть надійно.", - "A problem occurred, please check your log files (Error: %s)" : "Виникла проблема, будь ласка, перевірте свої файли журналів (Помилка: %s)", - "Migration Completed" : "Міграцію завершено", - "Group already exists." : "Група вже існує.", - "Unable to add group." : "Неможливо додати групу.", - "Unable to delete group." : "Неможливо видалити групу.", - "A user with that name already exists." : "Користувач з таким іменем вже існує.", - "Unable to create user." : "Неможливо створити користувача.", - "Unable to delete user." : "Неможливо видалити користувача.", - "Your full name has been changed." : "Ваше повне ім'я було змінено", - "Forbidden" : "Заборонено", - "Invalid user" : "Неправильний користувач", - "Unable to change mail address" : "Неможливо поміняти email адресу", - "Email saved" : "Адресу збережено", - "Add trusted domain" : "Додати довірений домен", - "Update to %s" : "Оновити до %s", - "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Схвалені додатки розроблені довіреними розробниками і пройшли незалежну перевірку безпеки. Їх активно супроводжують у репозиторії з відкритим кодом, а їх розробники стежать, щоб вони були стабільні й прийнятні для повсякденного використання.", - "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ця програма не перевірена на вразливості безпеки і є новою або нестабільною. Встановлюйте її на власний ризик.", - "Error while disabling app" : "Помилка вимикання додатка", - "Error while enabling app" : "Помилка вмикання додатка", - "Updated" : "Оновлено", - "Approved" : "Схвалені", - "Experimental" : "Експериментальні", - "Unable to delete {objName}" : "Не вдалося видалити {objName}", - "A valid group name must be provided" : "Потрібно задати вірне ім'я групи", - "deleted {groupName}" : "видалено {groupName}", - "undo" : "відмінити", - "never" : "ніколи", - "deleted {userName}" : "видалено {userName}", - "Changing the password will result in data loss, because data recovery is not available for this user" : "Зміна пароля призведе до втрати даних, тому що відновлення даних не доступно для цього користувача", - "A valid username must be provided" : "Потрібно задати вірне ім'я користувача", - "A valid password must be provided" : "Потрібно задати вірний пароль", - "A valid email must be provided" : "Вкажіть дійсний email", - "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." : "Тільки перегляд був включений. Це запобігає встановити деякі конфігурації через веб-інтерфейс. Крім того, файл повинен бути доступний для запису вручну для кожного оновлення.", - "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Це, ймовірно, обумовлено використанням кеша/прискорювача такого як Zend OPcache або eAccelerator.", - "System locale can not be set to a one which supports UTF-8." : "Неможливо встановити системну локаль, яка б підтримувала UTF-8.", - "Tips & tricks" : "Поради і трюки", - "How to do backups" : "Як робити резервне копіювання", - "Performance tuning" : "Налаштування продуктивності", - "Improving the config.php" : "Покращення config.php", - "Theming" : "Оформлення", - "Hardening and security guidance" : "Інструктування з безпеки та захисту", - "Documentation:" : "Документація:", - "Show description …" : "Показати деталі ...", - "Hide description …" : "Сховати деталі ...", - "Enable only for specific groups" : "Включити тільки для конкретних груп", - "Online documentation" : "Документація онлайн", - "Commercial support" : "Комерційна підтримка", - "You are using %s of %s" : "Ви використовуєте %s з %s", - "You are member of the following groups:" : "Ви є членом наступних груп:", - "Settings" : "Налаштування", - "Show storage location" : "Показати місцезнаходження сховища", - "Show email address" : "Показати адресу електронної пошти", - "Send email to new user" : "Надіслати email новому користувачу", - "E-Mail" : "Адреса електронної пошти", - "Create" : "Створити", - "Admin Recovery Password" : "Пароль адміністратора для відновлення", - "Enter the recovery password in order to recover the users files during password change" : "Введіть пароль для того, щоб відновити файли користувачів при зміні паролю", - "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Будь ласка, вкажіть розмір сховища (наприклад: \"512 MB\" або \"12 GB\")", - "Other" : "Інше", - "change full name" : "змінити ім'я", - "set new password" : "встановити новий пароль", - "change email address" : "Змінити адресу електронної пошти", - "Default" : "За замовчуванням" -},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" -} \ No newline at end of file diff --git a/settings/l10n/ur_PK.js b/settings/l10n/ur_PK.js deleted file mode 100644 index 70d9548cc7..0000000000 --- a/settings/l10n/ur_PK.js +++ /dev/null @@ -1,17 +0,0 @@ -OC.L10N.register( - "settings", - { - "Email sent" : "ارسال شدہ ای میل ", - "Delete" : "حذف کریں", - "Very weak password" : "بہت کمزور پاسورڈ", - "Weak password" : "کمزور پاسورڈ", - "So-so password" : "نص نص پاسورڈ", - "Good password" : "اچھا پاسورڈ", - "Strong password" : "مضبوط پاسورڈ", - "New password" : "نیا پاسورڈ", - "Username" : "یوزر نیم", - "Password" : "پاسورڈ", - "Cancel" : "منسوخ کریں", - "Other" : "دیگر" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/ur_PK.json b/settings/l10n/ur_PK.json deleted file mode 100644 index 78c882a33c..0000000000 --- a/settings/l10n/ur_PK.json +++ /dev/null @@ -1,15 +0,0 @@ -{ "translations": { - "Email sent" : "ارسال شدہ ای میل ", - "Delete" : "حذف کریں", - "Very weak password" : "بہت کمزور پاسورڈ", - "Weak password" : "کمزور پاسورڈ", - "So-so password" : "نص نص پاسورڈ", - "Good password" : "اچھا پاسورڈ", - "Strong password" : "مضبوط پاسورڈ", - "New password" : "نیا پاسورڈ", - "Username" : "یوزر نیم", - "Password" : "پاسورڈ", - "Cancel" : "منسوخ کریں", - "Other" : "دیگر" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/settings/l10n/vi.js b/settings/l10n/vi.js deleted file mode 100644 index d62bdd83d2..0000000000 --- a/settings/l10n/vi.js +++ /dev/null @@ -1,52 +0,0 @@ -OC.L10N.register( - "settings", - { - "Couldn't update app." : "Không thể cập nhật ứng dụng", - "Saved" : "Đã lưu", - "Authentication error" : "Lỗi xác thực", - "Unable to change full name" : "Họ và tên không thể đổi ", - "Email sent" : "Email đã được gửi", - "Delete" : "Xóa", - "Groups" : "Nhóm", - "Disable" : "Tắt", - "All" : "Tất cả", - "Enable" : "Bật", - "New password" : "Mật khẩu mới", - "Username" : "Tên đăng nhập", - "Password" : "Mật khẩu", - "Email" : "Email", - "Quota" : "Hạn ngạch", - "Language" : "Ngôn ngữ", - "Unlimited" : "Không giới hạn", - "Forum" : "Diễn đàn", - "None" : "Không gì cả", - "Login" : "Đăng nhập", - "Encryption" : "Mã hóa", - "Server address" : "Địa chỉ máy chủ", - "Port" : "Cổng", - "Credentials" : "Giấy chứng nhận", - "Security & setup warnings" : "Bảo mật và thiết lập cảnh báo", - "Version" : "Phiên bản", - "Execute one task with each page loaded" : "Thực thi tác vụ mỗi khi trang được tải", - "Sharing" : "Chia sẻ", - "Allow apps to use the Share API" : "Cho phép các ứng dụng sử dụng chia sẻ API", - "Allow resharing" : "Cho phép chia sẻ lại", - "Upload new" : "Tải lên", - "Remove image" : "Xóa ", - "Cancel" : "Hủy", - "Your email address" : "Email của bạn", - "Help translate" : "Hỗ trợ dịch thuật", - "Current password" : "Mật khẩu cũ", - "Change password" : "Đổi mật khẩu", - "Your full name has been changed." : "Họ và tên đã được thay đổi.", - "Email saved" : "Lưu email", - "Updated" : "Đã cập nhật", - "undo" : "lùi lại", - "never" : "không thay đổi", - "Create" : "Tạo", - "Other" : "Khác", - "change full name" : "Đổi họ và t", - "set new password" : "đặt mật khẩu mới", - "Default" : "Mặc định" -}, -"nplurals=1; plural=0;"); diff --git a/settings/l10n/vi.json b/settings/l10n/vi.json deleted file mode 100644 index 2e0e74cd75..0000000000 --- a/settings/l10n/vi.json +++ /dev/null @@ -1,50 +0,0 @@ -{ "translations": { - "Couldn't update app." : "Không thể cập nhật ứng dụng", - "Saved" : "Đã lưu", - "Authentication error" : "Lỗi xác thực", - "Unable to change full name" : "Họ và tên không thể đổi ", - "Email sent" : "Email đã được gửi", - "Delete" : "Xóa", - "Groups" : "Nhóm", - "Disable" : "Tắt", - "All" : "Tất cả", - "Enable" : "Bật", - "New password" : "Mật khẩu mới", - "Username" : "Tên đăng nhập", - "Password" : "Mật khẩu", - "Email" : "Email", - "Quota" : "Hạn ngạch", - "Language" : "Ngôn ngữ", - "Unlimited" : "Không giới hạn", - "Forum" : "Diễn đàn", - "None" : "Không gì cả", - "Login" : "Đăng nhập", - "Encryption" : "Mã hóa", - "Server address" : "Địa chỉ máy chủ", - "Port" : "Cổng", - "Credentials" : "Giấy chứng nhận", - "Security & setup warnings" : "Bảo mật và thiết lập cảnh báo", - "Version" : "Phiên bản", - "Execute one task with each page loaded" : "Thực thi tác vụ mỗi khi trang được tải", - "Sharing" : "Chia sẻ", - "Allow apps to use the Share API" : "Cho phép các ứng dụng sử dụng chia sẻ API", - "Allow resharing" : "Cho phép chia sẻ lại", - "Upload new" : "Tải lên", - "Remove image" : "Xóa ", - "Cancel" : "Hủy", - "Your email address" : "Email của bạn", - "Help translate" : "Hỗ trợ dịch thuật", - "Current password" : "Mật khẩu cũ", - "Change password" : "Đổi mật khẩu", - "Your full name has been changed." : "Họ và tên đã được thay đổi.", - "Email saved" : "Lưu email", - "Updated" : "Đã cập nhật", - "undo" : "lùi lại", - "never" : "không thay đổi", - "Create" : "Tạo", - "Other" : "Khác", - "change full name" : "Đổi họ và t", - "set new password" : "đặt mật khẩu mới", - "Default" : "Mặc định" -},"pluralForm" :"nplurals=1; plural=0;" -} \ No newline at end of file diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js index e8f8cbd354..a1ef8884a1 100644 --- a/settings/l10n/zh_CN.js +++ b/settings/l10n/zh_CN.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "谷歌浏览器", "Safari" : "Safari浏览器", "Google Chrome for Android" : "安卓版谷歌浏览器", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS 客户端", - "Android Client" : "Android 客户端", "Sync client - {os}" : "同步客户端 - {os}", "This session" : "当前会话", "Copy" : "复制", @@ -101,7 +97,6 @@ OC.L10N.register( "So-so password" : "一般强度的密码", "Good password" : "较强的密码", "Strong password" : "强密码", - "An error occured while changing your language. Please reload the page and try again." : "在为您更改语言设置的过程中出错,请刷新页面重试", "Select a profile picture" : "选择头像", "Week starts on {fdow}" : "周开始于 {fdow}", "Groups" : "分组", @@ -316,12 +311,10 @@ OC.L10N.register( "Invalid user" : "无效用户", "Unable to change mail address" : "无法修改电子邮箱地址", "Email saved" : "电子邮件已保存", - "%1$s changed your email address on %2$s." : "你在 %2$s 上的电子邮件地址已被 %1$s 更改。", "Password confirmation is required" : "需要密码确认", "Are you really sure you want add {domain} as trusted domain?" : "您确定将 {domain} 添加为信任的域名么?", "Add trusted domain" : "添加信任域名", "Update to %s" : "更新为 %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["%n 个应用正在等待升级"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "认证应用由值得信赖的开发者开发, 并通过了一个粗略的安全检查. 其在开放的代码库中活跃地维护, 他们的维护者认为在普通用途足够稳定.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "此应用没有检查安全问题, 它是新的或已知不稳定的. 安装风险自担.", "Disabling app …" : "禁用应用程序...", @@ -330,14 +323,20 @@ OC.L10N.register( "Error while enabling app" : "启用应用时出错", "Error: Could not disable broken app" : "错误: 无法禁用损坏的应用", "Error while disabling broken app" : "禁用损坏的应用时出错", - "Updating...." : "正在更新....", - "Error while updating app" : "更新应用时出错", + "App up to date" : "已是最新应用", + "Updating …" : "正在更新....", + "Could not update app" : "无法更新应用", "Updated" : "已更新", "Removing …" : "正在移除...", - "Error while removing app" : "移除应用时出错", + "Could not remove app" : "无法移除应用", "Approved" : "已认证", "Experimental" : "实验", "No apps found for {query}" : "找不到符合 {query} 的应用", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS 客户端", + "Android Client" : "Android 客户端", + "An error occured while changing your language. Please reload the page and try again." : "在为您更改语言设置的过程中出错,请刷新页面重试", "Unable to delete {objName}" : "无法删除 {objName}", "Error creating group: {message}" : "创建分组时出错: {message}", "A valid group name must be provided" : "请提供一个有效的分组名称", @@ -358,49 +357,45 @@ OC.L10N.register( "Error creating user: {message}" : "创建用户出错: {message}", "A valid password must be provided" : "必须提供合法的密码", "A valid email must be provided" : "必须提供合法的用户名", - "__language_name__" : "简体中文", - "Verifying" : "正在验证", - "Personal info" : "个人信息", - "Sync clients" : "同步客户端", + "by %s" : "由 %s", + "%s-licensed" : "%s-许可协议", + "Documentation:" : "文档:", + "Show description …" : "显示描述...", + "Hide description …" : "隐藏描述...", + "This app has an update available." : "此应用有可用的更新.", + "Enable only for specific groups" : "仅特定组启用", + "Online documentation" : "在线文档", + "Getting help" : "获取帮助", + "Commercial support" : "商业支持", + "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "请检查 安装文档 ↗ 中关于 PHP 配置部分和您的服务器上的 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." : "已启用只读配置. 这将阻止在 Web 界面中进行设置. 此外, 每次更新后该文件需要手动设置为可写入.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP 被设置为移除内联块, 这将导致多个核心应用无法访问.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "这可能是由缓存/加速器造成的, 例如 Zend OPcache 或 eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "您的数据库不能在 \"READ COMMITTED\" 事务隔离级别运行. 这样可能导致在多个并行操作时出现问题.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "PHP 模块 'fileinfo' 缺失。我们强烈推荐启用该模块来获得最佳的 MIME 类型检测结果。", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "已安装 %1$s 的低版本 %2$s. 出于稳定性和性能的原因, 我们建议您升级到更新的 %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." : "PHP 模块 'fileinfo' 缺失. 我们强烈建议启用此模块以便在 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 documentation ↗ for more information." : "事务文件锁被禁用,这将可能导致竞态条件引发的相关问题。在 config.php 中启用 'filelocking.enabled' 来避免这些问题。请参考 文档中 ↗ 以获取更多信息。", "System locale can not be set to a one which supports UTF-8." : "系统区域无法设置为支持 UTF-8 的区域.", + "This means that there might be problems with certain characters in filenames." : "这意味着当文件名中包含特定字符时可能出现问题.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "我们强烈建议在您的系统中安装需要的包以支持下列区域: %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\")" : "如果您不是安装在域名的根目录, 并且使用系统 cron 服务时, 可能导致 URL 生成问题. 为了避免这些问题, 请在您的 config.php 文件中设置 \"overwrite.cli.url\" 选项为您的安装根目录路径 (建议: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "由于下列的技术错误, 无法通过 CLI 执行计划任务:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "请仔细检查安装指南,并检查日志中是否有错误或警告。", "Tips & tricks" : "小提示", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "有很多功能和配置可用于更好地自定义和使用此实例。以下是更多相关信息的指南。", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite 当前被用作数据库. 对于较大数据量的安装和使用, 我们建议您切换到不同的数据库后端.", "This is particularly recommended when using the desktop client for file synchronisation." : "当时用桌面客户端同步文件时特别推荐.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "使用以下命令行工具来迁移至其他数据库: 'occ db:convert-type', 或者参考 文档 ↗。", "How to do backups" : "如何备份", "Performance tuning" : "性能优化", "Improving the config.php" : "优化 config.php", "Theming" : "主题", "Check the security of your Nextcloud over our security scan" : "通过我们的安全扫描来检查Nextcloud的安全性", "Hardening and security guidance" : "强化和安全指南", - "This app has an update available." : "此应用有可用的更新.", - "by %s" : "由 %s", - "%s-licensed" : "%s-许可协议", - "Documentation:" : "文档:", - "Show description …" : "显示描述...", - "Hide description …" : "隐藏描述...", - "Enable only for specific groups" : "仅特定组启用", - "Online documentation" : "在线文档", - "Getting help" : "获取帮助", - "Commercial support" : "商业支持", "You are using %s of %s" : "您正在使用 %s%s", "You are using %s of %s (%s %%)" : "你使用了%s%s(%s %%)", - "You are member of the following groups:" : "您是以下组的成员:", - "Get the apps to sync your files" : "安装应用进行文件同步", - "Desktop client" : "桌面客户端", - "Android app" : "安卓应用", - "iOS app" : "iOS 应用", - "Show First Run Wizard again" : "再次显示运行向导", - "App passwords" : "应用密码", - "Follow us on Google+!" : "在 Google+ 上关注我们!", - "Like our facebook page!" : "点赞我们 facebook 页面!", - "Follow us on Twitter!" : "在 Twitter 上关注我们!", - "Check out our blog!" : "浏览我们的博客!", - "Subscribe to our newsletter!" : "订阅我们的最新消息!", "Settings" : "设置", "Show storage location" : "显示存储位置", "Show email address" : "显示邮件地址", @@ -410,30 +405,12 @@ OC.L10N.register( "Create" : "创建", "Admin Recovery Password" : "管理恢复密码", "Enter the recovery password in order to recover the users files during password change" : "输入恢复密码来在更改密码的时候恢复用户文件", - "Group name" : "分组名称", "Disabled" : "禁用", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "请输入存储配额 (例如: \"512 MB\" 或 \"12 GB\")", "Other" : "其它", "change full name" : "更改全名", "set new password" : "设置新密码", "change email address" : "修改电子邮箱地址", - "Default" : "默认", - "App up to date" : "已是最新应用", - "Updating …" : "正在更新....", - "Could not update app" : "无法更新应用", - "Could not remove app" : "无法移除应用", - "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "请检查 安装文档 ↗ 中关于 PHP 配置部分和您的服务器上的 PHP 配置,特别是使用php-fpm时。", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP 被设置为移除内联块, 这将导致多个核心应用无法访问.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "已安装 %1$s 的低版本 %2$s. 出于稳定性和性能的原因, 我们建议您升级到更新的 %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." : "PHP 模块 'fileinfo' 缺失. 我们强烈建议启用此模块以便在 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 documentation ↗ for more information." : "事务文件锁被禁用,这将可能导致竞态条件引发的相关问题。在 config.php 中启用 'filelocking.enabled' 来避免这些问题。请参考 文档中 ↗ 以获取更多信息。", - "This means that there might be problems with certain characters in filenames." : "这意味着当文件名中包含特定字符时可能出现问题.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "我们强烈建议在您的系统中安装需要的包以支持下列区域: %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\")" : "如果您不是安装在域名的根目录, 并且使用系统 cron 服务时, 可能导致 URL 生成问题. 为了避免这些问题, 请在您的 config.php 文件中设置 \"overwrite.cli.url\" 选项为您的安装根目录路径 (建议: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "由于下列的技术错误, 无法通过 CLI 执行计划任务:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "请仔细检查安装指南,并检查日志中是否有错误或警告。", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "使用以下命令行工具来迁移至其他数据库: 'occ db:convert-type', 或者参考 文档 ↗。" + "Default" : "默认" }, "nplurals=1; plural=0;"); diff --git a/settings/l10n/zh_CN.json b/settings/l10n/zh_CN.json index 511797895d..a27d03604b 100644 --- a/settings/l10n/zh_CN.json +++ b/settings/l10n/zh_CN.json @@ -67,10 +67,6 @@ "Google Chrome" : "谷歌浏览器", "Safari" : "Safari浏览器", "Google Chrome for Android" : "安卓版谷歌浏览器", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS 客户端", - "Android Client" : "Android 客户端", "Sync client - {os}" : "同步客户端 - {os}", "This session" : "当前会话", "Copy" : "复制", @@ -99,7 +95,6 @@ "So-so password" : "一般强度的密码", "Good password" : "较强的密码", "Strong password" : "强密码", - "An error occured while changing your language. Please reload the page and try again." : "在为您更改语言设置的过程中出错,请刷新页面重试", "Select a profile picture" : "选择头像", "Week starts on {fdow}" : "周开始于 {fdow}", "Groups" : "分组", @@ -314,12 +309,10 @@ "Invalid user" : "无效用户", "Unable to change mail address" : "无法修改电子邮箱地址", "Email saved" : "电子邮件已保存", - "%1$s changed your email address on %2$s." : "你在 %2$s 上的电子邮件地址已被 %1$s 更改。", "Password confirmation is required" : "需要密码确认", "Are you really sure you want add {domain} as trusted domain?" : "您确定将 {domain} 添加为信任的域名么?", "Add trusted domain" : "添加信任域名", "Update to %s" : "更新为 %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["%n 个应用正在等待升级"], "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "认证应用由值得信赖的开发者开发, 并通过了一个粗略的安全检查. 其在开放的代码库中活跃地维护, 他们的维护者认为在普通用途足够稳定.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "此应用没有检查安全问题, 它是新的或已知不稳定的. 安装风险自担.", "Disabling app …" : "禁用应用程序...", @@ -328,14 +321,20 @@ "Error while enabling app" : "启用应用时出错", "Error: Could not disable broken app" : "错误: 无法禁用损坏的应用", "Error while disabling broken app" : "禁用损坏的应用时出错", - "Updating...." : "正在更新....", - "Error while updating app" : "更新应用时出错", + "App up to date" : "已是最新应用", + "Updating …" : "正在更新....", + "Could not update app" : "无法更新应用", "Updated" : "已更新", "Removing …" : "正在移除...", - "Error while removing app" : "移除应用时出错", + "Could not remove app" : "无法移除应用", "Approved" : "已认证", "Experimental" : "实验", "No apps found for {query}" : "找不到符合 {query} 的应用", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS 客户端", + "Android Client" : "Android 客户端", + "An error occured while changing your language. Please reload the page and try again." : "在为您更改语言设置的过程中出错,请刷新页面重试", "Unable to delete {objName}" : "无法删除 {objName}", "Error creating group: {message}" : "创建分组时出错: {message}", "A valid group name must be provided" : "请提供一个有效的分组名称", @@ -356,49 +355,45 @@ "Error creating user: {message}" : "创建用户出错: {message}", "A valid password must be provided" : "必须提供合法的密码", "A valid email must be provided" : "必须提供合法的用户名", - "__language_name__" : "简体中文", - "Verifying" : "正在验证", - "Personal info" : "个人信息", - "Sync clients" : "同步客户端", + "by %s" : "由 %s", + "%s-licensed" : "%s-许可协议", + "Documentation:" : "文档:", + "Show description …" : "显示描述...", + "Hide description …" : "隐藏描述...", + "This app has an update available." : "此应用有可用的更新.", + "Enable only for specific groups" : "仅特定组启用", + "Online documentation" : "在线文档", + "Getting help" : "获取帮助", + "Commercial support" : "商业支持", + "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "请检查 安装文档 ↗ 中关于 PHP 配置部分和您的服务器上的 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." : "已启用只读配置. 这将阻止在 Web 界面中进行设置. 此外, 每次更新后该文件需要手动设置为可写入.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP 被设置为移除内联块, 这将导致多个核心应用无法访问.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "这可能是由缓存/加速器造成的, 例如 Zend OPcache 或 eAccelerator.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "您的数据库不能在 \"READ COMMITTED\" 事务隔离级别运行. 这样可能导致在多个并行操作时出现问题.", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "PHP 模块 'fileinfo' 缺失。我们强烈推荐启用该模块来获得最佳的 MIME 类型检测结果。", + "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "已安装 %1$s 的低版本 %2$s. 出于稳定性和性能的原因, 我们建议您升级到更新的 %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." : "PHP 模块 'fileinfo' 缺失. 我们强烈建议启用此模块以便在 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 documentation ↗ for more information." : "事务文件锁被禁用,这将可能导致竞态条件引发的相关问题。在 config.php 中启用 'filelocking.enabled' 来避免这些问题。请参考 文档中 ↗ 以获取更多信息。", "System locale can not be set to a one which supports UTF-8." : "系统区域无法设置为支持 UTF-8 的区域.", + "This means that there might be problems with certain characters in filenames." : "这意味着当文件名中包含特定字符时可能出现问题.", + "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "我们强烈建议在您的系统中安装需要的包以支持下列区域: %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\")" : "如果您不是安装在域名的根目录, 并且使用系统 cron 服务时, 可能导致 URL 生成问题. 为了避免这些问题, 请在您的 config.php 文件中设置 \"overwrite.cli.url\" 选项为您的安装根目录路径 (建议: \"%s\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "由于下列的技术错误, 无法通过 CLI 执行计划任务:", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "请仔细检查安装指南,并检查日志中是否有错误或警告。", "Tips & tricks" : "小提示", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "有很多功能和配置可用于更好地自定义和使用此实例。以下是更多相关信息的指南。", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite 当前被用作数据库. 对于较大数据量的安装和使用, 我们建议您切换到不同的数据库后端.", "This is particularly recommended when using the desktop client for file synchronisation." : "当时用桌面客户端同步文件时特别推荐.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "使用以下命令行工具来迁移至其他数据库: 'occ db:convert-type', 或者参考 文档 ↗。", "How to do backups" : "如何备份", "Performance tuning" : "性能优化", "Improving the config.php" : "优化 config.php", "Theming" : "主题", "Check the security of your Nextcloud over our security scan" : "通过我们的安全扫描来检查Nextcloud的安全性", "Hardening and security guidance" : "强化和安全指南", - "This app has an update available." : "此应用有可用的更新.", - "by %s" : "由 %s", - "%s-licensed" : "%s-许可协议", - "Documentation:" : "文档:", - "Show description …" : "显示描述...", - "Hide description …" : "隐藏描述...", - "Enable only for specific groups" : "仅特定组启用", - "Online documentation" : "在线文档", - "Getting help" : "获取帮助", - "Commercial support" : "商业支持", "You are using %s of %s" : "您正在使用 %s%s", "You are using %s of %s (%s %%)" : "你使用了%s%s(%s %%)", - "You are member of the following groups:" : "您是以下组的成员:", - "Get the apps to sync your files" : "安装应用进行文件同步", - "Desktop client" : "桌面客户端", - "Android app" : "安卓应用", - "iOS app" : "iOS 应用", - "Show First Run Wizard again" : "再次显示运行向导", - "App passwords" : "应用密码", - "Follow us on Google+!" : "在 Google+ 上关注我们!", - "Like our facebook page!" : "点赞我们 facebook 页面!", - "Follow us on Twitter!" : "在 Twitter 上关注我们!", - "Check out our blog!" : "浏览我们的博客!", - "Subscribe to our newsletter!" : "订阅我们的最新消息!", "Settings" : "设置", "Show storage location" : "显示存储位置", "Show email address" : "显示邮件地址", @@ -408,30 +403,12 @@ "Create" : "创建", "Admin Recovery Password" : "管理恢复密码", "Enter the recovery password in order to recover the users files during password change" : "输入恢复密码来在更改密码的时候恢复用户文件", - "Group name" : "分组名称", "Disabled" : "禁用", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "请输入存储配额 (例如: \"512 MB\" 或 \"12 GB\")", "Other" : "其它", "change full name" : "更改全名", "set new password" : "设置新密码", "change email address" : "修改电子邮箱地址", - "Default" : "默认", - "App up to date" : "已是最新应用", - "Updating …" : "正在更新....", - "Could not update app" : "无法更新应用", - "Could not remove app" : "无法移除应用", - "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 installation documentation ↗ for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "请检查 安装文档 ↗ 中关于 PHP 配置部分和您的服务器上的 PHP 配置,特别是使用php-fpm时。", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP 被设置为移除内联块, 这将导致多个核心应用无法访问.", - "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "已安装 %1$s 的低版本 %2$s. 出于稳定性和性能的原因, 我们建议您升级到更新的 %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." : "PHP 模块 'fileinfo' 缺失. 我们强烈建议启用此模块以便在 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 documentation ↗ for more information." : "事务文件锁被禁用,这将可能导致竞态条件引发的相关问题。在 config.php 中启用 'filelocking.enabled' 来避免这些问题。请参考 文档中 ↗ 以获取更多信息。", - "This means that there might be problems with certain characters in filenames." : "这意味着当文件名中包含特定字符时可能出现问题.", - "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "我们强烈建议在您的系统中安装需要的包以支持下列区域: %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\")" : "如果您不是安装在域名的根目录, 并且使用系统 cron 服务时, 可能导致 URL 生成问题. 为了避免这些问题, 请在您的 config.php 文件中设置 \"overwrite.cli.url\" 选项为您的安装根目录路径 (建议: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "由于下列的技术错误, 无法通过 CLI 执行计划任务:", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "请仔细检查安装指南,并检查日志中是否有错误或警告。", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "使用以下命令行工具来迁移至其他数据库: 'occ db:convert-type', 或者参考 文档 ↗。" + "Default" : "默认" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/settings/l10n/zh_HK.js b/settings/l10n/zh_HK.js deleted file mode 100644 index c54cc9aac6..0000000000 --- a/settings/l10n/zh_HK.js +++ /dev/null @@ -1,41 +0,0 @@ -OC.L10N.register( - "settings", - { - "Wrong password" : "密碼錯誤", - "Saved" : "已儲存", - "Email sent" : "郵件已傳", - "Delete" : "刪除", - "Groups" : "群組", - "Disable" : "停用", - "All" : "所有", - "Enable" : "啟用", - "New password" : "新密碼", - "Username" : "用戶名稱", - "Password" : "密碼", - "Email" : "電郵", - "Language" : "語言", - "Unlimited" : "無限", - "Everyone" : "所有人", - "Forum" : "討論區", - "None" : "空", - "Login" : "登入", - "Encryption" : "加密", - "Server address" : "伺服器地址", - "Port" : "連接埠", - "SMTP Username" : "SMTP 使用者名稱", - "SMTP Password" : "SMTP 密碼", - "Version" : "版本", - "Sharing" : "分享", - "days" : "天", - "Remove image" : "刪除圖片", - "Cancel" : "取消", - "Your email address" : "你的電郵地址", - "Help translate" : "幫忙翻譯", - "Change password" : "更改密碼", - "Updated" : "已更新", - "undo" : "復原", - "Create" : "新增", - "Other" : "其他", - "Default" : "預設" -}, -"nplurals=1; plural=0;"); diff --git a/settings/l10n/zh_HK.json b/settings/l10n/zh_HK.json deleted file mode 100644 index 7b3f3dbcca..0000000000 --- a/settings/l10n/zh_HK.json +++ /dev/null @@ -1,39 +0,0 @@ -{ "translations": { - "Wrong password" : "密碼錯誤", - "Saved" : "已儲存", - "Email sent" : "郵件已傳", - "Delete" : "刪除", - "Groups" : "群組", - "Disable" : "停用", - "All" : "所有", - "Enable" : "啟用", - "New password" : "新密碼", - "Username" : "用戶名稱", - "Password" : "密碼", - "Email" : "電郵", - "Language" : "語言", - "Unlimited" : "無限", - "Everyone" : "所有人", - "Forum" : "討論區", - "None" : "空", - "Login" : "登入", - "Encryption" : "加密", - "Server address" : "伺服器地址", - "Port" : "連接埠", - "SMTP Username" : "SMTP 使用者名稱", - "SMTP Password" : "SMTP 密碼", - "Version" : "版本", - "Sharing" : "分享", - "days" : "天", - "Remove image" : "刪除圖片", - "Cancel" : "取消", - "Your email address" : "你的電郵地址", - "Help translate" : "幫忙翻譯", - "Change password" : "更改密碼", - "Updated" : "已更新", - "undo" : "復原", - "Create" : "新增", - "Other" : "其他", - "Default" : "預設" -},"pluralForm" :"nplurals=1; plural=0;" -} \ No newline at end of file diff --git a/settings/l10n/zh_TW.js b/settings/l10n/zh_TW.js index a9e3bf84be..7bdb14000d 100644 --- a/settings/l10n/zh_TW.js +++ b/settings/l10n/zh_TW.js @@ -69,10 +69,6 @@ OC.L10N.register( "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome for Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS 客戶端", - "Android Client" : "Android 客戶端", "Sync client - {os}" : "同步客戶端 - {os}", "This session" : "目前的工作階段", "Copy" : "複製", @@ -101,7 +97,6 @@ OC.L10N.register( "So-so password" : "密碼強度普通", "Good password" : "密碼強度佳", "Strong password" : "密碼強度極佳", - "An error occured while changing your language. Please reload the page and try again." : "變更語言時發生錯誤,請重新整理頁面後重試", "Select a profile picture" : "選擇大頭貼照", "Groups" : "群組", "Limit to groups" : "限制給特定群組", @@ -281,7 +276,6 @@ OC.L10N.register( "Invalid user" : "無效的使用者", "Unable to change mail address" : "無法更改 email 地址", "Email saved" : "Email 已儲存", - "%1$s changed your email address on %2$s." : "%1$s變更了您在 %2$s 的電子郵件地址", "Password confirmation is required" : "需要密碼確認", "Are you really sure you want add {domain} as trusted domain?" : "您確定要新增 {domain} 為信任的網域?", "Add trusted domain" : "新增信任的網域", @@ -294,11 +288,18 @@ OC.L10N.register( "Error while enabling app" : "啟用應用程式錯誤", "Error: Could not disable broken app" : "錯誤:無法停用損毀的應用程式", "Error while disabling broken app" : "停用損毀的應用時發生錯誤", + "App up to date" : "此應用程式為最新版", "Updated" : "已更新", "Removing …" : "移除中…", + "Could not remove app" : "無法移除應用程式", "Approved" : "審查通過", "Experimental" : "實驗性質", "No apps found for {query}" : "沒有符合 {query} 的應用程式", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS 客戶端", + "Android Client" : "Android 客戶端", + "An error occured while changing your language. Please reload the page and try again." : "變更語言時發生錯誤,請重新整理頁面後重試", "Unable to delete {objName}" : "無法刪除 {objName}", "Error creating group: {message}" : "建立群組錯誤:{message}", "A valid group name must be provided" : "必須提供一個有效的群組名稱", @@ -319,7 +320,16 @@ OC.L10N.register( "Error creating user: {message}" : "建立使用者錯誤:{message}", "A valid password must be provided" : "一定要提供一個有效的密碼", "A valid email must be provided" : "必須提供一個有效的電子郵件地址", - "__language_name__" : "正體中文(臺灣)", + "by %s" : "由 %s", + "%s-licensed" : "%s 授權", + "Documentation:" : "說明文件:", + "Show description …" : "顯示描述", + "Hide description …" : "隱藏描述", + "This app has an update available." : "此應用程式有可用的更新", + "Enable only for specific groups" : "僅對特定的群組啟用", + "Online documentation" : "線上說明文件", + "Getting help" : "取得協助", + "Commercial support" : "商用支援", "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." : "「唯讀設定檔」已經啟用,這樣可以防止來自網頁端的設定操作,每次需要更改設定時,都需要手動將設定檔暫時改為可讀寫。", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "這大概是由快取或是加速器像是 Zend OPcache, eAccelerator 造成的", "System locale can not be set to a one which supports UTF-8." : "無法設定為一個支援 UTF-8 的系統語系", @@ -327,25 +337,15 @@ OC.L10N.register( "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "這裡有很多功能和設定選項讓您客製化您的服務,以下有一些建議和提示", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "目前您的後端資料庫使用 SQLite,在大型服務當中,我們建議您使用其他的資料庫後端。", "This is particularly recommended when using the desktop client for file synchronisation." : "若您使用桌面客戶端來同步,尤其建議您更換", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "若要遷移至另一個資料庫,請使用命令列工具: 'occ db:convert-type' ,或是查閱說明文件。", "How to do backups" : "如何備份", "Performance tuning" : "效能調校", "Improving the config.php" : "改進 config.php", "Theming" : "佈景主題", "Check the security of your Nextcloud over our security scan" : "使用我們的掃描服務來檢查您 Nextcloud 的安全性", "Hardening and security guidance" : "增強安全指南", - "This app has an update available." : "此應用程式有可用的更新", - "by %s" : "由 %s", - "%s-licensed" : "%s 授權", - "Documentation:" : "說明文件:", - "Show description …" : "顯示描述", - "Hide description …" : "隱藏描述", - "Enable only for specific groups" : "僅對特定的群組啟用", - "Online documentation" : "線上說明文件", - "Getting help" : "取得協助", - "Commercial support" : "商用支援", "You are using %s of %s" : "您正在使用 %s ,共有 %s", "You are using %s of %s (%s %%)" : "您正在使用 %s ,共有 %s%s %%)", - "You are member of the following groups:" : "您的帳號屬於這些群組:", "Settings" : "設定", "Show storage location" : "顯示儲存位置", "Show email address" : "顯示電子郵件信箱", @@ -360,9 +360,6 @@ OC.L10N.register( "change full name" : "變更全名", "set new password" : "設定新密碼", "change email address" : "更改電子郵件地址", - "Default" : "預設", - "App up to date" : "此應用程式為最新版", - "Could not remove app" : "無法移除應用程式", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "若要遷移至另一個資料庫,請使用命令列工具: 'occ db:convert-type' ,或是查閱說明文件。" + "Default" : "預設" }, "nplurals=1; plural=0;"); diff --git a/settings/l10n/zh_TW.json b/settings/l10n/zh_TW.json index f0f57a9532..e1f9f484cf 100644 --- a/settings/l10n/zh_TW.json +++ b/settings/l10n/zh_TW.json @@ -67,10 +67,6 @@ "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome for Android", - "iPhone iOS" : "iPhone iOS", - "iPad iOS" : "iPad iOS", - "iOS Client" : "iOS 客戶端", - "Android Client" : "Android 客戶端", "Sync client - {os}" : "同步客戶端 - {os}", "This session" : "目前的工作階段", "Copy" : "複製", @@ -99,7 +95,6 @@ "So-so password" : "密碼強度普通", "Good password" : "密碼強度佳", "Strong password" : "密碼強度極佳", - "An error occured while changing your language. Please reload the page and try again." : "變更語言時發生錯誤,請重新整理頁面後重試", "Select a profile picture" : "選擇大頭貼照", "Groups" : "群組", "Limit to groups" : "限制給特定群組", @@ -279,7 +274,6 @@ "Invalid user" : "無效的使用者", "Unable to change mail address" : "無法更改 email 地址", "Email saved" : "Email 已儲存", - "%1$s changed your email address on %2$s." : "%1$s變更了您在 %2$s 的電子郵件地址", "Password confirmation is required" : "需要密碼確認", "Are you really sure you want add {domain} as trusted domain?" : "您確定要新增 {domain} 為信任的網域?", "Add trusted domain" : "新增信任的網域", @@ -292,11 +286,18 @@ "Error while enabling app" : "啟用應用程式錯誤", "Error: Could not disable broken app" : "錯誤:無法停用損毀的應用程式", "Error while disabling broken app" : "停用損毀的應用時發生錯誤", + "App up to date" : "此應用程式為最新版", "Updated" : "已更新", "Removing …" : "移除中…", + "Could not remove app" : "無法移除應用程式", "Approved" : "審查通過", "Experimental" : "實驗性質", "No apps found for {query}" : "沒有符合 {query} 的應用程式", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS 客戶端", + "Android Client" : "Android 客戶端", + "An error occured while changing your language. Please reload the page and try again." : "變更語言時發生錯誤,請重新整理頁面後重試", "Unable to delete {objName}" : "無法刪除 {objName}", "Error creating group: {message}" : "建立群組錯誤:{message}", "A valid group name must be provided" : "必須提供一個有效的群組名稱", @@ -317,7 +318,16 @@ "Error creating user: {message}" : "建立使用者錯誤:{message}", "A valid password must be provided" : "一定要提供一個有效的密碼", "A valid email must be provided" : "必須提供一個有效的電子郵件地址", - "__language_name__" : "正體中文(臺灣)", + "by %s" : "由 %s", + "%s-licensed" : "%s 授權", + "Documentation:" : "說明文件:", + "Show description …" : "顯示描述", + "Hide description …" : "隱藏描述", + "This app has an update available." : "此應用程式有可用的更新", + "Enable only for specific groups" : "僅對特定的群組啟用", + "Online documentation" : "線上說明文件", + "Getting help" : "取得協助", + "Commercial support" : "商用支援", "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." : "「唯讀設定檔」已經啟用,這樣可以防止來自網頁端的設定操作,每次需要更改設定時,都需要手動將設定檔暫時改為可讀寫。", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "這大概是由快取或是加速器像是 Zend OPcache, eAccelerator 造成的", "System locale can not be set to a one which supports UTF-8." : "無法設定為一個支援 UTF-8 的系統語系", @@ -325,25 +335,15 @@ "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "這裡有很多功能和設定選項讓您客製化您的服務,以下有一些建議和提示", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "目前您的後端資料庫使用 SQLite,在大型服務當中,我們建議您使用其他的資料庫後端。", "This is particularly recommended when using the desktop client for file synchronisation." : "若您使用桌面客戶端來同步,尤其建議您更換", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "若要遷移至另一個資料庫,請使用命令列工具: 'occ db:convert-type' ,或是查閱說明文件。", "How to do backups" : "如何備份", "Performance tuning" : "效能調校", "Improving the config.php" : "改進 config.php", "Theming" : "佈景主題", "Check the security of your Nextcloud over our security scan" : "使用我們的掃描服務來檢查您 Nextcloud 的安全性", "Hardening and security guidance" : "增強安全指南", - "This app has an update available." : "此應用程式有可用的更新", - "by %s" : "由 %s", - "%s-licensed" : "%s 授權", - "Documentation:" : "說明文件:", - "Show description …" : "顯示描述", - "Hide description …" : "隱藏描述", - "Enable only for specific groups" : "僅對特定的群組啟用", - "Online documentation" : "線上說明文件", - "Getting help" : "取得協助", - "Commercial support" : "商用支援", "You are using %s of %s" : "您正在使用 %s ,共有 %s", "You are using %s of %s (%s %%)" : "您正在使用 %s ,共有 %s%s %%)", - "You are member of the following groups:" : "您的帳號屬於這些群組:", "Settings" : "設定", "Show storage location" : "顯示儲存位置", "Show email address" : "顯示電子郵件信箱", @@ -358,9 +358,6 @@ "change full name" : "變更全名", "set new password" : "設定新密碼", "change email address" : "更改電子郵件地址", - "Default" : "預設", - "App up to date" : "此應用程式為最新版", - "Could not remove app" : "無法移除應用程式", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "若要遷移至另一個資料庫,請使用命令列工具: 'occ db:convert-type' ,或是查閱說明文件。" + "Default" : "預設" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file