diff --git a/l10n/oc.js b/l10n/oc.js index ea31795..6903d7f 100644 --- a/l10n/oc.js +++ b/l10n/oc.js @@ -4,6 +4,7 @@ OC.L10N.register( "GitHub" : "GitHub", "Comment" : "Comentaris", "Bad credentials" : "Marrits identificants", + "Connected accounts" : "Comptes connectats", "Client ID" : "ID client", "Connected as {user}" : "Connectat coma {user}", "Mark as read" : "Marcar coma legit", diff --git a/l10n/oc.json b/l10n/oc.json index 0cc5b0c..af2c823 100644 --- a/l10n/oc.json +++ b/l10n/oc.json @@ -2,6 +2,7 @@ "GitHub" : "GitHub", "Comment" : "Comentaris", "Bad credentials" : "Marrits identificants", + "Connected accounts" : "Comptes connectats", "Client ID" : "ID client", "Connected as {user}" : "Connectat coma {user}", "Mark as read" : "Marcar coma legit", diff --git a/l10n/ru.js b/l10n/ru.js index 0cc7e67..4a2f06e 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -40,6 +40,7 @@ OC.L10N.register( "Connected to GitHub!" : "Подключено к GitHub!", "GitHub OAuth error:" : "Ошибка GitHub OAuth:", "GitHub options saved" : "Параметры GitHub сохранены", + "Invalid access token" : "Неверный маркер доступа", "Failed to save GitHub options" : "Не удалось сохранить параметры GitHub", "Mark as read" : "Пометить как прочитанное", "Unsubscribe" : "Отписаться", diff --git a/l10n/ru.json b/l10n/ru.json index b852d98..8b9ac02 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -38,6 +38,7 @@ "Connected to GitHub!" : "Подключено к GitHub!", "GitHub OAuth error:" : "Ошибка GitHub OAuth:", "GitHub options saved" : "Параметры GitHub сохранены", + "Invalid access token" : "Неверный маркер доступа", "Failed to save GitHub options" : "Не удалось сохранить параметры GitHub", "Mark as read" : "Пометить как прочитанное", "Unsubscribe" : "Отписаться",