aboutsummaryrefslogtreecommitdiffstats
path: root/src/_locales/cs
diff options
context:
space:
mode:
authorRaymond Hill <rhill@raymondhill.net>2014-12-01 10:37:26 -0200
committerRaymond Hill <rhill@raymondhill.net>2014-12-01 10:37:26 -0200
commitd65c8d7d2b008ed122afaaaccc312f564dfd676a (patch)
tree952281d47f8c9bfdd0c4d064067d18fd19d88659 /src/_locales/cs
parentf6120299af90884cb6237dcf0a5de64bbab6d666 (diff)
downloaduBlock-d65c8d7d2b008ed122afaaaccc312f564dfd676a.zip
uBlock-d65c8d7d2b008ed122afaaaccc312f564dfd676a.tar.gz
uBlock-d65c8d7d2b008ed122afaaaccc312f564dfd676a.tar.bz2
translation work from crowdin
Diffstat (limited to 'src/_locales/cs')
-rw-r--r--src/_locales/cs/messages.json108
1 files changed, 104 insertions, 4 deletions
diff --git a/src/_locales/cs/messages.json b/src/_locales/cs/messages.json
index fa1bf35..f0eb56d 100644
--- a/src/_locales/cs/messages.json
+++ b/src/_locales/cs/messages.json
@@ -67,6 +67,86 @@
"message":"Log požadavků",
"description":"English: Go to request log"
},
+ "popupSiteInlineScriptEnabled":{
+ "message":"Inline <code>script<\/code> tags are <b>allowed<\/b> on this site",
+ "description":""
+ },
+ "popupSiteInlineScriptDisabled":{
+ "message":"Inline <code>script<\/code> tags are <b>blocked<\/b> on this site",
+ "description":""
+ },
+ "popupSite1pScriptEnabled":{
+ "message":"1st-party scripts are <b>allowed<\/b> on this site",
+ "description":""
+ },
+ "popupSite1pScriptDisabled":{
+ "message":"1st-party scripts are <b>blocked<\/b> on this site",
+ "description":""
+ },
+ "popupSite3pScriptEnabled":{
+ "message":"3rd-party scripts are <b>allowed<\/b> on this site",
+ "description":""
+ },
+ "popupSite3pScriptDisabled":{
+ "message":"3rd-party scripts are <b>blocked<\/b> on this site",
+ "description":""
+ },
+ "popupSite1pFrameEnabled":{
+ "message":"1st-party frames are <b>allowed<\/b> on this site",
+ "description":""
+ },
+ "popupSite1pFrameDisabled":{
+ "message":"1st-party frames are <b>blocked<\/b> on this site",
+ "description":""
+ },
+ "popupSite3pFrameEnabled":{
+ "message":"3rd-party frames are <b>allowed<\/b> on this site",
+ "description":""
+ },
+ "popupSite3pFrameDisabled":{
+ "message":"3rd-party frames are <b>blocked<\/b> on this site",
+ "description":""
+ },
+ "popupDefaultInlineScriptEnabled":{
+ "message":"Inline <code>script<\/code> tags are <b>allowed<\/b> everywhere by default",
+ "description":""
+ },
+ "popupDefaultInlineScriptDisabled":{
+ "message":"Inline <code>script<\/code> tags are <b>blocked<\/b> everywhere by default",
+ "description":""
+ },
+ "popupDefault1pScriptEnabled":{
+ "message":"1st-party scripts are <b>allowed<\/b> everywhere by default",
+ "description":""
+ },
+ "popupDefault1pScriptDisabled":{
+ "message":"1st-party scripts are <b>blocked<\/b> everywhere by default",
+ "description":""
+ },
+ "popupDefault3pScriptEnabled":{
+ "message":"3rd-party scripts are <b>allowed<\/b> everywhere by default",
+ "description":""
+ },
+ "popupDefault3pScriptDisabled":{
+ "message":"3rd-party scripts are <b>blocked<\/b> everywhere by default",
+ "description":""
+ },
+ "popupDefault1pFrameEnabled":{
+ "message":"1st-party frames are <b>allowed<\/b> everywhere by default",
+ "description":""
+ },
+ "popupDefault1pFrameDisabled":{
+ "message":"1st-party frames are <b>blocked<\/b> everywhere by default",
+ "description":""
+ },
+ "popupDefault3pFrameEnabled":{
+ "message":"3rd-party frames are <b>allowed<\/b> everywhere by default",
+ "description":""
+ },
+ "popupDefault3pFrameDisabled":{
+ "message":"3rd-party frames are <b>blocked<\/b> everywhere by default",
+ "description":""
+ },
"pickerCreate":{
"message":"Vytvořit",
"description":"English: Create"
@@ -181,7 +261,7 @@
},
"3pExternalListsApply":{
"message":"Použít",
- "description":"English: Apply"
+ "description":"English: Parse"
},
"3pExternalListPurge":{
"message":"vyprázdnit cache",
@@ -207,6 +287,10 @@
"message":"Exportovat",
"description":"English: Export"
},
+ "1pExportFilename":{
+ "message":"ublock-custom-filters_{{datetime}}.txt",
+ "description":"English: ublock-custom-filters_{{datetime}}.txt"
+ },
"1pApplyChanges":{
"message":"Použít změny",
"description":"English: Apply changes"
@@ -223,6 +307,10 @@
"message":"Exportovat",
"description":"English: Export"
},
+ "whitelistExportFilename":{
+ "message":"ublock-whitelist_{{datetime}}.txt",
+ "description":"English: ublock-whitelist_{{datetime}}.txt"
+ },
"whitelistApply":{
"message":"Použít změny",
"description":"English: Apply changes"
@@ -271,6 +359,10 @@
"message":"Change log",
"description":"English: Change log"
},
+ "aboutWiki":{
+ "message":"Wiki",
+ "description":"English: project' wiki on Github"
+ },
"aboutCode":{
"message":"Zdrojový kód (GPLv3)",
"description":"English: Source code (GPLv3)"
@@ -281,7 +373,11 @@
},
"aboutBackupDataButton":{
"message":"Zálohovat do souboru...",
- "description":"English: Backup to file..."
+ "description":"English: Backup to file"
+ },
+ "aboutBackupFilename":{
+ "message":"ublock-backup_{{datetime}}.txt",
+ "description":"English: ublock-backup_{{datetime}}.txt"
},
"aboutRestoreDataButton":{
"message":"Obnovit ze souboru...",
@@ -289,15 +385,19 @@
},
"aboutResetDataButton":{
"message":"Začít znovu...",
- "description":"English: Start from scratch..."
+ "description":"English: Reset to default settings..."
},
"aboutRestoreDataConfirm":{
"message":"Všechna nastavení budou přepsána těmi zálohovanými {{time}} a µBlock se restartuje.\n\nPřepsat všechna existující nastavení zálohovanými daty?",
"description":"Message asking user to confirm restore"
},
+ "aboutRestoreDataError":{
+ "message":"The data could not be read or is invalid",
+ "description":"Message to display when an error occurred during restore"
+ },
"aboutResetDataConfirm":{
"message":"Všechna nastavení budou smazána a µBlock se restaruje.\n\nObnovit µBlock do továrního nastavení?",
- "description":"Message asking user to confirm restore"
+ "description":"Message asking user to confirm reset"
},
"errorCantConnectTo":{
"message":"Nelze se připojit k {{url}}",