gnome-themes r1461 - in branches/hc-naming: . common icon-themes/HighContrastLargePrint icon-themes/HighContrastLargePrint/36x36 icon-themes/HighContrastLargePrint/36x36/animations icon-themes/HighContrastLargePrint/48x48 icon-themes/HighContrastLargePrint/48x48/actions icon-themes/HighContrastLargePrint/48x48/apps icon-themes/HighContrastLargePrint/48x48/categories icon-themes/HighContrastLargePrint/48x48/devices icon-themes/HighContrastLargePrint/48x48/emblems icon-themes/HighContrastLargePrint/48x48/mimetypes icon-themes/HighContrastLargePrint/48x48/places icon-themes/HighContrastLargePrint/48x48/status icon-themes/HighContrastLargePrintInverse icon-themes/HighContrastLargePrintInverse/36x36 icon-themes/HighContrastLargePrintInverse/36x36/animations icon-themes/HighContrastLargePrintInverse/48x48 icon-themes/HighContrastLargePrintInverse/48x48/actions icon-themes/HighContrastLargePrintInverse/48x48/apps icon-themes/HighContrastLargePrintInverse/48x48/categories ic on-themes/HighContrastLargePrintInverse/48x48/devices icon-themes/HighContrastLargePrintInverse/48x48/emblems icon-themes/HighContrastLargePrintInverse/48x48/mimetypes icon-themes/HighContrastLargePrintInverse/48x48/places icon-themes/HighContrastLargePrintInverse/48x48/status



Author: calum
Date: Thu May 29 20:06:57 2008
New Revision: 1461
URL: http://svn.gnome.org/viewvc/gnome-themes?rev=1461&view=rev

Log:
Reinstate icon-name-mapping for HCLP and HCLPI themes, plus some other
fixes to make Makefiles more consistent with the other themes in
the module. symlink.dat stuff still disabled.


Added:
   branches/hc-naming/icon-themes/HighContrastLargePrint/index.theme.in
      - copied, changed from r1459, /branches/hc-naming/icon-themes/HighContrastLargePrint/index.theme
   branches/hc-naming/icon-themes/HighContrastLargePrintInverse/index.theme.in
      - copied, changed from r1459, /branches/hc-naming/icon-themes/HighContrastLargePrintInverse/index.theme
Modified:
   branches/hc-naming/ChangeLog
   branches/hc-naming/common/mkiconlinks.sh
   branches/hc-naming/icon-themes/HighContrastLargePrint/36x36/Makefile.am
   branches/hc-naming/icon-themes/HighContrastLargePrint/36x36/animations/Makefile.am
   branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/Makefile.am
   branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/actions/Makefile.am
   branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/apps/Makefile.am
   branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/categories/Makefile.am
   branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/devices/Makefile.am
   branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/emblems/Makefile.am
   branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/mimetypes/Makefile.am
   branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/places/Makefile.am
   branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/status/Makefile.am
   branches/hc-naming/icon-themes/HighContrastLargePrint/Makefile.am
   branches/hc-naming/icon-themes/HighContrastLargePrint/index.theme
   branches/hc-naming/icon-themes/HighContrastLargePrintInverse/36x36/Makefile.am
   branches/hc-naming/icon-themes/HighContrastLargePrintInverse/36x36/animations/Makefile.am
   branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/Makefile.am
   branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/actions/Makefile.am
   branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/apps/Makefile.am
   branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/categories/Makefile.am
   branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/devices/Makefile.am
   branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/emblems/Makefile.am
   branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/mimetypes/Makefile.am
   branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/places/Makefile.am
   branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/status/Makefile.am
   branches/hc-naming/icon-themes/HighContrastLargePrintInverse/Makefile.am
   branches/hc-naming/icon-themes/HighContrastLargePrintInverse/index.theme

Modified: branches/hc-naming/common/mkiconlinks.sh
==============================================================================
--- branches/hc-naming/common/mkiconlinks.sh	(original)
+++ branches/hc-naming/common/mkiconlinks.sh	Thu May 29 20:06:57 2008
@@ -27,7 +27,7 @@
 
 	#Link each pair in turn
 	for i in $LINKTO ; do
-		echoln -s -f "$ORIG_FILE" "$i"
+		echo ln -s -f "$ORIG_FILE" "$i"
 #		echo $i >> removable.txt
 	done
 

Modified: branches/hc-naming/icon-themes/HighContrastLargePrint/36x36/Makefile.am
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrint/36x36/Makefile.am	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrint/36x36/Makefile.am	Thu May 29 20:06:57 2008
@@ -1,9 +1 @@
 SUBDIRS= animations 
-
-#install: install-am
-#       if test -e $(DESTDIR)$(libexecdir)/icon-name-mapping; then \
-#               cd $(icondir) ; \
-#               for context in $(SUBDIRS) ;  do \
-#                       $(DESTDIR)$(libexecdir)/icon-name-mapping -c $$context; \
-#               done \
-#       fi

Modified: branches/hc-naming/icon-themes/HighContrastLargePrint/36x36/animations/Makefile.am
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrint/36x36/animations/Makefile.am	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrint/36x36/animations/Makefile.am	Thu May 29 20:06:57 2008
@@ -1,6 +1,10 @@
 NULL=
 
-icondir=	$(datadir)/icons/HighContrastLargePrint/36x36/animations/
+themedir = $(datadir)/icons/HighContrastLargePrint
+size = 36x36
+context = animations
+
+icondir = $(themedir)/$(size)/$(context)
 
 icon_DATA=	\
 		process-idle.png \
@@ -8,3 +12,7 @@
 		$(NULL)
 
 EXTRA_DIST=	$(icon_DATA)
+
+install-data-local: install-iconDATA
+	(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
+

Modified: branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/Makefile.am
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/Makefile.am	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/Makefile.am	Thu May 29 20:06:57 2008
@@ -1,9 +1 @@
 SUBDIRS= apps actions categories devices emblems mimetypes places status
-
-#install: install-am
-#       if test -e $(DESTDIR)$(libexecdir)/icon-name-mapping; then \
-#               cd $(icondir) ; \
-#               for context in $(SUBDIRS) ;  do \
-#                       $(DESTDIR)$(libexecdir)/icon-name-mapping -c $$context; \
-#               done \
-#       fi

Modified: branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/actions/Makefile.am
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/actions/Makefile.am	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/actions/Makefile.am	Thu May 29 20:06:57 2008
@@ -1,6 +1,10 @@
 NULL=
 
-icondir=	$(datadir)/icons/HighContrastLargePrint/48x48/actions/
+themedir = $(datadir)/icons/HighContrastLargePrint
+size = 48x48
+context = actions
+
+icondir = $(themedir)/$(size)/$(context)
 
 icon_DATA=	\
 		system-log-out.png \
@@ -9,3 +13,7 @@
 		$(NULL)
 
 EXTRA_DIST=	$(icon_DATA) 
+
+install-data-local: install-iconDATA
+	(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
+

Modified: branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/apps/Makefile.am
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/apps/Makefile.am	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/apps/Makefile.am	Thu May 29 20:06:57 2008
@@ -1,6 +1,10 @@
 NULL=
 
-icondir=	$(datadir)/icons/HighContrastLargePrint/48x48/apps/
+themedir = $(datadir)/icons/HighContrastLargePrint
+size = 48x48
+context = apps
+
+icondir = $(themedir)/$(size)/$(context)
 
 icon_DATA=	\
 		accessories-character-map.png \
@@ -70,6 +74,9 @@
 EXTRA_DIST=	$(icon_DATA) \
 		symlinks.dat
 
+install-data-local: install-iconDATA
+	(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
+
 install: install-am
 	$(SHELL) $(top_srcdir)/common/mkiconlinks.sh $(srcdir)/symlinks.dat $(DESTDIR)$(icondir) 
  

Modified: branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/categories/Makefile.am
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/categories/Makefile.am	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/categories/Makefile.am	Thu May 29 20:06:57 2008
@@ -1,6 +1,10 @@
 NULL=
 
-icondir=	$(datadir)/icons/HighContrastLargePrint/48x48/categories/
+themedir = $(datadir)/icons/HighContrastLargePrint
+size = 48x48
+context = categories
+
+icondir = $(themedir)/$(size)/$(context)
 
 icon_DATA=	\
 		applications-accessories.png \
@@ -15,3 +19,7 @@
 		$(NULL)
 
 EXTRA_DIST=	$(icon_DATA) 
+
+install-data-local: install-iconDATA
+	(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
+

Modified: branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/devices/Makefile.am
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/devices/Makefile.am	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/devices/Makefile.am	Thu May 29 20:06:57 2008
@@ -1,6 +1,10 @@
 NULL=
 
-icondir=	$(datadir)/icons/HighContrastLargePrint/48x48/devices/
+themedir = $(datadir)/icons/HighContrastLargePrint
+size = 48x48
+context = devices
+
+icondir = $(themedir)/$(size)/$(context)
 
 icon_DATA=	\
 		computer.png \
@@ -19,6 +23,9 @@
 EXTRA_DIST=	$(icon_DATA) \
 		symlinks.dat
 
+install-data-local: install-iconDATA
+	(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
+
 install: install-am
 	$(SHELL) $(top_srcdir)/common/mkiconlinks.sh $(srcdir)/symlinks.dat $(DESTDIR)$(icondir)
 

Modified: branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/emblems/Makefile.am
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/emblems/Makefile.am	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/emblems/Makefile.am	Thu May 29 20:06:57 2008
@@ -1,6 +1,10 @@
 NULL=
 
-icondir=	$(datadir)/icons/HighContrastLargePrint/48x48/emblems/
+themedir = $(datadir)/icons/HighContrastLargePrint
+size = 48x48
+context = emblems
+
+icondir = $(themedir)/$(size)/$(context)
 
 icon_DATA=	\
 		emblem-important.png \
@@ -10,3 +14,7 @@
 		$(NULL)
 
 EXTRA_DIST=	$(icon_DATA)
+
+install-data-local: install-iconDATA
+	(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
+

Modified: branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/mimetypes/Makefile.am
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/mimetypes/Makefile.am	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/mimetypes/Makefile.am	Thu May 29 20:06:57 2008
@@ -1,6 +1,10 @@
 NULL=
 
-icondir=	$(datadir)/icons/HighContrastLargePrint/48x48/mimetypes
+themedir = $(datadir)/icons/HighContrastLargePrint
+size = 48x48
+context = mimetypes
+
+icondir = $(themedir)/$(size)/$(context)
 
 icon_DATA=	\
 		application-x-executable.png \
@@ -18,6 +22,9 @@
 EXTRA_DIST=	$(icon_DATA) \
 		symlinks.dat
 
+install-data-local: install-iconDATA
+	(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
+
 install: install-am
 	$(SHELL) $(top_srcdir)/common/mkiconlinks.sh $(srcdir)/symlinks.dat $(DESTDIR)$(icondir)
 

Modified: branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/places/Makefile.am
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/places/Makefile.am	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/places/Makefile.am	Thu May 29 20:06:57 2008
@@ -1,6 +1,10 @@
 NULL=
 
-icondir=	$(datadir)/icons/HighContrastLargePrint/48x48/places/
+themedir = $(datadir)/icons/HighContrastLargePrint
+size = 48x48
+context = places
+
+icondir = $(themedir)/$(size)/$(context)
 
 icon_DATA=	\
 		folder-remote.png \
@@ -15,3 +19,7 @@
 		$(NULL)
 
 EXTRA_DIST=	$(icon_DATA)
+
+install-data-local: install-iconDATA
+	(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
+

Modified: branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/status/Makefile.am
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/status/Makefile.am	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrint/48x48/status/Makefile.am	Thu May 29 20:06:57 2008
@@ -1,6 +1,10 @@
 NULL=
 
-icondir=	$(datadir)/icons/HighContrastLargePrint/48x48/status/
+themedir = $(datadir)/icons/HighContrastLargePrint
+size = 48x48
+context = status
+
+icondir = $(themedir)/$(size)/$(context)
 
 icon_DATA=	\
 		folder-drag-accept.icon \
@@ -9,3 +13,7 @@
 		$(NULL)
 
 EXTRA_DIST=	$(icon_DATA)
+
+install-data-local: install-iconDATA
+	(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
+

Modified: branches/hc-naming/icon-themes/HighContrastLargePrint/Makefile.am
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrint/Makefile.am	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrint/Makefile.am	Thu May 29 20:06:57 2008
@@ -1,8 +1,19 @@
-indexthemedir =	$(datadir)/icons/HighContrastLargePrint/
+themedir = $(datadir)/icons/HighContrastLargePrint
 
-indextheme_DATA = index.theme
+SUBDIRS = 36x36 48x48 
 
-EXTRA_DIST=	$(indextheme_DATA)
+THEME_IN_FILES = index.theme.in
 
-SUBDIRS= 48x48 36x36
+%.theme:   %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
 
+theme_DATA = index.theme
+
+EXTRA_DIST=				\
+	index.theme.in
+
+CLEANFILES = 				\
+	index.theme
+
+
+MAINTAINERCLEANFILES =			\
+	Makefile.in

Modified: branches/hc-naming/icon-themes/HighContrastLargePrint/index.theme
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrint/index.theme	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrint/index.theme	Thu May 29 20:06:57 2008
@@ -1,5 +1,81 @@
 [Icon Theme]
 Name=High Contrast Large Print
+Name[ar]=ØØÙØ ØØÙØØ ØØÙÙØ ØÙØØØÙÙ
+Name[az]=BÃyÃk Ãap YÃksÉk Kontrast
+Name[be]=ÐÑÑÐÐÑ ÐÐÐÑÑÐÑÑ, ÐÑÐÑÐÑÑ ÐÑÑÐÑÑ
+Name[be latin]=Vysoki kantrast, vialiki, drukarski
+Name[bg]=ÐÐÑÐÐ ÐÐÐÑÑÐÑÑ, ÐÐÑÐ ÐÐÐÐÐÐÑÐ
+Name[bn]=ààà ààààààààà àà àààà ààààà
+Name[bn_IN]=ààà ààààààààà àà àààà ààààà
+Name[bs]=Veliki Kontrast Veliki Ispis
+Name[ca]=Contrast alt amb impressià gran
+Name[cs]=Vysokà kontrast velkà pÃsmo
+Name[cy]=Cyferbynnedd Gref Testun Mawr
+Name[da]=HÃjkontrast, stor
+Name[de]=Hoher Kontrast, groÃ
+Name[dz]=àààààààààààààà àààààààààààààààà
+Name[el]=ÎÏÎÎÎ ÎÎÏÎÎÎÏÎ ÎÎ ÎÎÎÎÎÎÏÏ ÏÎÏÎÎÏÎÏÎÏ
+Name[en_CA]=High Contrast Large Print
+Name[en_GB]=High Contrast Large Print
+Name[es]=Alto contraste y tipografÃa grande
+Name[et]=Suur kontrast pirakas
+Name[eu]=Tipografi eta kontraste handikoa
+Name[fa]=ÚØÙ ØØØØ Ù ØØÛÙâØÙØÙ ØÛØØ
+Name[fi]=Suuri kontrasti suurikokoisena
+Name[fr]=Contraste ÃlevÃ, grande taille
+Name[fur]=Contrast elevÃt, carÃtars larcs
+Name[ga]=Ardchodarsnacht Clà MÃr
+Name[gl]=Alto contraste de impresiÃn grande
+Name[gu]=àààà ààààààààà ààààà ààà
+Name[he]=××××× ×××× ×××××× ××××××
+Name[hi]=àààà ààààà ààààà àààààà
+Name[hr]=Visoki kontrast velikog ispisa
+Name[hu]=Nagy kontraszt Ãs nagy szÃveg
+Name[id]=Kontras Tinggi Cetakan Besar
+Name[is]=Miklar og stÃrar andstÃÃur à Ãfugu prenti
+Name[it]=Contrasto elevato, caratteri larghi
+Name[ja]=ããããããããã (å)
+Name[ka]=áááááá ááááááááá ááááááááááááá áááááá
+Name[ko]=êëë íë
+Name[ky]=ÐÐÑÐÐÐÐÐ ÒÑÒÐ ÐÐÐÐÑÐÑ ÐÑÐ ÐÐÐÑÑÐÑÑÑÑÐÑÐ
+Name[li]=Hoeg kontras groete teks
+Name[lt]=Kontrastinga, dideliu Åriftu
+Name[lv]=SpÄcÄgs kontrasts liela izdruka
+Name[mg]=Sora-baventy be fifangarihana 
+Name[mk]=ÐÐÐ ÐÐÐÑÑÐÑÑ ÐÐÐÐÐÐ ÐÑÐÐÐ
+Name[ml]=ààààààààà àààà ààààààâàà
+Name[mn]=ÐÐÐ ÓÐÐÓÑ ÑÑÑÐÐÑ ÑÐÑÐÐÐÐÐÑ
+Name[mr]=àààà ààààààààà àààà àààààà
+Name[ms]=Cetakan Besar Kontras Tinggi
+Name[nb]=HÃy kontrast, stor skrift
+Name[ne]=àààà àààààààà àààà àààààà
+Name[nl]=Hoog contrast grote tekst
+Name[nn]=HÃg kontrast med stor skrift
+Name[or]=àààà àààààà ààà ààààà
+Name[pa]=ààà àààààà àààà ààààà
+Name[pl]=DuÅe o wysokim kontraÅcie
+Name[pt]=ImpressÃo Grande de Alto Contraste
+Name[pt_BR]=Alto Contraste Letras Grandes
+Name[ro]=IconiÅe mari Åi contrast puternic
+Name[ru]=ÐÑÑÐÐÐÐÐÐÑÑÐÑÑÐÐÑ ÐÑÑÐÐÐÑ ÐÐÑ ÐÐÑÐÑÐ
+Name[si]=àààà ààâàààààààà àààà ààààà ààààâààà
+Name[sk]=Vysokà kontrast veÄkà tlaÄ
+Name[sl]=Visok kontrast, velike Ärke
+Name[sq]=Kontrast i lartà printim i madh
+Name[sr]=ÐÐÐÑÐÐÐ ÐÑÐÐÐÐ ÑÐ ÐÐÐÐÐÐÐ ÐÐÐÑÑÐÑÑÐÐ
+Name[sr Latn]=UveÄani prikaz sa velikim kontrastom
+Name[sv]=Stor text med hÃg kontrast
+Name[ta]=ààààààà àààààààà, ààààà ààààà
+Name[th]=àààààààà ààààààààà
+Name[tr]=BÃyÃk BaskÄ YÃksek ZÄtlÄk
+Name[ug]=ÙÛÙÛØÙ ØÛÙÙÙÙÙÙØØ ÚÙÚ ÙÙÙÙÙ ØÛØÙØ
+Name[uk]=ÐÐÑÐÐÐÐÐÐÑÑÐÑÑÐÐ ÐÐÐÐÐÐ ÐÐÑ ÐÑÑÐÑ
+Name[vi]=In ra lán vái Äá tÆÆng phán cao
+Name[wa]=Grand contrasse avou grandÃs letes
+Name[xh]=Ushicilelo Olukhulu Lomahluko Ophezulu
+Name[zh_CN]=éåæååä
+Name[zh_HK]=éåæãåå
+Name[zh_TW]=éåæãåå
 Comment=Large High Contrast Icon Theme
 Hidden=true
 

Copied: branches/hc-naming/icon-themes/HighContrastLargePrint/index.theme.in (from r1459, /branches/hc-naming/icon-themes/HighContrastLargePrint/index.theme)
==============================================================================
--- /branches/hc-naming/icon-themes/HighContrastLargePrint/index.theme	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrint/index.theme.in	Thu May 29 20:06:57 2008
@@ -1,6 +1,6 @@
 [Icon Theme]
-Name=High Contrast Large Print
-Comment=Large High Contrast Icon Theme
+_Name=High Contrast Large Print
+_Comment=Large High Contrast Icon Theme
 Hidden=true
 
 Directories=8x8/emblems,16x16/actions,16x16/animations,16x16/apps,16x16/categories,16x16/devices,16x16/emblems,16x16/emotes,16x16/filesystems,16x16/mimetypes,16x16/places,16x16/status,16x16/stock/chart,16x16/stock/code,16x16/stock/code,16x16/stock/data,16x16/stock/document,16x16/stock/emoticons,16x16/stock/form,16x16/stock/generic,16x16/stock/image,16x16/stock/io,16x16/stock/media,16x16/stock/navigation,16x16/stock/net,16x16/stock/object,16x16/stock/table,16x16/stock/text,22x22/actions,22x22/animations,22x22/apps,22x22/categories,22x22/devices,22x22/devices,22x22/emblems,22x22/emotes,22x22/mimetypes,22x22/places,22x22/status,24x24/actions,24x24/animations,24x24/apps,24x24/categories,24x24/devices,24x24/emblems,24x24/emotes,24x24/filesystems,24x24/mimetypes,24x24/places,24x24/status,24x24/stock/chart,24x24/stock/code,24x24/stock/data,24x24/stock/document,24x24/stock/form,24x24/stock/generic,24x24/stock/image,24x24/stock/io,24x24/stock/media,24x24/stock/navigation,24x24/stock/
 net,24x24/stock/object,24x24/stock/table,24x24/stock/text,32x32/actions,32x32/animations,32x32/apps,32x32/categories,32x32/devices,32x32/emblems,32x32/emotes,32x32/mimetypes,32x32/places,32x32/status,48x48/actions,48x48/animations,48x48/apps,48x48/categories,48x48/devices,48x48/emblems,48x48/filesystems,48x48/mimetypes,48x48/places,48x48/stock/code,48x48/stock/document,48x48/stock/generic,48x48/stock/io,48x48/stock/net,scalable/actions,scalable/apps,scalable/categories,scalable/devices,scalable/emblems,scalable/emotes,scalable/mimetypes,scalable/places,scalable/status,scalable/stock/generic

Modified: branches/hc-naming/icon-themes/HighContrastLargePrintInverse/36x36/Makefile.am
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrintInverse/36x36/Makefile.am	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrintInverse/36x36/Makefile.am	Thu May 29 20:06:57 2008
@@ -1,9 +1 @@
 SUBDIRS= animations 
-
-#install: install-am
-#       if test -e $(DESTDIR)$(libexecdir)/icon-name-mapping; then \
-#               cd $(icondir) ; \
-#               for context in $(SUBDIRS) ;  do \
-#                       $(DESTDIR)$(libexecdir)/icon-name-mapping -c $$context; \
-#               done \
-#       fi

Modified: branches/hc-naming/icon-themes/HighContrastLargePrintInverse/36x36/animations/Makefile.am
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrintInverse/36x36/animations/Makefile.am	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrintInverse/36x36/animations/Makefile.am	Thu May 29 20:06:57 2008
@@ -1,6 +1,10 @@
 NULL=
 
-icondir=	$(datadir)/icons/HighContrastLargePrintInverse/36x36/animations/
+themedir = $(datadir)/icons/HighContrastLargePrintInverse
+size = 36x36
+context = animations
+
+icondir = $(themedir)/$(size)/$(context)
 
 icon_DATA=	\
 		process-idle.png \
@@ -8,3 +12,7 @@
 		$(NULL)
 
 EXTRA_DIST=	$(icon_DATA)
+
+install-data-local: install-iconDATA
+	(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
+

Modified: branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/Makefile.am
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/Makefile.am	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/Makefile.am	Thu May 29 20:06:57 2008
@@ -1,9 +1 @@
 SUBDIRS= apps actions categories devices emblems mimetypes places status
-
-#install: install-am
-#       if test -e $(DESTDIR)$(libexecdir)/icon-name-mapping; then \
-#               cd $(icondir) ; \
-#               for context in $(SUBDIRS) ;  do \
-#                       $(DESTDIR)$(libexecdir)/icon-name-mapping -c $$context; \
-#               done \
-#       fi

Modified: branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/actions/Makefile.am
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/actions/Makefile.am	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/actions/Makefile.am	Thu May 29 20:06:57 2008
@@ -1,6 +1,10 @@
 NULL=
 
-icondir=	$(datadir)/icons/HighContrastLargePrintInverse/48x48/actions/
+themedir = $(datadir)/icons/HighContrastLargePrintInverse
+size = 48x48
+context = actions
+
+icondir = $(themedir)/$(size)/$(context)
 
 icon_DATA=	\
 		system-log-out.png \
@@ -9,3 +13,7 @@
 		$(NULL)
 
 EXTRA_DIST=	$(icon_DATA) 
+
+install-data-local: install-iconDATA
+	(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
+

Modified: branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/apps/Makefile.am
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/apps/Makefile.am	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/apps/Makefile.am	Thu May 29 20:06:57 2008
@@ -1,6 +1,10 @@
 NULL=
 
-icondir=	$(datadir)/icons/HighContrastLargePrintInverse/48x48/apps/
+themedir = $(datadir)/icons/HighContrastLargePrintInverse
+size = 48x48
+context = apps
+
+icondir = $(themedir)/$(size)/$(context)
 
 icon_DATA=	\
 		accessories-character-map.png \
@@ -70,6 +74,10 @@
 EXTRA_DIST=	$(icon_DATA) \
 		symlinks.dat
 
+install-data-local: install-iconDATA
+	(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
+
+
 install: install-am
 	$(SHELL) $(top_srcdir)/common/mkiconlinks.sh $(srcdir)/symlinks.dat $(DESTDIR)$(icondir) 
  

Modified: branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/categories/Makefile.am
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/categories/Makefile.am	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/categories/Makefile.am	Thu May 29 20:06:57 2008
@@ -1,6 +1,10 @@
 NULL=
 
-icondir=	$(datadir)/icons/HighContrastLargePrintInverse/48x48/categories/
+themedir = $(datadir)/icons/HighContrastLargePrintInverse
+size = 48x48
+context = categories
+
+icondir = $(themedir)/$(size)/$(context)
 
 icon_DATA=	\
 		applications-accessories.png \
@@ -15,3 +19,7 @@
 		$(NULL)
 
 EXTRA_DIST=	$(icon_DATA) 
+
+install-data-local: install-iconDATA
+	(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
+

Modified: branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/devices/Makefile.am
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/devices/Makefile.am	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/devices/Makefile.am	Thu May 29 20:06:57 2008
@@ -1,6 +1,10 @@
 NULL=
 
-icondir=	$(datadir)/icons/HighContrastLargePrintInverse/48x48/devices/
+themedir = $(datadir)/icons/HighContrastLargePrintInverse
+size = 48x48
+context = devices
+
+icondir = $(themedir)/$(size)/$(context)
 
 icon_DATA=	\
 		computer.png \
@@ -19,6 +23,9 @@
 EXTRA_DIST=	$(icon_DATA) \
 		symlinks.dat
 
+install-data-local: install-iconDATA
+	(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
+
 install: install-am
 	$(SHELL) $(top_srcdir)/common/mkiconlinks.sh $(srcdir)/symlinks.dat $(DESTDIR)$(icondir)
 

Modified: branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/emblems/Makefile.am
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/emblems/Makefile.am	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/emblems/Makefile.am	Thu May 29 20:06:57 2008
@@ -1,6 +1,10 @@
 NULL=
 
-icondir=	$(datadir)/icons/HighContrastLargePrintInverse/48x48/emblems/
+themedir = $(datadir)/icons/HighContrastLargePrintInverse
+size = 48x48
+context = emblems
+
+icondir = $(themedir)/$(size)/$(context)
 
 icon_DATA=	\
 		emblem-important.png \
@@ -10,3 +14,7 @@
 		$(NULL)
 
 EXTRA_DIST=	$(icon_DATA)
+
+install-data-local: install-iconDATA
+	(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
+

Modified: branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/mimetypes/Makefile.am
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/mimetypes/Makefile.am	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/mimetypes/Makefile.am	Thu May 29 20:06:57 2008
@@ -1,6 +1,10 @@
 NULL=
 
-icondir=	$(datadir)/icons/HighContrastLargePrintInverse/48x48/mimetypes
+themedir = $(datadir)/icons/HighContrastLargePrintInverse
+size = 48x48
+context = mimetypes
+
+icondir = $(themedir)/$(size)/$(context)
 
 icon_DATA=	\
 		application-x-executable.png \
@@ -18,6 +22,10 @@
 EXTRA_DIST=	$(icon_DATA) \
 		symlinks.dat
 
+install-data-local: install-iconDATA
+	(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
+
+
 install: install-am
 	$(SHELL) $(top_srcdir)/common/mkiconlinks.sh $(srcdir)/symlinks.dat $(DESTDIR)$(icondir)
 

Modified: branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/places/Makefile.am
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/places/Makefile.am	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/places/Makefile.am	Thu May 29 20:06:57 2008
@@ -1,6 +1,10 @@
 NULL=
 
-icondir=	$(datadir)/icons/HighContrastLargePrintInverse/48x48/places/
+themedir = $(datadir)/icons/HighContrastLargePrintInverse
+size = 48x48
+context = places
+
+icondir = $(themedir)/$(size)/$(context)
 
 icon_DATA=	\
 		folder-remote.png \
@@ -15,3 +19,7 @@
 		$(NULL)
 
 EXTRA_DIST=	$(icon_DATA)
+
+install-data-local: install-iconDATA
+	(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
+

Modified: branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/status/Makefile.am
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/status/Makefile.am	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrintInverse/48x48/status/Makefile.am	Thu May 29 20:06:57 2008
@@ -1,6 +1,10 @@
 NULL=
 
-icondir=	$(datadir)/icons/HighContrastLargePrintInverse/48x48/status/
+themedir = $(datadir)/icons/HighContrastLargePrintInverse
+size = 48x48
+context = status
+
+icondir = $(themedir)/$(size)/$(context)
 
 icon_DATA=	\
 		folder-drag-accept.icon \
@@ -9,3 +13,7 @@
 		$(NULL)
 
 EXTRA_DIST=	$(icon_DATA)
+
+install-data-local: install-iconDATA
+	(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
+

Modified: branches/hc-naming/icon-themes/HighContrastLargePrintInverse/Makefile.am
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrintInverse/Makefile.am	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrintInverse/Makefile.am	Thu May 29 20:06:57 2008
@@ -1,7 +1,19 @@
-indexthemedir =	$(datadir)/icons/HighContrastLargePrintInverse/
+themedir = $(datadir)/icons/HighContrastLargePrintInverse
 
-indextheme_DATA = index.theme
+SUBDIRS = 36x36 48x48 
 
-EXTRA_DIST=	$(indextheme_DATA)
+THEME_IN_FILES = index.theme.in
 
-SUBDIRS= 48x48 36x36
+%.theme:   %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
+
+theme_DATA = index.theme
+
+EXTRA_DIST=				\
+	index.theme.in
+
+CLEANFILES = 				\
+	index.theme
+
+
+MAINTAINERCLEANFILES =			\
+	Makefile.in

Modified: branches/hc-naming/icon-themes/HighContrastLargePrintInverse/index.theme
==============================================================================
--- branches/hc-naming/icon-themes/HighContrastLargePrintInverse/index.theme	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrintInverse/index.theme	Thu May 29 20:06:57 2008
@@ -1,5 +1,82 @@
 [Icon Theme]
 Name=High Contrast Large Print Inverse
+Name[am]=ááá áááá áááá áá ááá áááá ááá
+Name[ar]=ØØÙØ ØØÙØØ ØØÙÙØ ØÙØØØÙÙ ÙØÙÙØØ
+Name[az]=BÃyÃk YÃksÉk Kontrast TÉrs Ãap
+Name[be]=ÐÐÐÑÑÑÐÑ ÐÑÑÐÐÑ ÐÐÐÑÑÐÑÑ, ÐÑÐÑÐÑÑ ÐÑÑÐÑÑ
+Name[be latin]=Invertavany vysoki kantrast, vialiki, drukarski
+Name[bg]=ÐÐÑÑÐÐÑ ÐÐÑÐÐ ÐÐÐÑÑÐÑÑ, ÐÐÑÐ ÐÐÐÐÐÐÑÐ
+Name[bn]=ààà ààààààà ààààààà àà àààààà àààà ààààà
+Name[bn_IN]=ààà ààààààà ààààààà àà àààààà àààà ààààà
+Name[bs]=Veliki Kontrast Ibiman Ispis Obrnuto
+Name[ca]=Contrast alt invertit amb impressià gran
+Name[cs]=Inverznà vysokà kontrast velkà pÃsmo
+Name[cy]=Cyferbynnedd Gref Testunau Mawr Gwrthdroedig
+Name[da]=HÃjkontrast, stor inverteret
+Name[de]=Hoher Kontrast, groà und invertiert
+Name[dz]=àààààààààààààà àààààààààààààààà ààààààààà
+Name[el]=Large Print ÎÎ ÎÎÏÎÏÏÏÎÏÎ ÏÏÎÎÎÏ ÎÎÏÎÎÎÏÎÏ
+Name[en_CA]=High Contrast Large Print Inverse
+Name[en_GB]=High Contrast Large Print Inverse
+Name[es]=Alto contraste grande invertido
+Name[et]=Suur kontrast, pirakas, pÃÃratud
+Name[eu]=Alderantzizko kontraste altuko tipografi handia
+Name[fa]=ÙØØÙÙÚÛ ØØ ÚØÙ ØØØØ Ù ØØÛÙâØÙØÙ ØØÙØ
+Name[fi]=Suuri kontrasti suurikokoisena (kÃÃnteinen)
+Name[fr]=Contraste Ãlevà inversÃ, grande taille
+Name[fur]=Contrast elevÃt contrari, carÃtars larcs
+Name[ga]=Ardchodarsnacht Clà MÃr InbhÃartach
+Name[gl]=Alto contraste de impresiÃn grande invertido
+Name[gu]=àààà ààààààààà ààààà ààà àààà ààà
+Name[he]=××××× ×××× ×××× ×××××× ××××××
+Name[hi]=àààà ààààà ààààà àààààààà
+Name[hr]=Obrnuti visoki kontrast velikog ispisa
+Name[hu]=Nagy kontraszt, nagy szÃveg Ãs inverz
+Name[id]=Kontras Tinggi Terbalik Cetakan Besar
+Name[is]=Miklar og stÃrar andstÃÃur à Ãfugu prenti
+Name[it]=Contrasto elevato inverso, caratteri larghi
+Name[ja]=ããããããããããåè (å)
+Name[ka]=áááááá ááááááááá áááááááááááááá,áááááááááá áááááá
+Name[ko]=êëë íë ìì
+Name[ky]=ÐÐÑÐÐÐÐÐ ÒÑÒÐ ÐÐÐÐÑÐÑ ÐÐÐÐÑÐÐÐÒÒ ÐÐÐÑÑÐÑÑÑÑÐÑÐ
+Name[li]=Hoeg kontras groete teks negatief
+Name[lt]=Kontrastinga, inversinÄ, dideliu Åriftu
+Name[lv]=SpÄcÄga Kontrasta Liels Drukas Pretstats
+Name[mg]=Sora-baventy be fifangarihana mifamadika
+Name[mk]=ÐÐÐ ÐÐÐÑÑÐÑÑ, ÐÐÐÐÐÐ ÐÑÐÐÐ ÐÐÐÐÑÐÐÐ
+Name[ml]=ààààààààà àààà ààààààâàà ààààààààâ àààààààààà àààààààààààà ààààà
+Name[mn]=ÐÑÐÑÑÐÑÐÐ ÑÐÐ ÑÑÐÐÑÐÐÑÑ ÓÐÐÓÑ ÑÑÑÐÐÑ
+Name[mr]=àààà àààà ààààààààà àààà àààààà
+Name[ms]=Cetakan Besar Kontras Tinggi Menyongsang
+Name[nb]=HÃy kontrast, stor skrift, omvendt
+Name[ne]=àààà àààààà àààààà àààà àààààààà
+Name[nl]=Hoog contrast grote tekst negatief
+Name[nn]=Omvendt hÃg kontrast med stor skrift
+Name[or]=àààà àààààà ààà ààààà àààààà
+Name[pa]=ààà àààààà àààà ààààà ààà
+Name[pl]=DuÅe o wysokim kontraÅcie - negatyw
+Name[pt]=ImpressÃo Grande de Alto Contraste Invertido
+Name[pt_BR]=Alto Contraste Letras Grandes Inverso
+Name[ro]=IconiÅe mari, contrast puternic Åi culori inversate
+Name[ru]=ÐÑÑÐÐÐÐÐÐÑÑÐÑÑÐÐÑ ÐÐÐÐÑÐÐÐÐÑ ÐÐÑ ÐÐÑÐÑÐ
+Name[si]=àààà ààâàààààààà àààà ààààà ààààâààà ààâààààààà
+Name[sk]=Vysokà kontrast veÄkà pre inverznà tlaÄ
+Name[sl]=Visok kontrast, velik izpis, obrnjeno
+Name[sq]=Negativi i paraqitjes sà zmadhuar me kontrast tà lartÃ
+Name[sr]=ÐÐÐÑÐÐÐ ÐÐÑÐÑÑÐ ÐÐÐÐÐÐ ÐÐÐÑÑÐÑÑ
+Name[sr Latn]=UveÄani obrnuti veliki kontrast
+Name[sv]=Inverterad stor text med hÃg kontrast
+Name[ta]=ààààààà àààààààà àààà ààààààà àààààààà 
+Name[th]=àààààààà ààààààààà àààààà
+Name[tr]=Tersine YÃksek ZÄtlÄk BÃyÃk BaskÄ
+Name[ug]=ÙÛÙÛØÙ ØÛÙÙÙÙÙÙØØ ÚÙÚ ÙÙÙÙÙ ØÛØÛØ ØÛØÙØ
+Name[uk]=ÐÐÑÐÐÐÐÐÐÑÑÐÑÑÐÐ ÐÐÐÐÑÐÐÐÐ ÐÐÑ ÐÑÑÐÑ
+Name[vi]=In cá lán vái Äá tÆÆng phán cao ngÆác lái
+Name[wa]=Grand contrasse à rvià avou grandÃs letes
+Name[xh]=Ugqwetheko Loshicilelo Olukhulu Lomahluko Ophezulu
+Name[zh_CN]=éåæååäåè
+Name[zh_HK]=éåæãååãåè
+Name[zh_TW]=éåæãååãåè
 Comment=Large Inverse High Contrast Icon Theme
 Hidden=true
 

Copied: branches/hc-naming/icon-themes/HighContrastLargePrintInverse/index.theme.in (from r1459, /branches/hc-naming/icon-themes/HighContrastLargePrintInverse/index.theme)
==============================================================================
--- /branches/hc-naming/icon-themes/HighContrastLargePrintInverse/index.theme	(original)
+++ branches/hc-naming/icon-themes/HighContrastLargePrintInverse/index.theme.in	Thu May 29 20:06:57 2008
@@ -1,6 +1,6 @@
 [Icon Theme]
-Name=High Contrast Large Print Inverse
-Comment=Large Inverse High Contrast Icon Theme
+_Name=High Contrast Large Print Inverse
+_Comment=Large Inverse High Contrast Icon Theme
 Hidden=true
 
 Directories=8x8/emblems,16x16/actions,16x16/animations,16x16/apps,16x16/categories,16x16/devices,16x16/emblems,16x16/emotes,16x16/filesystems,16x16/mimetypes,16x16/places,16x16/status,16x16/stock/chart,16x16/stock/code,16x16/stock/code,16x16/stock/data,16x16/stock/document,16x16/stock/emoticons,16x16/stock/form,16x16/stock/generic,16x16/stock/image,16x16/stock/io,16x16/stock/media,16x16/stock/navigation,16x16/stock/net,16x16/stock/object,16x16/stock/table,16x16/stock/text,22x22/actions,22x22/animations,22x22/apps,22x22/categories,22x22/devices,22x22/devices,22x22/emblems,22x22/emotes,22x22/mimetypes,22x22/places,22x22/status,24x24/actions,24x24/animations,24x24/apps,24x24/categories,24x24/devices,24x24/emblems,24x24/emotes,24x24/filesystems,24x24/mimetypes,24x24/places,24x24/status,24x24/stock/chart,24x24/stock/code,24x24/stock/data,24x24/stock/document,24x24/stock/form,24x24/stock/generic,24x24/stock/image,24x24/stock/io,24x24/stock/media,24x24/stock/navigation,24x24/stock/
 net,24x24/stock/object,24x24/stock/table,24x24/stock/text,32x32/actions,32x32/animations,32x32/apps,32x32/categories,32x32/devices,32x32/emblems,32x32/emotes,32x32/mimetypes,32x32/places,32x32/status,48x48/actions,48x48/animations,48x48/apps,48x48/categories,48x48/devices,48x48/emblems,48x48/filesystems,48x48/mimetypes,48x48/places,48x48/stock/code,48x48/stock/document,48x48/stock/generic,48x48/stock/io,48x48/stock/net,scalable/actions,scalable/apps,scalable/categories,scalable/devices,scalable/emblems,scalable/emotes,scalable/mimetypes,scalable/places,scalable/status,scalable/stock/generic



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]