Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(927)

Side by Side Diff: ui/file_manager/zip_archiver/unpacker/_locales/cs/messages.json

Issue 2804453002: Move files from zip_archiver/unpacker/ to zip_archiver/. (Closed)
Patch Set: Move files from zip_archiver/unpacker/ to zip_archiver/. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": {
3 "message": "Rozbalování souborů ZIP",
4 "description": "Name of the ZIP unpacker app."
5 },
6 "description": {
7 "message": "Otevírejte soubory ZIP v aplikaci Soubory.",
8 "description": "Short description of the ZIP unpacker app."
9 },
10 "mountErrorTitle": {
11 "message": "Archiv se nepodařilo otevřít.",
12 "description": "Title of a notification with a mounting error message."
13 },
14 "existsErrorMessage": {
15 "message": "Archiv je již připojen.",
16 "description": "Error message when the archive is already mounted."
17 },
18 "otherErrorMessage": {
19 "message": "Formát archivu není podporován nebo je soubor poškozen.",
20 "description": "Error message when opening an archive fails because of an un known reason."
21 },
22 "mountingMessage": {
23 "message": "Čekejte prosím, probíhá prohledávání archivu...",
24 "description": "Message shown when opening an archive takes long time."
25 },
26 "passphraseTitle": {
27 "message": "Soubor je chráněn heslem",
28 "description": "Title of the password input dialog."
29 },
30 "passphraseInputLabel": {
31 "message": "Heslo",
32 "description": "Label of the password input field."
33 },
34 "passphraseAccept": {
35 "message": "Přijmout",
36 "description": "Short name of the password accept button."
37 },
38 "passphraseCancel": {
39 "message": "Zrušit",
40 "description": "Short name of the password cancel button."
41 },
42 "passphraseRemember": {
43 "message": "Zapamatovat",
44 "description": "Title for of a checkbox whether the password should be remem bered. Please keep it as short."
45 }
46 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698