author | cniehaus <cniehaus> | 2002-11-21 15:19:45 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-11-21 15:19:45 (UTC) |
commit | 10cd03eb7108ef66614790ba2b5482a9bc9a87fd (patch) (unidiff) | |
tree | 921406b13eaa32d7c4eb776e6a1b20f73924b61d | |
parent | 50058bc62134e4a23da48bb9f797a66fb25b1f91 (diff) | |
download | opie-10cd03eb7108ef66614790ba2b5482a9bc9a87fd.zip opie-10cd03eb7108ef66614790ba2b5482a9bc9a87fd.tar.gz opie-10cd03eb7108ef66614790ba2b5482a9bc9a87fd.tar.bz2 |
danish i18n
-rw-r--r-- | core/apps/helpbrowser/helpbrowser.pro | 5 | ||||
-rw-r--r-- | core/pim/today/today.pro | 9 | ||||
-rw-r--r-- | core/settings/light-and-power/light-and-power.pro | 3 | ||||
-rw-r--r-- | libopie/libopie.pro | 3 | ||||
-rw-r--r-- | libopie/ofileselector/libopie.pro | 3 | ||||
-rw-r--r-- | libopie/pim/libopie.pro | 3 | ||||
-rw-r--r-- | noncore/multimedia/showimg/showimg.pro | 3 | ||||
-rw-r--r-- | noncore/settings/language/language.pro | 3 | ||||
-rw-r--r-- | noncore/tools/calculator/calculator.pro | 3 | ||||
-rw-r--r-- | noncore/tools/clock/clock.pro | 5 |
10 files changed, 25 insertions, 15 deletions
diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro index d87699d..aa446dc 100644 --- a/core/apps/helpbrowser/helpbrowser.pro +++ b/core/apps/helpbrowser/helpbrowser.pro | |||
@@ -1,26 +1,27 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = helpbrowser.h | 4 | HEADERS = helpbrowser.h |
5 | SOURCES = helpbrowser.cpp \ | 5 | SOURCES = helpbrowser.cpp \ |
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES= | 10 | INTERFACES= |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/helpbrowser.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/helpbrowser.ts \ |
13 | ../../../i18n/en/helpbrowser.ts \ | 13 | ../../../i18n/en/helpbrowser.ts \ |
14 | ../../../i18n/es/helpbrowser.ts \ | 14 | ../../../i18n/es/helpbrowser.ts \ |
15 | ../../../i18n/fr/helpbrowser.ts \ | 15 | ../../../i18n/fr/helpbrowser.ts \ |
16 | ../../../i18n/hu/helpbrowser.ts \ | 16 | ../../../i18n/hu/helpbrowser.ts \ |
17 | ../../../i18n/ja/helpbrowser.ts \ | 17 | ../../../i18n/ja/helpbrowser.ts \ |
18 | ../../../i18n/ko/helpbrowser.ts \ | 18 | ../../../i18n/ko/helpbrowser.ts \ |
19 | ../../../i18n/no/helpbrowser.ts \ | 19 | ../../../i18n/no/helpbrowser.ts \ |
20 | ../../../i18n/pl/helpbrowser.ts \ | 20 | ../../../i18n/pl/helpbrowser.ts \ |
21 | ../../../i18n/pt/helpbrowser.ts \ | 21 | ../../../i18n/pt/helpbrowser.ts \ |
22 | ../../../i18n/pt_BR/helpbrowser.ts \ | 22 | ../../../i18n/pt_BR/helpbrowser.ts \ |
23 | ../../../i18n/sl/helpbrowser.ts \ | 23 | ../../../i18n/sl/helpbrowser.ts \ |
24 | ../../../i18n/zh_CN/helpbrowser.ts \ | 24 | ../../../i18n/zh_CN/helpbrowser.ts \ |
25 | ../../../i18n/it/helpbrowser.ts \ | 25 | ../../../i18n/it/helpbrowser.ts \ |
26 | ../../../i18n/zh_TW/helpbrowser.ts | 26 | ../../../i18n/zh_TW/helpbrowser.ts \ |
27 | ../../../i18n/da/helpbrowser.ts | ||
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro index 8596da3..e989f79 100644 --- a/core/pim/today/today.pro +++ b/core/pim/today/today.pro | |||
@@ -1,27 +1,28 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on debug | 2 | CONFIG = qt warn_on debug |
3 | #CONFIG = qt warn_on release | 3 | #CONFIG = qt warn_on release |
4 | HEADERS = today.h todaybase.h todayconfig.h | 4 | HEADERS = today.h todaybase.h todayconfig.h |
5 | SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp | 5 | SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe -lopie | 8 | LIBS += -lqpe -lopie |
9 | INTERFACES= | 9 | INTERFACES= |
10 | TARGET = today | 10 | TARGET = today |
11 | DESTDIR = $(OPIEDIR)/bin | 11 | DESTDIR = $(OPIEDIR)/bin |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/today.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/today.ts \ |
14 | ../../../i18n/en/today.ts \ | 14 | ../../../i18n/en/today.ts \ |
15 | ../../../i18n/es/today.ts \ | 15 | ../../../i18n/es/today.ts \ |
16 | ../../../i18n/fr/today.ts \ | 16 | ../../../i18n/fr/today.ts \ |
17 | ../../../i18n/hu/today.ts \ | 17 | ../../../i18n/hu/today.ts \ |
18 | ../../../i18n/ja/today.ts \ | 18 | ../../../i18n/ja/today.ts \ |
19 | ../../../i18n/ko/today.ts \ | 19 | ../../../i18n/ko/today.ts \ |
20 | ../../../i18n/no/today.ts \ | 20 | ../../../i18n/no/today.ts \ |
21 | ../../../i18n/pl/today.ts \ | 21 | ../../../i18n/pl/today.ts \ |
22 | ../../../i18n/pt/today.ts \ | 22 | ../../../i18n/pt/today.ts \ |
23 | ../../../i18n/pt_BR/today.ts \ | 23 | ../../../i18n/pt_BR/today.ts \ |
24 | ../../../i18n/sl/today.ts \ | 24 | ../../../i18n/sl/today.ts \ |
25 | ../../../i18n/zh_CN/today.ts \ | 25 | ../../../i18n/zh_CN/today.ts \ |
26 | ../../../i18n/zh_TW/today.ts \ | 26 | ../../../i18n/zh_TW/today.ts \ |
27 | ../../../i18n/it/today.ts \ No newline at end of file | 27 | ../../../i18n/it/today.ts \ |
28 | ../../../i18n/da/today.ts | ||
diff --git a/core/settings/light-and-power/light-and-power.pro b/core/settings/light-and-power/light-and-power.pro index 80c6631..455d246 100644 --- a/core/settings/light-and-power/light-and-power.pro +++ b/core/settings/light-and-power/light-and-power.pro | |||
@@ -1,26 +1,27 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on debug | 2 | CONFIG += qt warn_on debug |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = light.h sensor.h calibration.h | 4 | HEADERS = light.h sensor.h calibration.h |
5 | SOURCES = light.cpp main.cpp sensor.cpp calibration.cpp | 5 | SOURCES = light.cpp main.cpp sensor.cpp calibration.cpp |
6 | INTERFACES= lightsettingsbase.ui sensorbase.ui | 6 | INTERFACES= lightsettingsbase.ui sensorbase.ui |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= ../$(OPIEDIR)/include | 8 | DEPENDPATH+= ../$(OPIEDIR)/include |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | TARGET = light-and-power | 10 | TARGET = light-and-power |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/light-and-power.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/light-and-power.ts \ |
13 | ../../../i18n/en/light-and-power.ts \ | 13 | ../../../i18n/en/light-and-power.ts \ |
14 | ../../../i18n/es/light-and-power.ts \ | 14 | ../../../i18n/es/light-and-power.ts \ |
15 | ../../../i18n/fr/light-and-power.ts \ | 15 | ../../../i18n/fr/light-and-power.ts \ |
16 | ../../../i18n/hu/light-and-power.ts \ | 16 | ../../../i18n/hu/light-and-power.ts \ |
17 | ../../../i18n/ja/light-and-power.ts \ | 17 | ../../../i18n/ja/light-and-power.ts \ |
18 | ../../../i18n/ko/light-and-power.ts \ | 18 | ../../../i18n/ko/light-and-power.ts \ |
19 | ../../../i18n/no/light-and-power.ts \ | 19 | ../../../i18n/no/light-and-power.ts \ |
20 | ../../../i18n/pl/light-and-power.ts \ | 20 | ../../../i18n/pl/light-and-power.ts \ |
21 | ../../../i18n/pt/light-and-power.ts \ | 21 | ../../../i18n/pt/light-and-power.ts \ |
22 | ../../../i18n/pt_BR/light-and-power.ts \ | 22 | ../../../i18n/pt_BR/light-and-power.ts \ |
23 | ../../../i18n/sl/light-and-power.ts \ | 23 | ../../../i18n/sl/light-and-power.ts \ |
24 | ../../../i18n/zh_CN/light-and-power.ts \ | 24 | ../../../i18n/zh_CN/light-and-power.ts \ |
25 | ../../../i18n/zh_TW/light-and-power.ts \ | 25 | ../../../i18n/zh_TW/light-and-power.ts \ |
26 | ../../../i18n/it/light-and-power.ts | 26 | ../../../i18n/it/light-and-power.ts \ |
27 | ../../../i18n/da/light-and-power.ts | ||
diff --git a/libopie/libopie.pro b/libopie/libopie.pro index ef82dfd..b7537cc 100644 --- a/libopie/libopie.pro +++ b/libopie/libopie.pro | |||
@@ -1,92 +1,93 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qte warn_on release | 2 | CONFIG += qte warn_on release |
3 | HEADERS = ofontmenu.h \ | 3 | HEADERS = ofontmenu.h \ |
4 | ocolorbutton.h \ | 4 | ocolorbutton.h \ |
5 | ofiledialog.h ofileselector.h tododb.h \ | 5 | ofiledialog.h ofileselector.h tododb.h \ |
6 | ocheckitem.h todoevent.h todoresource.h \ | 6 | ocheckitem.h todoevent.h todoresource.h \ |
7 | todovcalresource.h xmltree.h \ | 7 | todovcalresource.h xmltree.h \ |
8 | colordialog.h colorpopupmenu.h \ | 8 | colordialog.h colorpopupmenu.h \ |
9 | oclickablelabel.h oprocctrl.h \ | 9 | oclickablelabel.h oprocctrl.h \ |
10 | oprocess.h odevice.h \ | 10 | oprocess.h odevice.h \ |
11 | otimepicker.h otabwidget.h \ | 11 | otimepicker.h otabwidget.h \ |
12 | otabbar.h otabinfo.h \ | 12 | otabbar.h otabinfo.h \ |
13 | ofontselector.h \ | 13 | ofontselector.h \ |
14 | pim/opimrecord.h \ | 14 | pim/opimrecord.h \ |
15 | pim/otodo.h \ | 15 | pim/otodo.h \ |
16 | pim/orecordlist.h \ | 16 | pim/orecordlist.h \ |
17 | pim/opimaccesstemplate.h \ | 17 | pim/opimaccesstemplate.h \ |
18 | pim/opimaccessbackend.h \ | 18 | pim/opimaccessbackend.h \ |
19 | pim/otodoaccess.h \ | 19 | pim/otodoaccess.h \ |
20 | pim/otodoaccessbackend.h \ | 20 | pim/otodoaccessbackend.h \ |
21 | pim/ocontact.h \ | 21 | pim/ocontact.h \ |
22 | pim/ocontactaccess.h \ | 22 | pim/ocontactaccess.h \ |
23 | pim/ocontactaccessbackend.h \ | 23 | pim/ocontactaccessbackend.h \ |
24 | pim/ocontactaccessbackend_xml.h \ | 24 | pim/ocontactaccessbackend_xml.h \ |
25 | pim/ocontactaccessbackend_vcard.h \ | 25 | pim/ocontactaccessbackend_vcard.h \ |
26 | pim/obackendfactory.h \ | 26 | pim/obackendfactory.h \ |
27 | pim/opimcache.h \ | 27 | pim/opimcache.h \ |
28 | pim/otodoaccessvcal.h \ | 28 | pim/otodoaccessvcal.h \ |
29 | pim/orecur.h \ | 29 | pim/orecur.h \ |
30 | pim/opimstate.h \ | 30 | pim/opimstate.h \ |
31 | pim/opimxrefpartner.h \ | 31 | pim/opimxrefpartner.h \ |
32 | pim/opimxref.h \ | 32 | pim/opimxref.h \ |
33 | pim/opimxrefmanager.h \ | 33 | pim/opimxrefmanager.h \ |
34 | pim/opimmaintainer.h \ | 34 | pim/opimmaintainer.h \ |
35 | orecurrancewidget.h \ | 35 | orecurrancewidget.h \ |
36 | oticker.h | 36 | oticker.h |
37 | # pim/otodoaccesssql.h \ | 37 | # pim/otodoaccesssql.h \ |
38 | 38 | ||
39 | SOURCES = ofontmenu.cc \ | 39 | SOURCES = ofontmenu.cc \ |
40 | ocolorbutton.cpp \ | 40 | ocolorbutton.cpp \ |
41 | sharp_compat.cpp \ | 41 | sharp_compat.cpp \ |
42 | xmltree.cc \ | 42 | xmltree.cc \ |
43 | ofiledialog.cc ofileselector.cc \ | 43 | ofiledialog.cc ofileselector.cc \ |
44 | ocheckitem.cpp tododb.cpp todoevent.cpp \ | 44 | ocheckitem.cpp tododb.cpp todoevent.cpp \ |
45 | todovcalresource.cpp colordialog.cpp \ | 45 | todovcalresource.cpp colordialog.cpp \ |
46 | colorpopupmenu.cpp oclickablelabel.cpp \ | 46 | colorpopupmenu.cpp oclickablelabel.cpp \ |
47 | oprocctrl.cpp oprocess.cpp \ | 47 | oprocctrl.cpp oprocess.cpp \ |
48 | odevice.cpp otimepicker.cpp \ | 48 | odevice.cpp otimepicker.cpp \ |
49 | otabwidget.cpp otabbar.cpp \ | 49 | otabwidget.cpp otabbar.cpp \ |
50 | ofontselector.cpp \ | 50 | ofontselector.cpp \ |
51 | pim/otodo.cpp \ | 51 | pim/otodo.cpp \ |
52 | pim/opimrecord.cpp \ | 52 | pim/opimrecord.cpp \ |
53 | pim/otodoaccess.cpp \ | 53 | pim/otodoaccess.cpp \ |
54 | pim/otodoaccessbackend.cpp \ | 54 | pim/otodoaccessbackend.cpp \ |
55 | pim/otodoaccessxml.cpp \ | 55 | pim/otodoaccessxml.cpp \ |
56 | pim/ocontact.cpp \ | 56 | pim/ocontact.cpp \ |
57 | pim/ocontactaccess.cpp \ | 57 | pim/ocontactaccess.cpp \ |
58 | pim/ocontactaccessbackend_vcard.cpp \ | 58 | pim/ocontactaccessbackend_vcard.cpp \ |
59 | pim/otodoaccessvcal.cpp \ | 59 | pim/otodoaccessvcal.cpp \ |
60 | pim/orecur.cpp \ | 60 | pim/orecur.cpp \ |
61 | pim/opimstate.cpp \ | 61 | pim/opimstate.cpp \ |
62 | pim/opimxrefpartner.cpp \ | 62 | pim/opimxrefpartner.cpp \ |
63 | pim/opimxref.cpp \ | 63 | pim/opimxref.cpp \ |
64 | pim/opimxrefmanager.cpp \ | 64 | pim/opimxrefmanager.cpp \ |
65 | pim/opimmaintainer.cpp \ | 65 | pim/opimmaintainer.cpp \ |
66 | orecurrancewidget.cpp \ | 66 | orecurrancewidget.cpp \ |
67 | oticker.cpp | 67 | oticker.cpp |
68 | # pim/otodoaccesssql.cpp \ | 68 | # pim/otodoaccesssql.cpp \ |
69 | 69 | ||
70 | TARGET = opie | 70 | TARGET = opie |
71 | INCLUDEPATH += $(OPIEDIR)/include | 71 | INCLUDEPATH += $(OPIEDIR)/include |
72 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 72 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
73 | #VERSION = 1.0.0 | 73 | #VERSION = 1.0.0 |
74 | 74 | ||
75 | # LIBS += -lopiesql | 75 | # LIBS += -lopiesql |
76 | 76 | ||
77 | INTERFACES = otimepickerbase.ui orecurrancebase.ui | 77 | INTERFACES = otimepickerbase.ui orecurrancebase.ui |
78 | 78 | ||
79 | TRANSLATIONS = ../i18n/de/libopie.ts \ | 79 | TRANSLATIONS = ../i18n/de/libopie.ts \ |
80 | ../i18n/en/libopie.ts \ | 80 | ../i18n/en/libopie.ts \ |
81 | ../i18n/es/libopie.ts \ | 81 | ../i18n/es/libopie.ts \ |
82 | ../i18n/fr/libopie.ts \ | 82 | ../i18n/fr/libopie.ts \ |
83 | ../i18n/hu/libopie.ts \ | 83 | ../i18n/hu/libopie.ts \ |
84 | ../i18n/ja/libopie.ts \ | 84 | ../i18n/ja/libopie.ts \ |
85 | ../i18n/ko/libopie.ts \ | 85 | ../i18n/ko/libopie.ts \ |
86 | ../i18n/no/libopie.ts \ | 86 | ../i18n/no/libopie.ts \ |
87 | ../i18n/pl/libopie.ts \ | 87 | ../i18n/pl/libopie.ts \ |
88 | ../i18n/pt/libopie.ts \ | 88 | ../i18n/pt/libopie.ts \ |
89 | ../i18n/pt_BR/libopie.ts \ | 89 | ../i18n/pt_BR/libopie.ts \ |
90 | ../i18n/sl/libopie.ts \ | 90 | ../i18n/sl/libopie.ts \ |
91 | ../i18n/zh_CN/libopie.ts \ | 91 | ../i18n/zh_CN/libopie.ts \ |
92 | ../i18n/zh_TW/libopie.ts | 92 | ../i18n/zh_TW/libopie.ts \ |
93 | ../i18n/da/libopie.ts | ||
diff --git a/libopie/ofileselector/libopie.pro b/libopie/ofileselector/libopie.pro index a694073..c97eabb 100644 --- a/libopie/ofileselector/libopie.pro +++ b/libopie/ofileselector/libopie.pro | |||
@@ -1,97 +1,98 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qte warn_on release | 2 | CONFIG += qte warn_on release |
3 | HEADERS = ofontmenu.h \ | 3 | HEADERS = ofontmenu.h \ |
4 | ocolorbutton.h \ | 4 | ocolorbutton.h \ |
5 | ofileselector/odefaultfactories.h \ | 5 | ofileselector/odefaultfactories.h \ |
6 | ofileselector/ofiledialog.h \ | 6 | ofileselector/ofiledialog.h \ |
7 | ofileselector/ofilelistview.h \ | 7 | ofileselector/ofilelistview.h \ |
8 | ofileselector/ofileselector.h \ | 8 | ofileselector/ofileselector.h \ |
9 | ofileselector/ofileselectoritem.h \ | 9 | ofileselector/ofileselectoritem.h \ |
10 | ofileselector/ofileselectormain.h \ | 10 | ofileselector/ofileselectormain.h \ |
11 | ofileselector/ofileview.h \ | 11 | ofileselector/ofileview.h \ |
12 | ofileselector/olister.h \ | 12 | ofileselector/olister.h \ |
13 | ofileselector/olocallister.h \ | 13 | ofileselector/olocallister.h \ |
14 | ofileselector/opixmapprovider.h \ | 14 | ofileselector/opixmapprovider.h \ |
15 | tododb.h \ | 15 | tododb.h \ |
16 | ocheckitem.h todoevent.h todoresource.h \ | 16 | ocheckitem.h todoevent.h todoresource.h \ |
17 | todovcalresource.h xmltree.h \ | 17 | todovcalresource.h xmltree.h \ |
18 | colordialog.h colorpopupmenu.h \ | 18 | colordialog.h colorpopupmenu.h \ |
19 | oclickablelabel.h oprocctrl.h \ | 19 | oclickablelabel.h oprocctrl.h \ |
20 | oprocess.h odevice.h \ | 20 | oprocess.h odevice.h \ |
21 | otimepicker.h otabwidget.h \ | 21 | otimepicker.h otabwidget.h \ |
22 | otabbar.h otabinfo.h \ | 22 | otabbar.h otabinfo.h \ |
23 | ofontselector.h \ | 23 | ofontselector.h \ |
24 | pim/opimrecord.h \ | 24 | pim/opimrecord.h \ |
25 | pim/otodo.h \ | 25 | pim/otodo.h \ |
26 | pim/orecordlist.h \ | 26 | pim/orecordlist.h \ |
27 | pim/opimaccesstemplate.h \ | 27 | pim/opimaccesstemplate.h \ |
28 | pim/opimaccessbackend.h \ | 28 | pim/opimaccessbackend.h \ |
29 | pim/otodoaccess.h \ | 29 | pim/otodoaccess.h \ |
30 | pim/otodacessbackend.h \ | 30 | pim/otodacessbackend.h \ |
31 | pim/ocontact.h \ | 31 | pim/ocontact.h \ |
32 | pim/ocontactaccess.h \ | 32 | pim/ocontactaccess.h \ |
33 | pim/ocontactaccessbackend.h \ | 33 | pim/ocontactaccessbackend.h \ |
34 | pim/ocontactaccessbackend_xml.h \ | 34 | pim/ocontactaccessbackend_xml.h \ |
35 | pim/obackendfactory.h \ | 35 | pim/obackendfactory.h \ |
36 | pim/opimcache.h \ | 36 | pim/opimcache.h \ |
37 | pim/otodoaccessvcal.h \ | 37 | pim/otodoaccessvcal.h \ |
38 | pim/orecur.h \ | 38 | pim/orecur.h \ |
39 | orecurrancewidget.h | 39 | orecurrancewidget.h |
40 | # pim/otodoaccesssql.h \ | 40 | # pim/otodoaccesssql.h \ |
41 | 41 | ||
42 | SOURCES = ofontmenu.cc \ | 42 | SOURCES = ofontmenu.cc \ |
43 | ocolorbutton.cpp \ | 43 | ocolorbutton.cpp \ |
44 | ofileselector/odefaultfactories.cpp \ | 44 | ofileselector/odefaultfactories.cpp \ |
45 | ofileselector/ofiledialog.cpp \ | 45 | ofileselector/ofiledialog.cpp \ |
46 | ofileselector/ofilefactory.cpp \ | 46 | ofileselector/ofilefactory.cpp \ |
47 | ofileselector/ofilelistview.cpp \ | 47 | ofileselector/ofilelistview.cpp \ |
48 | ofileselector/ofileselector.cpp \ | 48 | ofileselector/ofileselector.cpp \ |
49 | ofileselector/ofileselectoritem.cpp \ | 49 | ofileselector/ofileselectoritem.cpp \ |
50 | ofileselector/ofileselectormain.cpp \ | 50 | ofileselector/ofileselectormain.cpp \ |
51 | ofileselector/ofileview.cpp \ | 51 | ofileselector/ofileview.cpp \ |
52 | ofileselector/olister.cpp \ | 52 | ofileselector/olister.cpp \ |
53 | ofileselector/olocallister.cpp \ | 53 | ofileselector/olocallister.cpp \ |
54 | ofileselector/opixmapprovider.cpp \ | 54 | ofileselector/opixmapprovider.cpp \ |
55 | xmltree.cc \ | 55 | xmltree.cc \ |
56 | ocheckitem.cpp tododb.cpp todoevent.cpp \ | 56 | ocheckitem.cpp tododb.cpp todoevent.cpp \ |
57 | todovcalresource.cpp colordialog.cpp \ | 57 | todovcalresource.cpp colordialog.cpp \ |
58 | colorpopupmenu.cpp oclickablelabel.cpp \ | 58 | colorpopupmenu.cpp oclickablelabel.cpp \ |
59 | oprocctrl.cpp oprocess.cpp \ | 59 | oprocctrl.cpp oprocess.cpp \ |
60 | odevice.cpp otimepicker.cpp \ | 60 | odevice.cpp otimepicker.cpp \ |
61 | otabwidget.cpp otabbar.cpp \ | 61 | otabwidget.cpp otabbar.cpp \ |
62 | ofontselector.cpp \ | 62 | ofontselector.cpp \ |
63 | pim/otodo.cpp \ | 63 | pim/otodo.cpp \ |
64 | pim/opimrecord.cpp \ | 64 | pim/opimrecord.cpp \ |
65 | pim/otodoaccess.cpp \ | 65 | pim/otodoaccess.cpp \ |
66 | pim/otodoaccessbackend.cpp \ | 66 | pim/otodoaccessbackend.cpp \ |
67 | pim/otodoaccessxml.cpp \ | 67 | pim/otodoaccessxml.cpp \ |
68 | pim/ocontact.cpp \ | 68 | pim/ocontact.cpp \ |
69 | pim/ocontactaccess.cpp \ | 69 | pim/ocontactaccess.cpp \ |
70 | pim/otodoaccessvcal.cpp \ | 70 | pim/otodoaccessvcal.cpp \ |
71 | pim/orecur.cpp \ | 71 | pim/orecur.cpp \ |
72 | orecurrancewidget.cpp | 72 | orecurrancewidget.cpp |
73 | # pim/otodoaccesssql.cpp \ | 73 | # pim/otodoaccesssql.cpp \ |
74 | 74 | ||
75 | TARGET = opie | 75 | TARGET = opie |
76 | INCLUDEPATH += $(OPIEDIR)/include | 76 | INCLUDEPATH += $(OPIEDIR)/include |
77 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 77 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
78 | #VERSION = 1.0.0 | 78 | #VERSION = 1.0.0 |
79 | 79 | ||
80 | # LIBS += -lopiesql | 80 | # LIBS += -lopiesql |
81 | 81 | ||
82 | INTERFACES = otimepickerbase.ui orecurrancebase.ui | 82 | INTERFACES = otimepickerbase.ui orecurrancebase.ui |
83 | 83 | ||
84 | TRANSLATIONS = ../i18n/de/libopie.ts \ | 84 | TRANSLATIONS = ../i18n/de/libopie.ts \ |
85 | ../i18n/en/libopie.ts \ | 85 | ../i18n/en/libopie.ts \ |
86 | ../i18n/es/libopie.ts \ | 86 | ../i18n/es/libopie.ts \ |
87 | ../i18n/fr/libopie.ts \ | 87 | ../i18n/fr/libopie.ts \ |
88 | ../i18n/hu/libopie.ts \ | 88 | ../i18n/hu/libopie.ts \ |
89 | ../i18n/ja/libopie.ts \ | 89 | ../i18n/ja/libopie.ts \ |
90 | ../i18n/ko/libopie.ts \ | 90 | ../i18n/ko/libopie.ts \ |
91 | ../i18n/no/libopie.ts \ | 91 | ../i18n/no/libopie.ts \ |
92 | ../i18n/pl/libopie.ts \ | 92 | ../i18n/pl/libopie.ts \ |
93 | ../i18n/pt/libopie.ts \ | 93 | ../i18n/pt/libopie.ts \ |
94 | ../i18n/pt_BR/libopie.ts \ | 94 | ../i18n/pt_BR/libopie.ts \ |
95 | ../i18n/sl/libopie.ts \ | 95 | ../i18n/sl/libopie.ts \ |
96 | ../i18n/zh_CN/libopie.ts \ | 96 | ../i18n/zh_CN/libopie.ts \ |
97 | ../i18n/zh_TW/libopie.ts | 97 | ../i18n/zh_TW/libopie.ts \ |
98 | ../i18n/da/libopie.ts | ||
diff --git a/libopie/pim/libopie.pro b/libopie/pim/libopie.pro index b871374..1a7b64c 100644 --- a/libopie/pim/libopie.pro +++ b/libopie/pim/libopie.pro | |||
@@ -1,77 +1,78 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qte warn_on release | 2 | CONFIG += qte warn_on release |
3 | HEADERS = ofontmenu.h \ | 3 | HEADERS = ofontmenu.h \ |
4 | tododb.h \ | 4 | tododb.h \ |
5 | todoevent.h todoresource.h \ | 5 | todoevent.h todoresource.h \ |
6 | todovcalresource.h xmltree.h \ | 6 | todovcalresource.h xmltree.h \ |
7 | colordialog.h colorpopupmenu.h \ | 7 | colordialog.h colorpopupmenu.h \ |
8 | oclickablelabel.h oprocctrl.h \ | 8 | oclickablelabel.h oprocctrl.h \ |
9 | oprocess.h odevice.h \ | 9 | oprocess.h odevice.h \ |
10 | otimepicker.h otabwidget.h \ | 10 | otimepicker.h otabwidget.h \ |
11 | otabbar.h otabinfo.h \ | 11 | otabbar.h otabinfo.h \ |
12 | ofileselector/ofiledialog.h \ | 12 | ofileselector/ofiledialog.h \ |
13 | ofileselector/ofilelistview.h \ | 13 | ofileselector/ofilelistview.h \ |
14 | ofileselector/ofileselector.h \ | 14 | ofileselector/ofileselector.h \ |
15 | ofileselector/ofileselectoritem.h \ | 15 | ofileselector/ofileselectoritem.h \ |
16 | ofileselector/ofileview.h \ | 16 | ofileselector/ofileview.h \ |
17 | ofileselector/olister.h \ | 17 | ofileselector/olister.h \ |
18 | ofileselector/olocallister.h \ | 18 | ofileselector/olocallister.h \ |
19 | ofileselector/ofileselectormain.h \ | 19 | ofileselector/ofileselectormain.h \ |
20 | pim/opimrecord.h \ | 20 | pim/opimrecord.h \ |
21 | pim/otodo.h \ | 21 | pim/otodo.h \ |
22 | pim/orecordlist.h \ | 22 | pim/orecordlist.h \ |
23 | pim/opimaccesstemplate.h \ | 23 | pim/opimaccesstemplate.h \ |
24 | pim/opimaccessbackend.h \ | 24 | pim/opimaccessbackend.h \ |
25 | pim/otodoaccess.h \ | 25 | pim/otodoaccess.h \ |
26 | pim/otodacessbackend.h \ | 26 | pim/otodacessbackend.h \ |
27 | pim/ocontact.h \ | 27 | pim/ocontact.h \ |
28 | pim/ocontactaccess.h \ | 28 | pim/ocontactaccess.h \ |
29 | pim/ocontactaccessbackend.h \ | 29 | pim/ocontactaccessbackend.h \ |
30 | pim/ocontactaccessbackend_xml.h \ | 30 | pim/ocontactaccessbackend_xml.h \ |
31 | pim/orecord.h | 31 | pim/orecord.h |
32 | 32 | ||
33 | SOURCES = ofontmenu.cc \ | 33 | SOURCES = ofontmenu.cc \ |
34 | xmltree.cc \ | 34 | xmltree.cc \ |
35 | tododb.cpp todoevent.cpp \ | 35 | tododb.cpp todoevent.cpp \ |
36 | todovcalresource.cpp colordialog.cpp \ | 36 | todovcalresource.cpp colordialog.cpp \ |
37 | colorpopupmenu.cpp oclickablelabel.cpp \ | 37 | colorpopupmenu.cpp oclickablelabel.cpp \ |
38 | oprocctrl.cpp oprocess.cpp \ | 38 | oprocctrl.cpp oprocess.cpp \ |
39 | odevice.cpp otimepicker.cpp \ | 39 | odevice.cpp otimepicker.cpp \ |
40 | otabwidget.cpp otabbar.cpp \ | 40 | otabwidget.cpp otabbar.cpp \ |
41 | ofileselector/ofiledialog.cpp \ | 41 | ofileselector/ofiledialog.cpp \ |
42 | ofileselector/ofilelistview.cpp \ | 42 | ofileselector/ofilelistview.cpp \ |
43 | ofileselector/ofileselector.cpp \ | 43 | ofileselector/ofileselector.cpp \ |
44 | ofileselector/ofileselectoritem.cpp \ | 44 | ofileselector/ofileselectoritem.cpp \ |
45 | ofileselector/ofileview.cpp \ | 45 | ofileselector/ofileview.cpp \ |
46 | ofileselector/olister.cpp \ | 46 | ofileselector/olister.cpp \ |
47 | ofileselector/olocallister.cpp \ | 47 | ofileselector/olocallister.cpp \ |
48 | ofileselector/ofileselectormain.cpp \ | 48 | ofileselector/ofileselectormain.cpp \ |
49 | pim/otodo.cpp \ | 49 | pim/otodo.cpp \ |
50 | pim/opimrecord.cpp \ | 50 | pim/opimrecord.cpp \ |
51 | pim/otodoaccess.cpp \ | 51 | pim/otodoaccess.cpp \ |
52 | pim/otodoaccessbackend.cpp \ | 52 | pim/otodoaccessbackend.cpp \ |
53 | pim/ocontact.cpp \ | 53 | pim/ocontact.cpp \ |
54 | pim/ocontactaccess.cpp \ | 54 | pim/ocontactaccess.cpp \ |
55 | pim/orecord.cpp | 55 | pim/orecord.cpp |
56 | 56 | ||
57 | TARGET = opie | 57 | TARGET = opie |
58 | INCLUDEPATH += $(OPIEDIR)/include | 58 | INCLUDEPATH += $(OPIEDIR)/include |
59 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 59 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
60 | #VERSION = 1.0.0 | 60 | #VERSION = 1.0.0 |
61 | 61 | ||
62 | INTERFACES = otimepickerbase.ui | 62 | INTERFACES = otimepickerbase.ui |
63 | 63 | ||
64 | TRANSLATIONS = ../i18n/de/libopie.ts \ | 64 | TRANSLATIONS = ../i18n/de/libopie.ts \ |
65 | ../i18n/en/libopie.ts \ | 65 | ../i18n/en/libopie.ts \ |
66 | ../i18n/es/libopie.ts \ | 66 | ../i18n/es/libopie.ts \ |
67 | ../i18n/fr/libopie.ts \ | 67 | ../i18n/fr/libopie.ts \ |
68 | ../i18n/hu/libopie.ts \ | 68 | ../i18n/hu/libopie.ts \ |
69 | ../i18n/ja/libopie.ts \ | 69 | ../i18n/ja/libopie.ts \ |
70 | ../i18n/ko/libopie.ts \ | 70 | ../i18n/ko/libopie.ts \ |
71 | ../i18n/no/libopie.ts \ | 71 | ../i18n/no/libopie.ts \ |
72 | ../i18n/pl/libopie.ts \ | 72 | ../i18n/pl/libopie.ts \ |
73 | ../i18n/pt/libopie.ts \ | 73 | ../i18n/pt/libopie.ts \ |
74 | ../i18n/pt_BR/libopie.ts \ | 74 | ../i18n/pt_BR/libopie.ts \ |
75 | ../i18n/sl/libopie.ts \ | 75 | ../i18n/sl/libopie.ts \ |
76 | ../i18n/zh_CN/libopie.ts \ | 76 | ../i18n/zh_CN/libopie.ts \ |
77 | ../i18n/zh_TW/libopie.ts | 77 | ../i18n/zh_TW/libopie.ts \ |
78 | ../i18n/da/libopie.ts | ||
diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro index 466cf18..efe16e0 100644 --- a/noncore/multimedia/showimg/showimg.pro +++ b/noncore/multimedia/showimg/showimg.pro | |||
@@ -1,24 +1,25 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = showimg.h ImageFileSelector.h settingsdialog.h settingsdialogbase.h | 4 | HEADERS = showimg.h ImageFileSelector.h settingsdialog.h settingsdialogbase.h |
5 | SOURCES = main.cpp showimg.cpp ImageFileSelector.cpp settingsdialog.cpp settingsdialogbase.cpp | 5 | SOURCES = main.cpp showimg.cpp ImageFileSelector.cpp settingsdialog.cpp settingsdialogbase.cpp |
6 | TARGET = showimg | 6 | TARGET = showimg |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/showimg.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/showimg.ts \ |
12 | ../../../i18n/en/showimg.ts \ | 12 | ../../../i18n/en/showimg.ts \ |
13 | ../../../i18n/es/showimg.ts \ | 13 | ../../../i18n/es/showimg.ts \ |
14 | ../../../i18n/fr/showimg.ts \ | 14 | ../../../i18n/fr/showimg.ts \ |
15 | ../../../i18n/hu/showimg.ts \ | 15 | ../../../i18n/hu/showimg.ts \ |
16 | ../../../i18n/ja/showimg.ts \ | 16 | ../../../i18n/ja/showimg.ts \ |
17 | ../../../i18n/ko/showimg.ts \ | 17 | ../../../i18n/ko/showimg.ts \ |
18 | ../../../i18n/no/showimg.ts \ | 18 | ../../../i18n/no/showimg.ts \ |
19 | ../../../i18n/pl/showimg.ts \ | 19 | ../../../i18n/pl/showimg.ts \ |
20 | ../../../i18n/pt/showimg.ts \ | 20 | ../../../i18n/pt/showimg.ts \ |
21 | ../../../i18n/pt_BR/showimg.ts \ | 21 | ../../../i18n/pt_BR/showimg.ts \ |
22 | ../../../i18n/sl/showimg.ts \ | 22 | ../../../i18n/sl/showimg.ts \ |
23 | ../../../i18n/zh_CN/showimg.ts \ | 23 | ../../../i18n/zh_CN/showimg.ts \ |
24 | ../../../i18n/zh_TW/showimg.ts | 24 | ../../../i18n/zh_TW/showimg.ts \ |
25 | ../../../i18n/da/showimg.ts | ||
diff --git a/noncore/settings/language/language.pro b/noncore/settings/language/language.pro index 11ef3a0..72d56ff 100644 --- a/noncore/settings/language/language.pro +++ b/noncore/settings/language/language.pro | |||
@@ -1,25 +1,26 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = settings.h | 4 | HEADERS = settings.h |
5 | SOURCES = language.cpp main.cpp | 5 | SOURCES = language.cpp main.cpp |
6 | INTERFACES= languagesettingsbase.ui | 6 | INTERFACES= languagesettingsbase.ui |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= ../$(OPIEDIR)/include | 8 | DEPENDPATH+= ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = language | 10 | TARGET = language |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/language.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/language.ts \ |
13 | ../../../i18n/en/language.ts \ | 13 | ../../../i18n/en/language.ts \ |
14 | ../../../i18n/es/language.ts \ | 14 | ../../../i18n/es/language.ts \ |
15 | ../../../i18n/fr/language.ts \ | 15 | ../../../i18n/fr/language.ts \ |
16 | ../../../i18n/hu/language.ts \ | 16 | ../../../i18n/hu/language.ts \ |
17 | ../../../i18n/ja/language.ts \ | 17 | ../../../i18n/ja/language.ts \ |
18 | ../../../i18n/ko/language.ts \ | 18 | ../../../i18n/ko/language.ts \ |
19 | ../../../i18n/no/language.ts \ | 19 | ../../../i18n/no/language.ts \ |
20 | ../../../i18n/pl/language.ts \ | 20 | ../../../i18n/pl/language.ts \ |
21 | ../../../i18n/pt/language.ts \ | 21 | ../../../i18n/pt/language.ts \ |
22 | ../../../i18n/pt_BR/language.ts \ | 22 | ../../../i18n/pt_BR/language.ts \ |
23 | ../../../i18n/sl/language.ts \ | 23 | ../../../i18n/sl/language.ts \ |
24 | ../../../i18n/zh_CN/language.ts \ | 24 | ../../../i18n/zh_CN/language.ts \ |
25 | ../../../i18n/zh_TW/language.ts | 25 | ../../../i18n/zh_TW/language.ts \ |
26 | ../../../i18n/da/language.ts | ||
diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro index 8ede646..c8396c9 100644 --- a/noncore/tools/calculator/calculator.pro +++ b/noncore/tools/calculator/calculator.pro | |||
@@ -1,26 +1,27 @@ | |||
1 | DESTDIR = $(OPIEDIR)/bin | 1 | DESTDIR = $(OPIEDIR)/bin |
2 | TEMPLATE= app | 2 | TEMPLATE= app |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = calculatorimpl.h | 4 | HEADERS = calculatorimpl.h |
5 | SOURCES = calculatorimpl.cpp \ | 5 | SOURCES = calculatorimpl.cpp \ |
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES= calculator.ui | 10 | INTERFACES= calculator.ui |
11 | TARGET = calculator | 11 | TARGET = calculator |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/calculator.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/calculator.ts \ |
14 | ../../../i18n/en/calculator.ts \ | 14 | ../../../i18n/en/calculator.ts \ |
15 | ../../../i18n/es/calculator.ts \ | 15 | ../../../i18n/es/calculator.ts \ |
16 | ../../../i18n/fr/calculator.ts \ | 16 | ../../../i18n/fr/calculator.ts \ |
17 | ../../../i18n/hu/calculator.ts \ | 17 | ../../../i18n/hu/calculator.ts \ |
18 | ../../../i18n/ja/calculator.ts \ | 18 | ../../../i18n/ja/calculator.ts \ |
19 | ../../../i18n/ko/calculator.ts \ | 19 | ../../../i18n/ko/calculator.ts \ |
20 | ../../../i18n/no/calculator.ts \ | 20 | ../../../i18n/no/calculator.ts \ |
21 | ../../../i18n/pl/calculator.ts \ | 21 | ../../../i18n/pl/calculator.ts \ |
22 | ../../../i18n/pt/calculator.ts \ | 22 | ../../../i18n/pt/calculator.ts \ |
23 | ../../../i18n/pt_BR/calculator.ts \ | 23 | ../../../i18n/pt_BR/calculator.ts \ |
24 | ../../../i18n/sl/calculator.ts \ | 24 | ../../../i18n/sl/calculator.ts \ |
25 | ../../../i18n/zh_CN/calculator.ts \ | 25 | ../../../i18n/zh_CN/calculator.ts \ |
26 | ../../../i18n/zh_TW/calculator.ts | 26 | ../../../i18n/zh_TW/calculator.ts \ |
27 | ../../../i18n/da/calculator.ts | ||
diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro index a61f514..554c829 100644 --- a/noncore/tools/clock/clock.pro +++ b/noncore/tools/clock/clock.pro | |||
@@ -1,26 +1,27 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = clock.h setAlarm.h | 4 | HEADERS = clock.h setAlarm.h |
5 | SOURCES = clock.cpp setAlarm.cpp \ | 5 | SOURCES = clock.cpp setAlarm.cpp \ |
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | INTERFACES = | 10 | INTERFACES = |
11 | TARGET = clock | 11 | TARGET = clock |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/clock.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/clock.ts \ |
14 | ../../../i18n/en/clock.ts \ | 14 | ../../../i18n/en/clock.ts \ |
15 | ../../../i18n/es/clock.ts \ | 15 | ../../../i18n/es/clock.ts \ |
16 | ../../../i18n/fr/clock.ts \ | 16 | ../../../i18n/fr/clock.ts \ |
17 | ../../../i18n/hu/clock.ts \ | 17 | ../../../i18n/hu/clock.ts \ |
18 | ../../../i18n/ja/clock.ts \ | 18 | ../../../i18n/ja/clock.ts \ |
19 | ../../../i18n/ko/clock.ts \ | 19 | ../../../i18n/ko/clock.ts \ |
20 | ../../../i18n/no/clock.ts \ | 20 | ../../../i18n/no/clock.ts \ |
21 | ../../../i18n/pl/clock.ts \ | 21 | ../../../i18n/pl/clock.ts \ |
22 | ../../../i18n/pt/clock.ts \ | 22 | ../../../i18n/pt/clock.ts \ |
23 | ../../../i18n/pt_BR/clock.ts \ | 23 | ../../../i18n/pt_BR/clock.ts \ |
24 | ../../../i18n/sl/clock.ts \ | 24 | ../../../i18n/sl/clock.ts \ |
25 | ../../../i18n/zh_CN/clock.ts \ | 25 | ../../../i18n/zh_CN/clock.ts \ |
26 | ../../../i18n/zh_TW/clock.ts | 26 | ../../../i18n/zh_TW/clock.ts \ |
27 | ../../../i18n/da/clock.ts | ||