diff --git a/legacy/elementary/config/Makefile.am b/legacy/elementary/config/Makefile.am index 2fb26b10a1..e1381b16ba 100644 --- a/legacy/elementary/config/Makefile.am +++ b/legacy/elementary/config/Makefile.am @@ -1,5 +1,5 @@ MAINTAINERCLEANFILES = Makefile.in -SUBDIRS = default standard illume +SUBDIRS = default standard mobile EET_EET = @eet_eet@ diff --git a/legacy/elementary/config/illume/profile.desktop b/legacy/elementary/config/illume/profile.desktop deleted file mode 100644 index 4ab94fb6a8..0000000000 --- a/legacy/elementary/config/illume/profile.desktop +++ /dev/null @@ -1,18 +0,0 @@ -[Desktop Entry] -Type=Link -Name=Illume -Name[ru]=Illume -Name[el]=Illume -Name[eo]=Illume -Name[zh_CN]=Illume -Icon=icon.png -Comment=Illume profile for
embedded systems like
phones and web
tablets with tiny
touchscreen displays.
Only use this if
you really have
such a device. -Comment[ru]=Профиль Illume для
встроенных систем типа
телефон или планшет, с маленькими
сенсорными экранами.
Используйте его только если
вы действительно имеете
такое устройство. -Comment[cs]=Illume profil pro
přenosná zařízení
jako telefony
a webové tablety
s malými dotykovými displeji.
Použijte jen pokud
opravdu máte
takové zařízení. -Comment[it]=Profilo Illume per sistemi embedded come
cellulari e webpad con piccoli display
touchscreen. Usatelo solo se
avete realmente un dispositivo simile. -Comment[hu]=Illume profil
telefonokhoz, érintőképernyőkhöz.
Csak akkor használd ezt,
ha valóban ilyen eszközöd van. -Comment[fr]=Profil Illume pour les systèmes embarqués
comme les téléphones et les tablettes
Internet pourvus d'un petit écran
tactile. À n'utiliser que si vous
disposez d'un tel matériel. -Comment[el]=Το προφίλ Illume είναι
για μικροσυσκευές όπως
κινητά τηλέφωνα ή internet
tablets με μικρές οθόνες αφής.
Επιλέξτε μόνο αν έχετε τέτοια
συσκευή. -Comment[eo]=Profilo Illume por la
enkorpigitaj sistemoj
kiel la telefonoj kaj
ttt-tabletoj kun etaj
tuŝekranoj. Nur uzu
tiun se vi vere havas
tian aparaton. -Comment[zh_CN]=为带有小型触屏的嵌入式系统如手机和上网本设计的 Illume 设置主题。 -Comment[pt]=Perfil para telemóveis e web tablets com pequenos ecrãs tácteis.
Só deve ser utilizado para dispositivos deste tipo diff --git a/legacy/elementary/config/illume/Makefile.am b/legacy/elementary/config/mobile/Makefile.am similarity index 74% rename from legacy/elementary/config/illume/Makefile.am rename to legacy/elementary/config/mobile/Makefile.am index 9aa769d8cf..095c2fb13b 100644 --- a/legacy/elementary/config/illume/Makefile.am +++ b/legacy/elementary/config/mobile/Makefile.am @@ -7,7 +7,7 @@ EXTRA_DIST = \ icon.png \ base.src -filesdir = $(datadir)/elementary/config/illume +filesdir = $(datadir)/elementary/config/mobile files_DATA = \ profile.desktop \ icon.png \ @@ -15,7 +15,7 @@ files_DATA = \ %.cfg: %.src $(EET_EET) -e \ - $(top_builddir)/config/illume/$@ config \ + $(top_builddir)/config/mobile/$@ config \ $< 1 clean-local: diff --git a/legacy/elementary/config/illume/base.src b/legacy/elementary/config/mobile/base.src similarity index 100% rename from legacy/elementary/config/illume/base.src rename to legacy/elementary/config/mobile/base.src diff --git a/legacy/elementary/config/illume/icon.png b/legacy/elementary/config/mobile/icon.png similarity index 100% rename from legacy/elementary/config/illume/icon.png rename to legacy/elementary/config/mobile/icon.png diff --git a/legacy/elementary/config/mobile/profile.desktop b/legacy/elementary/config/mobile/profile.desktop new file mode 100644 index 0000000000..a194b0dcb7 --- /dev/null +++ b/legacy/elementary/config/mobile/profile.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=Link +Name=Mobile +Name[fr]=Écran tactile +Name[pt]=Ecrã táctil +Name[ko]=터치스크린 +Icon=icon.png +Comment=Configuration set up to work best with touchscreen
phones, tablets and similar devices. +Comment[fr]=Configuration adaptée aux écrans tactiles
des téléphones, tablettes et apparentés. +Comment[it]=Configurazione adatta per l'uso in smartphone
con interfaccia tattile, tablets e similari. +Comment[pt]=Configuração para ecrãs de toque de
telefones, tablets e similares. +Comment[ko]=터치스크린 기반의 휴대폰, 태블릿 등과 같은 장치에 맞는 설정. diff --git a/legacy/elementary/configure.ac b/legacy/elementary/configure.ac index 446e2ccb3c..65da38b8ed 100644 --- a/legacy/elementary/configure.ac +++ b/legacy/elementary/configure.ac @@ -767,7 +767,7 @@ data/edje_externals/Makefile config/Makefile config/default/Makefile config/standard/Makefile -config/illume/Makefile +config/mobile/Makefile $po_makefile_in ])