Skip to content

Commit 2301e43

Browse files
committed
Çeviri sisteminde güncelleme
1 parent e43a8a4 commit 2301e43

3 files changed

Lines changed: 53 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ INSTALL = /usr/bin/install -c
99
UNINSTALL = rm -f
1010
MKDIR = mkdir -p
1111

12-
PO_FILES = i18n/tr.po
12+
PO_FILES = po/tr.po
1313

1414
.PHONY: i18n
1515
i18n: $(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

3636
uninstall:
@@ -42,4 +42,4 @@ uninstall:
4242
-$(UNINSTALL) "$(DESTDIR)$(localedir)/tr/LC_MESSAGES/bootableusb.mo"
4343

4444
clean:
45-
-$(UNINSTALL) i18n/*.mo
45+
-$(UNINSTALL) po/*.mo

po/en.pot

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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.

0 commit comments

Comments
 (0)