diff --git a/l10n/pl.js b/l10n/pl.js
index f8d0cd08..5c78e2e1 100644
--- a/l10n/pl.js
+++ b/l10n/pl.js
@@ -3,6 +3,7 @@ OC.L10N.register(
{
"Activity" : "Aktywność",
"Personal activity feed for %s" : "Osobisty strumień aktywności dla %s",
+ "Your feed URL is invalid" : "Podany adres URL jest nieprawidłowy",
"Your settings have been updated." : "Twoje ustawienia zostały zaktualizowane",
"Activity notification" : "Powiadomienie o aktywności",
"All Activities" : "Wszystkie aktywności",
diff --git a/l10n/pl.json b/l10n/pl.json
index 18782e18..1e11ea4a 100644
--- a/l10n/pl.json
+++ b/l10n/pl.json
@@ -1,6 +1,7 @@
{ "translations": {
"Activity" : "Aktywność",
"Personal activity feed for %s" : "Osobisty strumień aktywności dla %s",
+ "Your feed URL is invalid" : "Podany adres URL jest nieprawidłowy",
"Your settings have been updated." : "Twoje ustawienia zostały zaktualizowane",
"Activity notification" : "Powiadomienie o aktywności",
"All Activities" : "Wszystkie aktywności",
diff --git a/l10n/uk.js b/l10n/uk.js
index e7e1d1cd..d33b2bbe 100644
--- a/l10n/uk.js
+++ b/l10n/uk.js
@@ -1,38 +1,39 @@
OC.L10N.register(
"activity",
{
- "Activity" : "Активність",
+ "Activity" : "Події",
"Personal activity feed for %s" : "Персональна стрічка оновлень для %s",
- "Your settings have been updated." : "Ваші налаштування було оновлено.",
- "Activity notification" : "Повідомлення активності",
- "All Activities" : "Вся Активність",
- "Activities by you" : "Ваша активність",
- "Activities by others" : "Інша активність",
+ "Your feed URL is invalid" : "Ваше посилання новинної стрічки неправильна",
+ "Your settings have been updated." : "Налаштування оновлені.",
+ "Activity notification" : "Повідомлення про події",
+ "All Activities" : "Всі дії",
+ "Activities by you" : "Ваші дії",
+ "Activities by others" : "Дії інших користувачів",
"\"remote user\"" : "\"віддалений користувач\"",
"in %s" : "в %s",
"%s and %s" : "%s і %s",
", " : ",",
- "_%s and %n more_::_%s and %n more_" : [" "," "," %s і %n більше "],
- "_%s and %n more_::_%s and %n more_" : [" "," ","%s і %n більше"],
+ "_%s and %n more_::_%s and %n more_" : [" %s і %n більше "," %s і %n більше "," %s і %n більше "],
+ "_%s and %n more_::_%s and %n more_" : [" %s і %n ще"," %s і %n ще","%s і %n ще"],
"Hello %s," : "Привіт %s,",
- "You are receiving this email because in the last hour the following things happened at %s" : "Ви отримали цей лист, тому що за останню годину сталися зміни в %s",
- "You are receiving this email because in the last day the following things happened at %s" : "Ви отримали цей лист, тому що за останню добу сталися зміни в %s",
- "You are receiving this email because in the last week the following things happened at %s" : "Ви отримали цей лист, тому що за останній тиждень сталися зміни в %s",
+ "You are receiving this email because in the last hour the following things happened at %s" : "Ви отримали це електронне повідомлення, тому що за останню годину відбулися наступні зміни на %s",
+ "You are receiving this email because in the last day the following things happened at %s" : "Ви отримали це електронне повідомлення, тому що за останню годину відбулися наступні зміни на %s",
+ "You are receiving this email because in the last week the following things happened at %s" : "Ви отримали це електронне повідомлення, тому що за минулий тиждень відбулися такі зміни на %s",
"* %1$s - %2$s" : "* %1$s - %2$s",
"Notifications" : "Сповіщення",
- "Mail" : "Повідомлення",
+ "Mail" : "Пошта",
"Stream" : "Потік",
- "List your own actions in the stream" : "Список ваших дій у потоці",
- "Notify about your own actions via email" : "Повідомте про свої власні дії по електронній пошті",
- "You need to set up your email address before you can receive notification emails." : "Ви повинні налаштувати свою адресу електронної пошти, перш ніж ви зможете отримувати електронні повідомлення.",
- "Send emails:" : "Відправити електронну пошту:",
+ "List your own actions in the stream" : "Показувати мої дії в потоці",
+ "Notify about your own actions via email" : "Повідомляти про мої дії по email",
+ "You need to set up your email address before you can receive notification emails." : "Для отримання повідомлень вкажіть свій e-mail в особистих налаштуваннях.",
+ "Send emails:" : "Відправляти електронні повідомлення:",
"Hourly" : "Щогодини",
"Daily" : "Щоденно",
"Weekly" : "Щотижня",
"Activity feed" : "Стрічка оновлень",
"Enable RSS feed" : "Активувати RSS стрічку",
- "You will see a list of events here when you start to use your %s." : "Ви тут побачите список подій, коли починаєте використовувати свій %s.",
- "No more events to load" : "Немає більше подій для відображення",
+ "You will see a list of events here when you start to use your %s." : "Тут буде видно список подій, коли ви почнете використовувати %s.",
+ "No more events to load" : "Більше немає подій для завантаження",
"Files" : "Файли"
},
"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/l10n/uk.json b/l10n/uk.json
index a484fc1b..59ed44b4 100644
--- a/l10n/uk.json
+++ b/l10n/uk.json
@@ -1,36 +1,37 @@
{ "translations": {
- "Activity" : "Активність",
+ "Activity" : "Події",
"Personal activity feed for %s" : "Персональна стрічка оновлень для %s",
- "Your settings have been updated." : "Ваші налаштування було оновлено.",
- "Activity notification" : "Повідомлення активності",
- "All Activities" : "Вся Активність",
- "Activities by you" : "Ваша активність",
- "Activities by others" : "Інша активність",
+ "Your feed URL is invalid" : "Ваше посилання новинної стрічки неправильна",
+ "Your settings have been updated." : "Налаштування оновлені.",
+ "Activity notification" : "Повідомлення про події",
+ "All Activities" : "Всі дії",
+ "Activities by you" : "Ваші дії",
+ "Activities by others" : "Дії інших користувачів",
"\"remote user\"" : "\"віддалений користувач\"",
"in %s" : "в %s",
"%s and %s" : "%s і %s",
", " : ",",
- "_%s and %n more_::_%s and %n more_" : [" "," "," %s і %n більше "],
- "_%s and %n more_::_%s and %n more_" : [" "," ","%s і %n більше"],
+ "_%s and %n more_::_%s and %n more_" : [" %s і %n більше "," %s і %n більше "," %s і %n більше "],
+ "_%s and %n more_::_%s and %n more_" : [" %s і %n ще"," %s і %n ще","%s і %n ще"],
"Hello %s," : "Привіт %s,",
- "You are receiving this email because in the last hour the following things happened at %s" : "Ви отримали цей лист, тому що за останню годину сталися зміни в %s",
- "You are receiving this email because in the last day the following things happened at %s" : "Ви отримали цей лист, тому що за останню добу сталися зміни в %s",
- "You are receiving this email because in the last week the following things happened at %s" : "Ви отримали цей лист, тому що за останній тиждень сталися зміни в %s",
+ "You are receiving this email because in the last hour the following things happened at %s" : "Ви отримали це електронне повідомлення, тому що за останню годину відбулися наступні зміни на %s",
+ "You are receiving this email because in the last day the following things happened at %s" : "Ви отримали це електронне повідомлення, тому що за останню годину відбулися наступні зміни на %s",
+ "You are receiving this email because in the last week the following things happened at %s" : "Ви отримали це електронне повідомлення, тому що за минулий тиждень відбулися такі зміни на %s",
"* %1$s - %2$s" : "* %1$s - %2$s",
"Notifications" : "Сповіщення",
- "Mail" : "Повідомлення",
+ "Mail" : "Пошта",
"Stream" : "Потік",
- "List your own actions in the stream" : "Список ваших дій у потоці",
- "Notify about your own actions via email" : "Повідомте про свої власні дії по електронній пошті",
- "You need to set up your email address before you can receive notification emails." : "Ви повинні налаштувати свою адресу електронної пошти, перш ніж ви зможете отримувати електронні повідомлення.",
- "Send emails:" : "Відправити електронну пошту:",
+ "List your own actions in the stream" : "Показувати мої дії в потоці",
+ "Notify about your own actions via email" : "Повідомляти про мої дії по email",
+ "You need to set up your email address before you can receive notification emails." : "Для отримання повідомлень вкажіть свій e-mail в особистих налаштуваннях.",
+ "Send emails:" : "Відправляти електронні повідомлення:",
"Hourly" : "Щогодини",
"Daily" : "Щоденно",
"Weekly" : "Щотижня",
"Activity feed" : "Стрічка оновлень",
"Enable RSS feed" : "Активувати RSS стрічку",
- "You will see a list of events here when you start to use your %s." : "Ви тут побачите список подій, коли починаєте використовувати свій %s.",
- "No more events to load" : "Немає більше подій для відображення",
+ "You will see a list of events here when you start to use your %s." : "Тут буде видно список подій, коли ви почнете використовувати %s.",
+ "No more events to load" : "Більше немає подій для завантаження",
"Files" : "Файли"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}
\ No newline at end of file