You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: src/nls/cs/strings.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -111,21 +111,21 @@ define({
111
111
"EXT_DELETED_MESSAGE" : "<span class='dialog-filename'>{0}</span> byl smazán z disku, ale změny nebyly uloženy v {APP_NAME}.<br /><br />Chcete uložit změny?",
112
112
113
113
// Najít, Nahradit, Nahradit v souborech
114
-
"SEARCH_REGEXP_INFO" : "Použijte /re/ syntax pro regexp hledání",
115
114
"FIND_RESULT_COUNT" : "{0} výsledků",
116
115
"FIND_RESULT_COUNT_SINGLE" : "1 výsledek",
117
116
"FIND_NO_RESULTS" : "Žádné výsledky",
118
-
"WITH": "S",
117
+
"REPLACE_PLACEHOLDER" : "Nahradit s\u2026",
119
118
"BUTTON_YES" : "Ano",
120
119
"BUTTON_NO" : "Ne",
121
120
"BUTTON_REPLACE_ALL" : "Vše\u2026",
122
-
"BUTTON_STOP" : "Stop",
123
121
"BUTTON_REPLACE" : "Nahradit",
124
122
125
123
"BUTTON_NEXT" : "\u25B6",
126
124
"BUTTON_PREV" : "\u25C0",
127
125
"BUTTON_NEXT_HINT" : "Další shoda",
128
126
"BUTTON_PREV_HINT" : "Předchozí shoda",
127
+
"BUTTON_CASESENSITIVE_HINT" : "Rozlišovat velká a malá písmena",
0 commit comments