forked from organicmaps/organicmaps
[L11s] Fixed string placeholder for DE, ES.
This commit is contained in:
parent
eacd98e8a1
commit
b78ffd9ba3
5 changed files with 6 additions and 6 deletions
|
@ -61,7 +61,7 @@
|
|||
<!-- not used? Search View - Location is disabled by user warning text -->
|
||||
<string name="enable_location_services">Aktivieren Sie bitte Ortungsdienste in den Einstellungen Ihres Geräts</string>
|
||||
<!-- Settings/Downloader - No free space dialog message -->
|
||||
<string name="free_disk_space_for_country_x">Kein Speicherplatz vorhanden. Löschen Sie bitte unnötige Karten oder Apps, um den Download durchführen zu können.</string>
|
||||
<string name="free_disk_space_for_country_x">Kein Speicherplatz vorhanden. Löschen Sie bitte unnötige Karten oder Apps, um den Download %s durchführen zu können.</string>
|
||||
<!-- Leave Review dialog - Not now button (remind me later) -->
|
||||
<string name="remind_me_later">Errinern Sie mich später</string>
|
||||
<!-- Update maps later/Buy pro version later button text -->
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
<!-- not used? Search View - Location is disabled by user warning text -->
|
||||
<string name="enable_location_services">Por favor, permite los servicios de localización</string>
|
||||
<!-- Settings/Downloader - No free space dialog message -->
|
||||
<string name="free_disk_space_for_country_x">No hay espacio suficiente para realizar la descarga</string>
|
||||
<string name="free_disk_space_for_country_x">No hay espacio suficiente para realizar la descarga %s</string>
|
||||
<!-- Leave Review dialog - Not now button (remind me later) -->
|
||||
<string name="remind_me_later">Recordarme mas tarde</string>
|
||||
<!-- Update maps later/Buy pro version later button text -->
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
"enable_location_services" = "Aktivieren Sie bitte Ortungsdienste in den Einstellungen Ihres Geräts";
|
||||
|
||||
/* Settings/Downloader - No free space dialog message */
|
||||
"free_disk_space_for_country_x" = "Kein Speicherplatz vorhanden. Löschen Sie bitte unnötige Karten oder Apps, um den Download durchführen zu können.";
|
||||
"free_disk_space_for_country_x" = "Kein Speicherplatz vorhanden. Löschen Sie bitte unnötige Karten oder Apps, um den Download %@ durchführen zu können.";
|
||||
|
||||
/* Leave Review dialog - Not now button (remind me later) */
|
||||
"remind_me_later" = "Errinern Sie mich später";
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
"enable_location_services" = "Por favor, permite los servicios de localización";
|
||||
|
||||
/* Settings/Downloader - No free space dialog message */
|
||||
"free_disk_space_for_country_x" = "No hay espacio suficiente para realizar la descarga";
|
||||
"free_disk_space_for_country_x" = "No hay espacio suficiente para realizar la descarga %@";
|
||||
|
||||
/* Leave Review dialog - Not now button (remind me later) */
|
||||
"remind_me_later" = "Recordarme mas tarde";
|
||||
|
|
|
@ -490,8 +490,8 @@
|
|||
en = Please free some space on your device first in order to download %@
|
||||
comment = Settings/Downloader - No free space dialog message
|
||||
cs = Prosím, uvolni nějaké místo v tvém zařízení, než začneš stahovat %@
|
||||
de = Kein Speicherplatz vorhanden. Löschen Sie bitte unnötige Karten oder Apps, um den Download durchführen zu können.
|
||||
es = No hay espacio suficiente para realizar la descarga
|
||||
de = Kein Speicherplatz vorhanden. Löschen Sie bitte unnötige Karten oder Apps, um den Download %@ durchführen zu können.
|
||||
es = No hay espacio suficiente para realizar la descarga %@
|
||||
fr = Veuillez libérer un peu de place sur votre appareil pour télécharger %@
|
||||
it = Cortesemente libera spazio sul tuo dispositivo prima per poter scaricare %@
|
||||
ja = %@をダウンロードするため、デバイスの空き容量を確認してください
|
||||
|
|
Loading…
Add table
Reference in a new issue