Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
rephrased slack message & ready to release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosh committed May 7, 2017
1 parent 661757b commit a7a2bc0
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public interface SlackDialogListener {
cancel.setText(R.string.no);
ok.setText(R.string.yes);
title.setText(R.string.join_slack);
message.setText(getString(R.string.join_slack_message, ""));
message.setText(getString(R.string.join_slack_message));
}

@Override protected void onHidden() {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@
<string name="paths_only">In Dateipfaden</string>
<string name="review_requests">Anfragen überprüfen</string>
<string name="join_slack">Slackgruppe beitreten</string>
<string name="join_slack_message" formatted="true">Möchtest du der FastHub Slackgruppe beitreten?\nEin Link wird an %s geschickt.</string>
<string name="join_slack_message">Möchtest du der FastHub Slackgruppe beitreten?</string>
<string name="successfully_invited">Erfolgreich eingeladen!</string>
<string name="reply">Antworten</string>
<string name="failed_selecting_image">Bild konnte nicht geladen werden.</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
<string name="paths_only">Nei Percorsi</string>
<string name="review_requests">Rivedi Richieste</string>
<string name="join_slack">Unisciti a Slack</string>
<string name="join_slack_message" formatted="true">Vorresti unirti al gruppo Slack di FastHub?\nIl link di invito verrà inviato a %s.</string>
<string name="join_slack_message">Vorresti unirti al gruppo Slack di FastHub?</string>
<string name="successfully_invited">Invitato con successo</string>
<string name="reply">Rispondi</string>
<string name="failed_selecting_image">Caricamento immagine fallito.</string>
Expand Down
28 changes: 14 additions & 14 deletions app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@
<string name="follow">Подписаться</string>
<string name="unfollow">Отписаться</string>
<string name="from">от</string>
+ <string name="in_value">в</string>
+ <string name="subscribe">Подписаться</string>
+ <string name="repo_issues_is_disabled">Вкладка Вопросов отключена у этого репозитория</string>
+ <string name="access_token">Токен доступа (Access Token)</string>
+ <string name="basic_authentication">Базовая аутентификация</string>
+ <string name="choose_your_login_type">Выберите тип входа</string>
+ <string name="files_only">В Файлах</string>
+ <string name="paths_only">В Расположениях</string>
+ <string name="review_requests">Запросы на проверку</string>
+ <string name="join_slack">Присоединиться к Slack</string>
+ <string name="join_slack_message" formatted="true">Хотите присоединиться к группе FastHub в Slack?\nПриглашение будет отправлено на %s.</string>
+ <string name="successfully_invited">Приглашение отправлено</string>
+ <string name="reply">Ответить</string>
+ <string name="failed_selecting_image">Не удалось загрузить изображение.</string>
<string name="in_value">в</string>
<string name="subscribe">Подписаться</string>
<string name="repo_issues_is_disabled">Вкладка Вопросов отключена у этого репозитория</string>
<string name="access_token">Токен доступа (Access Token)</string>
<string name="basic_authentication">Базовая аутентификация</string>
<string name="choose_your_login_type">Выберите тип входа</string>
<string name="files_only">В Файлах</string>
<string name="paths_only">В Расположениях</string>
<string name="review_requests">Запросы на проверку</string>
<string name="join_slack">Присоединиться к Slack</string>
<string name="join_slack_message">Хотите присоединиться к группе FastHub в Slack?</string>
<string name="successfully_invited">Приглашение отправлено</string>
<string name="reply">Ответить</string>
<string name="failed_selecting_image">Не удалось загрузить изображение.</string>
<string name="user">Пользователь</string>
<string name="details">Подробности</string>
<string name="archive_file_detected_error">Обнаружен файл архива. Пожалуйста, скачайте этот файл, чтобы посмотреть его содержимое.</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
<string name="paths_only">In Paths</string>
<string name="review_requests">Review Requests</string>
<string name="join_slack">Join Slack</string>
<string name="join_slack_message" formatted="true">Would you like to join FastHub Slack group?\nInvitation link will be sent to %s.</string>
<string name="join_slack_message">Would you like to join FastHub Slack group?</string>
<string name="successfully_invited">Successfully invited</string>
<string name="reply">Reply</string>
<string name="failed_selecting_image">Failed to load image.</string>
Expand Down

0 comments on commit a7a2bc0

Please sign in to comment.