Updated more Polish translations (c/o user jacekbloniarz)
This commit is contained in:
@@ -796,7 +796,7 @@ public class MainActivity extends AppCompatActivity {
|
||||
" (" + getString(R.string.Threshold) + "=" + mConnection.mSdServer.mSdData.alarmThresh + ")");
|
||||
((TextView) findViewById(R.id.spectrumTv)).setText(getString(R.string.SpectrumRatioEquals) + specRatio +
|
||||
" (" + getString(R.string.Threshold) + "=" + mConnection.mSdServer.mSdData.alarmRatioThresh + ")");
|
||||
((TextView) findViewById(R.id.pSeizureTv)).setText("Seizure Probability = " + pSeizurePc + "%");
|
||||
((TextView) findViewById(R.id.pSeizureTv)).setText(getString(R.string.seizure_probability)+" = " + pSeizurePc + "%");
|
||||
|
||||
ProgressBar pb;
|
||||
Drawable pbDrawable;
|
||||
|
||||
@@ -499,7 +499,7 @@ public class StartupActivity extends AppCompatActivity {
|
||||
//MainActivity.this.finish();
|
||||
}
|
||||
})
|
||||
.setPositiveButton("Privacy Policy", new DialogInterface.OnClickListener() {
|
||||
.setPositiveButton(R.string.privacy_policy, new DialogInterface.OnClickListener() {
|
||||
public void onClick(DialogInterface dialog, int id) {
|
||||
dialog.cancel();
|
||||
mDialogDisplayed = false;
|
||||
@@ -511,7 +511,7 @@ public class StartupActivity extends AppCompatActivity {
|
||||
mDialogDisplayed = false;
|
||||
}
|
||||
})
|
||||
.setNegativeButton("Data Sharing", new DialogInterface.OnClickListener() {
|
||||
.setNegativeButton(R.string.data_sharing, new DialogInterface.OnClickListener() {
|
||||
public void onClick(DialogInterface dialog, int id) {
|
||||
dialog.cancel();
|
||||
mDialogDisplayed = false;
|
||||
|
||||
Reference in New Issue
Block a user