diff --git a/l10n/cs_CZ.js b/l10n/cs_CZ.js index 2fb716c4..77c5f6b5 100644 --- a/l10n/cs_CZ.js +++ b/l10n/cs_CZ.js @@ -32,6 +32,7 @@ OC.L10N.register( "Hello %s," : "Vítejte %s,", "There was some activity at %s" : "Na %s došlo k něaké aktivitě", "- %1$s (%2$s)" : "- %1$s (%2$s)", + "_- and %n more _::_- and %n more _" : ["- a %n další","- a %n další","- a %n dalších"], "List your own actions in the stream" : "Zobrazte vlastní akce v proudu", "Notify about your own actions via email" : "Posílat oznámení o vlastních činnostech emailem", "You need to set up your email address before you can receive notification emails." : "Pokud chcete dostávat upozornění emailem, musíte nejprve nastavit svou emailovou adresu.", diff --git a/l10n/cs_CZ.json b/l10n/cs_CZ.json index b1741c39..7ac72833 100644 --- a/l10n/cs_CZ.json +++ b/l10n/cs_CZ.json @@ -30,6 +30,7 @@ "Hello %s," : "Vítejte %s,", "There was some activity at %s" : "Na %s došlo k něaké aktivitě", "- %1$s (%2$s)" : "- %1$s (%2$s)", + "_- and %n more _::_- and %n more _" : ["- a %n další","- a %n další","- a %n dalších"], "List your own actions in the stream" : "Zobrazte vlastní akce v proudu", "Notify about your own actions via email" : "Posílat oznámení o vlastních činnostech emailem", "You need to set up your email address before you can receive notification emails." : "Pokud chcete dostávat upozornění emailem, musíte nejprve nastavit svou emailovou adresu.", diff --git a/l10n/fr.js b/l10n/fr.js index a3a98ead..45ed69bd 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -13,7 +13,7 @@ OC.L10N.register( "{name} (restricted)" : "{name} (restreint)", "in {path}" : "dans {path}", "This stream will show events like additions, changes & shares" : "Ce flux liste les événements tels que les ajouts, les modifications et les partages", - "There are no events for this filter" : "Il n'y a pas d'événement pour ce filtre", + "There are no events for this filter" : "Il n'y a aucun événement pour ce filtre", "Today" : "Aujourd'hui", "Yesterday" : "Hier", "Activity" : "Activité", @@ -33,7 +33,7 @@ OC.L10N.register( "There was some activity at %s" : "Il y a eu quelques activités à %s", "- %1$s (%2$s)" : "- %1$s (%2$s)", "_- and %n more _::_- and %n more _" : ["- et %n autre","- et %n autres"], - "List your own actions in the stream" : "Lister vos propres actions dans le flux", + "List your own actions in the stream" : "Afficher vos actions dans le flux", "Notify about your own actions via email" : "M'informer de mes propres actions par courriel", "You need to set up your email address before you can receive notification emails." : "Il est nécessaire de configurer une adresse courriel avant de pouvoir recevoir les notifications par courriel.", "Send emails:" : "Envoyer des courriels :", diff --git a/l10n/fr.json b/l10n/fr.json index c6e4675d..c447c527 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -11,7 +11,7 @@ "{name} (restricted)" : "{name} (restreint)", "in {path}" : "dans {path}", "This stream will show events like additions, changes & shares" : "Ce flux liste les événements tels que les ajouts, les modifications et les partages", - "There are no events for this filter" : "Il n'y a pas d'événement pour ce filtre", + "There are no events for this filter" : "Il n'y a aucun événement pour ce filtre", "Today" : "Aujourd'hui", "Yesterday" : "Hier", "Activity" : "Activité", @@ -31,7 +31,7 @@ "There was some activity at %s" : "Il y a eu quelques activités à %s", "- %1$s (%2$s)" : "- %1$s (%2$s)", "_- and %n more _::_- and %n more _" : ["- et %n autre","- et %n autres"], - "List your own actions in the stream" : "Lister vos propres actions dans le flux", + "List your own actions in the stream" : "Afficher vos actions dans le flux", "Notify about your own actions via email" : "M'informer de mes propres actions par courriel", "You need to set up your email address before you can receive notification emails." : "Il est nécessaire de configurer une adresse courriel avant de pouvoir recevoir les notifications par courriel.", "Send emails:" : "Envoyer des courriels :",