Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-03-10 04:12:24 +0300
committerNextcloud bot <bot@nextcloud.com>2018-03-10 04:12:24 +0300
commit8e8368ae0ba6a6477adbd83974512527f962f8a2 (patch)
tree44871c0b244adf5d1b2803c5f9d71af961ddcabc /apps
parent8d165d63edd3970b6754f0a9cf0e3ed499397945 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/comments/l10n/ru.js1
-rw-r--r--apps/comments/l10n/ru.json1
-rw-r--r--apps/updatenotification/l10n/fr.js5
-rw-r--r--apps/updatenotification/l10n/fr.json5
-rw-r--r--apps/updatenotification/l10n/ru.js8
-rw-r--r--apps/updatenotification/l10n/ru.json8
6 files changed, 28 insertions, 0 deletions
diff --git a/apps/comments/l10n/ru.js b/apps/comments/l10n/ru.js
index 9267c8feced..d953bad383f 100644
--- a/apps/comments/l10n/ru.js
+++ b/apps/comments/l10n/ru.js
@@ -12,6 +12,7 @@ OC.L10N.register(
"More comments …" : "Ещё комментарии...",
"Save" : "Сохранить",
"Allowed characters {count} of {max}" : "Допустимых символов {count} из {max}",
+ "Error occurred while retrieving comment with ID {id}" : "При получении комментария с ID {id} произошла ошибка",
"Error occurred while updating comment with id {id}" : "При обновлении комментария с id {id} произошла ошибка",
"Error occurred while posting comment" : "При сохранении комментария произошла ошибка",
"_%n unread comment_::_%n unread comments_" : ["%n непрочитанный комментарий","%n непрочитанных комментариев","%n непрочитанных комментариев","%n непрочитанных комментариев"],
diff --git a/apps/comments/l10n/ru.json b/apps/comments/l10n/ru.json
index 19aa167e1dc..56eb79994ba 100644
--- a/apps/comments/l10n/ru.json
+++ b/apps/comments/l10n/ru.json
@@ -10,6 +10,7 @@
"More comments …" : "Ещё комментарии...",
"Save" : "Сохранить",
"Allowed characters {count} of {max}" : "Допустимых символов {count} из {max}",
+ "Error occurred while retrieving comment with ID {id}" : "При получении комментария с ID {id} произошла ошибка",
"Error occurred while updating comment with id {id}" : "При обновлении комментария с id {id} произошла ошибка",
"Error occurred while posting comment" : "При сохранении комментария произошла ошибка",
"_%n unread comment_::_%n unread comments_" : ["%n непрочитанный комментарий","%n непрочитанных комментариев","%n непрочитанных комментариев","%n непрочитанных комментариев"],
diff --git a/apps/updatenotification/l10n/fr.js b/apps/updatenotification/l10n/fr.js
index 3e0c1431dae..2be870054ca 100644
--- a/apps/updatenotification/l10n/fr.js
+++ b/apps/updatenotification/l10n/fr.js
@@ -2,6 +2,8 @@ OC.L10N.register(
"updatenotification",
{
"{version} is available. Get more information on how to update." : "La version {version} est disponible. Cliquez ici pour plus d'informations sur comment mettre à jour.",
+ "Apps missing updates" : "Applications avec des mises à jour manquantes",
+ "Apps with available updates" : "Applications avec des mises à jour disponibles",
"Open updater" : "Ouvrir le système de mise à jour",
"Your version is up to date." : "Votre version est à jour.",
"A non-default update server is in use to be checked for updates:" : "Un serveur spécifique est actuellement configuré pour la vérification des mises-à-jour :",
@@ -13,8 +15,11 @@ OC.L10N.register(
"The selected update channel does not support updates of the server." : "Le canal de mises à jour sélectionné ne supporte pas les mises à jour du serveur.",
"A new version is available: <strong>{newVersionString}</strong>" : "Une nouvelle version est disponible : <strong>{newVersionString}</strong>",
"Checked on {lastCheckedDate}" : "Vérifié le {lastCheckedDate}",
+ "Checking apps for compatible updates" : "Vérification des applications pour des mises à jour compatibles",
"Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Veuillez vous assurer que le paramètre <samp>appstoreenabled</samp> n'est pas défini à false dans votre config.php.",
"Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Il est impossible de se connecter à l'appstore ou alors l'appstore n'a renvoyé aucune mise à jour. Cherchez manuellement les mises à jour ou assurez-vous que votre serveur a accès à Internet et peut se connecter à l'appstore.",
+ "<strong>All</strong> apps have an update for this version available" : "<strong>Toutes</strong> les applications ont une mise à jour disponible pour cette version",
+ "_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> application n'a pas de mise à jour disponible pour cette version","<strong>%n</strong> applications n'ont pas de mise à jour disponible pour cette version"],
"Could not start updater, please try the manual update" : "Impossible de démarrer le système de mise à jour, veuillez essayer de mettre à jour manuellement",
"Update notifications" : "Notifications de mises à jour",
"Channel updated" : "Canal de mise à jour modifié",
diff --git a/apps/updatenotification/l10n/fr.json b/apps/updatenotification/l10n/fr.json
index cebf3e41a5d..3d4e6e007ff 100644
--- a/apps/updatenotification/l10n/fr.json
+++ b/apps/updatenotification/l10n/fr.json
@@ -1,5 +1,7 @@
{ "translations": {
"{version} is available. Get more information on how to update." : "La version {version} est disponible. Cliquez ici pour plus d'informations sur comment mettre à jour.",
+ "Apps missing updates" : "Applications avec des mises à jour manquantes",
+ "Apps with available updates" : "Applications avec des mises à jour disponibles",
"Open updater" : "Ouvrir le système de mise à jour",
"Your version is up to date." : "Votre version est à jour.",
"A non-default update server is in use to be checked for updates:" : "Un serveur spécifique est actuellement configuré pour la vérification des mises-à-jour :",
@@ -11,8 +13,11 @@
"The selected update channel does not support updates of the server." : "Le canal de mises à jour sélectionné ne supporte pas les mises à jour du serveur.",
"A new version is available: <strong>{newVersionString}</strong>" : "Une nouvelle version est disponible : <strong>{newVersionString}</strong>",
"Checked on {lastCheckedDate}" : "Vérifié le {lastCheckedDate}",
+ "Checking apps for compatible updates" : "Vérification des applications pour des mises à jour compatibles",
"Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Veuillez vous assurer que le paramètre <samp>appstoreenabled</samp> n'est pas défini à false dans votre config.php.",
"Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Il est impossible de se connecter à l'appstore ou alors l'appstore n'a renvoyé aucune mise à jour. Cherchez manuellement les mises à jour ou assurez-vous que votre serveur a accès à Internet et peut se connecter à l'appstore.",
+ "<strong>All</strong> apps have an update for this version available" : "<strong>Toutes</strong> les applications ont une mise à jour disponible pour cette version",
+ "_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> application n'a pas de mise à jour disponible pour cette version","<strong>%n</strong> applications n'ont pas de mise à jour disponible pour cette version"],
"Could not start updater, please try the manual update" : "Impossible de démarrer le système de mise à jour, veuillez essayer de mettre à jour manuellement",
"Update notifications" : "Notifications de mises à jour",
"Channel updated" : "Canal de mise à jour modifié",
diff --git a/apps/updatenotification/l10n/ru.js b/apps/updatenotification/l10n/ru.js
index 8765c26d986..99cff4972f3 100644
--- a/apps/updatenotification/l10n/ru.js
+++ b/apps/updatenotification/l10n/ru.js
@@ -2,6 +2,8 @@ OC.L10N.register(
"updatenotification",
{
"{version} is available. Get more information on how to update." : "Доступна версия {version}. Получить дополнительную информацию о порядке обновления.",
+ "Apps missing updates" : "У приложений отсутствуют обновления",
+ "Apps with available updates" : "Приложения с доступными обновлениями",
"Open updater" : "Открыть окно обновления",
"Your version is up to date." : "Версия не требует обновления.",
"A non-default update server is in use to be checked for updates:" : "Не сервер по умолчанию используется как сервер для проверки обновлений:",
@@ -11,7 +13,13 @@ OC.L10N.register(
"Notify members of the following groups about available updates:" : "Уведомить членов следующих групп о наличии доступных обновлений:",
"Only notification for app updates are available." : "Только уведомления об обновлении приложений доступны.",
"The selected update channel does not support updates of the server." : "Выбранный канал обновлений не поддерживает обновление сервера.",
+ "A new version is available: <strong>{newVersionString}</strong>" : "Доступна новая версия: <strong>{newVersionString}</strong> ",
"Checked on {lastCheckedDate}" : "Проверялось {lastCheckedDate}",
+ "Checking apps for compatible updates" : "Проверка приложений на совместимые обновления",
+ "Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Убедитесь, что значением параметра <samp>appstoreenabled</samp> в файле «config.php» не является «false».",
+ "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Не удалось установить соединение с магазином приложений, либо магазин приложений не предоставляет информации об обновлениях. Выполните поиск обновлений вручную, или убедитесь, что сервер имеет подключение к Интернет и магазин приложений доступен.",
+ "<strong>All</strong> apps have an update for this version available" : "<strong>Все</strong> приложения имеют доступные обновления для этой версии",
+ "_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> приложение не имеет доступного обновления для этой версии","<strong>%n</strong> приложений не имеют доступные обновления для этой версии","<strong>%n</strong> приложений не имеют доступные обновления для этой версии","<strong>%n</strong> приложений не имеют доступные обновления для этой версии"],
"Could not start updater, please try the manual update" : "Не удалось обновить. Выполните обновление вручную.",
"Update notifications" : "Уведомления об обновлениях",
"Channel updated" : "Канал обновлен.",
diff --git a/apps/updatenotification/l10n/ru.json b/apps/updatenotification/l10n/ru.json
index 1d4cec8e6e3..9638a6ae831 100644
--- a/apps/updatenotification/l10n/ru.json
+++ b/apps/updatenotification/l10n/ru.json
@@ -1,5 +1,7 @@
{ "translations": {
"{version} is available. Get more information on how to update." : "Доступна версия {version}. Получить дополнительную информацию о порядке обновления.",
+ "Apps missing updates" : "У приложений отсутствуют обновления",
+ "Apps with available updates" : "Приложения с доступными обновлениями",
"Open updater" : "Открыть окно обновления",
"Your version is up to date." : "Версия не требует обновления.",
"A non-default update server is in use to be checked for updates:" : "Не сервер по умолчанию используется как сервер для проверки обновлений:",
@@ -9,7 +11,13 @@
"Notify members of the following groups about available updates:" : "Уведомить членов следующих групп о наличии доступных обновлений:",
"Only notification for app updates are available." : "Только уведомления об обновлении приложений доступны.",
"The selected update channel does not support updates of the server." : "Выбранный канал обновлений не поддерживает обновление сервера.",
+ "A new version is available: <strong>{newVersionString}</strong>" : "Доступна новая версия: <strong>{newVersionString}</strong> ",
"Checked on {lastCheckedDate}" : "Проверялось {lastCheckedDate}",
+ "Checking apps for compatible updates" : "Проверка приложений на совместимые обновления",
+ "Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Убедитесь, что значением параметра <samp>appstoreenabled</samp> в файле «config.php» не является «false».",
+ "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Не удалось установить соединение с магазином приложений, либо магазин приложений не предоставляет информации об обновлениях. Выполните поиск обновлений вручную, или убедитесь, что сервер имеет подключение к Интернет и магазин приложений доступен.",
+ "<strong>All</strong> apps have an update for this version available" : "<strong>Все</strong> приложения имеют доступные обновления для этой версии",
+ "_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> приложение не имеет доступного обновления для этой версии","<strong>%n</strong> приложений не имеют доступные обновления для этой версии","<strong>%n</strong> приложений не имеют доступные обновления для этой версии","<strong>%n</strong> приложений не имеют доступные обновления для этой версии"],
"Could not start updater, please try the manual update" : "Не удалось обновить. Выполните обновление вручную.",
"Update notifications" : "Уведомления об обновлениях",
"Channel updated" : "Канал обновлен.",