mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Changed label of Limited Connection switch (#4240)
This commit is contained in:
parent
9cf59f7801
commit
9b91eb9095
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||||
|
|
||||||
<item android:id="@+id/toggle_limited_connection_mode"
|
<item android:id="@+id/toggle_limited_connection_mode"
|
||||||
android:title="@string/limited_connection"
|
android:title="@string/limited_connection_mode"
|
||||||
app:showAsAction="always"
|
app:showAsAction="always"
|
||||||
android:checkable="true"
|
android:checkable="true"
|
||||||
android:icon="@drawable/ic_baseline_cloud_queue_24"
|
android:icon="@drawable/ic_baseline_cloud_queue_24"
|
||||||
|
|
|
||||||
|
|
@ -696,7 +696,7 @@ Upload your first media by tapping on the add button.</string>
|
||||||
<string name="map_attribution" translatable="false"><![CDATA[© <a href="https://www.mapbox.com/about/maps/">Mapbox</a> © <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> <a href="https://www.mapbox.com/map-feedback/">Improve this map</a>]]></string>
|
<string name="map_attribution" translatable="false"><![CDATA[© <a href="https://www.mapbox.com/about/maps/">Mapbox</a> © <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> <a href="https://www.mapbox.com/map-feedback/">Improve this map</a>]]></string>
|
||||||
<string name="limited_connection_enabled">Limited connection mode enabled!</string>
|
<string name="limited_connection_enabled">Limited connection mode enabled!</string>
|
||||||
<string name="limited_connection_disabled">Limited connection mode disabled. Pending uploads will resume now.</string>
|
<string name="limited_connection_disabled">Limited connection mode disabled. Pending uploads will resume now.</string>
|
||||||
<string name="limited_connection">Limited Connection</string>
|
<string name="limited_connection_mode">Limited Connection Mode</string>
|
||||||
<string name="statistics_quality">Quality Images</string>
|
<string name="statistics_quality">Quality Images</string>
|
||||||
<string name="quality_images_info">Quality images are diagrams or photographs that meet certain quality standards (which are mostly technical in nature) and are valuable for Wikimedia projects</string>
|
<string name="quality_images_info">Quality images are diagrams or photographs that meet certain quality standards (which are mostly technical in nature) and are valuable for Wikimedia projects</string>
|
||||||
<string name="resuming_upload">Resuming upload…</string>
|
<string name="resuming_upload">Resuming upload…</string>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue