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

Unified Diff: ui/file_manager/zip_archiver/unpacker/_locales/de/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 side-by-side diff with in-line comments
Download patch
Index: ui/file_manager/zip_archiver/unpacker/_locales/de/messages.json
diff --git a/ui/file_manager/zip_archiver/unpacker/_locales/de/messages.json b/ui/file_manager/zip_archiver/unpacker/_locales/de/messages.json
deleted file mode 100644
index fbd1100b8e6c4ca2f2e4c7a543499fc984a9c20d..0000000000000000000000000000000000000000
--- a/ui/file_manager/zip_archiver/unpacker/_locales/de/messages.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "name": {
- "message": "ZIP-Datei-Entpacker",
- "description": "Name of the ZIP unpacker app."
- },
- "description": {
- "message": "ZIP-Dateien in App \"Dateien\" öffnen",
- "description": "Short description of the ZIP unpacker app."
- },
- "mountErrorTitle": {
- "message": "Ein Archiv konnte nicht geöffnet werden.",
- "description": "Title of a notification with a mounting error message."
- },
- "existsErrorMessage": {
- "message": "Das Archiv ist schon bereitgestellt.",
- "description": "Error message when the archive is already mounted."
- },
- "otherErrorMessage": {
- "message": "Das Archivformat wird nicht unterstützt oder die Datei ist fehlerhaft.",
- "description": "Error message when opening an archive fails because of an unknown reason."
- },
- "mountingMessage": {
- "message": "Das Archiv wird geprüft. Bitte warten...",
- "description": "Message shown when opening an archive takes long time."
- },
- "passphraseTitle": {
- "message": "Diese Datei ist passwortgeschützt.",
- "description": "Title of the password input dialog."
- },
- "passphraseInputLabel": {
- "message": "Passwort",
- "description": "Label of the password input field."
- },
- "passphraseAccept": {
- "message": "Akzeptieren",
- "description": "Short name of the password accept button."
- },
- "passphraseCancel": {
- "message": "Abbrechen",
- "description": "Short name of the password cancel button."
- },
- "passphraseRemember": {
- "message": "Merken",
- "description": "Title for of a checkbox whether the password should be remembered. Please keep it as short."
- }
-}

Powered by Google App Engine
This is Rietveld 408576698