This repository was archived by the owner on Jan 23, 2019. It is now read-only.
File tree 6 files changed +7
-7
lines changed
java/io/github/lonamiwebs/stringlate/activities/export
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
applicationId " io.github.lonamiwebs.stringlate"
8
8
minSdkVersion 15
9
9
targetSdkVersion 25
10
- versionCode 950
11
- versionName " 0.9.5 "
10
+ versionCode 970
11
+ versionName " 0.9.7 "
12
12
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
13
13
}
14
14
buildTypes {
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ protected void onCreate(Bundle savedInstanceState) {
67
67
public void onCreateIssue (final View v ) {
68
68
String title = mIssueTitleEditText .getText ().toString ().trim ();
69
69
if (title .isEmpty ()) {
70
- mIssueTitleEditText .setError (getString (R .string .issue_title_empty ));
70
+ mIssueTitleEditText .setError (getString (R .string .title_empty ));
71
71
return ;
72
72
}
73
73
String description = mIssueDescriptionEditText .getText ().toString ().trim ();
Original file line number Diff line number Diff line change 137
137
<string name =" creating_pr_long" >PR wird in der Ausgangsrepository erstellt…</string >
138
138
<string name =" something_went_wrong" >Etwas ist schiefgelaufen.</string >
139
139
<string name =" cloning_repo" >Repository wird geklont…</string >
140
- <string name =" cloning_repo_long" >Repository wird geklont… Dies könnte abhängig von deren Größe einige Zeit einnehmen.</string >
141
140
<string name =" copying_res" >Ressourcen werden kopiert…</string >
142
141
<string name =" copying_res_long" >Ressourcen werden bestätigt und zu ihrer endgültigen Position kopiert…</string >
143
142
<string name =" issue_title_colon" >Falltitel:</string >
Original file line number Diff line number Diff line change 137
137
<string name =" creating_pr_long" >Creando una Pull Request en el repositorio original…</string >
138
138
<string name =" something_went_wrong" >Algo fue mal.</string >
139
139
<string name =" cloning_repo" >Clonando repositorio…</string >
140
- <string name =" cloning_repo_long" >Clonando temporalmente el repositorio remoto… Esto puede llevar un rato dependiendo del repositorio.</string >
141
140
<string name =" copying_res" >Copiando recursos…</string >
142
141
<string name =" copying_res_long" >Validando y copiando recursos a su ubicación final…</string >
143
142
<string name =" issue_title_colon" >Título de la incidencia:</string >
144
143
<string name =" issue_title" >Título de la incidencia</string >
144
+ <string name =" cloning_repo_progress" >Clonando temporalmente el repositorio… %.1f%%</string >
145
+ <string name =" issue_desc_x" >La descripción debe contener \"%x\".</string >
146
+ <string name =" title_empty" >El título no puede estar vacío.</string >
145
147
</resources >
Original file line number Diff line number Diff line change 137
137
<string name =" creating_pr_long" >Создание пулл-реквеста в оригинальный репозиторий…</string >
138
138
<string name =" something_went_wrong" >Что-то не так.</string >
139
139
<string name =" cloning_repo" >Клонирование репозитория…</string >
140
- <string name =" cloning_repo_long" >Временное клонирование репозитория… Время зависит от репозитория.</string >
141
140
<string name =" copying_res" >Копирование ресурсов…</string >
142
141
<string name =" copying_res_long" >Валидация и копирование ресурсов в финальное расположение…</string >
143
142
<string name =" issue_title_colon" >Заголовок issue:</string >
Original file line number Diff line number Diff line change 151
151
<string name =" issue_title_colon" >Issue title:</string >
152
152
<string name =" issue_title" >Issue title</string >
153
153
<string name =" xml_comment_filename" translatable =" false" >< !-- File \"%s\" --> \n</string >
154
- <string name =" issue_title_empty " >The issue title cannot be empty.</string >
154
+ <string name =" title_empty " >The title cannot be empty.</string >
155
155
<string name =" issue_desc_x" >The issue description must contain \"%x\".</string >
156
156
</resources >
You can’t perform that action at this time.
0 commit comments