Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f65858e3 authored by Ondrej Zima's avatar Ondrej Zima
Browse files

Czech: fixed translation, added new strings

patch #2 - fixed typos
patch #3 - some fixes and translated unintentionally untranslated
  strings

Change-Id: I288bf43a027286c4c08f2a7761fc2bc19b77f04c
parent 899f5c24
Loading
Loading
Loading
Loading
+696 −529

File changed.

Preview size limit exceeded, changes collapsed.

+3 −3
Original line number Diff line number Diff line
@@ -30,9 +30,9 @@
    <string name="backup_enc_password_text" msgid="4981585714795233099">"Zadejte prosím heslo pro šifrování dat úplné zálohy. Pokud pole ponecháte prázdné, použije se aktuální heslo pro zálohy:"</string>
    <string name="backup_enc_password_optional" msgid="1350137345907579306">"Chcete-li data úplné zálohy zašifrovat, zadejte heslo:"</string>
    <string name="restore_enc_password_text" msgid="6140898525580710823">"Pokud jsou obnovená data šifrována, zadejte prosím heslo níže:"</string>
    <string name="toast_backup_started" msgid="550354281452756121">"Spouští se zálohování..."</string>
    <string name="toast_backup_started" msgid="550354281452756121">"Spouští se zálohování\u2026"</string>
    <string name="toast_backup_ended" msgid="3818080769548726424">"Zálohování bylo dokončeno"</string>
    <string name="toast_restore_started" msgid="7881679218971277385">"Spouští se obnovení..."</string>
    <string name="toast_restore_started" msgid="7881679218971277385">"Spouští se obnovení\u2026"</string>
    <string name="toast_restore_ended" msgid="1764041639199696132">"Obnovení skončilo"</string>
    <string name="toast_timeout" msgid="5276598587087626877">"Časový limit operace vypršel"</string>
</resources>
+2 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!-- 
/*
**
@@ -20,5 +20,5 @@

<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="service_name" msgid="4841491635055379553">"Package Access Helper"</string>
    <string name="service_name" msgid="4841491635055379553">"Pomocník přístupu k balíčkům"</string>
</resources>
+4 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<resources>
    <string name="app_label">Sloučení polohy</string>
</resources>
+2 −3
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<resources>
    <!-- Name of the application. [CHAR LIMIT=35] -->
    <string name="app_label">Fused Location</string>
    <string name="app_label">Sloučení polohy</string>
</resources>
Loading