diff options
Diffstat (limited to 'apps/comments')
116 files changed, 192 insertions, 156 deletions
diff --git a/apps/comments/l10n/af.js b/apps/comments/l10n/af.js index c3aff49fe88..eeceac66ed0 100644 --- a/apps/comments/l10n/af.js +++ b/apps/comments/l10n/af.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Kommentare", - "Unknown user" : "Onbekende gebruiker", "New comment …" : "Nuwe kommentaar…", "Delete comment" : "Skrap kommentaar", "Post" : "Plaas", @@ -28,6 +27,7 @@ OC.L10N.register( "<strong>Comments</strong> for files" : "<strong>Kommentare</strong> vir lêers", "%1$s mentioned you in a comment on “%2$s”" : "%1$s het u in ’n kommentaar op “%2$s” genoem", "{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" }, diff --git a/apps/comments/l10n/af.json b/apps/comments/l10n/af.json index 1085e438d08..16d5c8efa0e 100644 --- a/apps/comments/l10n/af.json +++ b/apps/comments/l10n/af.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Kommentare", - "Unknown user" : "Onbekende gebruiker", "New comment …" : "Nuwe kommentaar…", "Delete comment" : "Skrap kommentaar", "Post" : "Plaas", @@ -26,6 +25,7 @@ "<strong>Comments</strong> for files" : "<strong>Kommentare</strong> vir lêers", "%1$s mentioned you in a comment on “%2$s”" : "%1$s het u in ’n kommentaar op “%2$s” genoem", "{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" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/ast.js b/apps/comments/l10n/ast.js index cd29a24223a..1f31c5d5732 100644 --- a/apps/comments/l10n/ast.js +++ b/apps/comments/l10n/ast.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Comentarios", - "Unknown user" : "Usuariu desconocíu", "New comment …" : "Comentariu nuevu...", "Delete comment" : "Desaniciar comentariu", "Post" : "Espublizar", @@ -28,6 +27,7 @@ OC.L10N.register( "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> pa ficheros", "%1$s mentioned you in a comment on “%2$s”" : "%1$s mentóte nun comentariu de «%2$s»", "{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}»" }, diff --git a/apps/comments/l10n/ast.json b/apps/comments/l10n/ast.json index baa89ce2078..9027a3c5f86 100644 --- a/apps/comments/l10n/ast.json +++ b/apps/comments/l10n/ast.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Comentarios", - "Unknown user" : "Usuariu desconocíu", "New comment …" : "Comentariu nuevu...", "Delete comment" : "Desaniciar comentariu", "Post" : "Espublizar", @@ -26,6 +25,7 @@ "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> pa ficheros", "%1$s mentioned you in a comment on “%2$s”" : "%1$s mentóte nun comentariu de «%2$s»", "{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}»" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/bg.js b/apps/comments/l10n/bg.js index 6a1998fc69c..ee323661bf0 100644 --- a/apps/comments/l10n/bg.js +++ b/apps/comments/l10n/bg.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Коментари", - "Unknown user" : "Непознат потребител", "New comment …" : "Нов коментар...", "Delete comment" : "Изтрий коментар", "Post" : "Публикация", @@ -28,6 +27,7 @@ OC.L10N.register( "<strong>Comments</strong> for files" : "<strong>Коментари</strong> за файлове", "%1$s mentioned you in a comment on “%2$s”" : "%1$s те спомена в коментар за “%2$s”", "{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}”" }, diff --git a/apps/comments/l10n/bg.json b/apps/comments/l10n/bg.json index bfa295c7c03..21d84ad2b00 100644 --- a/apps/comments/l10n/bg.json +++ b/apps/comments/l10n/bg.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Коментари", - "Unknown user" : "Непознат потребител", "New comment …" : "Нов коментар...", "Delete comment" : "Изтрий коментар", "Post" : "Публикация", @@ -26,6 +25,7 @@ "<strong>Comments</strong> for files" : "<strong>Коментари</strong> за файлове", "%1$s mentioned you in a comment on “%2$s”" : "%1$s те спомена в коментар за “%2$s”", "{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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/ca.js b/apps/comments/l10n/ca.js index 959d424ad78..d798017ef75 100644 --- a/apps/comments/l10n/ca.js +++ b/apps/comments/l10n/ca.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Comentaris", - "Unknown user" : "Usuari desconegut", "New comment …" : "Nou comentari...", "Delete comment" : "Esborrar comentari", "Post" : "Publica", @@ -28,6 +27,7 @@ OC.L10N.register( "<strong>Comments</strong> for files" : "<strong>Comentaris</strong> per arxius", "%1$s mentioned you in a comment on “%2$s”" : "%1$s us ha nomenat en un comentari a “%2$s”", "{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}”" }, diff --git a/apps/comments/l10n/ca.json b/apps/comments/l10n/ca.json index 7d3f3af7787..ed8005829c7 100644 --- a/apps/comments/l10n/ca.json +++ b/apps/comments/l10n/ca.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Comentaris", - "Unknown user" : "Usuari desconegut", "New comment …" : "Nou comentari...", "Delete comment" : "Esborrar comentari", "Post" : "Publica", @@ -26,6 +25,7 @@ "<strong>Comments</strong> for files" : "<strong>Comentaris</strong> per arxius", "%1$s mentioned you in a comment on “%2$s”" : "%1$s us ha nomenat en un comentari a “%2$s”", "{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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/cs.js b/apps/comments/l10n/cs.js index fe4cc075cd6..52785210636 100644 --- a/apps/comments/l10n/cs.js +++ b/apps/comments/l10n/cs.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Komentáře", - "Unknown user" : "Neznámý uživatel", "New comment …" : "Nový komentář ...", "Delete comment" : "Smazat komentář", "Post" : "Zveřejnit", @@ -30,6 +29,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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s vás zmínil(a) v komentáři u %2$s", "{user} mentioned you in a comment on “{file}”" : "{user} vás zmínil v komentáři u “{file}”", + "Unknown user" : "Neznámý uživatel", "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}”" : "Nyní již smazaný uživatel vás zmínil v komentáři u \"{file}\"" }, diff --git a/apps/comments/l10n/cs.json b/apps/comments/l10n/cs.json index ad07c446f41..334ff58dd55 100644 --- a/apps/comments/l10n/cs.json +++ b/apps/comments/l10n/cs.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Komentáře", - "Unknown user" : "Neznámý uživatel", "New comment …" : "Nový komentář ...", "Delete comment" : "Smazat komentář", "Post" : "Zveřejnit", @@ -28,6 +27,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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s vás zmínil(a) v komentáři u %2$s", "{user} mentioned you in a comment on “{file}”" : "{user} vás zmínil v komentáři u “{file}”", + "Unknown user" : "Neznámý uživatel", "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}”" : "Nyní již smazaný uživatel vás zmínil v komentáři u \"{file}\"" },"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" diff --git a/apps/comments/l10n/da.js b/apps/comments/l10n/da.js index 200bb574812..8701bb639f1 100644 --- a/apps/comments/l10n/da.js +++ b/apps/comments/l10n/da.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Kommentarer", - "Unknown user" : "Ukendt bruger", "New comment …" : "Ny kommentar ...", "Delete comment" : "Slet kommentar", "Post" : "Indlæg", @@ -30,6 +29,7 @@ OC.L10N.register( "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s nævnte dig i en kommentarer på “%2$s”", "{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}\"" }, diff --git a/apps/comments/l10n/da.json b/apps/comments/l10n/da.json index 3d2a42647d4..2725cdb94a3 100644 --- a/apps/comments/l10n/da.json +++ b/apps/comments/l10n/da.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Kommentarer", - "Unknown user" : "Ukendt bruger", "New comment …" : "Ny kommentar ...", "Delete comment" : "Slet kommentar", "Post" : "Indlæg", @@ -28,6 +27,7 @@ "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s nævnte dig i en kommentarer på “%2$s”", "{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}\"" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/de.js b/apps/comments/l10n/de.js index 0d41f70a44c..9df6ee853f0 100644 --- a/apps/comments/l10n/de.js +++ b/apps/comments/l10n/de.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Kommentare", - "Unknown user" : "Unbekannter Benutzer", "New comment …" : "Neuer Kommentar …", "Delete comment" : "Kommentar löschen", "Post" : "Speichern", @@ -30,6 +29,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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s hat Dich in einem Kommentar zu “%2$s” erwähnt ", "{user} mentioned you in a comment on “{file}”" : "{user} hat Dich in einem Kommentar zu “{file}” erwähnt ", + "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" }, diff --git a/apps/comments/l10n/de.json b/apps/comments/l10n/de.json index 808326070ed..708267fc616 100644 --- a/apps/comments/l10n/de.json +++ b/apps/comments/l10n/de.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Kommentare", - "Unknown user" : "Unbekannter Benutzer", "New comment …" : "Neuer Kommentar …", "Delete comment" : "Kommentar löschen", "Post" : "Speichern", @@ -28,6 +27,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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s hat Dich in einem Kommentar zu “%2$s” erwähnt ", "{user} mentioned you in a comment on “{file}”" : "{user} hat Dich in einem Kommentar zu “{file}” erwähnt ", + "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" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/de_DE.js b/apps/comments/l10n/de_DE.js index a9c908b142a..a2ef3431198 100644 --- a/apps/comments/l10n/de_DE.js +++ b/apps/comments/l10n/de_DE.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Kommentare", - "Unknown user" : "Unbekannter Benutzer", "New comment …" : "Neuer Kommentar …", "Delete comment" : "Kommentar löschen", "Post" : "Speichern", @@ -30,6 +29,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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s hat Sie in einem Kommentar zu “%2$s” erwähnt.", "{user} mentioned you in a comment on “{file}”" : "{user} hat Sie in einem Kommentar zu “{file}” erwähnt", + "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" }, diff --git a/apps/comments/l10n/de_DE.json b/apps/comments/l10n/de_DE.json index e80f3194951..fb636bd9500 100644 --- a/apps/comments/l10n/de_DE.json +++ b/apps/comments/l10n/de_DE.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Kommentare", - "Unknown user" : "Unbekannter Benutzer", "New comment …" : "Neuer Kommentar …", "Delete comment" : "Kommentar löschen", "Post" : "Speichern", @@ -28,6 +27,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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s hat Sie in einem Kommentar zu “%2$s” erwähnt.", "{user} mentioned you in a comment on “{file}”" : "{user} hat Sie in einem Kommentar zu “{file}” erwähnt", + "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" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/el.js b/apps/comments/l10n/el.js index f071a0e4f82..4a63e08b926 100644 --- a/apps/comments/l10n/el.js +++ b/apps/comments/l10n/el.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Σχόλια", - "Unknown user" : "Άγνωστος χρήστης", "New comment …" : "Νέο σχόλιο ...", "Delete comment" : "Διαγραφή σχολίου", "Post" : "Δημοσίευση", @@ -28,6 +27,7 @@ OC.L10N.register( "<strong>Comments</strong> for files" : "<strong>Σχόλια</strong> για αρχεία", "%1$s mentioned you in a comment on “%2$s”" : "%1$s σας ανέφερε σε σχόλιο στο “%2$s”", "{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}”" }, diff --git a/apps/comments/l10n/el.json b/apps/comments/l10n/el.json index 16999bb4f1d..0801a87b103 100644 --- a/apps/comments/l10n/el.json +++ b/apps/comments/l10n/el.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Σχόλια", - "Unknown user" : "Άγνωστος χρήστης", "New comment …" : "Νέο σχόλιο ...", "Delete comment" : "Διαγραφή σχολίου", "Post" : "Δημοσίευση", @@ -26,6 +25,7 @@ "<strong>Comments</strong> for files" : "<strong>Σχόλια</strong> για αρχεία", "%1$s mentioned you in a comment on “%2$s”" : "%1$s σας ανέφερε σε σχόλιο στο “%2$s”", "{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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/en_GB.js b/apps/comments/l10n/en_GB.js index 5cde51e5f14..20e3f12897e 100644 --- a/apps/comments/l10n/en_GB.js +++ b/apps/comments/l10n/en_GB.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Comments", - "Unknown user" : "Unknown user", "New comment …" : "New comment …", "Delete comment" : "Delete comment", "Post" : "Post", @@ -30,6 +29,7 @@ OC.L10N.register( "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s mentioned you in a comment on “%2$s”", "{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}”" }, diff --git a/apps/comments/l10n/en_GB.json b/apps/comments/l10n/en_GB.json index 7fc26c649af..284015bba52 100644 --- a/apps/comments/l10n/en_GB.json +++ b/apps/comments/l10n/en_GB.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Comments", - "Unknown user" : "Unknown user", "New comment …" : "New comment …", "Delete comment" : "Delete comment", "Post" : "Post", @@ -28,6 +27,7 @@ "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s mentioned you in a comment on “%2$s”", "{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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/es.js b/apps/comments/l10n/es.js index 86c34e9da4a..7b6ed49be1f 100644 --- a/apps/comments/l10n/es.js +++ b/apps/comments/l10n/es.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Nuevo comentario", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -30,6 +29,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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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) 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}”" }, diff --git a/apps/comments/l10n/es.json b/apps/comments/l10n/es.json index dc03a8ccce9..ef4a4e9d923 100644 --- a/apps/comments/l10n/es.json +++ b/apps/comments/l10n/es.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Nuevo comentario", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -28,6 +27,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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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) 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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/es_419.js b/apps/comments/l10n/es_419.js index 379d06f56ba..df46f2006af 100644 --- a/apps/comments/l10n/es_419.js +++ b/apps/comments/l10n/es_419.js @@ -1,25 +1,36 @@ OC.L10N.register( "comments", { - "Delete comment" : "Eliminar comentario", + "Comments" : "Comentarios", + "New comment …" : "Comentario nuevo ...", + "Delete comment" : "Borrar comentario", "Post" : "Publicar", "Cancel" : "Cancelar", - "Edit comment" : "Modificar comentario", - "[Deleted user]" : "[Usuario eliminado]", - "Comments" : "Comentarios", + "Edit comment" : "Editar comentario", + "[Deleted user]" : "[Usuario borrado]", + "No comments yet, start the conversation!" : "¡Aún no hay comentarios, inicia la conversación!", + "More comments …" : "Más comentarios ...", "Save" : "Guardar", "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}", - "Error occurred while retrieving comment with id {id}" : "Se produjo error al recuperar comentario con id {id}", - "Error occurred while updating comment with id {id}" : "Se produjo error al actualizar comentario con id {id}", - "Error occurred while posting comment" : "Se produjo error al publicar comentario", + "Error occurred while retrieving comment with id {id}" : "Se presentó un error al recuperar el comentario con Id {id}", + "Error occurred while updating comment with id {id}" : "Se presentó un error al actualizar el comentario con Id {id}", + "Error occurred while posting comment" : "Se presentó un error al publicar el comentario", + "_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer"], "Comment" : "Comentario", - "You commented" : "Has comentado", - "%1$s commented" : "%1$s comentado", - "You commented on %2$s" : "Has comentado en %2$s", - "%1$s commented on %2$s" : "%1$s comentado en %2$s", - "Type in a new comment..." : "Escribir un nuevo comentario", - "No other comments available" : "No hay mas comentarios", - "More comments..." : "Mas comentarios...", - "{count} unread comments" : "{count} comentarios no leídos" + "You commented" : "Comentaste", + "%1$s commented" : "%1$s comentó", + "{author} commented" : "{author} comentó", + "You commented on %1$s" : "Usted comentó en %1$s", + "You commented on {file}" : "Hiciste un comentario de {file}", + "%1$s commented on %2$s" : "%1$s comentó en %2$s", + "{author} commented on {file}" : "{author} comentó en {file}", + "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> de los archivos", + "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 “{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", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", + "{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}”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es_419.json b/apps/comments/l10n/es_419.json index 7a9411ff630..d388b93cb63 100644 --- a/apps/comments/l10n/es_419.json +++ b/apps/comments/l10n/es_419.json @@ -1,23 +1,34 @@ { "translations": { - "Delete comment" : "Eliminar comentario", + "Comments" : "Comentarios", + "New comment …" : "Comentario nuevo ...", + "Delete comment" : "Borrar comentario", "Post" : "Publicar", "Cancel" : "Cancelar", - "Edit comment" : "Modificar comentario", - "[Deleted user]" : "[Usuario eliminado]", - "Comments" : "Comentarios", + "Edit comment" : "Editar comentario", + "[Deleted user]" : "[Usuario borrado]", + "No comments yet, start the conversation!" : "¡Aún no hay comentarios, inicia la conversación!", + "More comments …" : "Más comentarios ...", "Save" : "Guardar", "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}", - "Error occurred while retrieving comment with id {id}" : "Se produjo error al recuperar comentario con id {id}", - "Error occurred while updating comment with id {id}" : "Se produjo error al actualizar comentario con id {id}", - "Error occurred while posting comment" : "Se produjo error al publicar comentario", + "Error occurred while retrieving comment with id {id}" : "Se presentó un error al recuperar el comentario con Id {id}", + "Error occurred while updating comment with id {id}" : "Se presentó un error al actualizar el comentario con Id {id}", + "Error occurred while posting comment" : "Se presentó un error al publicar el comentario", + "_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer"], "Comment" : "Comentario", - "You commented" : "Has comentado", - "%1$s commented" : "%1$s comentado", - "You commented on %2$s" : "Has comentado en %2$s", - "%1$s commented on %2$s" : "%1$s comentado en %2$s", - "Type in a new comment..." : "Escribir un nuevo comentario", - "No other comments available" : "No hay mas comentarios", - "More comments..." : "Mas comentarios...", - "{count} unread comments" : "{count} comentarios no leídos" + "You commented" : "Comentaste", + "%1$s commented" : "%1$s comentó", + "{author} commented" : "{author} comentó", + "You commented on %1$s" : "Usted comentó en %1$s", + "You commented on {file}" : "Hiciste un comentario de {file}", + "%1$s commented on %2$s" : "%1$s comentó en %2$s", + "{author} commented on {file}" : "{author} comentó en {file}", + "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> de los archivos", + "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 “{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", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", + "{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}”" },"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 4ab66c7a99f..f1df8024c17 100644 --- a/apps/comments/l10n/es_AR.js +++ b/apps/comments/l10n/es_AR.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Nuevo comentario ...", "Delete comment" : "Borrar comentario", "Post" : "Post", @@ -28,6 +27,7 @@ OC.L10N.register( "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> en archivos", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te ha mencionado en un comentario en “%2$s”", "{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}”" }, diff --git a/apps/comments/l10n/es_AR.json b/apps/comments/l10n/es_AR.json index bdbe581e3d2..032f4a58f5a 100644 --- a/apps/comments/l10n/es_AR.json +++ b/apps/comments/l10n/es_AR.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Nuevo comentario ...", "Delete comment" : "Borrar comentario", "Post" : "Post", @@ -26,6 +25,7 @@ "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> en archivos", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te ha mencionado en un comentario en “%2$s”", "{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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/es_CL.js b/apps/comments/l10n/es_CL.js index 1ac3551617c..df46f2006af 100644 --- a/apps/comments/l10n/es_CL.js +++ b/apps/comments/l10n/es_CL.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -30,6 +29,7 @@ OC.L10N.register( "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" }, diff --git a/apps/comments/l10n/es_CL.json b/apps/comments/l10n/es_CL.json index ad3368610d1..d388b93cb63 100644 --- a/apps/comments/l10n/es_CL.json +++ b/apps/comments/l10n/es_CL.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -28,6 +27,7 @@ "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/es_CO.js b/apps/comments/l10n/es_CO.js index 1ac3551617c..df46f2006af 100644 --- a/apps/comments/l10n/es_CO.js +++ b/apps/comments/l10n/es_CO.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -30,6 +29,7 @@ OC.L10N.register( "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" }, diff --git a/apps/comments/l10n/es_CO.json b/apps/comments/l10n/es_CO.json index ad3368610d1..d388b93cb63 100644 --- a/apps/comments/l10n/es_CO.json +++ b/apps/comments/l10n/es_CO.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -28,6 +27,7 @@ "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/es_CR.js b/apps/comments/l10n/es_CR.js index 1ac3551617c..df46f2006af 100644 --- a/apps/comments/l10n/es_CR.js +++ b/apps/comments/l10n/es_CR.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -30,6 +29,7 @@ OC.L10N.register( "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" }, diff --git a/apps/comments/l10n/es_CR.json b/apps/comments/l10n/es_CR.json index ad3368610d1..d388b93cb63 100644 --- a/apps/comments/l10n/es_CR.json +++ b/apps/comments/l10n/es_CR.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -28,6 +27,7 @@ "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/es_DO.js b/apps/comments/l10n/es_DO.js index 1ac3551617c..df46f2006af 100644 --- a/apps/comments/l10n/es_DO.js +++ b/apps/comments/l10n/es_DO.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -30,6 +29,7 @@ OC.L10N.register( "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" }, diff --git a/apps/comments/l10n/es_DO.json b/apps/comments/l10n/es_DO.json index ad3368610d1..d388b93cb63 100644 --- a/apps/comments/l10n/es_DO.json +++ b/apps/comments/l10n/es_DO.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -28,6 +27,7 @@ "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/es_EC.js b/apps/comments/l10n/es_EC.js index 1ac3551617c..df46f2006af 100644 --- a/apps/comments/l10n/es_EC.js +++ b/apps/comments/l10n/es_EC.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -30,6 +29,7 @@ OC.L10N.register( "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" }, diff --git a/apps/comments/l10n/es_EC.json b/apps/comments/l10n/es_EC.json index ad3368610d1..d388b93cb63 100644 --- a/apps/comments/l10n/es_EC.json +++ b/apps/comments/l10n/es_EC.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -28,6 +27,7 @@ "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/es_GT.js b/apps/comments/l10n/es_GT.js index 1ac3551617c..df46f2006af 100644 --- a/apps/comments/l10n/es_GT.js +++ b/apps/comments/l10n/es_GT.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -30,6 +29,7 @@ OC.L10N.register( "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" }, diff --git a/apps/comments/l10n/es_GT.json b/apps/comments/l10n/es_GT.json index ad3368610d1..d388b93cb63 100644 --- a/apps/comments/l10n/es_GT.json +++ b/apps/comments/l10n/es_GT.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -28,6 +27,7 @@ "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/es_HN.js b/apps/comments/l10n/es_HN.js index 1ac3551617c..df46f2006af 100644 --- a/apps/comments/l10n/es_HN.js +++ b/apps/comments/l10n/es_HN.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -30,6 +29,7 @@ OC.L10N.register( "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" }, diff --git a/apps/comments/l10n/es_HN.json b/apps/comments/l10n/es_HN.json index ad3368610d1..d388b93cb63 100644 --- a/apps/comments/l10n/es_HN.json +++ b/apps/comments/l10n/es_HN.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -28,6 +27,7 @@ "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/es_MX.js b/apps/comments/l10n/es_MX.js index 1ac3551617c..df46f2006af 100644 --- a/apps/comments/l10n/es_MX.js +++ b/apps/comments/l10n/es_MX.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -30,6 +29,7 @@ OC.L10N.register( "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" }, diff --git a/apps/comments/l10n/es_MX.json b/apps/comments/l10n/es_MX.json index ad3368610d1..d388b93cb63 100644 --- a/apps/comments/l10n/es_MX.json +++ b/apps/comments/l10n/es_MX.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -28,6 +27,7 @@ "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/es_NI.js b/apps/comments/l10n/es_NI.js index 1ac3551617c..df46f2006af 100644 --- a/apps/comments/l10n/es_NI.js +++ b/apps/comments/l10n/es_NI.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -30,6 +29,7 @@ OC.L10N.register( "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" }, diff --git a/apps/comments/l10n/es_NI.json b/apps/comments/l10n/es_NI.json index ad3368610d1..d388b93cb63 100644 --- a/apps/comments/l10n/es_NI.json +++ b/apps/comments/l10n/es_NI.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -28,6 +27,7 @@ "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/es_PA.js b/apps/comments/l10n/es_PA.js index 1ac3551617c..df46f2006af 100644 --- a/apps/comments/l10n/es_PA.js +++ b/apps/comments/l10n/es_PA.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -30,6 +29,7 @@ OC.L10N.register( "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" }, diff --git a/apps/comments/l10n/es_PA.json b/apps/comments/l10n/es_PA.json index ad3368610d1..d388b93cb63 100644 --- a/apps/comments/l10n/es_PA.json +++ b/apps/comments/l10n/es_PA.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -28,6 +27,7 @@ "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/es_PE.js b/apps/comments/l10n/es_PE.js index 1ac3551617c..df46f2006af 100644 --- a/apps/comments/l10n/es_PE.js +++ b/apps/comments/l10n/es_PE.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -30,6 +29,7 @@ OC.L10N.register( "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" }, diff --git a/apps/comments/l10n/es_PE.json b/apps/comments/l10n/es_PE.json index ad3368610d1..d388b93cb63 100644 --- a/apps/comments/l10n/es_PE.json +++ b/apps/comments/l10n/es_PE.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -28,6 +27,7 @@ "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/es_PR.js b/apps/comments/l10n/es_PR.js index 1ac3551617c..df46f2006af 100644 --- a/apps/comments/l10n/es_PR.js +++ b/apps/comments/l10n/es_PR.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -30,6 +29,7 @@ OC.L10N.register( "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" }, diff --git a/apps/comments/l10n/es_PR.json b/apps/comments/l10n/es_PR.json index ad3368610d1..d388b93cb63 100644 --- a/apps/comments/l10n/es_PR.json +++ b/apps/comments/l10n/es_PR.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -28,6 +27,7 @@ "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/es_PY.js b/apps/comments/l10n/es_PY.js index 1ac3551617c..df46f2006af 100644 --- a/apps/comments/l10n/es_PY.js +++ b/apps/comments/l10n/es_PY.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -30,6 +29,7 @@ OC.L10N.register( "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" }, diff --git a/apps/comments/l10n/es_PY.json b/apps/comments/l10n/es_PY.json index ad3368610d1..d388b93cb63 100644 --- a/apps/comments/l10n/es_PY.json +++ b/apps/comments/l10n/es_PY.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -28,6 +27,7 @@ "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/es_SV.js b/apps/comments/l10n/es_SV.js index 1ac3551617c..df46f2006af 100644 --- a/apps/comments/l10n/es_SV.js +++ b/apps/comments/l10n/es_SV.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -30,6 +29,7 @@ OC.L10N.register( "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" }, diff --git a/apps/comments/l10n/es_SV.json b/apps/comments/l10n/es_SV.json index ad3368610d1..d388b93cb63 100644 --- a/apps/comments/l10n/es_SV.json +++ b/apps/comments/l10n/es_SV.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -28,6 +27,7 @@ "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/es_UY.js b/apps/comments/l10n/es_UY.js index 1ac3551617c..df46f2006af 100644 --- a/apps/comments/l10n/es_UY.js +++ b/apps/comments/l10n/es_UY.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -30,6 +29,7 @@ OC.L10N.register( "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" }, diff --git a/apps/comments/l10n/es_UY.json b/apps/comments/l10n/es_UY.json index ad3368610d1..d388b93cb63 100644 --- a/apps/comments/l10n/es_UY.json +++ b/apps/comments/l10n/es_UY.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Comentarios", - "Unknown user" : "Usuario desconocido", "New comment …" : "Comentario nuevo ...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", @@ -28,6 +27,7 @@ "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”", "{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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/et_EE.js b/apps/comments/l10n/et_EE.js index 478f4ae1245..952ac372a3d 100644 --- a/apps/comments/l10n/et_EE.js +++ b/apps/comments/l10n/et_EE.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Kommentaarid", - "Unknown user" : "Tundmatu kasutaja", "New comment …" : "Uus kommentaar", "Delete comment" : "Kustuta kommentaar", "Post" : "Postita", @@ -30,6 +29,7 @@ OC.L10N.register( "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s mainis sind \"%2$s\" kommentaaris", "{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" }, diff --git a/apps/comments/l10n/et_EE.json b/apps/comments/l10n/et_EE.json index 226d844f0d3..abe05a2eb81 100644 --- a/apps/comments/l10n/et_EE.json +++ b/apps/comments/l10n/et_EE.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Kommentaarid", - "Unknown user" : "Tundmatu kasutaja", "New comment …" : "Uus kommentaar", "Delete comment" : "Kustuta kommentaar", "Post" : "Postita", @@ -28,6 +27,7 @@ "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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s mainis sind \"%2$s\" kommentaaris", "{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" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/eu.js b/apps/comments/l10n/eu.js index bdfe909c16f..aa2a3711acd 100644 --- a/apps/comments/l10n/eu.js +++ b/apps/comments/l10n/eu.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Iruzkinak", - "Unknown user" : "Erabiltzaile ezezaguna", "New comment …" : "Iruzkin berria...", "Delete comment" : "Ezabatu iruzkina", "Post" : "Bidali", @@ -28,6 +27,7 @@ OC.L10N.register( "<strong>Comments</strong> for files" : "Fitxategientzako <strong>iruzkinak", "%1$s mentioned you in a comment on “%2$s”" : "%1$s-(e)k aipatu zaitu iruzkinean “%2$s”", "{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}”" }, diff --git a/apps/comments/l10n/eu.json b/apps/comments/l10n/eu.json index aafdcbec4fe..2fdafcf45fc 100644 --- a/apps/comments/l10n/eu.json +++ b/apps/comments/l10n/eu.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Iruzkinak", - "Unknown user" : "Erabiltzaile ezezaguna", "New comment …" : "Iruzkin berria...", "Delete comment" : "Ezabatu iruzkina", "Post" : "Bidali", @@ -26,6 +25,7 @@ "<strong>Comments</strong> for files" : "Fitxategientzako <strong>iruzkinak", "%1$s mentioned you in a comment on “%2$s”" : "%1$s-(e)k aipatu zaitu iruzkinean “%2$s”", "{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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/fi.js b/apps/comments/l10n/fi.js index aa655458176..20389f92707 100644 --- a/apps/comments/l10n/fi.js +++ b/apps/comments/l10n/fi.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Kommentit", - "Unknown user" : "Tuntematon käyttäjä", "New comment …" : "Uusi kommentti…", "Delete comment" : "Poista kommentti", "Post" : "Lähetä", @@ -28,6 +27,7 @@ OC.L10N.register( "<strong>Comments</strong> for files" : "Tiedostojen <strong>kommentit</strong>", "%1$s mentioned you in a comment on “%2$s”" : "%1$s mainitsi sinut kommentissa “%2$s”", "{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" }, diff --git a/apps/comments/l10n/fi.json b/apps/comments/l10n/fi.json index d4ba7fe8766..6d92e0d4be2 100644 --- a/apps/comments/l10n/fi.json +++ b/apps/comments/l10n/fi.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Kommentit", - "Unknown user" : "Tuntematon käyttäjä", "New comment …" : "Uusi kommentti…", "Delete comment" : "Poista kommentti", "Post" : "Lähetä", @@ -26,6 +25,7 @@ "<strong>Comments</strong> for files" : "Tiedostojen <strong>kommentit</strong>", "%1$s mentioned you in a comment on “%2$s”" : "%1$s mainitsi sinut kommentissa “%2$s”", "{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" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/fr.js b/apps/comments/l10n/fr.js index 01f065c7df4..3a0fa3cbc9a 100644 --- a/apps/comments/l10n/fr.js +++ b/apps/comments/l10n/fr.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Commentaires", - "Unknown user" : "Utilisateur·trice inconnu·e", "New comment …" : "Nouveau commentaire...", "Delete comment" : "Supprimer le commentaire", "Post" : "Poster", @@ -30,6 +29,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.", "%1$s mentioned you in a comment on “%2$s”" : "%1$s vous a mentionné⋅e dans un commentaire sur “%2$s”", "{user} mentioned you in a comment on “{file}”" : "{user} vous a mentionné⋅e dans un commentaire sur “{file}”", + "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}”" }, diff --git a/apps/comments/l10n/fr.json b/apps/comments/l10n/fr.json index cb39e6cb2f3..8c66c7b6c09 100644 --- a/apps/comments/l10n/fr.json +++ b/apps/comments/l10n/fr.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Commentaires", - "Unknown user" : "Utilisateur·trice inconnu·e", "New comment …" : "Nouveau commentaire...", "Delete comment" : "Supprimer le commentaire", "Post" : "Poster", @@ -28,6 +27,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.", "%1$s mentioned you in a comment on “%2$s”" : "%1$s vous a mentionné⋅e dans un commentaire sur “%2$s”", "{user} mentioned you in a comment on “{file}”" : "{user} vous a mentionné⋅e dans un commentaire sur “{file}”", + "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}”" },"pluralForm" :"nplurals=2; plural=(n > 1);" diff --git a/apps/comments/l10n/gl.js b/apps/comments/l10n/gl.js index 3c5568baad6..f151a238db4 100644 --- a/apps/comments/l10n/gl.js +++ b/apps/comments/l10n/gl.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Comentarios", - "Unknown user" : "Usuario descoñecido", "New comment …" : "Comentario novo …", "Delete comment" : "Eliminar comentario", "Post" : "Publicar", @@ -28,6 +27,7 @@ OC.L10N.register( "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> para ficheiros", "%1$s mentioned you in a comment on “%2$s”" : "%1$s mencionouno a vostede nun comentario en «%2$s»", "{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}»" }, diff --git a/apps/comments/l10n/gl.json b/apps/comments/l10n/gl.json index f5148dad80e..54864e6710c 100644 --- a/apps/comments/l10n/gl.json +++ b/apps/comments/l10n/gl.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Comentarios", - "Unknown user" : "Usuario descoñecido", "New comment …" : "Comentario novo …", "Delete comment" : "Eliminar comentario", "Post" : "Publicar", @@ -26,6 +25,7 @@ "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> para ficheiros", "%1$s mentioned you in a comment on “%2$s”" : "%1$s mencionouno a vostede nun comentario en «%2$s»", "{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}»" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/hu.js b/apps/comments/l10n/hu.js index 3a27dd195f7..cb85eadb037 100644 --- a/apps/comments/l10n/hu.js +++ b/apps/comments/l10n/hu.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Hozzászólások", - "Unknown user" : "Ismeretlen felhasználó", "New comment …" : "Új hozzászólás...", "Delete comment" : "Hozzászólás törlése", "Post" : "Küldés", @@ -30,6 +29,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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s megemlített egy hozzászólásban itt: “%2$s”", "{user} mentioned you in a comment on “{file}”" : "{user} megemlített egy hozzászólásban itt: “{file}”", + "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}”" }, diff --git a/apps/comments/l10n/hu.json b/apps/comments/l10n/hu.json index f1c37a9d7f5..e29d12e2081 100644 --- a/apps/comments/l10n/hu.json +++ b/apps/comments/l10n/hu.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Hozzászólások", - "Unknown user" : "Ismeretlen felhasználó", "New comment …" : "Új hozzászólás...", "Delete comment" : "Hozzászólás törlése", "Post" : "Küldés", @@ -28,6 +27,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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s megemlített egy hozzászólásban itt: “%2$s”", "{user} mentioned you in a comment on “{file}”" : "{user} megemlített egy hozzászólásban itt: “{file}”", + "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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/ia.js b/apps/comments/l10n/ia.js index 437d8c2d40e..923ad299811 100644 --- a/apps/comments/l10n/ia.js +++ b/apps/comments/l10n/ia.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Commentarios", - "Unknown user" : "Usator incognite", "New comment …" : "Nove commentario ...", "Delete comment" : "Deler commentario", "Post" : "Publicar", @@ -28,6 +27,7 @@ OC.L10N.register( "<strong>Comments</strong> for files" : "<strong>Commentarios</strong> pro files", "%1$s mentioned you in a comment on “%2$s”" : "%1$s mentionava tu in un commentario in “%2$s”", "{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}”" }, diff --git a/apps/comments/l10n/ia.json b/apps/comments/l10n/ia.json index eb39e7ec25d..66fa31cf90c 100644 --- a/apps/comments/l10n/ia.json +++ b/apps/comments/l10n/ia.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Commentarios", - "Unknown user" : "Usator incognite", "New comment …" : "Nove commentario ...", "Delete comment" : "Deler commentario", "Post" : "Publicar", @@ -26,6 +25,7 @@ "<strong>Comments</strong> for files" : "<strong>Commentarios</strong> pro files", "%1$s mentioned you in a comment on “%2$s”" : "%1$s mentionava tu in un commentario in “%2$s”", "{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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/is.js b/apps/comments/l10n/is.js index 6a10019966b..d86c4ecf0d9 100644 --- a/apps/comments/l10n/is.js +++ b/apps/comments/l10n/is.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Athugasemdir", - "Unknown user" : "Óþekktur notandi", "New comment …" : "Ný athugasemd ...", "Delete comment" : "Eyða athugasemd", "Post" : "Senda", @@ -28,6 +27,7 @@ OC.L10N.register( "<strong>Comments</strong> for files" : "<strong>Athugasemdir</strong> við skrár", "%1$s mentioned you in a comment on “%2$s”" : "%1$s minntist á þig í athugasemd við “%2$s”", "{user} mentioned you in a comment on “{file}”" : "{user} minntist á þig í athugasemd við “{file}”", + "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}”" }, diff --git a/apps/comments/l10n/is.json b/apps/comments/l10n/is.json index 8569779aae0..32650436cca 100644 --- a/apps/comments/l10n/is.json +++ b/apps/comments/l10n/is.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Athugasemdir", - "Unknown user" : "Óþekktur notandi", "New comment …" : "Ný athugasemd ...", "Delete comment" : "Eyða athugasemd", "Post" : "Senda", @@ -26,6 +25,7 @@ "<strong>Comments</strong> for files" : "<strong>Athugasemdir</strong> við skrár", "%1$s mentioned you in a comment on “%2$s”" : "%1$s minntist á þig í athugasemd við “%2$s”", "{user} mentioned you in a comment on “{file}”" : "{user} minntist á þig í athugasemd við “{file}”", + "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}”" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" diff --git a/apps/comments/l10n/it.js b/apps/comments/l10n/it.js index 4cc0fdd9d21..eb51fb31e10 100644 --- a/apps/comments/l10n/it.js +++ b/apps/comments/l10n/it.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Commenti", - "Unknown user" : "Utente sconosciuto", "New comment …" : "Nuovo commento...", "Delete comment" : "Elimina commento", "Post" : "Commento", @@ -30,6 +29,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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s ti ha menzionato in un commento su \"%2$s\"", "{user} mentioned you in a comment on “{file}”" : "{user} ti ha menzionato in un commento su \"{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}\"." }, diff --git a/apps/comments/l10n/it.json b/apps/comments/l10n/it.json index 91690e67fff..818f79b01f8 100644 --- a/apps/comments/l10n/it.json +++ b/apps/comments/l10n/it.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Commenti", - "Unknown user" : "Utente sconosciuto", "New comment …" : "Nuovo commento...", "Delete comment" : "Elimina commento", "Post" : "Commento", @@ -28,6 +27,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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s ti ha menzionato in un commento su \"%2$s\"", "{user} mentioned you in a comment on “{file}”" : "{user} ti ha menzionato in un commento su \"{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}\"." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/ja.js b/apps/comments/l10n/ja.js index 6c22a9eef5d..afe78324645 100644 --- a/apps/comments/l10n/ja.js +++ b/apps/comments/l10n/ja.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "コメント", - "Unknown user" : "不明なユーザー", "New comment …" : "新しいコメント...", "Delete comment" : "コメントを削除", "Post" : "追加", @@ -28,6 +27,7 @@ OC.L10N.register( "<strong>Comments</strong> for files" : "ファイルへの<strong>コメント</ strong>", "%1$s mentioned you in a comment on “%2$s”" : "%1$s さんが “%2$s” のコメントであなたについて言及しました。", "{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}\" のコメントであなたのことについて言及しました" }, diff --git a/apps/comments/l10n/ja.json b/apps/comments/l10n/ja.json index a095dc31154..5faf8d6f95f 100644 --- a/apps/comments/l10n/ja.json +++ b/apps/comments/l10n/ja.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "コメント", - "Unknown user" : "不明なユーザー", "New comment …" : "新しいコメント...", "Delete comment" : "コメントを削除", "Post" : "追加", @@ -26,6 +25,7 @@ "<strong>Comments</strong> for files" : "ファイルへの<strong>コメント</ strong>", "%1$s mentioned you in a comment on “%2$s”" : "%1$s さんが “%2$s” のコメントであなたについて言及しました。", "{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}\" のコメントであなたのことについて言及しました" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/comments/l10n/ka_GE.js b/apps/comments/l10n/ka_GE.js index c7ac16fcc55..8b70a2d2243 100644 --- a/apps/comments/l10n/ka_GE.js +++ b/apps/comments/l10n/ka_GE.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "კომენტარები", - "Unknown user" : "უცნობი მომხმარებელი", "New comment …" : "ახალი კომენტარი ...", "Delete comment" : "კომენტარის გაუქმება", "Post" : "პოსტი", @@ -30,6 +29,7 @@ OC.L10N.register( "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "თქვენ მოგიხსენიეს “{file}”-ში, ახლა უკვე გაუქმებული მომხმარებლის კომენტარში", "%1$s mentioned you in a comment on “%2$s”" : "%1$s გახსენათ “%2$s”-ზე გაკეთებულ კომენტარში", "{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}\"" }, diff --git a/apps/comments/l10n/ka_GE.json b/apps/comments/l10n/ka_GE.json index 908a188459f..df3226ad00e 100644 --- a/apps/comments/l10n/ka_GE.json +++ b/apps/comments/l10n/ka_GE.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "კომენტარები", - "Unknown user" : "უცნობი მომხმარებელი", "New comment …" : "ახალი კომენტარი ...", "Delete comment" : "კომენტარის გაუქმება", "Post" : "პოსტი", @@ -28,6 +27,7 @@ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "თქვენ მოგიხსენიეს “{file}”-ში, ახლა უკვე გაუქმებული მომხმარებლის კომენტარში", "%1$s mentioned you in a comment on “%2$s”" : "%1$s გახსენათ “%2$s”-ზე გაკეთებულ კომენტარში", "{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}\"" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/comments/l10n/ko.js b/apps/comments/l10n/ko.js index 51f473b22b2..344ce0cdd01 100644 --- a/apps/comments/l10n/ko.js +++ b/apps/comments/l10n/ko.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "댓글", - "Unknown user" : "알 수 없는 사용자", "New comment …" : "새로운 댓글 …", "Delete comment" : "댓글 삭제", "Post" : "게시", @@ -26,8 +25,11 @@ OC.L10N.register( "%1$s commented on %2$s" : "%2$s에 %1$s 님이 댓글 남김", "{author} commented on {file}" : "{author} 님이 {file}에 댓글 남김", "<strong>Comments</strong> for files" : "파일의 <strong>댓글</strong>", + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "삭제된 사용자가 남긴 “%s”의 댓글에서 여러분을 언급함", + "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "삭제된 사용자가 남긴 “{file}”의 댓글에서 여러분을 언급함", "%1$s mentioned you in a comment on “%2$s”" : "%1$s 님이 “%2$s”에 남긴 댓글에서 여러분을 언급함", "{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}”에 남긴 댓글에서 여러분을 언급함" }, diff --git a/apps/comments/l10n/ko.json b/apps/comments/l10n/ko.json index bc540f9f0f1..da3f833874b 100644 --- a/apps/comments/l10n/ko.json +++ b/apps/comments/l10n/ko.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "댓글", - "Unknown user" : "알 수 없는 사용자", "New comment …" : "새로운 댓글 …", "Delete comment" : "댓글 삭제", "Post" : "게시", @@ -24,8 +23,11 @@ "%1$s commented on %2$s" : "%2$s에 %1$s 님이 댓글 남김", "{author} commented on {file}" : "{author} 님이 {file}에 댓글 남김", "<strong>Comments</strong> for files" : "파일의 <strong>댓글</strong>", + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "삭제된 사용자가 남긴 “%s”의 댓글에서 여러분을 언급함", + "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "삭제된 사용자가 남긴 “{file}”의 댓글에서 여러분을 언급함", "%1$s mentioned you in a comment on “%2$s”" : "%1$s 님이 “%2$s”에 남긴 댓글에서 여러분을 언급함", "{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}”에 남긴 댓글에서 여러분을 언급함" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/comments/l10n/lt_LT.js b/apps/comments/l10n/lt_LT.js index 11d77682589..323f74dadcc 100644 --- a/apps/comments/l10n/lt_LT.js +++ b/apps/comments/l10n/lt_LT.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Komentarai", - "Unknown user" : "Nežinomas naudotojas", "New comment …" : "Naujas komentaras …", "Delete comment" : "Ištrinti komentarą", "Post" : "Įrašas", @@ -28,6 +27,7 @@ OC.L10N.register( "<strong>Comments</strong> for files" : "<strong>Failų komentarai</strong>", "%1$s mentioned you in a comment on “%2$s”" : "%1$s paminėjo jus komentare \"%2$s\"", "{user} mentioned you in a comment on “{file}”" : "{user} paminėjo jus komentare “{file}”", + "Unknown user" : "Nežinomas naudotojas", "A (now) deleted user mentioned you in a comment on “%s”" : "Ištrintas vartotojas paminėjo jus komentare \"%s\"", "A (now) deleted user mentioned you in a comment on “{file}”" : "Ištrintas vartotojas paminėjo jus komentare \"{file}\"" }, diff --git a/apps/comments/l10n/lt_LT.json b/apps/comments/l10n/lt_LT.json index 6e0c03b9b14..1290f72f39b 100644 --- a/apps/comments/l10n/lt_LT.json +++ b/apps/comments/l10n/lt_LT.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Komentarai", - "Unknown user" : "Nežinomas naudotojas", "New comment …" : "Naujas komentaras …", "Delete comment" : "Ištrinti komentarą", "Post" : "Įrašas", @@ -26,6 +25,7 @@ "<strong>Comments</strong> for files" : "<strong>Failų komentarai</strong>", "%1$s mentioned you in a comment on “%2$s”" : "%1$s paminėjo jus komentare \"%2$s\"", "{user} mentioned you in a comment on “{file}”" : "{user} paminėjo jus komentare “{file}”", + "Unknown user" : "Nežinomas naudotojas", "A (now) deleted user mentioned you in a comment on “%s”" : "Ištrintas vartotojas paminėjo jus komentare \"%s\"", "A (now) deleted user mentioned you in a comment on “{file}”" : "Ištrintas vartotojas paminėjo jus komentare \"{file}\"" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" diff --git a/apps/comments/l10n/lv.js b/apps/comments/l10n/lv.js index f8fc9d95034..e82c5cac90d 100644 --- a/apps/comments/l10n/lv.js +++ b/apps/comments/l10n/lv.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Komentāri", - "Unknown user" : "Nezināms lietotājs", "New comment …" : "Jauns komentārs...", "Delete comment" : "Dzēst komentāru", "Post" : "Pievienot", @@ -27,6 +26,7 @@ OC.L10N.register( "{author} commented on {file}" : "{author} komentārs {file}", "<strong>Comments</strong> for files" : "<strong>Komentāri</strong> datnēm", "%1$s mentioned you in a comment on “%2$s”" : "%1$s minēja jūs komentārā “%2$s”", - "{user} mentioned you in a comment on “{file}”" : "{user} minēja jūs komentārā “{file}”" + "{user} mentioned you in a comment on “{file}”" : "{user} minēja jūs komentārā “{file}”", + "Unknown user" : "Nezināms lietotājs" }, "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 90c51d96d68..ffe078c360f 100644 --- a/apps/comments/l10n/lv.json +++ b/apps/comments/l10n/lv.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Komentāri", - "Unknown user" : "Nezināms lietotājs", "New comment …" : "Jauns komentārs...", "Delete comment" : "Dzēst komentāru", "Post" : "Pievienot", @@ -25,6 +24,7 @@ "{author} commented on {file}" : "{author} komentārs {file}", "<strong>Comments</strong> for files" : "<strong>Komentāri</strong> datnēm", "%1$s mentioned you in a comment on “%2$s”" : "%1$s minēja jūs komentārā “%2$s”", - "{user} mentioned you in a comment on “{file}”" : "{user} minēja jūs komentārā “{file}”" + "{user} mentioned you in a comment on “{file}”" : "{user} minēja jūs komentārā “{file}”", + "Unknown user" : "Nezināms lietotājs" },"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 cc8bc47cb5f..53c2a9287b8 100644 --- a/apps/comments/l10n/mn.js +++ b/apps/comments/l10n/mn.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Сэтгэгдэл", - "Unknown user" : " хэрэглэгч", "New comment …" : "Шинэ сэтгэгдэл", "Delete comment" : "Сэтгэгдэл устгах", "Post" : "Нийтлэл", @@ -27,6 +26,7 @@ OC.L10N.register( "<strong>Comments</strong> for files" : "Файлууд дахь<strong>Сэтгэгдэлүүд</strong>", "%1$s mentioned you in a comment on “%2$s”" : "%1$s нь таныг “%2$s”-ы сэтгэгдэлд дурдсан", "{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”" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/mn.json b/apps/comments/l10n/mn.json index 9a1b81ec467..0276bbb4a9e 100644 --- a/apps/comments/l10n/mn.json +++ b/apps/comments/l10n/mn.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Сэтгэгдэл", - "Unknown user" : " хэрэглэгч", "New comment …" : "Шинэ сэтгэгдэл", "Delete comment" : "Сэтгэгдэл устгах", "Post" : "Нийтлэл", @@ -25,6 +24,7 @@ "<strong>Comments</strong> for files" : "Файлууд дахь<strong>Сэтгэгдэлүүд</strong>", "%1$s mentioned you in a comment on “%2$s”" : "%1$s нь таныг “%2$s”-ы сэтгэгдэлд дурдсан", "{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”" },"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 cc6b8b47356..2ca162d6b07 100644 --- a/apps/comments/l10n/nb.js +++ b/apps/comments/l10n/nb.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Kommentarer", - "Unknown user" : "Ukjent bruker", "New comment …" : "Ny kommentar", "Delete comment" : "Slett kommentar", "Post" : "Send", @@ -27,8 +26,10 @@ OC.L10N.register( "{author} commented on {file}" : "{author} kommenterte på {file}", "<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> for filer", "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 “{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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s nevnte deg i en kommentar på “%2$s”", "{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}”" }, diff --git a/apps/comments/l10n/nb.json b/apps/comments/l10n/nb.json index ca8628ed862..2c5a2861609 100644 --- a/apps/comments/l10n/nb.json +++ b/apps/comments/l10n/nb.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Kommentarer", - "Unknown user" : "Ukjent bruker", "New comment …" : "Ny kommentar", "Delete comment" : "Slett kommentar", "Post" : "Send", @@ -25,8 +24,10 @@ "{author} commented on {file}" : "{author} kommenterte på {file}", "<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> for filer", "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 “{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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s nevnte deg i en kommentar på “%2$s”", "{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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/nl.js b/apps/comments/l10n/nl.js index 23c24f57fcb..c27033507a2 100644 --- a/apps/comments/l10n/nl.js +++ b/apps/comments/l10n/nl.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Reacties", - "Unknown user" : "Onbekende gebruiker", "New comment …" : "Nieuwe reactie ...", "Delete comment" : "Verwijder reactie", "Post" : "Reageer", @@ -26,9 +25,12 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s heeft gereageerd op %2$s", "{author} commented on {file}" : "{author} reageerde op {file}", "<strong>Comments</strong> for files" : "<strong>Reacties</strong> voor bestanden", + "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 “{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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s vermeldde jou in een reactie op “%2$s\"", - "{user} mentioned you in a comment on “{file}”" : "{user} vermeldde jou in een reactie op “{file}\"", - "A (now) deleted user mentioned you in a comment on “%s”" : "Een (nu) verwijderde gebruiker vermeldde jou in een reactie op \"%s\"", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Een (nu) verwijderde gebruiker vermeldde jou in een reactie op {file}\"" + "{user} mentioned you in a comment on “{file}”" : "{user} heeft je vermeld in een reactie op “{file}\"", + "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}\"" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/nl.json b/apps/comments/l10n/nl.json index 9a863be4cb2..bde62425a10 100644 --- a/apps/comments/l10n/nl.json +++ b/apps/comments/l10n/nl.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Reacties", - "Unknown user" : "Onbekende gebruiker", "New comment …" : "Nieuwe reactie ...", "Delete comment" : "Verwijder reactie", "Post" : "Reageer", @@ -24,9 +23,12 @@ "%1$s commented on %2$s" : "%1$s heeft gereageerd op %2$s", "{author} commented on {file}" : "{author} reageerde op {file}", "<strong>Comments</strong> for files" : "<strong>Reacties</strong> voor bestanden", + "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 “{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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s vermeldde jou in een reactie op “%2$s\"", - "{user} mentioned you in a comment on “{file}”" : "{user} vermeldde jou in een reactie op “{file}\"", - "A (now) deleted user mentioned you in a comment on “%s”" : "Een (nu) verwijderde gebruiker vermeldde jou in een reactie op \"%s\"", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Een (nu) verwijderde gebruiker vermeldde jou in een reactie op {file}\"" + "{user} mentioned you in a comment on “{file}”" : "{user} heeft je vermeld in een reactie op “{file}\"", + "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}\"" },"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 a96868579ba..813b90ef042 100644 --- a/apps/comments/l10n/pl.js +++ b/apps/comments/l10n/pl.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Komentarze", - "Unknown user" : "Nieznany użytkownik", "New comment …" : "Nowy komentarz...", "Delete comment" : "Skasuj komentarz", "Post" : "Zapisz", @@ -30,6 +29,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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s wspomniał/-a o Tobie w komentarzu “%2$s”", "{user} mentioned you in a comment on “{file}”" : "{user} wspomniał/-a o Tobie w komentarzu “{file}”", + "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}”" }, diff --git a/apps/comments/l10n/pl.json b/apps/comments/l10n/pl.json index e54d616c230..00694693059 100644 --- a/apps/comments/l10n/pl.json +++ b/apps/comments/l10n/pl.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Komentarze", - "Unknown user" : "Nieznany użytkownik", "New comment …" : "Nowy komentarz...", "Delete comment" : "Skasuj komentarz", "Post" : "Zapisz", @@ -28,6 +27,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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s wspomniał/-a o Tobie w komentarzu “%2$s”", "{user} mentioned you in a comment on “{file}”" : "{user} wspomniał/-a o Tobie w komentarzu “{file}”", + "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}”" },"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);" diff --git a/apps/comments/l10n/pt_BR.js b/apps/comments/l10n/pt_BR.js index ebeb572b609..54ba334ef63 100644 --- a/apps/comments/l10n/pt_BR.js +++ b/apps/comments/l10n/pt_BR.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Comentários", - "Unknown user" : "Usuário desconhecido", "New comment …" : "Novo comentário", "Delete comment" : "Excluir comentário", "Post" : "Postar", @@ -30,6 +29,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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s mencionou você em um comentário sobre “%2$s”", "{user} mentioned you in a comment on “{file}”" : "{user} mencionou você em um comentário sobre “{file}”", + "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}”" }, diff --git a/apps/comments/l10n/pt_BR.json b/apps/comments/l10n/pt_BR.json index afee02ee5ac..4218a60661a 100644 --- a/apps/comments/l10n/pt_BR.json +++ b/apps/comments/l10n/pt_BR.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Comentários", - "Unknown user" : "Usuário desconhecido", "New comment …" : "Novo comentário", "Delete comment" : "Excluir comentário", "Post" : "Postar", @@ -28,6 +27,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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s mencionou você em um comentário sobre “%2$s”", "{user} mentioned you in a comment on “{file}”" : "{user} mencionou você em um comentário sobre “{file}”", + "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}”" },"pluralForm" :"nplurals=2; plural=(n > 1);" diff --git a/apps/comments/l10n/ro.js b/apps/comments/l10n/ro.js index f8cb84420ef..7b34fee8721 100644 --- a/apps/comments/l10n/ro.js +++ b/apps/comments/l10n/ro.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Comentarii", - "Unknown user" : "Utilizator necunoscut", "New comment …" : "Comentariu nou...", "Delete comment" : "Șterge comentariul", "Post" : "Postează", @@ -28,6 +27,7 @@ OC.L10N.register( "<strong>Comments</strong> for files" : "<strong>Comentarii</strong> la fișiere", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te-a menționat într-un comentariu la ”%2$s”", "{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}”" }, diff --git a/apps/comments/l10n/ro.json b/apps/comments/l10n/ro.json index c6684dd191b..0216f3eeb8a 100644 --- a/apps/comments/l10n/ro.json +++ b/apps/comments/l10n/ro.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Comentarii", - "Unknown user" : "Utilizator necunoscut", "New comment …" : "Comentariu nou...", "Delete comment" : "Șterge comentariul", "Post" : "Postează", @@ -26,6 +25,7 @@ "<strong>Comments</strong> for files" : "<strong>Comentarii</strong> la fișiere", "%1$s mentioned you in a comment on “%2$s”" : "%1$s te-a menționat într-un comentariu la ”%2$s”", "{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}”" },"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" diff --git a/apps/comments/l10n/ru.js b/apps/comments/l10n/ru.js index fd8ae519de6..1766a658d60 100644 --- a/apps/comments/l10n/ru.js +++ b/apps/comments/l10n/ru.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Комментарии", - "Unknown user" : "Неизвестный пользователь", "New comment …" : "Новый комментарий...", "Delete comment" : "Удалить комментарий", "Post" : "Опубликовать", @@ -30,6 +29,7 @@ OC.L10N.register( "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Вы были упомянуты в комментарии к файлу «{file}» пользователем, учётная запись которого была удалена", "%1$s mentioned you in a comment on “%2$s”" : "%1$s упомянул вас в комментарии к \"%2$s\"", "{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}”." }, diff --git a/apps/comments/l10n/ru.json b/apps/comments/l10n/ru.json index 5a5298cd124..eecfec2017c 100644 --- a/apps/comments/l10n/ru.json +++ b/apps/comments/l10n/ru.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Комментарии", - "Unknown user" : "Неизвестный пользователь", "New comment …" : "Новый комментарий...", "Delete comment" : "Удалить комментарий", "Post" : "Опубликовать", @@ -28,6 +27,7 @@ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Вы были упомянуты в комментарии к файлу «{file}» пользователем, учётная запись которого была удалена", "%1$s mentioned you in a comment on “%2$s”" : "%1$s упомянул вас в комментарии к \"%2$s\"", "{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}”." },"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);" diff --git a/apps/comments/l10n/si_LK.js b/apps/comments/l10n/si_LK.js index 62690763b82..8f030041abe 100644 --- a/apps/comments/l10n/si_LK.js +++ b/apps/comments/l10n/si_LK.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "අදහස් දැක්වීම්", - "Unknown user" : "හදුනානොගත් සේවාදායකයා", "New comment …" : "අලුත් අදහස් දැක්වීමක් ...", "Delete comment" : "අදහස් දැක්වීම මකන්න", "Post" : "ලිපියක්", @@ -27,6 +26,7 @@ OC.L10N.register( "<strong>Comments</strong> for files" : "ගොනු සදහා <strong>අදහස් </strong>", "%1$s mentioned you in a comment on “%2$s”" : "%1$s ඔබව %2$s හි අදහසක මතක් කර ඇත", "{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) ඉවත්කරන ලද සේවාදායකයෙක් ඔබව මතක් කර ඇත" }, diff --git a/apps/comments/l10n/si_LK.json b/apps/comments/l10n/si_LK.json index 2b761626571..5a7331b6e9e 100644 --- a/apps/comments/l10n/si_LK.json +++ b/apps/comments/l10n/si_LK.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "අදහස් දැක්වීම්", - "Unknown user" : "හදුනානොගත් සේවාදායකයා", "New comment …" : "අලුත් අදහස් දැක්වීමක් ...", "Delete comment" : "අදහස් දැක්වීම මකන්න", "Post" : "ලිපියක්", @@ -25,6 +24,7 @@ "<strong>Comments</strong> for files" : "ගොනු සදහා <strong>අදහස් </strong>", "%1$s mentioned you in a comment on “%2$s”" : "%1$s ඔබව %2$s හි අදහසක මතක් කර ඇත", "{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) ඉවත්කරන ලද සේවාදායකයෙක් ඔබව මතක් කර ඇත" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/sk.js b/apps/comments/l10n/sk.js index 5e473d01861..66df1f73d7e 100644 --- a/apps/comments/l10n/sk.js +++ b/apps/comments/l10n/sk.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Komentáre", - "Unknown user" : "Neznámy používateľ", "New comment …" : "Nový komentár ...", "Delete comment" : "Zmazať komentár", "Post" : "Odoslať", @@ -28,6 +27,7 @@ OC.L10N.register( "<strong>Comments</strong> for files" : "<strong>Komentáre</strong> pre súbory", "%1$s mentioned you in a comment on “%2$s”" : "%1$s vás spomenul v komentári k \"%2$s\"", "{user} mentioned you in a comment on “{file}”" : "{user} vás spomenul v komentári k “{file}”", + "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}\"" }, diff --git a/apps/comments/l10n/sk.json b/apps/comments/l10n/sk.json index 64cb1a27391..56f2d70fc37 100644 --- a/apps/comments/l10n/sk.json +++ b/apps/comments/l10n/sk.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Komentáre", - "Unknown user" : "Neznámy používateľ", "New comment …" : "Nový komentár ...", "Delete comment" : "Zmazať komentár", "Post" : "Odoslať", @@ -26,6 +25,7 @@ "<strong>Comments</strong> for files" : "<strong>Komentáre</strong> pre súbory", "%1$s mentioned you in a comment on “%2$s”" : "%1$s vás spomenul v komentári k \"%2$s\"", "{user} mentioned you in a comment on “{file}”" : "{user} vás spomenul v komentári k “{file}”", + "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}\"" },"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" diff --git a/apps/comments/l10n/sq.js b/apps/comments/l10n/sq.js index 5119c30f7ce..200a8221f9d 100644 --- a/apps/comments/l10n/sq.js +++ b/apps/comments/l10n/sq.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Komente", - "Unknown user" : "Përdorues i panjohur", "New comment …" : "Koment i ri ...", "Delete comment" : "Fshije komentin", "Post" : "Postoje", @@ -28,6 +27,7 @@ OC.L10N.register( "<strong>Comments</strong> for files" : "<strong>Komente</strong> për skedarët", "%1$s mentioned you in a comment on “%2$s”" : "%1$s ju ka përmendur në një koment në “%2$s”", "{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}”" }, diff --git a/apps/comments/l10n/sq.json b/apps/comments/l10n/sq.json index d0e45dcf70f..137cfef16de 100644 --- a/apps/comments/l10n/sq.json +++ b/apps/comments/l10n/sq.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Komente", - "Unknown user" : "Përdorues i panjohur", "New comment …" : "Koment i ri ...", "Delete comment" : "Fshije komentin", "Post" : "Postoje", @@ -26,6 +25,7 @@ "<strong>Comments</strong> for files" : "<strong>Komente</strong> për skedarët", "%1$s mentioned you in a comment on “%2$s”" : "%1$s ju ka përmendur në një koment në “%2$s”", "{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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/sr.js b/apps/comments/l10n/sr.js index 5044f4c5a0f..d51b102897e 100644 --- a/apps/comments/l10n/sr.js +++ b/apps/comments/l10n/sr.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Коментари", - "Unknown user" : "Непознат корисник", "New comment …" : "Нови коментар …", "Delete comment" : "Обриши коментар", "Post" : "Објави", @@ -30,6 +29,7 @@ OC.L10N.register( "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Поменути сте на фајлу \"{file}\", у коментару који је оставио корисник који је од тада избрисан", "%1$s mentioned you in a comment on “%2$s”" : "%1$s Вас је поменуо у коментару на \"%2$s\"", "{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}”" }, diff --git a/apps/comments/l10n/sr.json b/apps/comments/l10n/sr.json index dae3ee3e812..f92a2d1fabe 100644 --- a/apps/comments/l10n/sr.json +++ b/apps/comments/l10n/sr.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Коментари", - "Unknown user" : "Непознат корисник", "New comment …" : "Нови коментар …", "Delete comment" : "Обриши коментар", "Post" : "Објави", @@ -28,6 +27,7 @@ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Поменути сте на фајлу \"{file}\", у коментару који је оставио корисник који је од тада избрисан", "%1$s mentioned you in a comment on “%2$s”" : "%1$s Вас је поменуо у коментару на \"%2$s\"", "{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}”" },"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/apps/comments/l10n/sv.js b/apps/comments/l10n/sv.js index 94adc5d9e61..94b78efb128 100644 --- a/apps/comments/l10n/sv.js +++ b/apps/comments/l10n/sv.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Kommentarer", - "Unknown user" : "Okänd användare", "New comment …" : "Ny kommentar ...", "Delete comment" : "Radera kommentar", "Post" : "Skicka", @@ -28,6 +27,7 @@ OC.L10N.register( "<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> för filer", "%1$s mentioned you in a comment on “%2$s”" : "%1$s nämnde dig i en kommentar på “%2$s”", "{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}\"" }, diff --git a/apps/comments/l10n/sv.json b/apps/comments/l10n/sv.json index 827927747ce..ae50ff98d29 100644 --- a/apps/comments/l10n/sv.json +++ b/apps/comments/l10n/sv.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Kommentarer", - "Unknown user" : "Okänd användare", "New comment …" : "Ny kommentar ...", "Delete comment" : "Radera kommentar", "Post" : "Skicka", @@ -26,6 +25,7 @@ "<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> för filer", "%1$s mentioned you in a comment on “%2$s”" : "%1$s nämnde dig i en kommentar på “%2$s”", "{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}\"" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/comments/l10n/tr.js b/apps/comments/l10n/tr.js index bed5cff1caf..0baf7ae0619 100644 --- a/apps/comments/l10n/tr.js +++ b/apps/comments/l10n/tr.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Yorumlar", - "Unknown user" : "Bilinmeyen kullanıcı", "New comment …" : "Yorum ekle ...", "Delete comment" : "Yorumu sil", "Post" : "Gönder", @@ -30,6 +29,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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s, “%2$s” hakkındaki bir yorumda sizden bahsetti", "{user} mentioned you in a comment on “{file}”" : "{user}, “{file}” hakkındaki bir yorumda sizden bahsetti", + "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" }, diff --git a/apps/comments/l10n/tr.json b/apps/comments/l10n/tr.json index c8c8d7bc3f7..0b653199a33 100644 --- a/apps/comments/l10n/tr.json +++ b/apps/comments/l10n/tr.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Yorumlar", - "Unknown user" : "Bilinmeyen kullanıcı", "New comment …" : "Yorum ekle ...", "Delete comment" : "Yorumu sil", "Post" : "Gönder", @@ -28,6 +27,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", "%1$s mentioned you in a comment on “%2$s”" : "%1$s, “%2$s” hakkındaki bir yorumda sizden bahsetti", "{user} mentioned you in a comment on “{file}”" : "{user}, “{file}” hakkındaki bir yorumda sizden bahsetti", + "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" },"pluralForm" :"nplurals=2; plural=(n > 1);" diff --git a/apps/comments/l10n/vi.js b/apps/comments/l10n/vi.js index 3e7ef308b60..f91b311691e 100644 --- a/apps/comments/l10n/vi.js +++ b/apps/comments/l10n/vi.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "Các bình luận", - "Unknown user" : "Người dùng không tồn tại", "New comment …" : "Tạo bình luận mới", "Delete comment" : "Xóa bình luận", "Post" : "Đăng", @@ -28,6 +27,7 @@ OC.L10N.register( "<strong>Comments</strong> for files" : "<strong>bình luận</strong> đối với các tệp tin", "%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”", "{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}”" }, diff --git a/apps/comments/l10n/vi.json b/apps/comments/l10n/vi.json index c2631c77539..c2a968a8d9c 100644 --- a/apps/comments/l10n/vi.json +++ b/apps/comments/l10n/vi.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "Các bình luận", - "Unknown user" : "Người dùng không tồn tại", "New comment …" : "Tạo bình luận mới", "Delete comment" : "Xóa bình luận", "Post" : "Đăng", @@ -26,6 +25,7 @@ "<strong>Comments</strong> for files" : "<strong>bình luận</strong> đối với các tệp tin", "%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”", "{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}”" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/comments/l10n/zh_CN.js b/apps/comments/l10n/zh_CN.js index a6b9fbc23e1..6663f6b064f 100644 --- a/apps/comments/l10n/zh_CN.js +++ b/apps/comments/l10n/zh_CN.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "评论", - "Unknown user" : "未知用户", "New comment …" : "新评论 ...", "Delete comment" : "删除评论", "Post" : "发布", @@ -28,6 +27,7 @@ OC.L10N.register( "<strong>Comments</strong> for files" : "文件的<strong>评论</strong>", "%1$s mentioned you in a comment on “%2$s”" : "%1$s 在 “%2$s” 的评论中提到了您", "{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}” 的评论中提到了您" }, diff --git a/apps/comments/l10n/zh_CN.json b/apps/comments/l10n/zh_CN.json index 4130c082406..78c080587dd 100644 --- a/apps/comments/l10n/zh_CN.json +++ b/apps/comments/l10n/zh_CN.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "评论", - "Unknown user" : "未知用户", "New comment …" : "新评论 ...", "Delete comment" : "删除评论", "Post" : "发布", @@ -26,6 +25,7 @@ "<strong>Comments</strong> for files" : "文件的<strong>评论</strong>", "%1$s mentioned you in a comment on “%2$s”" : "%1$s 在 “%2$s” 的评论中提到了您", "{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}” 的评论中提到了您" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/comments/l10n/zh_TW.js b/apps/comments/l10n/zh_TW.js index 90c59dfa932..e02feadc08c 100644 --- a/apps/comments/l10n/zh_TW.js +++ b/apps/comments/l10n/zh_TW.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "留言", - "Unknown user" : "未知的使用者", "New comment …" : "新留言…", "Delete comment" : "刪除留言", "Post" : "送出", @@ -26,9 +25,12 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s 在 %2$s 留言", "{author} commented on {file}" : "{author} 對 {file} 留言", "<strong>Comments</strong> for files" : "檔案的<strong>留言</strong>", + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "一個已被刪除的用戶在 “%s” 的留言中提到你", + "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "一個已被刪除的用戶在 “{file}” 的留言中提到你", "%1$s mentioned you in a comment on “%2$s”" : "%1$s 在 “%2$s” 的留言中提到你", "{user} mentioned you in a comment on “{file}”" : "{user} 在 “{file}” 的留言中提到你", - "A (now) deleted user mentioned you in a comment on “%s”" : "用戶(被刪除)在 “%s” 留言中提到你", - "A (now) deleted user mentioned you in a comment on “{file}”" : "用戶(被刪除)在 “{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}” 的留言中提到你" }, "nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/zh_TW.json b/apps/comments/l10n/zh_TW.json index 0e053e05566..f076b52d491 100644 --- a/apps/comments/l10n/zh_TW.json +++ b/apps/comments/l10n/zh_TW.json @@ -1,6 +1,5 @@ { "translations": { "Comments" : "留言", - "Unknown user" : "未知的使用者", "New comment …" : "新留言…", "Delete comment" : "刪除留言", "Post" : "送出", @@ -24,9 +23,12 @@ "%1$s commented on %2$s" : "%1$s 在 %2$s 留言", "{author} commented on {file}" : "{author} 對 {file} 留言", "<strong>Comments</strong> for files" : "檔案的<strong>留言</strong>", + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "一個已被刪除的用戶在 “%s” 的留言中提到你", + "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "一個已被刪除的用戶在 “{file}” 的留言中提到你", "%1$s mentioned you in a comment on “%2$s”" : "%1$s 在 “%2$s” 的留言中提到你", "{user} mentioned you in a comment on “{file}”" : "{user} 在 “{file}” 的留言中提到你", - "A (now) deleted user mentioned you in a comment on “%s”" : "用戶(被刪除)在 “%s” 留言中提到你", - "A (now) deleted user mentioned you in a comment on “{file}”" : "用戶(被刪除)在 “{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}” 的留言中提到你" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |