From ff4c82eba6e3de0018e6472fe20093854ae7e48d Mon Sep 17 00:00:00 2001 From: Xavier Balderas Date: Fri, 23 Mar 2012 17:46:58 +0100 Subject: [PATCH] Template Added --- .../soundmap}/api/getid3.lib.php | 0 {soundmap => plugins/soundmap}/api/getid3.php | 0 .../soundmap}/api/module.audio.mp3.php | 0 .../soundmap}/api/module.tag.apetag.php | 0 .../soundmap}/api/module.tag.id3v1.php | 0 .../soundmap}/api/module.tag.id3v2.php | 0 .../soundmap}/api/module.tag.lyrics3.php | 0 .../soundmap}/api/module.tag.xmp.php | 0 .../soundmap}/api/soundmap.soinudroid.php | 0 .../soundmap}/api/soundmap.uploader.php | 0 .../soundmap}/api/soundmap_tags.php | 0 .../soundmap}/css/jquery.datepicker.css | 0 .../soundmap}/css/soundmap-admin.css | 0 .../soundmap}/img/datepicker_b.png | Bin .../soundmap}/img/datepicker_bl.png | Bin .../soundmap}/img/datepicker_br.png | Bin .../soundmap}/img/datepicker_l.png | Bin .../soundmap}/img/datepicker_r.png | Bin .../soundmap}/img/datepicker_t.png | Bin .../soundmap}/img/datepicker_tl.png | Bin .../soundmap}/img/datepicker_tr.png | Bin {soundmap => plugins/soundmap}/img/delete.gif | Bin {soundmap => plugins/soundmap}/img/done.gif | Bin {soundmap => plugins/soundmap}/img/error.gif | Bin {soundmap => plugins/soundmap}/img/field.png | Bin .../soundmap}/img/map_icons/marker.png | Bin .../soundmap}/img/map_icons/marker_shadow.png | Bin .../soundmap}/img/transp50.png | Bin .../soundmap}/js/jquery.datepicker.js | 0 .../soundmap}/js/jquery.ui.map.full.min.js | 0 .../soundmap}/js/jquery.ui.map.js | 0 .../soundmap}/js/jquery.ui.map.min.js | 0 .../soundmap}/js/soundmap-admin.js | 0 .../soundmap}/js/soundmap-wp.js | 0 .../soundmap}/js/soundmap-wp_multi.js | 0 .../soundmap}/js/uploader.swf | Bin .../soundmap}/languages/soundmap-es_ES.mo | Bin .../soundmap}/languages/soundmap-es_ES.po | 0 .../languages/soundmap-es_ES.po.html | 0 .../soundmap}/languages/soundmap-es_EU.mo | Bin .../soundmap}/languages/soundmap-es_EU.po | 0 .../languages/soundmap-es_EU.po.html | 0 .../soundmap}/modules/module.audioplayer.php | 0 .../soundmap}/modules/module.base.player.php | 0 .../soundmap}/modules/module.haikuplayer.php | 0 .../soundmap}/modules/module.jplayer.php | 0 .../modules/module.soundmap.upload.php | 0 .../module.wp-audio-gallery-player.php | 0 {soundmap => plugins/soundmap}/soundmap.php | 0 .../soundmap}/theme/rss-markers.php | 0 .../soundmap}/theme/theme_window.php | 0 themes/myMap/404.php | 48 + themes/myMap/category.php | 64 + themes/myMap/comments.php | 77 + themes/myMap/content-marker.php | 43 + themes/myMap/content-page.php | 23 + themes/myMap/content-single.php | 62 + themes/myMap/content.php | 64 + themes/myMap/editor-style-rtl.css | 24 + themes/myMap/editor-style.css | 311 ++++ themes/myMap/footer.php | 34 + themes/myMap/functions.php | 16 + themes/myMap/header.php | 71 + .../comment-arrow-bypostauthor-dark-rtl.png | Bin 0 -> 255 bytes .../comment-arrow-bypostauthor-dark.png | Bin 0 -> 237 bytes .../images/comment-arrow-bypostauthor-rtl.png | Bin 0 -> 257 bytes .../images/comment-arrow-bypostauthor.png | Bin 0 -> 239 bytes .../myMap/images/comment-arrow-dark-rtl.png | Bin 0 -> 272 bytes themes/myMap/images/comment-arrow-dark.png | Bin 0 -> 348 bytes themes/myMap/images/comment-arrow-rtl.png | Bin 0 -> 271 bytes themes/myMap/images/comment-arrow.png | Bin 0 -> 250 bytes .../myMap/images/comment-bubble-dark-rtl.png | Bin 0 -> 1868 bytes themes/myMap/images/comment-bubble-dark.png | Bin 0 -> 965 bytes themes/myMap/images/comment-bubble-rtl.png | Bin 0 -> 1782 bytes themes/myMap/images/comment-bubble.png | Bin 0 -> 925 bytes themes/myMap/images/search.png | Bin 0 -> 441 bytes themes/myMap/images/wordpress.png | Bin 0 -> 794 bytes themes/myMap/inc/normalize.css | 504 +++++++ themes/myMap/index.php | 49 + themes/myMap/languages/es_ES.mo | Bin 0 -> 3512 bytes themes/myMap/languages/es_ES.po | 519 +++++++ themes/myMap/languages/es_ES.po.html | 606 ++++++++ themes/myMap/languages/es_EU.mo | Bin 0 -> 3437 bytes themes/myMap/languages/es_EU.po | 448 ++++++ themes/myMap/languages/es_EU.po.html | 1256 +++++++++++++++++ themes/myMap/license.txt | 281 ++++ themes/myMap/page.php | 29 + themes/myMap/readme.txt | 4 + themes/myMap/rtl.css | 582 ++++++++ themes/myMap/screenshot.png | Bin 0 -> 62878 bytes themes/myMap/search.php | 56 + themes/myMap/searchform.php | 14 + themes/myMap/sidebar.php | 34 + themes/myMap/single-marker.php | 46 + themes/myMap/single.php | 32 + themes/myMap/style.css | 218 +++ themes/myMap/tag.php | 66 + 97 files changed, 5581 insertions(+) rename {soundmap => plugins/soundmap}/api/getid3.lib.php (100%) rename {soundmap => plugins/soundmap}/api/getid3.php (100%) rename {soundmap => plugins/soundmap}/api/module.audio.mp3.php (100%) rename {soundmap => plugins/soundmap}/api/module.tag.apetag.php (100%) rename {soundmap => plugins/soundmap}/api/module.tag.id3v1.php (100%) rename {soundmap => plugins/soundmap}/api/module.tag.id3v2.php (100%) rename {soundmap => plugins/soundmap}/api/module.tag.lyrics3.php (100%) rename {soundmap => plugins/soundmap}/api/module.tag.xmp.php (100%) rename {soundmap => plugins/soundmap}/api/soundmap.soinudroid.php (100%) rename {soundmap => plugins/soundmap}/api/soundmap.uploader.php (100%) rename {soundmap => plugins/soundmap}/api/soundmap_tags.php (100%) rename {soundmap => plugins/soundmap}/css/jquery.datepicker.css (100%) rename {soundmap => plugins/soundmap}/css/soundmap-admin.css (100%) rename {soundmap => plugins/soundmap}/img/datepicker_b.png (100%) rename {soundmap => plugins/soundmap}/img/datepicker_bl.png (100%) rename {soundmap => plugins/soundmap}/img/datepicker_br.png (100%) rename {soundmap => plugins/soundmap}/img/datepicker_l.png (100%) rename {soundmap => plugins/soundmap}/img/datepicker_r.png (100%) rename {soundmap => plugins/soundmap}/img/datepicker_t.png (100%) rename {soundmap => plugins/soundmap}/img/datepicker_tl.png (100%) rename {soundmap => plugins/soundmap}/img/datepicker_tr.png (100%) rename {soundmap => plugins/soundmap}/img/delete.gif (100%) rename {soundmap => plugins/soundmap}/img/done.gif (100%) rename {soundmap => plugins/soundmap}/img/error.gif (100%) rename {soundmap => plugins/soundmap}/img/field.png (100%) rename {soundmap => plugins/soundmap}/img/map_icons/marker.png (100%) rename {soundmap => plugins/soundmap}/img/map_icons/marker_shadow.png (100%) rename {soundmap => plugins/soundmap}/img/transp50.png (100%) rename {soundmap => plugins/soundmap}/js/jquery.datepicker.js (100%) rename {soundmap => plugins/soundmap}/js/jquery.ui.map.full.min.js (100%) rename {soundmap => plugins/soundmap}/js/jquery.ui.map.js (100%) rename {soundmap => plugins/soundmap}/js/jquery.ui.map.min.js (100%) rename {soundmap => plugins/soundmap}/js/soundmap-admin.js (100%) rename {soundmap => plugins/soundmap}/js/soundmap-wp.js (100%) rename {soundmap => plugins/soundmap}/js/soundmap-wp_multi.js (100%) rename {soundmap => plugins/soundmap}/js/uploader.swf (100%) rename {soundmap => plugins/soundmap}/languages/soundmap-es_ES.mo (100%) rename {soundmap => plugins/soundmap}/languages/soundmap-es_ES.po (100%) rename {soundmap => plugins/soundmap}/languages/soundmap-es_ES.po.html (100%) rename {soundmap => plugins/soundmap}/languages/soundmap-es_EU.mo (100%) rename {soundmap => plugins/soundmap}/languages/soundmap-es_EU.po (100%) rename {soundmap => plugins/soundmap}/languages/soundmap-es_EU.po.html (100%) rename {soundmap => plugins/soundmap}/modules/module.audioplayer.php (100%) rename {soundmap => plugins/soundmap}/modules/module.base.player.php (100%) rename {soundmap => plugins/soundmap}/modules/module.haikuplayer.php (100%) rename {soundmap => plugins/soundmap}/modules/module.jplayer.php (100%) rename {soundmap => plugins/soundmap}/modules/module.soundmap.upload.php (100%) rename {soundmap => plugins/soundmap}/modules/module.wp-audio-gallery-player.php (100%) rename {soundmap => plugins/soundmap}/soundmap.php (100%) rename {soundmap => plugins/soundmap}/theme/rss-markers.php (100%) rename {soundmap => plugins/soundmap}/theme/theme_window.php (100%) create mode 100644 themes/myMap/404.php create mode 100644 themes/myMap/category.php create mode 100644 themes/myMap/comments.php create mode 100644 themes/myMap/content-marker.php create mode 100644 themes/myMap/content-page.php create mode 100644 themes/myMap/content-single.php create mode 100644 themes/myMap/content.php create mode 100644 themes/myMap/editor-style-rtl.css create mode 100644 themes/myMap/editor-style.css create mode 100644 themes/myMap/footer.php create mode 100644 themes/myMap/functions.php create mode 100644 themes/myMap/header.php create mode 100644 themes/myMap/images/comment-arrow-bypostauthor-dark-rtl.png create mode 100644 themes/myMap/images/comment-arrow-bypostauthor-dark.png create mode 100644 themes/myMap/images/comment-arrow-bypostauthor-rtl.png create mode 100644 themes/myMap/images/comment-arrow-bypostauthor.png create mode 100644 themes/myMap/images/comment-arrow-dark-rtl.png create mode 100644 themes/myMap/images/comment-arrow-dark.png create mode 100644 themes/myMap/images/comment-arrow-rtl.png create mode 100644 themes/myMap/images/comment-arrow.png create mode 100644 themes/myMap/images/comment-bubble-dark-rtl.png create mode 100644 themes/myMap/images/comment-bubble-dark.png create mode 100644 themes/myMap/images/comment-bubble-rtl.png create mode 100644 themes/myMap/images/comment-bubble.png create mode 100644 themes/myMap/images/search.png create mode 100644 themes/myMap/images/wordpress.png create mode 100644 themes/myMap/inc/normalize.css create mode 100644 themes/myMap/index.php create mode 100644 themes/myMap/languages/es_ES.mo create mode 100644 themes/myMap/languages/es_ES.po create mode 100644 themes/myMap/languages/es_ES.po.html create mode 100644 themes/myMap/languages/es_EU.mo create mode 100644 themes/myMap/languages/es_EU.po create mode 100644 themes/myMap/languages/es_EU.po.html create mode 100644 themes/myMap/license.txt create mode 100644 themes/myMap/page.php create mode 100644 themes/myMap/readme.txt create mode 100644 themes/myMap/rtl.css create mode 100644 themes/myMap/screenshot.png create mode 100644 themes/myMap/search.php create mode 100644 themes/myMap/searchform.php create mode 100644 themes/myMap/sidebar.php create mode 100644 themes/myMap/single-marker.php create mode 100644 themes/myMap/single.php create mode 100644 themes/myMap/style.css create mode 100644 themes/myMap/tag.php diff --git a/soundmap/api/getid3.lib.php b/plugins/soundmap/api/getid3.lib.php similarity index 100% rename from soundmap/api/getid3.lib.php rename to plugins/soundmap/api/getid3.lib.php diff --git a/soundmap/api/getid3.php b/plugins/soundmap/api/getid3.php similarity index 100% rename from soundmap/api/getid3.php rename to plugins/soundmap/api/getid3.php diff --git a/soundmap/api/module.audio.mp3.php b/plugins/soundmap/api/module.audio.mp3.php similarity index 100% rename from soundmap/api/module.audio.mp3.php rename to plugins/soundmap/api/module.audio.mp3.php diff --git a/soundmap/api/module.tag.apetag.php b/plugins/soundmap/api/module.tag.apetag.php similarity index 100% rename from soundmap/api/module.tag.apetag.php rename to plugins/soundmap/api/module.tag.apetag.php diff --git a/soundmap/api/module.tag.id3v1.php b/plugins/soundmap/api/module.tag.id3v1.php similarity index 100% rename from soundmap/api/module.tag.id3v1.php rename to plugins/soundmap/api/module.tag.id3v1.php diff --git a/soundmap/api/module.tag.id3v2.php b/plugins/soundmap/api/module.tag.id3v2.php similarity index 100% rename from soundmap/api/module.tag.id3v2.php rename to plugins/soundmap/api/module.tag.id3v2.php diff --git a/soundmap/api/module.tag.lyrics3.php b/plugins/soundmap/api/module.tag.lyrics3.php similarity index 100% rename from soundmap/api/module.tag.lyrics3.php rename to plugins/soundmap/api/module.tag.lyrics3.php diff --git a/soundmap/api/module.tag.xmp.php b/plugins/soundmap/api/module.tag.xmp.php similarity index 100% rename from soundmap/api/module.tag.xmp.php rename to plugins/soundmap/api/module.tag.xmp.php diff --git a/soundmap/api/soundmap.soinudroid.php b/plugins/soundmap/api/soundmap.soinudroid.php similarity index 100% rename from soundmap/api/soundmap.soinudroid.php rename to plugins/soundmap/api/soundmap.soinudroid.php diff --git a/soundmap/api/soundmap.uploader.php b/plugins/soundmap/api/soundmap.uploader.php similarity index 100% rename from soundmap/api/soundmap.uploader.php rename to plugins/soundmap/api/soundmap.uploader.php diff --git a/soundmap/api/soundmap_tags.php b/plugins/soundmap/api/soundmap_tags.php similarity index 100% rename from soundmap/api/soundmap_tags.php rename to plugins/soundmap/api/soundmap_tags.php diff --git a/soundmap/css/jquery.datepicker.css b/plugins/soundmap/css/jquery.datepicker.css similarity index 100% rename from soundmap/css/jquery.datepicker.css rename to plugins/soundmap/css/jquery.datepicker.css diff --git a/soundmap/css/soundmap-admin.css b/plugins/soundmap/css/soundmap-admin.css similarity index 100% rename from soundmap/css/soundmap-admin.css rename to plugins/soundmap/css/soundmap-admin.css diff --git a/soundmap/img/datepicker_b.png b/plugins/soundmap/img/datepicker_b.png similarity index 100% rename from soundmap/img/datepicker_b.png rename to plugins/soundmap/img/datepicker_b.png diff --git a/soundmap/img/datepicker_bl.png b/plugins/soundmap/img/datepicker_bl.png similarity index 100% rename from soundmap/img/datepicker_bl.png rename to plugins/soundmap/img/datepicker_bl.png diff --git a/soundmap/img/datepicker_br.png b/plugins/soundmap/img/datepicker_br.png similarity index 100% rename from soundmap/img/datepicker_br.png rename to plugins/soundmap/img/datepicker_br.png diff --git a/soundmap/img/datepicker_l.png b/plugins/soundmap/img/datepicker_l.png similarity index 100% rename from soundmap/img/datepicker_l.png rename to plugins/soundmap/img/datepicker_l.png diff --git a/soundmap/img/datepicker_r.png b/plugins/soundmap/img/datepicker_r.png similarity index 100% rename from soundmap/img/datepicker_r.png rename to plugins/soundmap/img/datepicker_r.png diff --git a/soundmap/img/datepicker_t.png b/plugins/soundmap/img/datepicker_t.png similarity index 100% rename from soundmap/img/datepicker_t.png rename to plugins/soundmap/img/datepicker_t.png diff --git a/soundmap/img/datepicker_tl.png b/plugins/soundmap/img/datepicker_tl.png similarity index 100% rename from soundmap/img/datepicker_tl.png rename to plugins/soundmap/img/datepicker_tl.png diff --git a/soundmap/img/datepicker_tr.png b/plugins/soundmap/img/datepicker_tr.png similarity index 100% rename from soundmap/img/datepicker_tr.png rename to plugins/soundmap/img/datepicker_tr.png diff --git a/soundmap/img/delete.gif b/plugins/soundmap/img/delete.gif similarity index 100% rename from soundmap/img/delete.gif rename to plugins/soundmap/img/delete.gif diff --git a/soundmap/img/done.gif b/plugins/soundmap/img/done.gif similarity index 100% rename from soundmap/img/done.gif rename to plugins/soundmap/img/done.gif diff --git a/soundmap/img/error.gif b/plugins/soundmap/img/error.gif similarity index 100% rename from soundmap/img/error.gif rename to plugins/soundmap/img/error.gif diff --git a/soundmap/img/field.png b/plugins/soundmap/img/field.png similarity index 100% rename from soundmap/img/field.png rename to plugins/soundmap/img/field.png diff --git a/soundmap/img/map_icons/marker.png b/plugins/soundmap/img/map_icons/marker.png similarity index 100% rename from soundmap/img/map_icons/marker.png rename to plugins/soundmap/img/map_icons/marker.png diff --git a/soundmap/img/map_icons/marker_shadow.png b/plugins/soundmap/img/map_icons/marker_shadow.png similarity index 100% rename from soundmap/img/map_icons/marker_shadow.png rename to plugins/soundmap/img/map_icons/marker_shadow.png diff --git a/soundmap/img/transp50.png b/plugins/soundmap/img/transp50.png similarity index 100% rename from soundmap/img/transp50.png rename to plugins/soundmap/img/transp50.png diff --git a/soundmap/js/jquery.datepicker.js b/plugins/soundmap/js/jquery.datepicker.js similarity index 100% rename from soundmap/js/jquery.datepicker.js rename to plugins/soundmap/js/jquery.datepicker.js diff --git a/soundmap/js/jquery.ui.map.full.min.js b/plugins/soundmap/js/jquery.ui.map.full.min.js similarity index 100% rename from soundmap/js/jquery.ui.map.full.min.js rename to plugins/soundmap/js/jquery.ui.map.full.min.js diff --git a/soundmap/js/jquery.ui.map.js b/plugins/soundmap/js/jquery.ui.map.js similarity index 100% rename from soundmap/js/jquery.ui.map.js rename to plugins/soundmap/js/jquery.ui.map.js diff --git a/soundmap/js/jquery.ui.map.min.js b/plugins/soundmap/js/jquery.ui.map.min.js similarity index 100% rename from soundmap/js/jquery.ui.map.min.js rename to plugins/soundmap/js/jquery.ui.map.min.js diff --git a/soundmap/js/soundmap-admin.js b/plugins/soundmap/js/soundmap-admin.js similarity index 100% rename from soundmap/js/soundmap-admin.js rename to plugins/soundmap/js/soundmap-admin.js diff --git a/soundmap/js/soundmap-wp.js b/plugins/soundmap/js/soundmap-wp.js similarity index 100% rename from soundmap/js/soundmap-wp.js rename to plugins/soundmap/js/soundmap-wp.js diff --git a/soundmap/js/soundmap-wp_multi.js b/plugins/soundmap/js/soundmap-wp_multi.js similarity index 100% rename from soundmap/js/soundmap-wp_multi.js rename to plugins/soundmap/js/soundmap-wp_multi.js diff --git a/soundmap/js/uploader.swf b/plugins/soundmap/js/uploader.swf similarity index 100% rename from soundmap/js/uploader.swf rename to plugins/soundmap/js/uploader.swf diff --git a/soundmap/languages/soundmap-es_ES.mo b/plugins/soundmap/languages/soundmap-es_ES.mo similarity index 100% rename from soundmap/languages/soundmap-es_ES.mo rename to plugins/soundmap/languages/soundmap-es_ES.mo diff --git a/soundmap/languages/soundmap-es_ES.po b/plugins/soundmap/languages/soundmap-es_ES.po similarity index 100% rename from soundmap/languages/soundmap-es_ES.po rename to plugins/soundmap/languages/soundmap-es_ES.po diff --git a/soundmap/languages/soundmap-es_ES.po.html b/plugins/soundmap/languages/soundmap-es_ES.po.html similarity index 100% rename from soundmap/languages/soundmap-es_ES.po.html rename to plugins/soundmap/languages/soundmap-es_ES.po.html diff --git a/soundmap/languages/soundmap-es_EU.mo b/plugins/soundmap/languages/soundmap-es_EU.mo similarity index 100% rename from soundmap/languages/soundmap-es_EU.mo rename to plugins/soundmap/languages/soundmap-es_EU.mo diff --git a/soundmap/languages/soundmap-es_EU.po b/plugins/soundmap/languages/soundmap-es_EU.po similarity index 100% rename from soundmap/languages/soundmap-es_EU.po rename to plugins/soundmap/languages/soundmap-es_EU.po diff --git a/soundmap/languages/soundmap-es_EU.po.html b/plugins/soundmap/languages/soundmap-es_EU.po.html similarity index 100% rename from soundmap/languages/soundmap-es_EU.po.html rename to plugins/soundmap/languages/soundmap-es_EU.po.html diff --git a/soundmap/modules/module.audioplayer.php b/plugins/soundmap/modules/module.audioplayer.php similarity index 100% rename from soundmap/modules/module.audioplayer.php rename to plugins/soundmap/modules/module.audioplayer.php diff --git a/soundmap/modules/module.base.player.php b/plugins/soundmap/modules/module.base.player.php similarity index 100% rename from soundmap/modules/module.base.player.php rename to plugins/soundmap/modules/module.base.player.php diff --git a/soundmap/modules/module.haikuplayer.php b/plugins/soundmap/modules/module.haikuplayer.php similarity index 100% rename from soundmap/modules/module.haikuplayer.php rename to plugins/soundmap/modules/module.haikuplayer.php diff --git a/soundmap/modules/module.jplayer.php b/plugins/soundmap/modules/module.jplayer.php similarity index 100% rename from soundmap/modules/module.jplayer.php rename to plugins/soundmap/modules/module.jplayer.php diff --git a/soundmap/modules/module.soundmap.upload.php b/plugins/soundmap/modules/module.soundmap.upload.php similarity index 100% rename from soundmap/modules/module.soundmap.upload.php rename to plugins/soundmap/modules/module.soundmap.upload.php diff --git a/soundmap/modules/module.wp-audio-gallery-player.php b/plugins/soundmap/modules/module.wp-audio-gallery-player.php similarity index 100% rename from soundmap/modules/module.wp-audio-gallery-player.php rename to plugins/soundmap/modules/module.wp-audio-gallery-player.php diff --git a/soundmap/soundmap.php b/plugins/soundmap/soundmap.php similarity index 100% rename from soundmap/soundmap.php rename to plugins/soundmap/soundmap.php diff --git a/soundmap/theme/rss-markers.php b/plugins/soundmap/theme/rss-markers.php similarity index 100% rename from soundmap/theme/rss-markers.php rename to plugins/soundmap/theme/rss-markers.php diff --git a/soundmap/theme/theme_window.php b/plugins/soundmap/theme/theme_window.php similarity index 100% rename from soundmap/theme/theme_window.php rename to plugins/soundmap/theme/theme_window.php diff --git a/themes/myMap/404.php b/themes/myMap/404.php new file mode 100644 index 0000000..f0d9b9e --- /dev/null +++ b/themes/myMap/404.php @@ -0,0 +1,48 @@ + + +
+
+ +
+
+

+
+ +
+

+ + + + 10 ), array( 'widget_id' => '404' ) ); ?> + +
+

+
    + 'count', 'order' => 'DESC', 'show_count' => 1, 'title_li' => '', 'number' => 10 ) ); ?> +
+
+ + ' . sprintf( __( 'Try looking in the monthly archives. %1$s', 'mymap' ), convert_smilies( ':)' ) ) . '

'; + the_widget( 'WP_Widget_Archives', array('count' => 0 , 'dropdown' => 1 ), array( 'after_title' => ''.$archive_content ) ); + ?> + + + +
+
+ +
+
+ + \ No newline at end of file diff --git a/themes/myMap/category.php b/themes/myMap/category.php new file mode 100644 index 0000000..055950e --- /dev/null +++ b/themes/myMap/category.php @@ -0,0 +1,64 @@ + +
+
+
+ + + +
' ); + ?> + + + + + + + + + + + + + + +
+
+

+
+ +
+

+ +
+
+ + + +
+ + + + diff --git a/themes/myMap/comments.php b/themes/myMap/comments.php new file mode 100644 index 0000000..0ad1859 --- /dev/null +++ b/themes/myMap/comments.php @@ -0,0 +1,77 @@ + +
+ +

+
+ + + + + +

+ ' . get_the_title() . '' ); + ?> +

+ + 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> + + + +
    + +
+ + 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> + + + + +

+ + + + + diff --git a/themes/myMap/content-marker.php b/themes/myMap/content-marker.php new file mode 100644 index 0000000..95606b0 --- /dev/null +++ b/themes/myMap/content-marker.php @@ -0,0 +1,43 @@ +
> +
+

+
+ +
+ + Author: %1$s
Date: %2$s

','mymap'); + + printf( + $text, + $aut, + $dat + ); + ?> + +
+ +
+ Tags: %2$s
', 'mymap' ); + + + printf( + $utility_text, + $categories_list, + $tag_list + ); + ?> + ', '' ); ?> + +
+
\ No newline at end of file diff --git a/themes/myMap/content-page.php b/themes/myMap/content-page.php new file mode 100644 index 0000000..2b3ffa7 --- /dev/null +++ b/themes/myMap/content-page.php @@ -0,0 +1,23 @@ + + +
> +
+

+
+ +
+ + '' ) ); ?> +
+
+ ', '' ); ?> +
+
diff --git a/themes/myMap/content-single.php b/themes/myMap/content-single.php new file mode 100644 index 0000000..0fbbedf --- /dev/null +++ b/themes/myMap/content-single.php @@ -0,0 +1,62 @@ + + +
> +
+

+
+ +
+ + '' ) ); ?> +
+ +
+ %5$s. Bookmark the permalink.', 'mymap' ); + } elseif ( '' != $categories_list ) { + $utility_text = __( 'This entry was posted in %1$s by %5$s. Bookmark the permalink.', 'mymap' ); + } else { + $utility_text = __( 'This entry was posted by %5$s. Bookmark the permalink.', 'mymap' ); + } + + printf( + $utility_text, + $categories_list, + $tag_list, + esc_url( get_permalink() ), + the_title_attribute( 'echo=0' ), + get_the_author(), + esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) + ); + ?> + ', '' ); ?> + + + + +
+
diff --git a/themes/myMap/content.php b/themes/myMap/content.php new file mode 100644 index 0000000..b89a5fa --- /dev/null +++ b/themes/myMap/content.php @@ -0,0 +1,64 @@ + + +
> +
+ +
+

+

+
+ +

+ +
+ +
+ →', 'mymap' ) ); ?> + '' ) ); ?> +
+ +
+ + + + + Posted in %2$s', 'mymap' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list ); + $show_sep = true; ?> + + + + | + + + Tagged %2$s', 'mymap' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list ); + $show_sep = true; ?> + + + + + + + | + + ' . __( 'Leave a reply', 'mymap' ) . '', __( '1 Reply', 'mymap' ), __( '% Replies', 'mymap' ) ); ?> + + + ', '' ); ?> +
+
diff --git a/themes/myMap/editor-style-rtl.css b/themes/myMap/editor-style-rtl.css new file mode 100644 index 0000000..5783776 --- /dev/null +++ b/themes/myMap/editor-style-rtl.css @@ -0,0 +1,24 @@ +/* +Theme Name: Twenty Eleven +*/ +/* +Used to style the TinyMCE editor. +*/ +html .mceContentBody { + direction: rtl; + unicode-bidi: embed; + float: right; + max-width: 584px; +} +* { + font-family: Arial, Tahoma, sans-serif; +} +ul, ol { + margin: 0 2.5em 1.625em 0; +} +blockquote { + font-style: normal; +} +table { + text-align: right; +} \ No newline at end of file diff --git a/themes/myMap/editor-style.css b/themes/myMap/editor-style.css new file mode 100644 index 0000000..2641a07 --- /dev/null +++ b/themes/myMap/editor-style.css @@ -0,0 +1,311 @@ +/* +Theme Name: Twenty Eleven +Description: Used to style the TinyMCE editor. +*/ + +html .mceContentBody { + max-width: 584px; +} +* { + color: inherit; + font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif; + font-style: inherit; + font-weight: inherit; + line-height: 1.625; +} +body { + color: #333; + font: 15px "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif; + font-weight: 300; + line-height: 1.625; +} + +/* Headings */ +h1,h2,h3,h4,h5,h6 { + clear: both; +} +h1, +h2 { + color: #000; + font-size: 15px; + font-weight: bold; + margin: 0 0 .8125em; +} +h3 { + font-size: 10px; + letter-spacing: 0.1em; + line-height: 2.6em; + text-transform: uppercase; +} +h4, h5, h6 { + font-size: 14px; + margin: 0; +} +hr { + background-color: #ccc; + border: 0; + height: 1px; + margin-bottom: 1.625em; +} + +/* Text elements */ +p, ul, ol, dl { + font-weight: 300; +} +p { + margin-bottom: 1.625em; +} +ul, ol { + margin: 0 0 1.625em 2.5em; + padding: 0; +} +ul { + list-style: square; +} +ol { + list-style-type: decimal; +} +ol ol { + list-style: upper-alpha; +} +ol ol ol { + list-style: lower-roman; +} +ol ol ol ol { + list-style: lower-alpha; +} +ul ul, ol ol, ul ol, ol ul { + margin-bottom: 0; +} +dl { + margin: 0 1.625em; +} +dt { + font-size: 15px; + font-weight: bold; +} +dd { + margin: 0 0 1.625em; +} +strong { + font-weight: bold; +} +cite, em, i { + font-style: italic; +} +cite { + border: none; +} +big { + font-size: 131.25%; +} +.mceContentBody blockquote, +.mceContentBody blockquote p { + font-family: Georgia, "Bitstream Charter", serif !important; + font-style: italic !important; + font-weight: normal; + margin: 0 3em; +} +.mceContentBody blockquote em, +.mceContentBody blockquote i, +.mceContentBody blockquote cite { + font-style: normal; +} +.mceContentBody blockquote cite { + color: #666; + font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif; + font-weight: 300; + letter-spacing: 0.05em; + text-transform: uppercase; +} +pre { + background: #f4f4f4; + font: 13px "Courier 10 Pitch", Courier, monospace; + line-height: 1.5; + margin-bottom: 1.625em; + padding: 0.75em 1.625em; +} +code, kbd, code var { + font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; +} +abbr, acronym, dfn { + border-bottom: 1px dotted #666; + cursor: help; +} +address { + display: block; + margin: 0 0 1.625em; +} +del { + color: #333; +} +ins { + background: #fff9c0; + border: none; + color: #333; + text-decoration: none; +} +sup, +sub { + font-size: 10px; + height: 0; + line-height: 1; + position: relative; + vertical-align: baseline; +} +sup { + bottom: 1ex; +} +sub { + top: .5ex; +} +input[type=text], +textarea { + background: #fafafa; + -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); + box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); + border: 1px solid #ddd; + color: #888; +} +input[type=text]:focus, +textarea:focus { + color: #333; +} +textarea { + padding-left: 3px; + width: 98%; +} +input[type=text] { + padding: 3px; +} + +/* Links */ +a, +a em, +a strong { + color: #1b8be0; + text-decoration: none; +} +a:focus, +a:active, +a:hover { + text-decoration: underline; +} + +/* Alignment */ +.alignleft { + display: inline; + float: left; + margin-right: 1.625em; +} +.alignright { + display: inline; + float: right; + margin-left: 1.625em; +} +.aligncenter { + clear: both; + display: block; + margin-left: auto; + margin-right: auto; +} + +/* Tables */ +table { + border: none !important; + border-bottom: 1px solid #ddd !important; + border-collapse: collapse; + border-spacing: 0; + text-align: left; + margin: 0 0 1.625em; + width: 100%; +} +tr th { + border: none !important; + color: #666; + font-size: 10px; + font-weight: 500; + letter-spacing: 0.1em; + line-height: 2.6em; + text-transform: uppercase; +} +td { + border: none !important; + border-top: 1px solid #ddd !important; + padding: 6px 10px 6px 0; +} + +/* Images */ +img[class*="wp-image-"] { + height: auto; + max-width: 97.5%; +} +img.size-full { + width: auto; /* Prevent stretching of full-size images in IE8 */ +} +img.wp-smiley { + border: none; + margin-bottom: 0; + margin-top: 0; + padding: 0; +} +p img, +.wp-caption { + margin-top: 0.4em; +} +img { + border: 1px solid #ddd; + padding: 6px; +} +img.alignleft, +img.alignright, +img.aligncenter { + margin-bottom: 1.625em; +} +.wp-caption { + background: #eee; + border: none; + margin-bottom: 1.625em; + max-width: 96%; + padding: 9px; +} +.wp-caption img { + display: block; + margin: 5px auto 0 !important; + max-width: 98%; + border-color: #eee; +} +.wp-caption .wp-caption-text, +.wp-caption-dd { + color: #666; + font-family: Georgia, serif !important; + font-size: 12px; + margin: 0 0 0.6em 0 !important; + padding: 0 0 5px 40px; + position: relative; + text-align: left; +} +.wp-caption .wp-caption-text:before { + color: #666; + content: '\2014'; + font-size: 14px; + font-style: normal; + font-weight: bold; + margin-right: 5px; + position: absolute; + left: 10px; + top: 7px; +} +a:focus img[class*="wp-image-"], +a:hover img[class*="wp-image-"], +a:active img[class*="wp-image-"] { + background: #eee; + border-color: #bbb; +} +.wp-caption a:focus img, +.wp-caption a:active img, +.wp-caption a:hover img { + background: #fff; + border-color: #ddd; +} \ No newline at end of file diff --git a/themes/myMap/footer.php b/themes/myMap/footer.php new file mode 100644 index 0000000..fef8a84 --- /dev/null +++ b/themes/myMap/footer.php @@ -0,0 +1,34 @@ + +
+ + + + + + + + + \ No newline at end of file diff --git a/themes/myMap/functions.php b/themes/myMap/functions.php new file mode 100644 index 0000000..4da67f8 --- /dev/null +++ b/themes/myMap/functions.php @@ -0,0 +1,16 @@ + __( 'Main Sidebar', 'mymap' ), + 'id' => 'sidebar-1', + 'before_widget' => '", + 'before_title' => '

', + 'after_title' => '

', +) ); + + +?> \ No newline at end of file diff --git a/themes/myMap/header.php b/themes/myMap/header.php new file mode 100644 index 0000000..98f05d2 --- /dev/null +++ b/themes/myMap/header.php @@ -0,0 +1,71 @@ + section and everything up till
+ * + * @package SoundMap + * @subpackage myMap + * @since SoundMap 3.0 + */ +?> + + + + +> + + + + +<?php wp_title(); ?> + + + + + + + * tag of your theme, or you will break many plugins, which + * generally use this hook to add elements to such + * as styles, scripts, and meta tags. + */ + wp_head(); +?> + + +> +
+ + + diff --git a/themes/myMap/images/comment-arrow-bypostauthor-dark-rtl.png b/themes/myMap/images/comment-arrow-bypostauthor-dark-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..46dac85bb9137e6c24f1de1d7af83eee0bf5e0e6 GIT binary patch literal 255 zcmVupsNC)b2}l(khJj;@C3t`-kSglE zFR>S_BvKvi`(DPqz#K>umB;wPP7Z3KGVUD~Ky}ga-#bDFq>0M7Z&=GlO;m1o1rJmg z9sj*OOn@{|d5kA4nYlV9=s)fmW+m7pie)RYW>G|%`vE)a0$UN1P8Ek1Hl0VTfs`O65{`a10iKn{Mv_* zWK?Utmr_Vmiw?v{T!agz7Dl--?D|jZM1knnSil2E nREzfT6i!%&TJ%4@(TFl%+sASVGdSm|00000NkvXXu0mjfrW|10 literal 0 HcmV?d00001 diff --git a/themes/myMap/images/comment-arrow-bypostauthor-rtl.png b/themes/myMap/images/comment-arrow-bypostauthor-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..9ae83f08debfdef4d617cbd5cf2166096c782910 GIT binary patch literal 257 zcmV+c0sj7pP)B^Q2!`w?*bP%M>qbjdZ+C?m zP+oNS_x3OXvPAVUp0H%*?3kkexM!G1ut*fkR%6AYh!pn&O&&a-l2t1z00000NkvXX Hu0mjfmw9Nm literal 0 HcmV?d00001 diff --git a/themes/myMap/images/comment-arrow-bypostauthor.png b/themes/myMap/images/comment-arrow-bypostauthor.png new file mode 100644 index 0000000000000000000000000000000000000000..bf9d3d92d6b872ccf327d7f675c4cba041275842 GIT binary patch literal 239 zcmV+(HaRep>5j|yrLN~6Iv97@B5zM z9z}#qXkFLDo@lAa-)NE~`Wa{BkeJZ2EQx*4Rxg^+rfCS?&>V>g&9Y3Ndq6o73#zmC zLMuJ^HyX#W&fW!0k(f}0VaY7xz5Ga?8VxdqX!TSOY W09(jPZ8i!30000Bg8iWsjdK@5LYE7rT_o`14&u{2?+@S z0Rd4_Q4tXladB}WAt4?f9x*X7US3{4K0Z!PPA)DkDJdywX=zzmS%V3stAVbPFA4Gs zW?*3BY^Tegi5^@^o+S&g#SxpfzJGh@ z%cahxcVdrD()n{&ug9-9;*;<1EvFN{@s$-`RqQH#dFuAxnGdGu^YTjlZ0mdKI;Vst03fPp^8f$< literal 0 HcmV?d00001 diff --git a/themes/myMap/images/comment-arrow-rtl.png b/themes/myMap/images/comment-arrow-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..e3fb1fddb245d383b4655c3ccf1dfd0d30725f0c GIT binary patch literal 271 zcmV+q0r38bP)d7cxzp~#F@RYlCB0}^IJi=rU-LTh3sv}u} zniDdi&N*T=+9@&`?fYIo zulk*n8Jx?qOkLLrqudsp zwN@DA7I3E{h7g2N?g$^}oG{9*;ng&aFv?|cq3`JXUKr(e5U^=slv~1sHa!dji%Lx4 zR1^hmS}6)C{TdsvcxurxJck>Os22T?AJn7d3oe;-5CCX#od5s;07*qoM6N<$f=wM^ A`2YX_ literal 0 HcmV?d00001 diff --git a/themes/myMap/images/comment-bubble-dark-rtl.png b/themes/myMap/images/comment-bubble-dark-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..3a43135ded872846746d03fdb526f785df14758f GIT binary patch literal 1868 zcmV-S2ebHzP)4Tx0C)j~RL^S@K@|QrZmG~B2wH0nvUrdpNm;9CMbtL^5n^i$+aIn^?(HA4aZWV5ov6ELTdbo0FI&wK{O>*+w4vx20?>!`FrQsdJlnHR>OPy zcd~b_n$otK2Za4V;76L-DzNVtaSB-y0*E}{p()372;bw_^6ZZ}PI-92wGS&j#91PI zKs7DSe@(bk%_Y-7gGe}(^>I=@oY#w#*Bu9GZf3^F5WP>3rn}7Ut74&?PWBFvy`A)a zPP5)V!Xd&78LdA?xQ(9mjMYElVd13a#D+Z_7&Y|xU=_C-srWU*6kiZcC!$nw*)9$7 zn6CX+@=AhmkT}X@VSsa5NKe;HZuq)~1$`#h6R+ZTR#D-3j}vF!)ZOnz+5)dI4jl{{ z44Mr{P!L4~VVJN`K!!XTF*LGrKO?IK8z<8w`3e3jI8lUGNUta*C8 zn(P`s>{pjD=7Kek#B;Fw@hxAK%$F&Q6vg9J^Xf~4by_hu-=A!MJ3Znq&n~srbFGPs zH&&aMXZ>nO`|hf|ljc?VPhR!${AbO?W8x_>CU%PFA&Hm8F7cAsOREdwU~R_;ot1_u z(ruCYB-LPGn!NQdT|ZlRy+(fw^-+`=%+gee_kY4FWHg<*4sZI8+sFJD270UUORdLHO0nA4V) z%{fwsET5CQ>B?eK%uw4yQc~9?*JVo2}ze(;aRcp*ceL#HUJSllrgm5wQKR zQu+C;QrUh^8rFfA`ftFz{YAidi-`aL010qNS#tmY3ljhU3ljkVnw%H_00aa{L_t(o z3GJB8OH@%5z@2g4%+$;fMNmOv*$Al%`v7xM3|5#(Q5$L5x=sH>3l{~oj5h5fqD6}k zQ82;~!4%SvaWKtPh|;LWalYR4JI|Ttn=hNMH>1#nGxxrG&pqci=iPhXz1QOLcoKDc zBw6MH&Ikgt)eMc7cRR_g)u-4=`G2x2dyZ(TvKi9{j-*jzjw{~Qj7 z1#}t_&}Afs6q+0;9z_lzO%8{n*=DnO`2)>7TaX>ozhI*PP60SgK8U3$#1DKi(aZ}# zWLvP^p(si>(q3O*-->cxXiL5cMkH4vk;q6i8hwR<0RV$}y_VSk^f65Mi1cl{-F}6# zCzr{bkp=WqFc=)A!&4wX4C6bR@~;mACek?a0>#->V=Z$y-pj;el{m#J(IG5aWNFwS>;aw! zY6+Ob_Zy-+17AeiG*~9pJmn!OE3$s(a9UCoJRyd|0DOKiputihu%<6jB@x4w8vRE;bFnQH=5BkON{(68;--d>0-cWjPURDGiny7srX~l?#d2KVU z0xuUGKU0bo%6*K{_I#k?W2eZbF-TOId`rj|wv?-!*93MYsU%1Ccv^?;2iYr+(f`+W zRdz`t3+y8z+n3$CRkKrM)B0dczR_M0URNFCN>&Uly5w^2l@nGV`D1hRpFn2}nWQdj zI8nER&Iq90000~vW;IQl;W|M3Mq8xCi|lVVt(w;Aa5!pgHd`aD znGbOMD{Kb9xAA!VRVtMl;d+7?f431X4F-c2KD>q24rpIRMTNk(bIWe@j@f8{;ocw7 zXmk|Vdt8q3+~-on;qvmb30M!OCkTx}m&!4Y1%3Fw=0q$m3R zBw+`~IKl;tU=xu@WR!<*0XkLAdnPT8-R z1w~=!;9FW5vk5{Vt|BRHNj)64))MhQY)N5RK-gKbIaLIN&6Qp2{(@zNvjbDFsGxqk z-M%Xa%S9umT~XL0@HMSewh5{G2?e`iA>g-IEWN_FGG^UQr*j{t1B$8IL*>wwEfR9s zfcmF{uQ-pohZRwE0H(93>i;8kantE`yL&jj3~*hULHnq~E>c7uH_Wp#KIp@d4xWF+Btj=|I>W5;Okz;KfTS5y--hfrAl=*~t0B0v?Uh1LdaH<_pf z$b+13TlbC(CB`5XW5Mo0A-QWDGk6@0R6bIKHnzVrom=a1yZKpPQYZ83ZP%6=5kFIwl!4!u4&o} nV(W^GQUTt00000NkvXXu0mjfz+box literal 0 HcmV?d00001 diff --git a/themes/myMap/images/comment-bubble-rtl.png b/themes/myMap/images/comment-bubble-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..bdfde17ad14125829fdd95b81c75179177578f8c GIT binary patch literal 1782 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 literal 0 HcmV?d00001 diff --git a/themes/myMap/images/search.png b/themes/myMap/images/search.png new file mode 100644 index 0000000000000000000000000000000000000000..1f9d8288bcd369aec1561e625cf2d87caca62f39 GIT binary patch literal 441 zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc3?z4jzqJQaivoN?T>t<74`fmZ*x1O2n0B|IY0nNA|Y;GZnrtPszB4tN`m}?85o(E zSy1Xuw)0nBClsVDat??u3A~haPBCK7;!RKFnhtAg8Mg^ko!Rx{MnQMf z5m~RpJ!V;D2PeN?6Wo@uf>YaFwpUa#Ht!&dZrZss4Js z0)T7?0CG)COkg|^ot2dZBsXo^v~lCc_3PII*^eJTo-=38g9i`p-Mcq?_UsumW&j1J zPoMtd#}6Rm)2C0zgoP z!o-OaCrz3(dGh2bQ>ILvIu&R&&^C>k#U%Gtd%9ZQauiw0J_ckbM|d-pCdG#&!MqlZ9G0mJ9T zix+R+ya9&5#}6Mqe*6dw6JUTqeEsX!uiw9a1B2r4-@pI<{sV&lK=l8A3g7boz|c1@ z3GxHR6$2ZWn3}qlu6b%v?}W))x9{D5;LMq`XV0C#a`oEv8#iv=ymkBbqsKrS-o1PG z{sYMLZ$JMeZ@6U*)cVWQ#W6%elJ($eze5fpY!Cj=nHiL)St6ySc27a7w^O=&PgC~% z1MMZt`!8lB?K#rIC7P9)cxsD5ojha1?To$;fwOcO7#F?UQF3S365&`u78m^u<)==4 zKAA0jOlVJD#T+JvV;4=%yS`pCZ^ti>pT4!#!Yk*@{qZn}GbVPjMuEKbo74U#Z*&?@ z-#?Mke^?>1G}`Dce_6E7p$5e#L2@_D{w$j;dSuQy>;2WKPjVuEn*Yj%f;U|&n%6XDe(7~ecAWVIFld8z5AyuET3r;^m;0AMIEc)I$ztaD0e0sz2z${hdz literal 0 HcmV?d00001 diff --git a/themes/myMap/inc/normalize.css b/themes/myMap/inc/normalize.css new file mode 100644 index 0000000..4474dee --- /dev/null +++ b/themes/myMap/inc/normalize.css @@ -0,0 +1,504 @@ +/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */ + +/* ============================================================================= + HTML5 display definitions + ========================================================================== */ + +/* + * Corrects block display not defined in IE6/7/8/9 & FF3 + */ + +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +nav, +section, +summary { + display: block; +} + +/* + * Corrects inline-block display not defined in IE6/7/8/9 & FF3 + */ + +audio, +canvas, +video { + display: inline-block; + *display: inline; + *zoom: 1; +} + +/* + * Prevents modern browsers from displaying 'audio' without controls + * Remove excess height in iOS5 devices + */ + +audio:not([controls]) { + display: none; + height: 0; +} + +/* + * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4 + * Known issue: no IE6 support + */ + +[hidden] { + display: none; +} + + +/* ============================================================================= + Base + ========================================================================== */ + +/* + * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units + * http://clagnut.com/blog/348/#c790 + * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom + * www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ + */ + +html { + font-size: 100%; /* 1 */ + -webkit-text-size-adjust: 100%; /* 2 */ + -ms-text-size-adjust: 100%; /* 2 */ +} + +/* + * Addresses font-family inconsistency between 'textarea' and other form elements. + */ + +html, +button, +input, +select, +textarea { + font-family: sans-serif; +} + +/* + * Addresses margins handled incorrectly in IE6/7 + */ + +body { + margin: 0; +} + + +/* ============================================================================= + Links + ========================================================================== */ + +/* + * Addresses outline displayed oddly in Chrome + */ + +a:focus { + outline: thin dotted; +} + +/* + * Improves readability when focused and also mouse hovered in all browsers + * people.opera.com/patrickl/experiments/keyboard/test + */ + +a:hover, +a:active { + outline: 0; +} + + +/* ============================================================================= + Typography + ========================================================================== */ + +/* + * Addresses font sizes and margins set differently in IE6/7 + * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5 + */ + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +h2 { + font-size: 1.5em; + margin: 0.83em 0; +} + +h3 { + font-size: 1.17em; + margin: 1em 0; +} + +h4 { + font-size: 1em; + margin: 1.33em 0; +} + +h5 { + font-size: 0.83em; + margin: 1.67em 0; +} + +h6 { + font-size: 0.75em; + margin: 2.33em 0; +} + +/* + * Addresses styling not present in IE7/8/9, S5, Chrome + */ + +abbr[title] { + border-bottom: 1px dotted; +} + +/* + * Addresses style set to 'bolder' in FF3+, S4/5, Chrome +*/ + +b, +strong { + font-weight: bold; +} + +blockquote { + margin: 1em 40px; +} + +/* + * Addresses styling not present in S5, Chrome + */ + +dfn { + font-style: italic; +} + +/* + * Addresses styling not present in IE6/7/8/9 + */ + +mark { + background: #ff0; + color: #000; +} + +/* + * Addresses margins set differently in IE6/7 + */ + +p, +pre { + margin: 1em 0; +} + +/* + * Corrects font family set oddly in IE6, S4/5, Chrome + * en.wikipedia.org/wiki/User:Davidgothberg/Test59 + */ + +pre, +code, +kbd, +samp { + font-family: monospace, serif; + _font-family: 'courier new', monospace; + font-size: 1em; +} + +/* + * Improves readability of pre-formatted text in all browsers + */ + +pre { + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; +} + +/* + * 1. Addresses CSS quotes not supported in IE6/7 + * 2. Addresses quote property not supported in S4 + */ + +/* 1 */ + +q { + quotes: none; +} + +/* 2 */ + +q:before, +q:after { + content: ''; + content: none; +} + +small { + font-size: 75%; +} + +/* + * Prevents sub and sup affecting line-height in all browsers + * gist.github.com/413930 + */ + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + + +/* ============================================================================= + Lists + ========================================================================== */ + +/* + * Addresses margins set differently in IE6/7 + */ + +dl, +menu, +ol, +ul { + margin: 1em 0; +} + +dd { + margin: 0 0 0 40px; +} + +/* + * Addresses paddings set differently in IE6/7 + */ + +menu, +ol, +ul { + padding: 0 0 0 40px; +} + +/* + * Corrects list images handled incorrectly in IE7 + */ + +nav ul, +nav ol { + list-style: none; + list-style-image: none; +} + + +/* ============================================================================= + Embedded content + ========================================================================== */ + +/* + * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3 + * 2. Improves image quality when scaled in IE7 + * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ + */ + +img { + border: 0; /* 1 */ + -ms-interpolation-mode: bicubic; /* 2 */ +} + +/* + * Corrects overflow displayed oddly in IE9 + */ + +svg:not(:root) { + overflow: hidden; +} + + +/* ============================================================================= + Figures + ========================================================================== */ + +/* + * Addresses margin not present in IE6/7/8/9, S5, O11 + */ + +figure { + margin: 0; +} + + +/* ============================================================================= + Forms + ========================================================================== */ + +/* + * Corrects margin displayed oddly in IE6/7 + */ + +form { + margin: 0; +} + +/* + * Define consistent border, margin, and padding + */ + +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; +} + +/* + * 1. Corrects color not being inherited in IE6/7/8/9 + * 2. Corrects text not wrapping in FF3 + * 3. Corrects alignment displayed oddly in IE6/7 + */ + +legend { + border: 0; /* 1 */ + padding: 0; + white-space: normal; /* 2 */ + *margin-left: -7px; /* 3 */ +} + +/* + * 1. Corrects font size not being inherited in all browsers + * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome + * 3. Improves appearance and consistency in all browsers + */ + +button, +input, +select, +textarea { + font-size: 100%; /* 1 */ + margin: 0; /* 2 */ + vertical-align: baseline; /* 3 */ + *vertical-align: middle; /* 3 */ +} + +/* + * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet + */ + +button, +input { + line-height: normal; /* 1 */ +} + +/* + * 1. Improves usability and consistency of cursor style between image-type 'input' and others + * 2. Corrects inability to style clickable 'input' types in iOS + * 3. Removes inner spacing in IE7 without affecting normal text inputs + * Known issue: inner spacing remains in IE6 + */ + +button, +input[type="button"], +input[type="reset"], +input[type="submit"] { + cursor: pointer; /* 1 */ + -webkit-appearance: button; /* 2 */ + *overflow: visible; /* 3 */ +} + +/* + * Re-set default cursor for disabled elements + */ + +button[disabled], +input[disabled] { + cursor: default; +} + +/* + * 1. Addresses box sizing set to content-box in IE8/9 + * 2. Removes excess padding in IE8/9 + * 3. Removes excess padding in IE7 + Known issue: excess padding remains in IE6 + */ + +input[type="checkbox"], +input[type="radio"] { + box-sizing: border-box; /* 1 */ + padding: 0; /* 2 */ + *height: 13px; /* 3 */ + *width: 13px; /* 3 */ +} + +/* + * 1. Addresses appearance set to searchfield in S5, Chrome + * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof) + */ + +input[type="search"] { + -webkit-appearance: textfield; /* 1 */ + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; /* 2 */ + box-sizing: content-box; +} + +/* + * Removes inner padding and search cancel button in S5, Chrome on OS X + */ + +input[type="search"]::-webkit-search-decoration, +input[type="search"]::-webkit-search-cancel-button { + -webkit-appearance: none; +} + +/* + * Removes inner padding and border in FF3+ + * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ + */ + +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0; +} + +/* + * 1. Removes default vertical scrollbar in IE6/7/8/9 + * 2. Improves readability and alignment in all browsers + */ + +textarea { + overflow: auto; /* 1 */ + vertical-align: top; /* 2 */ +} + + +/* ============================================================================= + Tables + ========================================================================== */ + +/* + * Remove most spacing between table cells + */ + +table { + border-collapse: collapse; + border-spacing: 0; +} diff --git a/themes/myMap/index.php b/themes/myMap/index.php new file mode 100644 index 0000000..10a1555 --- /dev/null +++ b/themes/myMap/index.php @@ -0,0 +1,49 @@ + + +
+
+
+ + + + + + + + + + + + +
+
+

+
+ +
+

+ +
+
+ + + +
+
+ + + \ No newline at end of file diff --git a/themes/myMap/languages/es_ES.mo b/themes/myMap/languages/es_ES.mo new file mode 100644 index 0000000000000000000000000000000000000000..1eb421c765fa1c7d4d504297d603c69753117646 GIT binary patch literal 3512 zcmc&$O^g&p6fO~eSQHh+KTwMeOH{UJe*neVWpH;{%!XYU*}-ry+0=B`Oc&eJ)l^l_ zIvYKBG#rJCH;fleOf()yh>4MjH@#^*m}p{RB6>8Q@q67pJG%ySZ+52p>+1S@?|Wap zH$Uy%dWGTIhkGyX{dX}o0vz6g2d>|MyMZ@>^ywBJ4+FQ{&Daj$F5n<=5cnK$7B~cq zfgbQOFah2G?gt*)ny+^rxRb^Kj{x5R;>WJxaX;`2pap&nd=U8ZJ&Zj7d=>a8um*e{ zsDSqZ-vd4bd>=^TJ_eHA*NXmcfsdj69dHTw2axB_OT)J&@+#0)7Qf zcHhU?9<+aeacHtXfxCcz0m+YT+j1WE0uQ2n97yXd1Br(#z_)>2;0wU1ft>FM_!Qdj z0$&7v2*j4`ME<6Z#;6dx| z0X_{J1YQEZ0(=7a4R8qfE3g6F4$?^n21q=703^TBo$XJ1Q@rRRUdcA%pDv0Y$Nda$ z(gZ!j;r9w`v+Wjq$mjFa9w*$eq(d{FH7;U-^5uVfqPk}irTT`)ECiQb>Z zO}wxJkuYY0pNRr#_>69~Wb7;(=4`TF8JZlaSNK_(L`quvFt+xg!zPo;RO&))%6w>S zzeSI!oDfc;IZn-_!X|AZV(v%6+GB$>Xs}Y%*2#dYcyfd~E7{=N4XlY~QwDb))sjwl zv1kugau0eVt46k!PA!{CbflXwe3;i$$79Wnv}xolUy(-ghEC%EPs3d((RDGEnPtNG zp=!$#uSye&#BwXMPjQp4s3_v0j1t~Zm@6$@Tq(s>a?ujox>m16i(?FpJJ!tluQ$W!tNW$T<5)^_!Zu>*+4mVQVN$E8L&AA z>t%~P=Dvsz7<)0*6D~J@B@~W#bXt4`C6U(4v=d0Vjr+qKTY-Viv*zpyyl$a5E!+Q5)0giNuA(Kub73#B|VO3ITB6 zC?|~)peB;SO75_!Xp(~~%7xtOmgIqIG_Y~(__FM*XcO2Hg9J84yA~?T@uL}86l4qZ z7@QL9J&c}yq?9|(vf(5#nv-A@t;-Xmo%Er;5}%D>SQeADUZ;6m$rUc*4)=>g4NG8g zFUT;Pgx`Y9LJ(HS-j=e%%tGgq^2iA7l;GIdk~Yl|V)p{}^yUKZb!jYQTIP#%juu41 zYoTn(0VE4;oVQ?`D)6S$ruAyN%m=DxYTgW#Ow#u9EHOShHtvlc^2QJGv6sq+4<8&I z8y&?!?<@{5t$q7(NAhv=!aA>JL~L;cDUbv6B5tOTh*y)MRpwJ^pmZea0}FEtvwd^N zN}~gGv=Ab%)=7}990WL$M2O=A_d{WwifPFTRzG`H~miTL_TJ2u7 zJdFjfcdsLbO3ZM`ah)^}rh661uD70{Wj0iU?k8e>Ip{gIp(f;|K=S}8SRj>VWdswm z>~tFGv?+Ym{XC`tILvDSD@uegJdzz5!TGI|Cy!}@&fE9Zjokk&9P}p zhM)p*6rj_n*jI^&dbN`%<*h6vPDN@J0Yr+2o)wspo8zF`z1mbULc{*SFP4BTuppHa z{7q55!p=CZxp1kPOsCcde|Z_9&w1R|w2_5vlj1`%>0XEP#kL&cLWm7ONp)1mn;re{= zmFkdK)m9Jl8(+4i2}E$5VN~BhBn2owD?Z5Zxqc)&qNB sVxsA9CRRorvg^fMLUBp)F9HA6z%FSSXOhO`g$Xavy-h_V|Gh;04H5zPM*si- literal 0 HcmV?d00001 diff --git a/themes/myMap/languages/es_ES.po b/themes/myMap/languages/es_ES.po new file mode 100644 index 0000000..58e06ae --- /dev/null +++ b/themes/myMap/languages/es_ES.po @@ -0,0 +1,519 @@ +msgid "" +msgstr "" +"Project-Id-Version: SoundMap Theme\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-23 17:44+0100\n" +"PO-Revision-Date: 2012-03-23 17:45+0100\n" +"Last-Translator: \n" +"Language-Team: Audiolab\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: __;gettext;gettext_noop;_e\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-Language: Spanish\n" +"X-Poedit-Country: SPAIN\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-SearchPath-0: ..\n" + +#: ../404.php:17 +msgid "This is somewhat embarrassing, isn’t it?" +msgstr "Esto es un poco embarazoso, ¿verdad?" + +#: ../404.php:21 +msgid "It seems we can’t find what you’re looking for. Perhaps searching, or one of the links below, can help." +msgstr "Lo sentimos, pero no hemos encontrado nada en el archivo especificado. Quizás una búsqueda te ayudará a encontrar el post." + +#: ../404.php:28 +msgid "Most Used Categories" +msgstr "Categorías más utilizadas" + +#: ../404.php:36 +#, php-format +msgid "Try looking in the monthly archives. %1$s" +msgstr "Prueba buscando en los archivos mensuales. %1$s" + +#: ../category.php:19 +#, php-format +msgid "Category Archives: %s" +msgstr "Archivo de la categoría: %s" + +#: ../category.php:49 +#: ../index.php:34 +#: ../search.php:41 +#, fuzzy +msgid "Nothing Found" +msgstr "Nada encontrado" + +#: ../category.php:53 +#: ../index.php:38 +msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post." +msgstr "Lo sentimos, pero no hemos encontrado nada en el archivo especificado. Quizás una búsqueda te ayudará a encontrar el post." + +#: ../comments.php:17 +msgid "This post is password protected. Enter the password to view any comments." +msgstr "Esta entrada está protegida con contraseña. Introduce la contraseña para poder ver los comentarios." + +#: ../comments.php:40 +#: ../comments.php:60 +msgid "Comment navigation" +msgstr "Navegación de comentarios" + +#: ../comments.php:41 +#: ../comments.php:61 +msgid "← Older Comments" +msgstr "← Antiguos Comentarios" + +#: ../comments.php:42 +#: ../comments.php:62 +#, fuzzy +msgid "Newer Comments →" +msgstr "Siguiente →" + +#: ../comments.php:72 +msgid "Comments are closed." +msgstr "" + +#: ../content-marker.php:13 +#, php-format +msgid "

Author: %1$s
Date: %2$s

" +msgstr "

Autor: %1$s
Fecha: %2$s

" + +#: ../content-marker.php:27 +#: ../content-marker.php:30 +#: ../content-single.php:24 +#: ../content-single.php:27 +#: ../content.php:33 +#: ../content.php:43 +msgid ", " +msgstr "," + +#: ../content-marker.php:31 +#, php-format +msgid "Categories: %1$s
Tags: %2$s
" +msgstr "Categorías: %1$s
Etiquetas: %2$s
" + +#: ../content-marker.php:40 +#: ../content-page.php:21 +#: ../content-single.php:46 +#: ../content.php:62 +msgid "Edit" +msgstr "Editar" + +#: ../content-page.php:18 +#: ../content-single.php:18 +#: ../content.php:25 +msgid "Pages:" +msgstr "Páginas:" + +#: ../content-single.php:29 +#, php-format +msgid "This entry was posted in %1$s and tagged %2$s by %5$s. Bookmark the permalink." +msgstr "" + +#: ../content-single.php:31 +#, php-format +msgid "This entry was posted in %1$s by %5$s. Bookmark the permalink." +msgstr "" + +#: ../content-single.php:33 +#, php-format +msgid "This entry was posted by %5$s. Bookmark the permalink." +msgstr "" + +#: ../content-single.php:55 +#, fuzzy, php-format +msgid "View all posts by %s " +msgstr "Siguiente " + +#: ../content.php:16 +msgid "Featured" +msgstr "Aparece" + +#: ../content.php:24 +msgid "Continue reading " +msgstr "Continuar leyendo " + +#: ../content.php:37 +#, php-format +msgid "Posted in %2$s" +msgstr "Publicado en %2$s" + +#: ../content.php:49 +#, php-format +msgid "Tagged %2$s" +msgstr "Etiquetado %2$s" + +#: ../content.php:59 +msgid "Leave a reply" +msgstr "Dejar una respuesta" + +#: ../content.php:59 +msgid "1 Reply" +msgstr "1 Respuesta" + +#: ../content.php:59 +msgid "% Replies" +msgstr "% Respuestas" + +#: ../footer.php:26 +msgid "http://wordpress.org/" +msgstr "http://wordpress.org/" + +#: ../footer.php:26 +#, php-format +msgid "Proudly powered by %s" +msgstr "Basado en %s" + +#: ../functions.php:3 +msgid "Primary Menu" +msgstr "Menu inicial" + +#: ../functions.php:7 +msgid "Main Sidebar" +msgstr "Barra lateral principal" + +#: ../header.php:60 +msgid "Main menu" +msgstr "" + +#: ../header.php:62 +msgid "Skip to primary content" +msgstr "" + +#: ../header.php:63 +msgid "Skip to secondary content" +msgstr "" + +#: ../search.php:19 +#, php-format +msgid "Search Results for: %s" +msgstr "Resultado de la búsqueda: %s" + +#: ../search.php:45 +msgid "Sorry, but nothing matched your search criteria. Please try again with some different keywords." +msgstr "Lo sentimos, pero no hemos encontrado ningúna entrada que corresponda con la búsqueda. Por favor, inténtalo otra vez con otras palabras." + +#: ../searchform.php:11 +msgid "Search" +msgstr "Buscar" + +#: ../sidebar.php:18 +#, fuzzy +msgid "Archives" +msgstr "Archivo" + +#: ../sidebar.php:25 +msgid "Meta" +msgstr "" + +#: ../single-marker.php:30 +msgid "Post navigation" +msgstr "Navegación de entradas" + +#: ../single-marker.php:31 +msgid " Previous" +msgstr " Anterior" + +#: ../single-marker.php:32 +msgid "Next " +msgstr "Siguiente " + +#: ../tag.php:20 +#, php-format +msgid "Tag Archives: %s" +msgstr "Archivo de etiquetas: %s" + +#~ msgid "en" +#~ msgstr "en" + +#, fuzzy +#~ msgid "Primary Navigation" +#~ msgstr "Navegación de imagen" + +#~ msgid "Specie" +#~ msgstr "Especie" + +#~ msgid "Add New Specie" +#~ msgstr "Añadir nueva Especie" + +#~ msgid "Edit Specie" +#~ msgstr "Editar Especie" + +#~ msgid "New Specie" +#~ msgstr "Nueva Especie" + +#~ msgid "All Species" +#~ msgstr "Todas las Especies" + +#~ msgid "View Specie" +#~ msgstr "Ver Especie" + +#~ msgid "Search Species" +#~ msgstr "Buscar Especies" + +#~ msgid "No species found" +#~ msgstr "No se han encontrado Especies" + +#~ msgid "No species found in Trash" +#~ msgstr "No se han encontrado Especies en la papelera" + +#~ msgid "Species" +#~ msgstr "Especies" + +#~ msgid "Enarbolador" +#~ msgstr "Enarbolador" + +#~ msgid "Add New Enarbolador" +#~ msgstr "Añadir nuevo Enarbolador" + +#~ msgid "Edit Enarbolador" +#~ msgstr "Editar Enarbolador" + +#~ msgid "New Enarbolador" +#~ msgstr "Nuevo Enarbolador" + +#~ msgid "All Enarbolador" +#~ msgstr "Todos los Enarboladores" + +#~ msgid "View Enarbolador" +#~ msgstr "Ver Enarbolador" + +#~ msgid "Search Enarbolador" +#~ msgstr "Buscar Enarbolador" + +#~ msgid "No Enarbolador found" +#~ msgstr "No se han encontrado Enarboladores" + +#~ msgid "No Enarbolador found in Trash" +#~ msgstr "No se han encontrado Enarboladores en la papelera" + +#~ msgid "Datos del árbol" +#~ msgstr "Datos del árbol" + +#~ msgid "Datos de la especie" +#~ msgstr "Datos de la especie" + +#~ msgid "Datos del enarbolador" +#~ msgstr "Datos del enarbolador" + +#~ msgid "Imagen de fondo" +#~ msgstr "Imagen de fondo" + +#~ msgid "Galería de fotos" +#~ msgstr "Galería de fotos" + +#~ msgid "

Dirección web del enarbolador.

" +#~ msgstr "

Dirección web del enarbolador.

" + +#~ msgid "" +#~ "

Seleccione una imagen del listado para utilizar como imagen de fondo. " +#~ "Si no encuentra la imagen necesitada, puede añadirla en la opción " +#~ "MULTIMEDIA del menú de administración.

" +#~ msgstr "" +#~ "

Seleccione una imagen del listado para utilizar como imagen de fondo. " +#~ "Si no encuentra la imagen necesitada, puede añadirla en la opción " +#~ "MULTIMEDIA del menú de administración.

" + +#~ msgid "

Nombre científico de la especie.

" +#~ msgstr "

Nombre científico de la especie.

" + +#~ msgid "" +#~ "

Seleccione el Enarbolador, correspondiente a esta ficha, del " +#~ "desplegable que aparece a continuación. Si no encuentra el " +#~ "Enarbolador, deberá crearlo añadiendo una nueva entrada de tipo " +#~ "ENARBOLADOR.

" +#~ msgstr "" +#~ "

Seleccione el Enarbolador, correspondiente a esta ficha, del " +#~ "desplegable que aparece a continuación. Si no encuentra el " +#~ "Enarbolador, deberá crearlo añadiendo una nueva entrada de tipo " +#~ "ENARBOLADOR.

" + +#~ msgid "" +#~ "

Seleccione la especie corresponiente al árbol del listado que aparece " +#~ "a continuación. Si la especie no se encuentra en el listado, deberá " +#~ "añadirla previamente creando una nueva entrada de tipo Especie

" +#~ msgstr "" +#~ "

Seleccione la especie corresponiente al árbol del listado que aparece " +#~ "a continuación. Si la especie no se encuentra en el listado, deberá " +#~ "añadirla previamente creando una nueva entrada de tipo Especie

" + +#~ msgid "

Dirección en la que se encuentra el árbol

" +#~ msgstr "

Dirección en la que se encuentra el árbol

" + +#~ msgid "" +#~ "

Seleccione la galería de fotografías que acompaña a la ficha. Si no " +#~ "encuentra la galería correspondiente, créela en la sección GALERIA

" +#~ msgstr "" +#~ "

Seleccione la galería de fotografías que acompaña a la ficha. Si no " +#~ "encuentra la galería correspondiente, créela en la sección GALERIA

" + +#, fuzzy +#~ msgid "Ninguna" +#~ msgstr "Nada encontrado" + +#~ msgid "Fotografías" +#~ msgstr "Fotografías" + +#~ msgid "OTROS ENARBOLADOS SIMILARES:" +#~ msgstr "OTROS ENARBOLADOS SIMILARES:" + +#~ msgid "ENARBOLACIONES:" +#~ msgstr "ENARBOLACIONES:" + +#~ msgid "
  • No hay resultados que coincidan con la búsqueda.
  • " +#~ msgstr "
  • No hay resultados que coincidan con la búsqueda.
  • " + +#~ msgid "Especie" +#~ msgstr "Especie" + +#~ msgid "Enarbolado por:" +#~ msgstr "Enarbolado por:" + +#~ msgid "Enarbolado por" +#~ msgstr "Enarbolado por" + +#~ msgid "+ info" +#~ msgstr "+ info" + +#~ msgid "Daily Archives: %s" +#~ msgstr "Archivos diarios: %s" + +#~ msgid "Monthly Archives: %s" +#~ msgstr "Archivos mensuales: %s" + +#~ msgid "Yearly Archives: %s" +#~ msgstr "Archivos anuales: %s" + +#~ msgid "Blog Archives" +#~ msgstr "Archivo" + +#~ msgid "Author Archives: %s" +#~ msgstr "Archivos del autor: %s" + +#~ msgid "About %s" +#~ msgstr "Acerca de %s" + +#~ msgid "Image" +#~ msgstr "Imagen" + +#~ msgid "Reply" +#~ msgstr "Respuesta" + +#~ msgid "" +#~ " by %6$s" +#~ msgstr "" +#~ " by %6$s" + +#~ msgid "1 Reply" +#~ msgstr "1 Respuesta" + +#~ msgid "% Replies" +#~ msgstr "% Respuestas" + +#~ msgid "Link" +#~ msgstr "Enlace" + +#~ msgid "Status" +#~ msgstr "Estado" + +#~ msgid "Upload recording" +#~ msgstr "Añadir grabación" + +#~ msgid "Secondary Sidebar" +#~ msgstr "Barra lateral secundaria" + +#~ msgid "An optional widget area for your site" +#~ msgstr "Area opcional para Widget en tu página" + +#~ msgid "Footer Area " +#~ msgstr "Area de pié de página" + +#~ msgid "An optional widget area for your site footer" +#~ msgstr "Area opcional para Widget a pié de página" + +#~ msgid "Footer Area Three" +#~ msgstr "Area de pié de página tres" + +#~ msgid "%s Theme Options" +#~ msgstr "Opciones del Theme %s" + +#~ msgid "Theme Options" +#~ msgstr "Opciones del Theme" + +#, fuzzy +#~ msgid "Links" +#~ msgstr "Enlace" + +#~ msgid "Title:" +#~ msgstr "Título:" + +#~ msgid "SoundMap" +#~ msgstr "Mapa Sonoro" + +#~ msgid "← Previous" +#~ msgstr "← Anterior" + +#~ msgid "" +#~ "Published %2$s at %4$s " +#~ "× %5$s in %7$s" +#~ msgstr "" +#~ "Publicado %2$s at %4$s " +#~ "× %5$s en %7$s" + +#, fuzzy +#~ msgid "Tags" +#~ msgstr "Páginas:" + +#, fuzzy +#~ msgid "Categories" +#~ msgstr "Categorías más utilizadas" + +#~ msgid "" +#~ "Some themes provide customization options that are grouped together on a " +#~ "Theme Options screen. If you change themes, options may change or " +#~ "disappear, as they are theme-specific. Your current theme, Twenty Eleven, " +#~ "provides the following Theme Options:" +#~ msgstr "" +#~ "Algunos themes ofrecen opciones de personalización que se muestran " +#~ "agrupados en la ventana de opciones de Theme. Al ser específicas de cada " +#~ "Theme, si cambias themes, las opciones pueden cambiar o desaparecer. Tu " +#~ "Theme actual, SoundMap, ofrece las siguientes Opciones de Tema:" + +#~ msgid "For more information:" +#~ msgstr "Para más información:" + +#, fuzzy +#~ msgid "Default color: %s" +#~ msgstr "Resultado de la búsqueda: %s" + +#, fuzzy +#~ msgid "0 comments →" +#~ msgstr "Siguiente " + +#, fuzzy +#~ msgid "1 comment →" +#~ msgstr "Siguiente " + +#, fuzzy +#~ msgid "% comments →" +#~ msgstr "Siguiente " + +#~ msgid "Number of posts to show:" +#~ msgstr "Número de entradas a mostrar:" + +#, fuzzy +#~ msgid "Leave a Reply" +#~ msgstr "Dejar una respuesta" diff --git a/themes/myMap/languages/es_ES.po.html b/themes/myMap/languages/es_ES.po.html new file mode 100644 index 0000000..5aa10e6 --- /dev/null +++ b/themes/myMap/languages/es_ES.po.html @@ -0,0 +1,606 @@ + + + + SoundMap Theme - Spanish / SPAIN - Poedit Export + + + +

    SoundMap Theme : Spanish / SPAIN

    + + + + + + + + +
    Project info
    Project name and version:SoundMap Theme
    Language:Spanish
    Country:SPAIN
    Team:Audiolab
    Team's email address:
    Charset:UTF-8
    +93 % translated, 44 strings (3 fuzzy, 0 bad tokens, 0 not translated) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Original string + +Translation + +Notes +
    +en + +en + + + + +
    +Primary Navigation + +Navegación de imagen + + +Fuzzy translation<BR> + +
    +Specie + +Especie + + + + +
    +Add New Specie + +Añadir nueva Especie + + + + +
    +Edit Specie + +Editar Especie + + + + +
    +New Specie + +Nueva Especie + + + + +
    +All Species + +Todas las Especies + + + + +
    +View Specie + +Ver Especie + + + + +
    +Search Species + +Buscar Especies + + + + +
    +No species found + +No se han encontrado Especies + + + + +
    +No species found in Trash + +No se han encontrado Especies en la papelera + + + + +
    +Species + +Especies + + + + +
    +Enarbolador + +Enarbolador + + + + +
    +Add New Enarbolador + +Añadir nuevo Enarbolador + + + + +
    +Edit Enarbolador + +Editar Enarbolador + + + + +
    +New Enarbolador + +Nuevo Enarbolador + + + + +
    +All Enarbolador + +Todos los Enarboladores + + + + +
    +View Enarbolador + +Ver Enarbolador + + + + +
    +Search Enarbolador + +Buscar Enarbolador + + + + +
    +No Enarbolador found + +No se han encontrado Enarboladores + + + + +
    +No Enarbolador found in Trash + +No se han encontrado Enarboladores en la papelera + + + + +
    +Datos del árbol + +Datos del árbol + + + + +
    +Datos de la especie + +Datos de la especie + + + + +
    +Datos del enarbolador + +Datos del enarbolador + + + + +
    +Imagen de fondo + +Imagen de fondo + + + + +
    +Galería de fotos + +Galería de fotos + + + + +
    +<p>Dirección web del enarbolador.</p> + +<p>Dirección web del enarbolador.</p> + + + + +
    +<p>Seleccione una imagen del listado para utilizar como imagen de fondo. Si no encuentra la imagen necesitada, puede añadirla en la opción MULTIMEDIA del menú de administración.</p> + +<p>Seleccione una imagen del listado para utilizar como imagen de fondo. Si no encuentra la imagen necesitada, puede añadirla en la opción MULTIMEDIA del menú de administración.</p> + + + + +
    +Ninguno + +Nada encontrado + + +Fuzzy translation<BR> + +
    +<p>Nombre científico de la especie.</p> + +<p>Nombre científico de la especie.</p> + + + + +
    +<p>Seleccione el <i>Enarbolador</i>, correspondiente a esta ficha, del desplegable que aparece a continuación. Si no encuentra el <i>Enarbolador</i>, deberá crearlo añadiendo una nueva entrada de tipo ENARBOLADOR.</p> + +<p>Seleccione el <i>Enarbolador</i>, correspondiente a esta ficha, del desplegable que aparece a continuación. Si no encuentra el <i>Enarbolador</i>, deberá crearlo añadiendo una nueva entrada de tipo ENARBOLADOR.</p> + + + + +
    +<p>Seleccione la especie corresponiente al árbol del listado que aparece a continuación. Si la especie no se encuentra en el listado, deberá añadirla previamente creando una nueva entrada de tipo Especie</p> + +<p>Seleccione la especie corresponiente al árbol del listado que aparece a continuación. Si la especie no se encuentra en el listado, deberá añadirla previamente creando una nueva entrada de tipo Especie</p> + + + + +
    +<p>Dirección en la que se encuentra el árbol</p> + +<p>Dirección en la que se encuentra el árbol</p> + + + + +
    +<p>Seleccione la galería de fotografías que acompaña a la ficha. Si no encuentra la galería correspondiente, créela en la sección GALERIA</p> + +<p>Seleccione la galería de fotografías que acompaña a la ficha. Si no encuentra la galería correspondiente, créela en la sección GALERIA</p> + + + + +
    +Ninguna + +Nada encontrado + + +Fuzzy translation<BR> + +
    +Fotografías + +Fotografías + + + + +
    +OTROS ENARBOLADOS SIMILARES: + +OTROS ENARBOLADOS SIMILARES: + + + + +
    +ENARBOLACIONES: + +ENARBOLACIONES: + + + + +
    +<li>No hay resultados que coincidan con la búsqueda.</li> + +<li>No hay resultados que coincidan con la búsqueda.</li> + + + + +
    +Search + +Buscar + + + + +
    +Especie + +Especie + + + + +
    +Enarbolado por: + +Enarbolado por: + + + + +
    +Enarbolado por + +Enarbolado por + + + + +
    ++ info + ++ info + + + + +
    + + diff --git a/themes/myMap/languages/es_EU.mo b/themes/myMap/languages/es_EU.mo new file mode 100644 index 0000000000000000000000000000000000000000..949c1fd0a1be2ddfe9bd2d68924c2a3dd208bb45 GIT binary patch literal 3437 zcma);Pi!Pd6~>E@1Tg;t0m9#kwGJTMV|$l~W$ZW_8z*tH-W{!HAqOO@X1d%{Oix#* zy4v2ETO>|!gj~4632{RpMT$5?SvVnXNsb&52ysE&!|(OX*bZ8(Elu~=T~%H0z3+YX zYX17z!>=jYlU!fsy7B>~*1*+=xY7O&J`Vl^l&<%8#K`!M(iumb-CejNPnBT9V?d>;HP*aN=_ zI`C2OXW%EnUw|_2H=y|a`h5H^;OBUM8$1I42}&F<@o@|MA-E6z6qI$}0p^Qg495!&_hu{uvZ|*FQRo|3&Z#-j6`BHv##nUvm>4eh*4~f1KkxAfc$gfu9He z1^yU(1hVA)C*W7WUxCNqo1p06>yR%z`~Z}=>2Br=7o?_X!mGq0cBP5mn(M1vq7iA( zeb&Tp%r{M9l16w9kIf4=;bhUoFXYqkBDsH(OJWhdif^JzX%eqA(aRT_C#AjyLb*~; zV6${;dQW8oySU_+F&~a!PdZo6FXC@4W z?!>lq*M^}fD_z;9tH|`J%X2-nd8v;b-x|Kk2{_dyLABH_&zTQcoHNo7Yukh&uMHy* zw3sx}otYgOtkj%$O*}3$(fNX|BD$g$*G%fL{ys7Y{qinpg*$s{M%f zb}SL=fhnE})ho5%j5GI7hbHQYujjo`l6yZAOOSG(@K-fl`NC>{+)$RgVpQqA&Hd@B ztlluwQa7wQu?;t6K2Zn875dPnwr_$ufF^yXg0OR{)J=OgK3HsBlR>Q#1zjYn8{F80 zi9WDJt-8V2X+9w%lH^qPCqnOGlfpTm=a~!$vmyV`hcH=)Bo2jvv5A8rpF>ZW3qTKo zi#9j|HMupF)e)m6lK@X$9O}xCtxnzXF@}q%M|N`RLt3>I5_o^MdqY=ge)2_=1v`eG zz%Ie|DkJBaa`9Q!Oc#mCHzl)VU0ntr?Ev+)^j?8uO-{~6qt_?So@!G}^kBZJ@dS?- zNycpv{ur4JA#5)Ds?}^}HH@)rudRutl5JD9e8|>>-5+5y*-w-2+fX6Xwmy`7bYM!| z8``m5qFDG4lY=UAX|hviRnqfqz0|$cOLkGRNIRKTiL2`ySCjQ?$<=Fm<2&tdKmD!s zjrDaVCb!wZvi7C(ZkQ@2yeTt%^p_6y5BAR8-Ds^Z z$<`u8NpDh8ts(+kD|7O=sRu(7DjT1<(|aztem+mkkk(|c7ZGFA(;?m1W*IPDR z^3pulH(V9l`sipgvr(2^;8Edyxp`#Izt}-QrHR9~Zk=~7B4}%dsYmA{yO50BV7uGd zzj@vd`C(vpXI{5;9glJQ%&nR1yO>GVG1OXG6#EXPC98cU^&TQjaGsKXUhypf$7x-t zz4?PatNl{;_cF&0m>0Qu*_YQ#%KlAXAhFD0i`rxs#aceOU-93IZbW^*bmoN;*c@St zH9K_(cI1uPF=50K>}+ytw4Lg-&T3FLi-&!lE15w*!Qx-M>-ydlExlu*v~N&P|5s>yc-_PwSTIM8m8(AyW0{{!7;%DnOOw37WLNt16 zc!*O|P~k3(e-?g*f6ioHJ3axXrlI0aoI1VGkC3K1dEXOrQ{kxFSzS4!p0`6sKup9a z{t77#iRuMO9}AiXi}sdy!G9O%Uz`kmj?k$?0Jlgx!&4SV=Cx5PRf17J>qcB^hwMU? zfFv2i+Kyp;Dsq-{gN@QKFMR#4kfxlmXZmQU&Nx32x+^F=7_G2Qgu#vGdTVh=as1io zDq~J4M^97EQ1KGr4~QO$_0fWvX$z;doo$Eof=EZ|1tVG}!JH$kV07m1dL#Lb=2^8@ zp;_DyB4QT4_siLdL0LBFjDKYmL5>`I@3-W8pJ$)e1O5Xvql*!a8x}6T{5L$|%BdL_ cMA}k^7s41)6@sLCzL6lbX!sEZFFjZO3oi21pa1{> literal 0 HcmV?d00001 diff --git a/themes/myMap/languages/es_EU.po b/themes/myMap/languages/es_EU.po new file mode 100644 index 0000000..e17771c --- /dev/null +++ b/themes/myMap/languages/es_EU.po @@ -0,0 +1,448 @@ +msgid "" +msgstr "" +"Project-Id-Version: SoundMap Theme\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-23 17:45+0100\n" +"PO-Revision-Date: 2012-03-23 17:45+0100\n" +"Last-Translator: \n" +"Language-Team: Audiolab\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: __;gettext;gettext_noop;_e\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-Language: Basque\n" +"X-Poedit-Country: SPAIN\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-SearchPath-0: ..\n" + +#: ../404.php:17 +msgid "This is somewhat embarrassing, isn’t it?" +msgstr "Hau ez da sobera goxoa, ezta?" + +#: ../404.php:21 +msgid "It seems we can’t find what you’re looking for. Perhaps searching, or one of the links below, can help." +msgstr "Itxura batean, ezin dugu topatu bilaka zabiltzana. Beharbada bilaketa bat egitea lagungarriago izango zaizu." + +#: ../404.php:28 +msgid "Most Used Categories" +msgstr "Gehien erabilitako atalak" + +#: ../404.php:36 +#, php-format +msgid "Try looking in the monthly archives. %1$s" +msgstr "Saia zaitez hileroko artxiboetan bilatzen. %1$s" + +#: ../category.php:19 +#, php-format +msgid "Category Archives: %s" +msgstr "%s ataleko artxiboa" + +#: ../category.php:49 +#: ../index.php:34 +#: ../search.php:41 +#, fuzzy +msgid "Nothing Found" +msgstr "Ez da ezer topatu" + +#: ../category.php:53 +#: ../index.php:38 +msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post." +msgstr "Barkatu, baina ez dugu ezer topatu eskatu duzun artxiboan. Beharbada bilaketa bat egiteak lagunduko dizu." + +#: ../comments.php:17 +msgid "This post is password protected. Enter the password to view any comments." +msgstr "Esta entrada está protegida con contraseña. Introduce la contraseña para poder ver los comentarios." + +#: ../comments.php:40 +#: ../comments.php:60 +msgid "Comment navigation" +msgstr "Navegación de comentarios" + +#: ../comments.php:41 +#: ../comments.php:61 +msgid "← Older Comments" +msgstr "← Antiguos Comentarios" + +#: ../comments.php:42 +#: ../comments.php:62 +#, fuzzy +msgid "Newer Comments →" +msgstr "Hurrengoa →" + +#: ../comments.php:72 +msgid "Comments are closed." +msgstr "" + +#: ../content-marker.php:13 +#, php-format +msgid "

    Author: %1$s
    Date: %2$s

    " +msgstr "

    Egilea: %1$s
    Data: %2$s

    " + +#: ../content-marker.php:27 +#: ../content-marker.php:30 +#: ../content-single.php:24 +#: ../content-single.php:27 +#: ../content.php:33 +#: ../content.php:43 +msgid ", " +msgstr "," + +#: ../content-marker.php:31 +#, php-format +msgid "Categories: %1$s
    Tags: %2$s
    " +msgstr "Atalak: %1$s
    Etiketak: %2$s
    " + +#: ../content-marker.php:40 +#: ../content-page.php:21 +#: ../content-single.php:46 +#: ../content.php:62 +msgid "Edit" +msgstr "Editatu" + +#: ../content-page.php:18 +#: ../content-single.php:18 +#: ../content.php:25 +msgid "Pages:" +msgstr "Orrialdeak:" + +#: ../content-single.php:29 +#, php-format +msgid "This entry was posted in %1$s and tagged %2$s by %5$s. Bookmark the permalink." +msgstr "" + +#: ../content-single.php:31 +#, php-format +msgid "This entry was posted in %1$s by %5$s. Bookmark the permalink." +msgstr "" + +#: ../content-single.php:33 +#, php-format +msgid "This entry was posted by %5$s. Bookmark the permalink." +msgstr "" + +#: ../content-single.php:55 +#, fuzzy, php-format +msgid "View all posts by %s " +msgstr "Hurrengoa " + +#: ../content.php:16 +msgid "Featured" +msgstr "Ageri da" + +#: ../content.php:24 +msgid "Continue reading " +msgstr "Jarraitu irakurtzen " + +#: ../content.php:37 +#, php-format +msgid "Posted in %2$s" +msgstr "Non argitaratua %2$s" + +#: ../content.php:49 +#, php-format +msgid "Tagged %2$s" +msgstr "Etiketatua %2$s" + +#: ../content.php:59 +msgid "Leave a reply" +msgstr "Utzi erantzun bat" + +#: ../content.php:59 +msgid "1 Reply" +msgstr "Erantzun 1 " + +#: ../content.php:59 +msgid "% Replies" +msgstr "% erantzun" + +#: ../footer.php:26 +msgid "http://wordpress.org/" +msgstr "http://wordpress.org/" + +#: ../footer.php:26 +#, php-format +msgid "Proudly powered by %s" +msgstr "%s-en oinarritua" + +#: ../functions.php:3 +msgid "Primary Menu" +msgstr "Oinarrizko menua" + +#: ../functions.php:7 +msgid "Main Sidebar" +msgstr "Alboko barra nagusia" + +#: ../header.php:60 +msgid "Main menu" +msgstr "" + +#: ../header.php:62 +msgid "Skip to primary content" +msgstr "" + +#: ../header.php:63 +msgid "Skip to secondary content" +msgstr "" + +#: ../search.php:19 +#, php-format +msgid "Search Results for: %s" +msgstr "Bilaketaren emaitza: %s" + +#: ../search.php:45 +msgid "Sorry, but nothing matched your search criteria. Please try again with some different keywords." +msgstr "Sentitzen dugu, baina ez dugu zure bilaketari dagokion inolako sarrerarik topatu. Mesedez, saia zaitez berriz beste hitzak erabiliz." + +#: ../searchform.php:11 +msgid "Search" +msgstr "Bilatu" + +#: ../sidebar.php:18 +#, fuzzy +msgid "Archives" +msgstr "Artxiboak" + +#: ../sidebar.php:25 +msgid "Meta" +msgstr "" + +#: ../single-marker.php:30 +msgid "Post navigation" +msgstr "Post nabigazioa" + +#: ../single-marker.php:31 +msgid " Previous" +msgstr " Aurrekoa" + +#: ../single-marker.php:32 +msgid "Next " +msgstr "Hurrengoa " + +#: ../tag.php:20 +#, php-format +msgid "Tag Archives: %s" +msgstr "%s etiketadun artxiboak" + +#, fuzzy +#~ msgid "Primary Navigation" +#~ msgstr "irudien nabigazioa" + +#, fuzzy +#~ msgid "All Species" +#~ msgstr "Lotura" + +#, fuzzy +#~ msgid "Search Species" +#~ msgstr "Bilatu" + +#, fuzzy +#~ msgid "Ninguna" +#~ msgstr "Ez da ezer topatu" + +#~ msgid "Daily Archives: %s" +#~ msgstr "Eguneroko artxiboak: %s" + +#~ msgid "Monthly Archives: %s" +#~ msgstr "Hileroko artxiboak: %s" + +#~ msgid "Yearly Archives: %s" +#~ msgstr "Urteroko artxiboak: %s" + +#~ msgid "Author Archives: %s" +#~ msgstr "%s egilearen artxiboak" + +#~ msgid "About %s" +#~ msgstr " %s-i buruz" + +#~ msgid "Image" +#~ msgstr "Irudia" + +#~ msgid "Reply" +#~ msgstr "Erantzuna" + +#~ msgid "" +#~ " by %6$s" +#~ msgstr "" +#~ " by %6$s" + +#~ msgid "1 Reply" +#~ msgstr "Erantzun 1 " + +#~ msgid "% Replies" +#~ msgstr "% erantzun" + +#~ msgid "Link" +#~ msgstr "Lotura" + +#~ msgid "Status" +#~ msgstr "Egoera" + +#~ msgid "Upload recording" +#~ msgstr "Gehitu grabaketa" + +#~ msgid "Secondary Sidebar" +#~ msgstr "Bigarren alboko barra" + +#~ msgid "An optional widget area for your site" +#~ msgstr "zure gunerako aukerazko widget lekua" + +#~ msgid "Footer Area " +#~ msgstr "Oinaren lekua" + +#~ msgid "An optional widget area for your site footer" +#~ msgstr "zure gunerako oinarentzako aukerazko widget lekua" + +#~ msgid "Footer Area Three" +#~ msgstr "Oinaren lekua hiru" + +#~ msgid "%s Theme Options" +#~ msgstr "%s Theme-aren aukerak" + +#~ msgid "Theme Options" +#~ msgstr "Theme-aren aukerak" + +#~ msgid "Links" +#~ msgstr "Lotura" + +#~ msgid "Title:" +#~ msgstr "Izenburua:" + +#~ msgid "SoundMap" +#~ msgstr "Soinuen Mapa" + +#~ msgid "← Previous" +#~ msgstr "← Aurrekoa" + +#~ msgid "" +#~ "Published %2$s at %4$s " +#~ "× %5$s in %7$s" +#~ msgstr "" +#~ "Argitaratua %2$s at %4$s " +#~ "× %5$s en %7$s" + +#~ msgid "Author" +#~ msgstr "Egilea" + +#~ msgid "Date" +#~ msgstr "Data" + +#~ msgid "Tags" +#~ msgstr "Orrialdeak:" + +#~ msgid "Categories" +#~ msgstr "Gehien erabilitako atalak" + +#~ msgid "" +#~ "Some themes provide customization options that are grouped together on a " +#~ "Theme Options screen. If you change themes, options may change or " +#~ "disappear, as they are theme-specific. Your current theme, Twenty Eleven, " +#~ "provides the following Theme Options:" +#~ msgstr "" +#~ "Theme batzuk zure webgunea pertsonalizatzeko aukerak eskaintzen dituzte. " +#~ "Hortarako baliabideak Theme bakoitzan Aukeren atalean ikusiko dituzu. " +#~ "Theme-a aldatzerakoan aukera hauetako batzuk desagertu edo aldatu " +#~ "daitezke, Theme bakoitzak bait ditu bereak. Zuk orain instalatuta duzun " +#~ "themeak, SoundMap izenekoak, honako aukerak eskaintzen ditu:" + +#~ msgid "" +#~ "Color Scheme: You can choose a color palette of \"Light" +#~ "\" (light background with dark text) or \"Dark\" (dark background with " +#~ "light text) for your site." +#~ msgstr "" +#~ "Kolore eskema: Kolore paleta desberdinak aukera " +#~ "ditzazkezu zure webgunerako, adibidez \"Light\" (fondo argia hizki " +#~ "ilunekin) edo \"Dark\" (fondo iluna hizki argiekin)." + +#~ msgid "" +#~ "Link Color: You can choose the color used for text links " +#~ "on your site. You can enter the HTML color or hex code, or you can choose " +#~ "visually by clicking the \"Select a Color\" button to pick from a color " +#~ "wheel." +#~ msgstr "" +#~ "Loturen kolorea: Aukeratutako lotura testua edo testu " +#~ "hyperlinkeatua azpimarratzeko kolore desberdinak erabili ditzazkezu. " +#~ "Kolorea HTML kode bidez edo hex kode bidez alda dezakezu, edo ikusiz alda " +#~ "dezakezu \"Select a Color\" botoian klik egin eta gustuko duzun kolorea " +#~ "aukeratuz." + +#~ msgid "" +#~ "Default Layout: You can choose if you want your " +#~ "site’s default layout to have a sidebar on the left, the right, or " +#~ "not at all." +#~ msgstr "" +#~ "Defektuzko diseinu plangintza : Zure webguneaaren " +#~ "diseinua defektuzkoa izan dadin aukera dezakezu, edo alde batean, ezker " +#~ "edo eskuinaldean barra eduki dezan aukera dezakezu." + +#~ msgid "" +#~ "Remember to click \"Save Changes\" to save any changes you have made to " +#~ "the theme options." +#~ msgstr "" +#~ "Gogoratu \"Save Changes\"botoian klik egitea, Theme-aren aukeretan " +#~ "egindako aldaketak gordetzeko." + +#~ msgid "For more information:" +#~ msgstr "Informazio gehiago:" + +#~ msgid "" +#~ "Documentation on Theme Options" +#~ msgstr "" +#~ " Theme-aren aukerei buruzko dokumentazioa" + +#~ msgid "" +#~ "Support " +#~ "Forums" +#~ msgstr "" +#~ "Laguntzarako " +#~ "foroak" + +#~ msgid "Light" +#~ msgstr "Argia" + +#~ msgid "Dark" +#~ msgstr "Iluna" + +#~ msgid "Content on left" +#~ msgstr "Edukiak ezkerretara" + +#~ msgid "Content on right" +#~ msgstr "Edukiak eskuinetara" + +#~ msgid "One-column, no sidebar" +#~ msgstr "Zutabe bakarra,alboko barrarik gabe" + +#~ msgid "Color Scheme" +#~ msgstr "Kolore eskema" + +#~ msgid "Link Color" +#~ msgstr "Loturen kolorea" + +#~ msgid "Default color: %s" +#~ msgstr "Defektuzko kolorea: %s" + +#~ msgid "0 comments →" +#~ msgstr "0 iruzkin →" + +#~ msgid "1 comment →" +#~ msgstr "iruzkin → 1" + +#~ msgid "% comments →" +#~ msgstr "% iruzkin →" + +#~ msgid "Number of posts to show:" +#~ msgstr "Erakusteko post kopurua:" diff --git a/themes/myMap/languages/es_EU.po.html b/themes/myMap/languages/es_EU.po.html new file mode 100644 index 0000000..cbc5c92 --- /dev/null +++ b/themes/myMap/languages/es_EU.po.html @@ -0,0 +1,1256 @@ + + + + SoundMap Theme - Basque / SPAIN - Poedit Export + + + +

    SoundMap Theme : Basque / SPAIN

    + + + + + + + + +
    Project info
    Project name and version:SoundMap Theme
    Language:Basque
    Country:SPAIN
    Team:Audiolab
    Team's email address:
    Charset:UTF-8
    +46 % translated, 94 strings (8 fuzzy, 0 bad tokens, 42 not translated) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Original string + +Translation + +Notes +
    +This is somewhat embarrassing, isn&rsquo;t it? + +Hau ez da sobera goxoa, ezta? + + + + +
    +It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching, or one of the links below, can help. + +Itxura batean, ezin dugu topatu bilaka zabiltzana. Beharbada bilaketa bat egitea lagungarriago izango zaizu. + + + + +
    +Most Used Categories + +Gehien erabilitako atalak + + + + +
    +Try looking in the monthly archives. %1$s + +Saia zaitez hileroko artxiboetan bilatzen. %1$s + + + + +
    +Daily Archives: %s + +Eguneroko artxiboak: %s + + + + +
    +Monthly Archives: %s + +Hileroko artxiboak: %s + + + + +
    +Yearly Archives: %s + +Urteroko artxiboak: %s + + + + +
    +Blog Archives + +Artxiboak + + + + +
    +Nothing Found + +Ez da ezer topatu + + + + +
    +Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post. + +Barkatu, baina ez dugu ezer topatu eskatu duzun artxiboan. Beharbada bilaketa bat egitea lagungarriago izango zaizu. + + + + +
    +Author Archives: %s + +Archivos del autor: %s + + + + +
    +About %s + + %s-i buruz + + + + +
    +Category Archives: %s + +%s ataleko artxiboa + + + + +
    +Sorry, but nothing matched your search criteria. Please try again with some different keywords. + +Sentitzen dugu, baina ez dugu zure bilaketari dagokion inolako sarrerarik topatu. Mesedez, saia zaitez berriz beste hitzak erabiliz. + + + + +
    +Image + +Irudia + + + + +
    +Reply + +Erantzuna + + + + +
    +Continue reading <span class=\"meta-nav\">&rarr;</span> + +Jarraitu irakurtzen <span class=\"meta-nav\">&rarr;</span> + + + + +
    +Pages: + +Orrialdeak: + + + + +
    +<a href=\"%1$s\" rel=\"bookmark\"><time class=\"entry-date\" datetime=\"%2$s\" pubdate>%3$s</time></a><span class=\"by-author\"> <span class=\"sep\"> by </span> <span class=\"author vcard\"><a class=\"url fn n\" href=\"%4$s\" title=\"%5$s\" rel=\"author\">%6$s</a></span></span> + +<a href=\"%1$s\" rel=\"bookmark\"><time class=\"entry-date\" datetime=\"%2$s\" pubdate>%3$s</time></a><span class=\"by-author\"> <span class=\"sep\"> by </span> <span class=\"author vcard\"><a class=\"url fn n\" href=\"%4$s\" title=\"%5$s\" rel=\"author\">%6$s</a></span></span> + + + + +
    +, + +, + + + + +
    +<span class=\"%1$s\">Posted in</span> %2$s + +<span class=\"%1$s\">Non argitaratua</span> %2$s + + + + +
    +<span class=\"%1$s\">Tagged</span> %2$s + +<span class=\"%1$s\">Etiketatua</span> %2$s + + + + +
    +<strong>1</strong> Reply + +Erantzun <strong>1</strong> + + + + +
    +<strong>%</strong> Replies + +<strong>%</strong> erantzun + + + + +
    +Edit + +Editatu + + + + +
    +Link + +Lotura + + + + +
    +Leave a reply + +Utzi erantzun bat + + + + +
    +<b>1</b> Reply + + + + + + +
    +<b>%</b> Replies + + + + + + +
    +<p>Author: %1$s</br>Date: %2$s</p> + +<p>Egilea: %1$s</br>Data: %2$s</p> + + + + +
    +Categories: %1$s<br/>Tags: %2$s</br> + +Atalak: %1$s<br/>Etiketak: %2$s</br> + + + + +
    +Status + +Egoera + + + + +
    +Featured + + + + + + +
    +Upload recording + +Gehitu grabaketa + + + + +
    +http://wordpress.org/ + +http://wordpress.org/ + + + + +
    +Proudly powered by %s + +%s-en oinarritua + + + + +
    +Primary Menu + + + + + + +
    +Main Sidebar + + + + + + +
    +Secondary Sidebar + + + + + + +
    +An optional widget area for your site + + + + + + +
    +Footer Area + + + + + + +
    +An optional widget area for your site footer + + + + + + +
    +Footer Area Three + + + + + + +
    +%s Theme Options + + + + + + +
    +Theme Options + + + + + + +
    +Your blogroll + + + + + + +
    +Extended Links + + + + + + +
    +All Links + +Lotura + + +Fuzzy translation<BR> + +
    +Links + +Lotura + + +Fuzzy translation<BR> + +
    +Title: + +Izenburua: + + + + +
    +Select Link Category + + + + + + +
    +Show Link Image + + + + + + +
    +Show Link Name + + + + + + +
    +Show Link Description + + + + + + +
    +Show Link Rating + + + + + + +
    +SoundMap + + + + + + +
    +Image navigation + + + + + + +
    +&larr; Previous + +&larr; Aurrekoa + + + + +
    +Next &rarr; + +Hurrengoa &rarr; + + + + +
    +<span class=\"meta-prep meta-prep-entry-date\">Published </span> <span class=\"entry-date\"><abbr class=\"published\" title=\"%1$s\">%2$s</abbr></span> at <a href=\"%3$s\" title=\"Link to full-size image\">%4$s &times; %5$s</a> in <a href=\"%6$s\" title=\"Return to %7$s\" rel=\"gallery\">%7$s</a> + +<span class=\"meta-prep meta-prep-entry-date\">Argitaratua </span> <span class=\"entry-date\"><abbr class=\"published\" title=\"%1$s\">%2$s</abbr></span> at <a href=\"%3$s\" title=\"Link to full-size image\">%4$s &times; %5$s</a> en <a href=\"%6$s\" title=\"Return to %7$s\" rel=\"gallery\">%7$s</a> + + + + +
    +Search Results for: %s + +Bilaketaren emaitza: %s + + + + +
    +Search + +Bilatu + + + + +
    +Post navigation + +Post nabigazioa + + + + +
    +<span class=\"meta-nav\">&larr;</span> Previous + +<span class=\"meta-nav\">&larr;</span> Aurrekoa + + + + +
    +Next <span class=\"meta-nav\">&rarr;</span> + +Hurrengoa <span class=\"meta-nav\">&rarr;</span> + + + + +
    +Tag Archives: %s + +Etiketan artxiboak: %s + + + + +
    +Author + + + + + + +
    +Date + + + + + + +
    +Tags + +Orrialdeak: + + +Fuzzy translation<BR> + +
    +Categories + +Gehien erabilitako atalak + + +Fuzzy translation<BR> + +
    +Some themes provide customization options that are grouped together on a Theme Options screen. If you change themes, options may change or disappear, as they are theme-specific. Your current theme, Twenty Eleven, provides the following Theme Options: + + + + + + +
    +<strong>Color Scheme</strong>: You can choose a color palette of \"Light\" (light background with dark text) or \"Dark\" (dark background with light text) for your site. + + + + + + +
    +<strong>Link Color</strong>: You can choose the color used for text links on your site. You can enter the HTML color or hex code, or you can choose visually by clicking the \"Select a Color\" button to pick from a color wheel. + + + + + + +
    +<strong>Default Layout</strong>: You can choose if you want your site&#8217;s default layout to have a sidebar on the left, the right, or not at all. + + + + + + +
    +Remember to click \"Save Changes\" to save any changes you have made to the theme options. + + + + + + +
    +For more information: + + + + + + +
    +<a href=\"http://codex.wordpress.org/Appearance_Theme_Options_Screen\" target=\"_blank\">Documentation on Theme Options</a> + + + + + + +
    +<a href=\"http://wordpress.org/support/\" target=\"_blank\">Support Forums</a> + + + + + + +
    +Light + + + + + + +
    +Dark + + + + + + +
    +Content on left + + + + + + +
    +Content on right + + + + + + +
    +One-column, no sidebar + + + + + + +
    +Color Scheme + + + + + + +
    +Link Color + + + + + + +
    +Default color: %s + +Resultado de la búsqueda: %s + + +Fuzzy translation<BR> + +
    +Default Layout + + + + + + +
    +Use this widget to list your recent Aside, Status, Quote, and Link posts + + + + + + +
    +Twenty Eleven Ephemera + + + + + + +
    +Ephemera + + + + + + +
    +0 <span class=\"reply\">comments &rarr;</span> + +Siguiente <span class=\"meta-nav\">&rarr;</span> + + +Fuzzy translation<BR> + +
    +1 <span class=\"reply\">comment &rarr;</span> + +Siguiente <span class=\"meta-nav\">&rarr;</span> + + +Fuzzy translation<BR> + +
    +% <span class=\"reply\">comments &rarr;</span> + +Siguiente <span class=\"meta-nav\">&rarr;</span> + + +Fuzzy translation<BR> + +
    +Number of posts to show: + +Erakusteko post kopurua: + + + + +
    + + diff --git a/themes/myMap/license.txt b/themes/myMap/license.txt new file mode 100644 index 0000000..5fbe4a7 --- /dev/null +++ b/themes/myMap/license.txt @@ -0,0 +1,281 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110, USA + + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + diff --git a/themes/myMap/page.php b/themes/myMap/page.php new file mode 100644 index 0000000..21bd4fc --- /dev/null +++ b/themes/myMap/page.php @@ -0,0 +1,29 @@ + +
    +
    +
    + + + + + + + +
    +
    + + \ No newline at end of file diff --git a/themes/myMap/readme.txt b/themes/myMap/readme.txt new file mode 100644 index 0000000..47ce796 --- /dev/null +++ b/themes/myMap/readme.txt @@ -0,0 +1,4 @@ += myMap = + +* by Xavier Balderas http://www.xavierbalderas.com + diff --git a/themes/myMap/rtl.css b/themes/myMap/rtl.css new file mode 100644 index 0000000..7b67e1f --- /dev/null +++ b/themes/myMap/rtl.css @@ -0,0 +1,582 @@ +/* +Theme Name: Twenty Eleven + +Adding support for language written in a Right To Left (RTL) direction is easy - +it's just a matter of overwriting all the horizontal positioning attributes +of your CSS stylesheet in a separate stylesheet file named rtl.css. + +http://codex.wordpress.org/Right_to_Left_Language_Support + +*/ + +/* =Reset reset +----------------------------------------------- */ + +caption, th, td { + text-align: right; +} + +/* =Structure +----------------------------------------------- */ + +body { + direction:rtl; + unicode-bidi:embed; +} + +/* Showcase */ +.page-template-showcase-php section.recent-posts { + float: left; + margin: 0 31% 0 0; +} +.page-template-showcase-php #main .widget-area { + float: right; + margin: 0 0 0 -22.15%; +} + +/* One column */ + +.one-column article.feature-image.small .entry-summary a { + left: auto; + right: -9%; +} + +/* Simplify the pullquotes and pull styles */ +.one-column.singular .entry-meta .edit-link a { + right: 0px; + left: auto; +} +/* Make sure we have room for our comment avatars */ +.one-column .commentlist > li.comment { + margin-left: 0; + margin-right: 102px; +} +/* Make sure the logo and search form don't collide */ +.one-column #branding #searchform { + right: auto; + left: 40px; +} +/* Talking avatars take up too much room at this size */ +.one-column .commentlist > li.comment { + margin-right: 0; +} +.one-column .commentlist > li.comment .comment-meta, +.one-column .commentlist > li.comment .comment-content { + margin-right: 0; + margin-left: 85px; +} +.one-column .commentlist .avatar { + right: auto; + left: 1.625em; +} +.one-column .commentlist .children .avatar { + left: auto; + right: 2.2em; +} + +/* =Global +----------------------------------------------- */ + +/* Text elements */ +p { + margin-bottom: 1.625em; +} +ul, ol { + margin: 0 2.5em 1.625em 0; +} +.ltr ul, ol { + margin: 0 0 1.625em 2.5em; +} +blockquote { + font-family: Arial, sans-serif; +} +blockquote em, blockquote i, blockquote cite { + font-style: normal; +} + +/* Forms */ +textarea { + padding-left: 0; + padding-right: 3px; +} +input#s { + background-position: 97% 6px; + padding: 4px 28px 4px 10px; +} + +/* Assistive text */ +#access a.assistive-text:active, +#access a.assistive-text:focus { + left: auto; + right: 7.6%; +} + +/* =Header +----------------------------------------------- */ + +#site-title { + margin-right: 0; + margin-left: 270px; +} + +#site-description { + margin: 0 0 3.65625em 270px; +} + +/* =Menu +-------------------------------------------------------------- */ + +#access { + float: right; +} +#access ul { + margin: 0 -0.8125em 0 0; + padding-right: 0; +} +#access li { + float: right; +} +#access ul ul { + float: right; + left: auto; + right: 0; +} +#access ul ul ul { + left: auto; + right: 100%; +} + +/* Search Form */ +#branding #searchform { + right: auto; + left: 7.6%; + text-align: left; +} +#branding #s { + float: left; +} +#branding .only-search + #access div { + padding-right: 0; + padding-left: 205px; +} + + +/* =Content +----------------------------------------------- */ +.entry-title, +.entry-header .entry-meta { + padding-right: 0; + padding-left: 76px; +} +.entry-content td, +.comment-content td { + padding: 6px 0 6px 10px; +} +.page-link span { + margin-right: 0; + margin-left: 6px; +} +.entry-meta .edit-link a { + float: left; +} +/* Images */ + +.wp-caption .wp-caption-text, +.gallery-caption { + font-family: Arial, sans-serif; +} +.wp-caption .wp-caption-text { + padding: 10px 40px 5px 0px; +} +.wp-caption .wp-caption-text:before { + margin-right: 0; + margin-left: 5px; + left: auto; + right: 10px; +} +#content .gallery-columns-4 .gallery-item { + padding-right:0; + padding-left:2%; +} + +/* Author Info */ +.singular #author-info { + margin: 2.2em -35.4% 0 -35.6%; +} +#author-avatar { + float: right; + margin-right: 0; + margin-left: -78px; +} +#author-description { + float: right; + margin-left: 0; + margin-right: 108px; +} +/* Comments link */ +.entry-header .comments-link a { + background-image: url(images/comment-bubble-rtl.png); + right: auto; + left: 0; +} + +/* + Post Formats Headings +*/ +.singular .entry-title, +.singular .entry-header .entry-meta { + padding-left: 0; +} +.singular .entry-header .entry-meta { + left: auto; + right: 0; +} +.singular .entry-meta .edit-link a { + left: auto; + right: 50px; +} + + +/* =Gallery +----------------------------------------------- */ + +.format-gallery .gallery-thumb { + float: right; + margin: .375em 0 0 1.625em; +} + + +/* =Status +----------------------------------------------- */ + +.format-status img.avatar { + float: right; + margin: 4px 0 2px 10px; +} + + +/* =Image +----------------------------------------------- */ + +.indexed.format-image div.entry-meta { + float: right; +} +/* =error404 +---------------------- +------------------------- */ +.error404 #main .widget { + float: right; + margin-right: auto; + margin-left: 3.7%; +} +.error404 #main .widget_archive { + margin-left: 0; +} +.error404 #main .widget_tag_cloud { + margin-left: 0; +} + +/* =Showcase +----------------------------------------------- */ + +article.intro .edit-link a { + right: auto; + left: 20px; +} + +/* Featured post */ +section.featured-post { + float: right; +} + +/* Small featured post */ +section.featured-post .attachment-small-feature { + float: left; + margin: 0 0 1.625em -8.9%; + right: auto; + left: -15px; +} +article.feature-image.small { + float: right; +} +article.feature-image.small .entry-summary p a { + left:auto; + right: -23.8%; + padding: 9px 85px 9px 26px; +} + +/* Large featured post */ +section.feature-image.large .hentry { + left:auto; + right: 9%; + margin: 1.625em 0 0 9%; +} +/* Featured Slider */ +.featured-posts .showcase-heading { + padding-left: 0; + padding-right: 8.9%; +} +.featured-posts section.featured-post { + left: auto; + right: 0; +} +#content .feature-slider { + right: auto; + left: 8.9%; +} +.feature-slider li { + float: right; +} +/* Recent Posts */ +section.recent-posts .other-recent-posts a[rel="bookmark"] { + float: right; +} +section.recent-posts .other-recent-posts .comments-link a, +section.recent-posts .other-recent-posts .comments-link > span { + padding: 0.3125em 1em 0.3125em 0; + left: 0; + text-align: left; +} + +/* =Attachments +----------------------------------------------- */ + +/* =Navigation +-------------------------------------------------------------- */ + +.nav-previous { + float: right; +} +.nav-next { + float: left; + text-align: left; +} + +/* Singular navigation */ +#nav-single { + float: left; + text-align: left; +} +#nav-single .nav-next { + padding-left: 0; + padding-right: .5em; +} + + +/* =Widgets +----------------------------------------------- */ + +.widget ul ul { + margin-left: 0; + margin-right: 1.5em; +} + +/* Twitter */ +.widget_twitter .timesince { + margin-right: 0; + margin-left: -10px; + text-align: left; +} + +/* =Comments +----------------------------------------------- */ + +.commentlist .children li.comment { + border-left: none; + border-right: 1px solid #ddd; + -moz-border-radius: 3px 0 0 3px; + border-radius: 3px 0 0 3px; +} +.commentlist .children li.comment .comment-meta { + margin-left: 0; + margin-right: 50px; +} +.commentlist .avatar { + left: auto; + right: -102px; +} +.commentlist > li:before { + content: url(images/comment-arrow-rtl.png); + left:auto; + right: -21px; +} +.commentlist > li.pingback:before { + content: ''; +} +.commentlist .children .avatar { + left: auto; + right: 2.2em; +} + +/* Post author highlighting */ +.commentlist > li.bypostauthor:before { + content: url(images/comment-arrow-bypostauthor-rtl.png); +} + +/* sidebar-page.php comments */ +/* Make sure we have room for our comment avatars */ +.page-template-sidebar-page-php .commentlist > li.comment, +.page-template-sidebar-page-php.commentlist .pingback { + margin-left: 0; + margin-right: 102px; +} + +/* Comment Form */ +#respond .comment-form-author label, +#respond .comment-form-email label, +#respond .comment-form-url label, +#respond .comment-form-comment label { + left: auto; + right: 4px; +} +#respond .comment-form-author label, +#respond .comment-form-email label, +#respond .comment-form-url label, +#respond .comment-form-comment label { + -webkit-box-shadow: -1px 2px 2px rgba(204,204,204,0.8); + -moz-box-shadow: -1px 2px 2px rgba(204,204,204,0.8); + box-shadow: -1px 2px 2px rgba(204,204,204,0.8); +} +#respond .comment-form-author .required, +#respond .comment-form-email .required { + left: auto; + right: 75%; +} +#respond .form-submit { + float: left; +} +#respond input#submit { + left: auto; + right: 30px; + padding: 5px 22px 5px 42px; +} +#respond #cancel-comment-reply-link { + margin-left: 0; + margin-right: 10px; +} +#cancel-comment-reply-link { + right: auto; + left: 1.625em; +} + +/* =Footer +----------------------------------------------- */ + +/* Two Footer Widget Areas */ +#supplementary.two .widget-area { + float: right; + margin-right: 0; + margin-left: 3.7%; +} +#supplementary.two .widget-area + .widget-area { + margin-left: 0; +} + +/* Three Footer Widget Areas */ +#supplementary.three .widget-area { + float: right; + margin-right: 0; + margin-left: 3.7%; +} +#supplementary.three .widget-area + .widget-area + .widget-area { + margin-left: 0; +} + +/* Site Generator Line */ +#site-generator .sep { + background-position: right center; +} + + +/* =Responsive Structure +----------------------------------------------- */ + +@media (max-width: 800px) { + /* Simplify the showcase template when small feature */ + section.featured-post .attachment-small-feature, + .one-column section.featured-post .attachment-small-feature { + float: right; + } + article.feature-image.small { + float: left; + } + article.feature-image.small .entry-summary p a { + right: 0; + } + .singular .entry-meta .edit-link a { + left: auto; + right: 0px; + } + /* Make sure we have room for our comment avatars */ + .commentlist > li.comment, + .commentlist .pingback { + margin-left: 0; + margin-right: 102px; + } + /* No need to float footer widgets at this size */ + #colophon #supplementary .widget-area { + margin-left: 0; + } + /* No need to float 404 widgets at this size */ + .error404 #main .widget { + margin-left: 0; + } +} +@media (max-width: 650px) { + /* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */ + #site-title, + #site-description { + margin-left: 0; + } + /* Talking avatars take up too much room at this size */ + .commentlist > li.comment, + .commentlist > li.pingback { + margin-right: 0 !important; + } + .commentlist .children .avatar { + left: auto; + right: 2.2em; + } + /* Use the available space in the smaller comment form */ + #respond .comment-form-author .required, + #respond .comment-form-email .required { + left: auto; + right: 95%; + } + #content .gallery-columns-3 .gallery-item { + padding-right: 0; + padding-left:2%; + } +} +@media (max-width: 450px) { + #content .gallery-columns-2 .gallery-item { + padding-right:0; + padding-left:4%; + } +} + +/* =Print +----------------------------------------------- */ + +@media print { + #primary { + float: right; + } + /* Comments */ + .commentlist .avatar { + left: auto; + right: 2.2em; + } + .commentlist li.comment .comment-meta { + margin-left: 0; + margin-right: 50px; + } +} + +/* =IE7 +----------------------------------------------- */ + +#ie7 section.recent-posts { + margin-right: 0; + margin-left: 7.6%; +} diff --git a/themes/myMap/screenshot.png b/themes/myMap/screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..b1fb07f4b3b167988786e95e7c16663e04806264 GIT binary patch literal 62878 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 literal 0 HcmV?d00001 diff --git a/themes/myMap/search.php b/themes/myMap/search.php new file mode 100644 index 0000000..f61b4fc --- /dev/null +++ b/themes/myMap/search.php @@ -0,0 +1,56 @@ + + +

    +
    +
    + + + + + + + + + + + + + + + + +
    +
    +

    +
    + +
    +

    + +
    +
    + + + +
    +
    + + + \ No newline at end of file diff --git a/themes/myMap/searchform.php b/themes/myMap/searchform.php new file mode 100644 index 0000000..daa0f68 --- /dev/null +++ b/themes/myMap/searchform.php @@ -0,0 +1,14 @@ + +
    + + + +
    diff --git a/themes/myMap/sidebar.php b/themes/myMap/sidebar.php new file mode 100644 index 0000000..cefa36b --- /dev/null +++ b/themes/myMap/sidebar.php @@ -0,0 +1,34 @@ + + diff --git a/themes/myMap/single-marker.php b/themes/myMap/single-marker.php new file mode 100644 index 0000000..bfe7334 --- /dev/null +++ b/themes/myMap/single-marker.php @@ -0,0 +1,46 @@ + + + + + + +
    +
    +
    + + + + + + + + +
    +
    + + + + \ No newline at end of file diff --git a/themes/myMap/single.php b/themes/myMap/single.php new file mode 100644 index 0000000..08e36f9 --- /dev/null +++ b/themes/myMap/single.php @@ -0,0 +1,32 @@ + +
    +
    +
    + + + + + + + + + + + +
    +
    + + \ No newline at end of file diff --git a/themes/myMap/style.css b/themes/myMap/style.css new file mode 100644 index 0000000..7a6dee4 --- /dev/null +++ b/themes/myMap/style.css @@ -0,0 +1,218 @@ +/* +Theme Name: myMap +Theme URI: http://www.soinumapa.net +Author: Xavier Balderas +Author URI: http://www.xavierbalderas.com +Description: Base themplate for working with the Soundmap plugin. +Version: 1.0 +License: GNU General Public License +License URI: license.txt +Tags: map, two columns +*/ + + +body{ + background-color: #e8e8e8; +} + +#branding{ + width: 950px; + margin:20px auto 5px; + background-color: white; +} +#header-wrapper{ + padding: 20px 0px 0px; +} +#site-title{ + padding: 0 10px; +} +#main{ + width: 950px; + margin: 5px auto 20px; + background-color: white; +} +#primary{ + padding: 20px 10px; + width: 600px; + float: left; +} +#secondary{ + padding: 20px 10px; + width: 310px; + float: right; +} +.map_canvas{ + width:950px; + height: 400px; + margin: 0 auto; +} + +#colophon{ + width: 950px; + margin: 5px auto 20px; +} +.clear{ + + clear: both; +} + + +/* Assistive text */ +.assistive-text { + position: absolute !important; + clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ + clip: rect(1px, 1px, 1px, 1px); +} +#access a.assistive-text:active, +#access a.assistive-text:focus { + background: #eee; + border-bottom: 1px solid #ddd; + color: #1982d1; + clip: auto !important; + font-size: 12px; + position: absolute; + text-decoration: underline; + top: 0; + left: 7.6%; +} + + +/* =Menu +-------------------------------------------------------------- */ + +#access { + background: #222; /* Show a solid color for older browsers */ + background: -moz-linear-gradient(#252525, #0a0a0a); + background: -o-linear-gradient(#252525, #0a0a0a); + background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */ + background: -webkit-linear-gradient(#252525, #0a0a0a); + -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px; + -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px; + box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px; + clear: both; + display: block; + float: left; + margin: 0 auto 0px; + width: 100%; +} +#access ul { + font-size: 13px; + list-style: none; + margin: 0 0 0 -0.8125em; + padding-left: 0; +} +#access li { + float: left; + position: relative; +} +#access a { + color: #eee; + display: block; + line-height: 3.333em; + padding: 0 1.2125em; + text-decoration: none; +} +#access ul ul { + -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2); + -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2); + box-shadow: 0 3px 3px rgba(0,0,0,0.2); + display: none; + float: left; + margin: 0; + position: absolute; + top: 3.333em; + left: 0; + width: 188px; + z-index: 99999; +} +#access ul ul ul { + left: 100%; + top: 0; +} +#access ul ul a { + background: #f9f9f9; + border-bottom: 1px dotted #ddd; + color: #444; + font-size: 13px; + font-weight: normal; + height: auto; + line-height: 1.4em; + padding: 10px 10px; + width: 168px; +} +#access li:hover > a, +#access ul ul :hover > a, +#access a:focus { + background: #efefef; +} +#access li:hover > a, +#access a:focus { + background: #f9f9f9; /* Show a solid color for older browsers */ + background: -moz-linear-gradient(#f9f9f9, #e5e5e5); + background: -o-linear-gradient(#f9f9f9, #e5e5e5); + background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */ + background: -webkit-linear-gradient(#f9f9f9, #e5e5e5); + color: #373737; +} +#access ul li:hover > ul { + display: block; +} +#access .current_page_item > a, +#access .current_page_ancestor > a { + font-weight: bold; +} + + + +/* Forms */ +input[type=text], +input[type=password], +textarea { + background: #fafafa; + -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); + box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); + border: 1px solid #ddd; + color: #888; +} +input[type=text]:focus, +textarea:focus { + color: #373737; +} +textarea { + padding-left: 3px; + width: 98%; +} +input[type=text] { + padding: 3px; +} +input#s { + background: url(images/search.png) no-repeat 5px 6px; + -moz-border-radius: 2px; + border-radius: 2px; + font-size: 14px; + height: 22px; + line-height: 1.2em; + padding: 4px 10px 4px 28px; +} +input#searchsubmit { + display: none; +} + +/* Links */ +a { + color: #1982d1; + text-decoration: none; +} +a:focus, +a:active, +a:hover { + text-decoration: underline; +} + +/* INFOWINDOW */ + +.marker-window{ + font-size: 75%; + padding: 1em 1em 2em; +} \ No newline at end of file diff --git a/themes/myMap/tag.php b/themes/myMap/tag.php new file mode 100644 index 0000000..3333fa2 --- /dev/null +++ b/themes/myMap/tag.php @@ -0,0 +1,66 @@ + + +
    +
    +
    + + + +
    ' ); + ?> + + + + + + + + + + + + + + + +
    +
    +

    +
    + +
    +

    + +
    +
    + + + +
    + + + +