File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ INSTALL = /usr/bin/install -c
99UNINSTALL = rm -f
1010MKDIR = mkdir -p
1111
12- PO_FILES = i18n /tr.po
12+ PO_FILES = po /tr.po
1313
1414.PHONY : i18n
1515i18n : $(PO_FILES:po=mo )
@@ -30,7 +30,7 @@ install: makedir
3030 " $( DESTDIR) $( mandir) /man1/bootableusb.1"
3131 $(INSTALL ) -m 644 man/bootableusb.1.tr \
3232 " $( DESTDIR) $( mandir) /tr/man1/bootableusb.1"
33- $(INSTALL ) -m 644 i18n /tr.mo \
33+ $(INSTALL ) -m 644 po /tr.mo \
3434 " $( DESTDIR) $( localedir) /tr/LC_MESSAGES/bootableusb.mo"
3535
3636uninstall :
@@ -42,4 +42,4 @@ uninstall:
4242 -$(UNINSTALL ) " $( DESTDIR) $( localedir) /tr/LC_MESSAGES/bootableusb.mo"
4343
4444clean :
45- -$(UNINSTALL ) i18n /* .mo
45+ -$(UNINSTALL ) po /* .mo
Original file line number Diff line number Diff line change 1+ msgid "All Storage Devices"
2+ msgstr ""
3+
4+ msgid "Error: mkdosfs or mkfs.msdos program not found!"
5+ msgstr ""
6+
7+ msgid "Install Windows"
8+ msgstr ""
9+
10+ msgid "Boot Linux ISO Image"
11+ msgstr ""
12+
13+ msgid "Run from RAM"
14+ msgstr ""
15+
16+ msgid "Live"
17+ msgstr ""
18+
19+ msgid "Setup"
20+ msgstr ""
21+
22+ msgid "Error: this drive contains multiple partitions!"
23+ msgstr ""
24+
25+ msgid "Error: unable to securely unmount %s"
26+ msgstr ""
27+
28+ msgid "Finalizing, please wait..."
29+ msgstr ""
30+
31+ msgid "Error: the device is in use by another process. \nPlease close any other process that may be accessing the device. \nError Code: %s"
32+ msgstr ""
33+
34+ msgid "Copying files..."
35+ msgstr ""
36+
37+ msgid "Error: unknown option - '%s'"
38+ msgstr ""
39+
40+ msgid "Error: '%s' device not found."
41+ msgstr ""
42+
43+ msgid "Error: you should run this script as root!"
44+ msgstr ""
45+
46+ msgid "Error: no install method specified!"
47+ msgstr ""
48+
49+ msgid "WARNING: ALL DATA ON DEVICE '%s' WILL BE DESTROYED. \nAre you sure you want to continue? (y/n)"
50+ msgstr ""
File renamed without changes.
You can’t perform that action at this time.
0 commit comments