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

Side by Side Diff: ui/file_manager/zip_archiver/unpacker/_locales/fil/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": "ZIP unpacker",
4 "description": "Name of the ZIP unpacker app."
5 },
6 "description": {
7 "message": "Magbukas ng mga ZIP file sa Files app.",
8 "description": "Short description of the ZIP unpacker app."
9 },
10 "mountErrorTitle": {
11 "message": "Hindi nakapagbukas ng isang archive.",
12 "description": "Title of a notification with a mounting error message."
13 },
14 "existsErrorMessage": {
15 "message": "Na-mount na ang archive.",
16 "description": "Error message when the archive is already mounted."
17 },
18 "otherErrorMessage": {
19 "message": "Hindi sinusuportahan ang format ng archive o sira ang file.",
20 "description": "Error message when opening an archive fails because of an un known reason."
21 },
22 "mountingMessage": {
23 "message": "Mangyaring maghintay, ini-scan ang archive...",
24 "description": "Message shown when opening an archive takes long time."
25 },
26 "passphraseTitle": {
27 "message": "Pinoprotektahan ng password ang file na ito",
28 "description": "Title of the password input dialog."
29 },
30 "passphraseInputLabel": {
31 "message": "Password",
32 "description": "Label of the password input field."
33 },
34 "passphraseAccept": {
35 "message": "Tanggapin",
36 "description": "Short name of the password accept button."
37 },
38 "passphraseCancel": {
39 "message": "Kanselahin",
40 "description": "Short name of the password cancel button."
41 },
42 "passphraseRemember": {
43 "message": "Tandaan",
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