diff --git a/l10n/cs.js b/l10n/cs.js index 24e1d3c..070c049 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Phone Sync" : "Synchronizace s telefonem", "An app to sync SMS with your cloud" : "Aplikace pro synchronizaci SMS s vaším cloudem", + "No contact found." : "Nebyl nalezen žádný kontakt.", "Settings" : "Nastavení", "Invalid message limit" : "Neplatný limit zprávy", "Default country code" : "Kód výchozí země", @@ -13,6 +14,8 @@ OC.L10N.register( "Notification settings" : "Nastavení oznamování", "Enable" : "Zapnout", "Disable" : "Vypnout", + "Are you sure you want to wipe all your messages ?" : "Opravdu chcete vymazat všechny své zprávy?", + "Reset all messages" : "Resetovat všechny zprávy", "%s message(s) shown of %s message(s) stored in database." : "Zobrazeno %s zpráv z %s uložených v databázi.", "Please select a conversation from the list to load it." : "Pro načtení konverzace ji vyberte ze seznamu." }, diff --git a/l10n/cs.json b/l10n/cs.json index 6275a1a..e7de489 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -1,6 +1,7 @@ { "translations": { "Phone Sync" : "Synchronizace s telefonem", "An app to sync SMS with your cloud" : "Aplikace pro synchronizaci SMS s vaším cloudem", + "No contact found." : "Nebyl nalezen žádný kontakt.", "Settings" : "Nastavení", "Invalid message limit" : "Neplatný limit zprávy", "Default country code" : "Kód výchozí země", @@ -11,6 +12,8 @@ "Notification settings" : "Nastavení oznamování", "Enable" : "Zapnout", "Disable" : "Vypnout", + "Are you sure you want to wipe all your messages ?" : "Opravdu chcete vymazat všechny své zprávy?", + "Reset all messages" : "Resetovat všechny zprávy", "%s message(s) shown of %s message(s) stored in database." : "Zobrazeno %s zpráv z %s uložených v databázi.", "Please select a conversation from the list to load it." : "Pro načtení konverzace ji vyberte ze seznamu." },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"