attribute definition changes
This commit is contained in:
@@ -58,7 +58,7 @@ INSERT INTO `attribute_groups` (`id`, `category_id`, `name`, `trans_id`) VALUES
|
||||
-- Table cache_attrib
|
||||
SET NAMES 'utf8';
|
||||
TRUNCATE TABLE `cache_attrib`;
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('1', 'Only at night', 'night', '1541', '6', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/night.png', 'resource2/ocstyle/images/attributes/night-no.png', 'resource2/ocstyle/images/attributes/night-disabled.png', 'This geocache can be found at night only - it is a so-called night cache. There may be reflectors which have to be flashlighted and will point to the hiding place, or other special night-caching mechanisms.', '1545', '0', '14', '1', 'Recommended at night');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('1', 'Only at night', 'night', '1541', '6', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/night.png', 'resource2/ocstyle/images/attributes/night-no.png', 'resource2/ocstyle/images/attributes/night-disabled.png', 'This geocache can be found at night only - it is a so-called night cache. There may be reflectors which have to be flashlighted and will point to the hiding place, or other special night-caching mechanisms.', '1545', '0', '52', '1', 'Night Cache');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('6', 'Only loggable at Opencaching', 'oconly', '1345', '8', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/oconly.png', 'resource2/ocstyle/images/attributes/oconly-no.png', 'resource2/ocstyle/images/attributes/oconly-disabled.png', 'This geocache is listed at Opencaching only. This attribute will enable users of other geocaching platforms to find interesting OC caches quickly.', '1546', '0', '106', '1', 'Only loggable at Opencaching');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('7', 'Hyperlink to another caching portal only', 'wwwlink', '1542', '8', '0', '0', '1', '2', 'resource2/ocstyle/images/attributes/wwwlink.png', 'resource2/ocstyle/images/attributes/wwwlink-no.png', 'resource2/ocstyle/images/attributes/wwwlink-disabled.png', '<br /><i>Obsolete: This attribute cannot be assigned to new caches, because it does not fit our current terms of use.</i><br />\r\nThis cache is listed at multiple geocaching sites, and the cache description at Opencaching may be incomplete. Links to the other sites can be included by the cache owner in the listing. Please note that descriptions and status of multiple-listed caches have to be equally maintained at all sites including Opencaching, according to our current terms of use.', '1705', '0', '107', '1', 'Hyperlink to another caching portal only');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('8', 'Letterbox (needs stamp)', 'letter', '1543', '4', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/letter.png', 'resource2/ocstyle/images/attributes/letter-no.png', 'resource2/ocstyle/images/attributes/letter-disabled.png', 'There is a stamp in the cache for stamping your personal logbook, and the cache’s logbook will be stamped with your personal stamp. Take care not to mix up stamps and to leave the cache’s stamp in the cache! Frequently letterboxes can be found without GPS, maybe with a compass and paces from a location - add the \"without GPS\" attribute for those.', '1548', '0', '108', '1', 'Letterbox (needs stamp)');
|
||||
@@ -78,7 +78,7 @@ INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selec
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('22', 'Public phone nearby', 'phone', '1562', '2', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/phone.png', 'resource2/ocstyle/images/attributes/phone-no.png', 'resource2/ocstyle/images/attributes/phone-disabled.png', 'There is a public phone along the way or near the cache. Especially for event caches you should enquire for nearby phones and set this attribute if applicable.', '1632', '0', '29', '1', 'Telephone nearby');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('23', 'First aid available', 'firstaid', '1563', '2', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/firstaid.png', 'resource2/ocstyle/images/attributes/firstaid-no.png', 'resource2/ocstyle/images/attributes/firstaid-disabled.png', 'There is a first aid station, call box, mountain rescue or similar arrangement near the cache. This attribute is useful especially in demanding areas, like climbing caches, cave caches, high mountains or at the water. Check if you can add emergency phone numbers (like a mountain rescue) to your cache listing.', '1633', '0', '123', '1', 'First aid available');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('24', 'Near the parking area', 'car', '1564', '3', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/car.png', 'resource2/ocstyle/images/attributes/car-no.png', 'resource2/ocstyle/images/attributes/car-disabled.png', 'The geocache is located close to a parking area, only a few steps away - it’s a \"cache and dash\".', '1634', '0', '53', '1', 'Park and grab');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('25', 'Long walk', 'hiking', '1565', '3', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/hiking.png', 'resource2/ocstyle/images/attributes/hiking-no.png', 'resource2/ocstyle/images/attributes/hiking-disabled.png', 'This cache requires a long walk - more than 5 km round trip. In the mountains and other steep areas, the distance for a \"long walk\" may be shorter. Walking shoes and appropriate equipment are recommended.', '1635', '0', '125', '1', 'Long walk (5+ km)');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('25', 'Long walk', 'hiking', '1565', '3', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/hiking.png', 'resource2/ocstyle/images/attributes/hiking-no.png', 'resource2/ocstyle/images/attributes/hiking-disabled.png', 'This cache requires a long walk - more than 5 km round trip. In the mountains and other steep areas, the distance for a \"long walk\" may be shorter. Walking shoes and appropriate equipment are recommended.', '1635', '0', '9', '1', 'Significant hike');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('26', 'Swamp or marsh', 'wading', '1566', '3', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/wading.png', 'resource2/ocstyle/images/attributes/wading-no.png', 'resource2/ocstyle/images/attributes/wading-disabled.png', 'This cache requires passing swampy or marshy ground. Wear appropriate clothes. After rainfall, the terrain may be very demanding or not passable at all.', '1636', '0', '11', '1', 'May require wading');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('27', 'Hilly area', 'steep', '1567', '3', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/steep.png', 'resource2/ocstyle/images/attributes/steep-no.png', 'resource2/ocstyle/images/attributes/steep-disabled.png', 'One or more ascents lie between you and the cache.', '1637', '0', '127', '1', 'Hilly area');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('28', 'Some climbing (no gear needed)', 'climbing', '1568', '3', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/climbing.png', 'resource2/ocstyle/images/attributes/climbing-no.png', 'resource2/ocstyle/images/attributes/climbing-disabled.png', 'This cache requires some climbing and you may have to use your hands, but you won’t need climbing gear. Be very careful during rainy weather or before thunderstorms!', '1638', '0', '10', '1', 'Difficult climbing');
|
||||
@@ -5749,13 +5749,13 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1543', 'DE', 'Letterbox (benötigt Stempel)', '2010-09-12 22:55:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1544', 'DE', 'gefährliches Gebiet', '2010-09-12 22:55:05');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1545', 'DE', 'Der Geocache kann nur bei Nacht gel\öst werden und wird deshalb Nachtcache genannt. Zum Beispiel m\üssen Reflektoren mit einer Taschenlampe angeleuchtet werden, die dann den Weg zum Versteck zeigen. Bitte ggf. auch das Attribut \"Taschenlampe\" setzen.', '2010-09-12 22:54:46');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1546', 'DE', 'Der Geocache ist nur bei Opencaching gelistet. Benutzer von anderen Geocache-Datenbanken haben so einen schnellen \Überblick, welche Geocaches sich lohnen n\äher anzusehen.', '2010-09-12 22:54:41');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1546', 'DE', 'Der Geocache ist nur bei Opencaching gelistet. Benutzer von anderen Geocache-Datenbanken haben so einen schnellen \Überblick, welche Geocaches es sich lohnt n\äher anzusehen.', '2010-09-12 22:54:41');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1547', 'DE', 'Dieser Cache ist nicht nur auf Opencaching.de gelistet, sondern auch auf weiteren Portalen. Es gibt einen Link auf die Portale, wenn der Eigent\ümer des Caches in der Beschreibung eine entsprechende Kennung eingetragen hat. Wir weisen darauf hin, dass auch stets auf Opencaching.de die Beschreibungen und der Cachestatus vom Eigent\ümer aktuell gehalten werden m\üssen. Dieses Attribut erm\öglicht es z.B. PDA-Benutzern Geocaches gezielt zu filtern, die keine vollst\ändige Beschreibung enthalten und deshalb nicht unterwegs gel\öst werden k\önnen.', '2010-09-12 22:54:35');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1548', 'DE', 'In dem Beh\älter vor Ort befindet sich ein Stempel, mit dem man sein pers\önliches Logbuch abstempeln kann. Das Logbuch im Geocache wird ebenfalls mit einem pers\önlichen Stempel signiert. Bitte unbedingt darauf achten, dass man den Stempel aus dem Geocache nicht mitnimmt oder tauscht! Die Aufgaben bei Letterboxen sind h\äufig so gestaltet, dass man den Geocache auch ohne GPS-Ger\ät finden kann - wie bei einer klassichen Schnitzeljagd. Dann bitte auch das Attribut \"ohne GPS\" angeben.', '2010-09-12 22:55:27');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1548', 'DE', 'In dem Beh\älter vor Ort befindet sich ein Stempel, mit dem man sein pers\önliches Logbuch abstempeln kann. Das Logbuch im Geocache wird ebenfalls mit einem pers\önlichen Stempel signiert. Bitte achte unbedingt darauf, dass du den Stempel aus dem Geocache nicht mitnimmst oder tauschst! Die Aufgaben bei Letterboxen sind h\äufig so gestaltet, dass man den Geocache auch ohne GPS-Ger\ät finden kann - wie bei einer klassichen Schnitzeljagd. Dann bitte auch das Attribut \"ohne GPS\" angeben.', '2010-09-12 22:55:27');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1549', 'DE', 'In dem Gebiet, wo der Geocache versteckt wurde, ist mit Gefahren zu rechnen. Mit diesem Attribut kann man auch auf Gefahren aufmerksam machen, die nicht auf den ersten Blick offensichtlich sind. Das k\önnen z.B. stark befahrene Stra\ßen, steile Abh\änge oder Steinschlag sein. Deshalb sollte man bei Geocaching-Touren mit Kindern oder gr\ö\ßeren Gruppen entsprechende Vorsichtsma\ßnahmen ergreifen und je nachdem auch auf die Witterung achten (z.B. Regen bei steilen Abh\ängen). N\äheres zu den Gefahren ist in der Cachebeschreibung erl\äutert.', '2010-09-12 22:53:29');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1550', 'DE', 'aktive Eisenbahnlinien in der Nähe', '2010-09-12 23:13:51');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1550', 'DE', 'aktive Eisenbahnlinie in der Nähe', '2010-09-12 23:13:51');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1551', 'DE', 'Klippen / Felsen', '2010-09-12 23:17:29');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1552', 'DE', 'Jäger', '2010-09-12 23:17:34');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1552', 'DE', 'Jagdgebiet', '2010-09-12 23:17:34');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1553', 'DE', 'Dornen', '2010-09-12 23:17:39');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1554', 'DE', 'Zecken', '2010-09-12 23:17:17');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1555', 'DE', 'Folgen des Bergbaus', '2010-09-12 23:17:25');
|
||||
@@ -5769,7 +5769,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1563', 'DE', 'Erste Hilfe verfügbar', '2010-09-12 23:16:19');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1564', 'DE', 'nahe beim Auto', '2010-09-12 23:16:41');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1565', 'DE', 'längere Wanderung', '2010-09-12 23:16:27');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1566', 'DE', 'sumpfig/matschiges Gelände', '2010-09-12 23:16:36');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1566', 'DE', 'sumpfig/matschiges Gelände / waten', '2010-09-12 23:16:36');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1567', 'DE', 'hügeliges Gelände', '2010-09-12 23:16:46');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1568', 'DE', 'leichtes Klettern (ohne Ausrüstung)', '2010-09-12 23:15:51');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1569', 'DE', 'Schwimmen erforderlich', '2010-09-12 23:15:28');
|
||||
@@ -5785,7 +5785,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1580', 'DE', 'nur tagüber', '2010-09-12 23:15:41');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1581', 'DE', 'nicht bei Hochwasser oder Flut', '2010-09-12 23:15:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1582', 'DE', 'ganzjähig zugänglich', '2010-09-12 23:14:41');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1583', 'DE', 'Brutsaison/Naturschutz', '2010-09-12 23:15:14');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1583', 'DE', 'Brutsaison / Naturschutz', '2010-09-12 23:15:14');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1584', 'DE', 'schneesicheres Versteck', '2010-09-12 23:14:55');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1585', 'DE', 'spezielle Ausrüstung', '2010-09-12 23:14:50');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1586', 'DE', 'Kompass', '2010-09-12 23:14:06');
|
||||
@@ -5798,7 +5798,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1593', 'DE', 'Recherche', '2010-09-12 23:13:56');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1594', 'DE', 'Rätsel', '2010-09-12 23:13:45');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1595', 'DE', 'Rechenaufgabe', '2010-09-12 23:13:41');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1596', 'DE', 'anderer Cache', '2010-09-12 23:13:36');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1596', 'DE', 'sonstiger Cachetyp', '2010-09-12 23:13:36');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1597', 'DE', 'Startbedingungen beim Owner erfragen', '2010-09-12 23:13:31');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1598', 'DE', 'kindgerecht', '2010-10-23 19:05:19');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1599', 'DE', 'In der N\ähe dieses Caches gibt es genutzte Eisenbahnlinien. Bitte seid entsprechend vorsichtig und achtet darauf, abseits von Bahn\überg\ängen keine Gleise zu betreten.', '2010-09-12 23:13:13');
|
||||
@@ -5808,7 +5808,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1603', 'DE', 'Je nach Saison gibt es in dem Gebiet besonders viele Zecken. Es wird daher empfohlen, entsprechend lange Kleidung zu tragen und nach der Cachetour nach Zecken Ausschau zu halten. FSME-Risikogebiete und weitere Informationen zum Thema Zecken k\önnt ihr z.B. auf <a href=\"http://www.meningitis.de\" target=\"_blank\">www.meningitis.de</a> nachsehen.', '2010-09-12 23:12:52');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1604', 'DE', 'Im Wasser', '2010-09-12 23:19:45');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1605', 'DE', 'Dieser Cache ist jederzeit machbar, sowohl am Tage als auch in der Nacht.', '2010-09-12 23:30:34');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1606', 'DE', 'Dieser Cache l\ässt sich nur zu bestimmten Tageszeiten absolvieren. N\ähere Angaben sind in der Beschreibung des Caches zu finden. Der Cache kann zum Beispiel auf einem Gel\ände mit festgelegten Öffnungszeiten versteckt sein.', '2010-09-12 23:30:39');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1606', 'DE', 'Dieser Cache l\ässt sich nur zu bestimmten Tageszeiten absolvieren. N\äheres ist in der Cachebeschreibung angegeben. Der Cache kann zum Beispiel auf einem Gel\ände mit festgelegten Öffnungszeiten versteckt sein.', '2010-09-12 23:30:39');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1607', 'DE', 'Dieser Cache l\ässt sich nur tags\über angehen. Ein Beispiel w\ären Gebiete mit Klippen oder Abgr\ünden. Ein anderes Beispiel sind Orte, an denen die Suche mit Taschenlampen in der Dunkelheit besonders negativ auffallen w\ürde (z.B. Wohngebiete).', '2010-09-12 23:30:29');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1608', 'DE', 'Der Geocache kann nur bei bei niedrigem oder normalem Wasserstand bzw. bei Ebbe gesucht werden. Bei Hochwasser oder Flut ist er unzugänglich.', '2010-09-12 23:30:43');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1609', 'DE', 'Dieser Cache l\ässt sich w\ährend des gesamten Jahres finden, wobei je nach Jahreszeit die Schwierigkeit bei der Suche schwanken kann. Die Schwierigkeit soll bei guten Bedingungen angegeben werden.', '2010-09-12 23:30:47');
|
||||
@@ -5823,8 +5823,8 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1618', 'DE', 'Der Geocache kann \– normalerweise \– nicht ohne ein Wasserfahrzeug gefunden werden. Zum Geocache kann wegen der Entfernung oder Str\ömung nicht geschwommen werden. Details dazu sind in der Beschreibung des Geocaches angegeben.', '2010-09-12 23:29:27');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1619', 'DE', 'F\ür diesen Cache muss vorab nach Informationen gesucht werden. Besonders h\äufig kommt dies bei R\ätselcaches vor.', '2010-09-12 23:29:18');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1620', 'DE', 'Bei diesem Cache sind als Vorarbeit oder w\ährend der Suche R\ätsel zu l\ösen.', '2010-09-12 23:29:13');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1621', 'DE', 'Es m\üssen vorab oder w\ährend der Suche Rechenaufgaben gel\öst werden, die \über das kleine Geocacher 1x1 hinausgehen. Zum Beispiel Mittelpunktberechnungen und Peilungen.', '2010-09-12 23:29:08');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1622', 'DE', 'Dieser Cache passt in keine der bisherigen Kategorien von Caches (Cachearten). Daher gibt dieses Attribut euch die M\öglichkeit, auf besondere Caches aufmerksam zu machen.', '2010-09-12 23:28:58');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1621', 'DE', 'Es m\üssen vorab oder w\ährend der Suche Rechenaufgaben gel\öst werden, die \über das kleine Geocacher 1x1 hinausgehen. Zum Beispiel Mittelpunktberechnungen oder Peilungen.', '2010-09-12 23:29:08');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1622', 'DE', 'Dieser Cache passt in keine der üblichen Kategorien von Caches (Cachearten). Daher gibt dieses Attribut euch die M\öglichkeit, auf besondere Caches aufmerksam zu machen.', '2010-09-12 23:28:58');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1623', 'DE', 'Bei diesem Cache ist es n\ötig, sich vor dem Angehen des Caches beim Eigent\ümer \über die Bedingungen zum Angehen zu informieren. Ein Beispiel w\ären Stadtmeisterschaften.', '2010-09-12 23:28:53');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1624', 'DE', 'Der Geocache ist kindgerecht aufgebaut: Alle Aufgaben sind von Kindern im Alter von 10 bis 12 Jahren selbstständig lösbar und das Gelände ist nicht gefährlich (keine Haupstraßen, Klippen o.ä.). Am Ende des Geocaches ist eine Box mit Tauschgegenständen und die Aufgaben sind interessant aufgebaut.', '2010-09-12 23:28:48');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1625', 'DE', 'Der Cache f\ührt in eine (ehemalige) Bergbauregion. M\öglicherweise bestehen Gefahren durch verst\ürzte Stollenmundl\öcher oder es m\üssen Stollen betreten werden. Entsprechende Ausr\üstung und Vorsicht, besonders bei Dunkelheit, wird empfohlen. Historische Bergwerke stehen m\öglicherweise unter Denkmalschutz.', '2010-09-12 23:43:40');
|
||||
@@ -5835,18 +5835,18 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1630', 'DE', 'W\ährend der Cachetour oder in der N\ähe des Geocaches ist Trinkwasser verf\ügbar. Besonders bei Event-Caches, l\ängeren Multicaches und bei Geocaches wo man vermutlich schmutzig wird (z.B. manche H\öhlencaches), hilft dieses Attribut bei der Planung der Cachetour.', '2010-09-12 23:43:10');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1631', 'DE', 'W\ährend der Cachetour oder in der N\ähe des Geocaches ist eine \öffentliche Toilette verf\ügbar. Besonders bei Event-Caches und bei l\ängeren Multicaches hilft dieses Attribut bei der Planung der Cachetour.', '2010-09-12 23:43:04');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1632', 'DE', 'W\ährend der Cachetour oder in der N\ähe des Geocaches gibt es ein \öffentliches Telefon. Besonders bei Event-Caches sollte gepr\üft werden, ob ein Telefon in der N\ähe verf\ügbar ist, und das Attribut ggf. ausgew\ählt werden.', '2010-09-12 23:42:59');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1633', 'DE', 'In der N\ähe des Caches findet ihr eine Erste Hilfe-Station, Notrufs\äule, Bergwacht oder entsprechende Ausr\üstung. Besonders bei Geocaches in schwierigem Gel\ände ist die Angabe bzw. Pr\üfung dieses Attribut sinnvoll. Z.B. bei Klettercaches, Caches in H\öhlen, im Hochgebirge oder rund um Wildwasserfl\üsse. Es ist auch sinnvoll, die Notrufnummern z.B. der Bergwacht im Cachelisting aufzuf\ühren.', '2010-09-12 23:42:20');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1633', 'DE', 'In der N\ähe des Caches findet ihr eine Erste Hilfe-Station, Notrufs\äule, Bergwacht oder entsprechende Einrichtung. Besonders bei Geocaches in schwierigem Gel\ände ist die Angabe bzw. Pr\üfung dieses Attribut sinnvoll. Z.B. bei Klettercaches, Caches in H\öhlen, im Hochgebirge oder rund um Wildwasserfl\üsse. Es ist auch sinnvoll, die Notrufnummern z.B. der Bergwacht im Cachelisting aufzuf\ühren.', '2010-09-12 23:42:20');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1634', 'DE', 'Der Parkplatz befindet sich in unmittelbarer Nähe zum Geocache. Es sind nicht mehr als einige Schritte notwendig um den Geocache zu finden.', '2010-09-12 23:46:34');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1635', 'DE', 'Bei diesem Cache erwartet euch eine längere Wanderung. Geocaches, bei denen der kürzeste Fußweg vom Parkplatz zum Geocache und zurück weiter als 5 Kilometer ist, sollte man dieses Attribut zuweisen. Im Gebirge und entsprechenden Steigungen ist das Attribut auch bei kürzeren Wegstrecken sinnvoll. Gute Wanderschuhe und entsprechende Ausrüstung empfehlen sich.', '2010-09-12 23:46:20');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1636', 'DE', 'Bei diesem Cache geht es durch sumpfiges oder matschiges Gel\ände. Entsprechende Kleidung wird empfohlen. Nach Regenf\ällen kann das Gel\ände wesentlich schwerer oder \überhaupt nicht begehbar sein.', '2010-09-12 23:42:38');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1636', 'DE', 'Bei diesem Cache geht es durch sumpfiges oder matschiges Gel\ände oder es muss durch flaches Wasser gewatet werden. Entsprechende Kleidung wird empfohlen. Nach Regenf\ällen kann das Gel\ände wesentlich schwerer oder \überhaupt nicht begehbar sein.', '2010-09-12 23:42:38');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1637', 'DE', 'Auf dem Weg zum Geocache bzw. w\ährend der Cachesuche sind eine oder mehrere Steigungen zu \überwinden.', '2010-09-12 23:42:33');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1638', 'DE', 'Während der Cachesuche ist leichtes Klettern notwendig, bei dem man sich z.B. mit den Händen festhalten muss. Gute Trittsicherheit und Schwindelfreiheit empfehlen sich. Es ist jedoch keine Spezialausrüstung notwendig wie z.B. Sicherungsseil, Klettersteigset oder Steigeisen. Besonders bei feuchter Witterung oder vor Gewittern sollte man jedoch mit der entsprechenden Vorsicht handeln.', '2010-09-12 23:45:57');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1638', 'DE', 'Während der Cachesuche ist leichtes Klettern notwendig, bei dem man sich z.B. mit den Händen festhalten muss. Gute Trittsicherheit und Schwindelfreiheit empfehlen sich. Es ist jedoch keine Spezialausrüstung notwendig wie z.B. Sicherungsseil, Klettersteigset oder Steigeisen. Besonders bei feuchter Witterung oder vor Gewittern sollte man mit der entsprechenden Vorsicht handeln.', '2010-09-12 23:45:57');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1639', 'DE', 'Auf dem Weg zum Geocache muss ein Fluß oder See überquert werden. Das Wasser ist tief genug um zu schwimmen. Je nach Örtlichkeit kann auch ein Schlauchboot, Kajak oder ähnliches verwendet werden (näheres ist in der Beschreibung zum Geocache zu finden). Die Entfernung ist aber ohne besondere Ausdauer noch zu schwimmen.', '2010-09-12 23:45:12');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1640', 'DE', 'Der Geocache ist in unmittelbarer N\ähe zu einer Sehensw\ürdigkeit versteckt. Das kann ein z.B. sch\öner Aussichtspunkt oder eine gr\ö\ßere Burgruine sein. Ein Besuch w\ürde sich auch ohne besonderen Anlass (den Geocache) lohnen.', '2010-09-12 23:42:16');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1641', 'DE', 'Der Geocache ver\ändert seine Position und ist deshalb nicht immer am gleichen Ort zu finden. Es gibt Varianten, bei denen der Geocache-Besitzer den Geocache regelm\ä\ßig an anderen Orten versteckt, oder der Finder den Geocache an einem neuen Ort versteckt. Danach muss durch den Besitzer jeweils die Beschreibung aktualisiert werden.', '2010-09-12 23:41:49');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1641', 'DE', 'Der Geocache ver\ändert seine Position und ist deshalb nicht immer am gleichen Ort zu finden. Es gibt Varianten, bei denen der Geocache-Besitzer den Geocache regelm\ä\ßig an anderen Orten versteckt, oder der Finder den Geocache an einem neuen Ort versteckt. Danach muss der Besitzer jeweils die Beschreibung aktualisieren.', '2010-09-12 23:41:49');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1642', 'DE', 'Am Ziel befindet sich eine Webcam, und für einen Fund muss man das Bild der Webcam von sich selbst aufnehmen, um nachzuweisen, dass man vor Ort war. Manche Webcam-Caches setzen auch weitere Bedingungen, z.B. einen Geocaching-Banner auf dem Bild. Die Webadresse der Webcam ist in der Beschreibung angegeben und erfordert kein Benutzerkonto o.ä., um das Webcam-Bild abzurufen.', '2010-09-12 23:44:51');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1643', 'DE', 'Das Ziel des Geocaches liegt nicht im Freien, sondern zum Beispiel in einem Geb\äude oder einer H\öhle.', '2010-09-12 23:41:36');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1644', 'DE', 'Der Geocache oder eine der Stationen ist im Wasser versteckt. Um die Aufgabe zu l\ösen muss man das Wasser betreten, schwimmen oder tauchen.', '2010-09-12 23:41:31');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1644', 'DE', 'Der Geocache oder eine der Stationen ist im Wasser versteckt. Um die Aufgabe zu l\ösen muss man ggf. das Wasser betreten, schwimmen oder tauchen.', '2010-09-12 23:41:31');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1645', 'DE', 'Dieser Cache l\ässt sich auch ohne GPS-Empf\änger finden. Die Aufgaben sind so gestellt, dass man außer den Startkoordinaten keine weiteren Koordinaten verwenden muss.', '2010-09-12 23:41:26');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1646', 'DE', 'Um zum Cache zu gelangen, müsst ihr entweder einen Eintritt oder eine Parkgebühr bezahlen. Ein Eintrittsgeld könnte z.B. in einem Freizeitpark anfallen. Falls es trotzdem nahegelegene, entgeltfreie Parkmöglichkeiten gibt, möchten wie euch bitten darauf in der Beschreibung hinzuweisen. Bitte beachtet auch die aktuellen Nutzungsbedingungen zum Thema \„kommerzielle Geocaches\“.', '2010-09-12 23:44:25');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1647', 'DE', 'Der Geocache kann nicht mit einer einzigen Tages- oder Nachttour gel\öst werden. Er muss entweder mehrmals angefahren werden oder es muss vor Ort \übernachtet werden. Bei diesem Attribut soll die Zeit f\ür Recherchen vorab nicht ber\ücksichtigt werden, sondern nur die Zeit vor Ort.', '2010-09-12 23:41:07');
|
||||
@@ -5987,7 +5987,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1797', 'DE', 'Versionsgeschichte', '2012-07-08 14:50:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1798', 'DE', 'Verein', '2012-07-08 14:50:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1799', 'DE', 'Nur zu bestimmten Zeiten im Jahr', '2012-10-29 14:28:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1800', 'DE', 'Dieser Cache l\ässt sich nur zu bestimmten Zeite im Jahr absolvieren. N\ähere Angaben sind in der Beschreibung des Caches zu finden. Der Cache kann beispielsweise in einem Maislabyrinth versteckt sein, das nur zwischen Bl\üte- und Erntezeit existiert.', '2012-10-29 14:28:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1800', 'DE', 'Dieser Cache l\ässt sich nur zu bestimmten Zeite im Jahr absolvieren. N\äheres ist in der Cachebeschreibung zu finden. Der Cache kann beispielsweise in einem Maislabyrinth versteckt sein, das nur zwischen Bl\üte- und Erntezeit existiert.', '2012-10-29 14:28:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1801', 'DE', 'Hilfe', '2012-11-09 19:32:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1802', 'DE', 'Warnung: Diese Cachemeldung wird bereits von einem anderen Admin bearbeitet. Bitte sprich dich mit ihm ab, bevor du sie \übernimmst!', '2013-01-30 16:28:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1803', 'DE', 'nano', '2012-11-10 15:56:00');
|
||||
@@ -7299,13 +7299,13 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1563', 'EN', 'First aid available', '2010-09-12 23:16:19');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1564', 'EN', 'Near the parking area', '2010-09-12 23:16:41');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1565', 'EN', 'Long walk', '2010-09-12 23:16:27');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1566', 'EN', 'Swamp or marsh', '2010-09-12 23:16:36');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1566', 'EN', 'Swamp, marsh or wading', '2010-09-12 23:16:36');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1567', 'EN', 'Hilly area', '2010-09-12 23:16:46');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1568', 'EN', 'Some climbing (no gear needed)', '2010-09-12 23:15:51');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1569', 'EN', 'Swimming required', '2010-09-12 23:15:28');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1570', 'EN', 'Point of interest', '2010-09-12 23:16:15');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1571', 'EN', 'Moving target', '2010-09-12 23:15:56');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1572', 'EN', 'Webcam ', '2010-09-12 23:15:32');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1572', 'EN', 'Webcam', '2010-09-12 23:15:32');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1573', 'EN', 'Wihin enclosed rooms (caves, buildings etc.)', '2010-09-12 23:16:05');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1575', 'EN', 'Without GPS (letterboxes, cistes, compass juggling ...)', '2010-09-12 23:15:09');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1576', 'EN', 'Access or parking fee', '2010-09-12 23:15:23');
|
||||
@@ -7339,7 +7339,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1604', 'EN', 'In the water', '2010-09-12 23:19:52');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1605', 'EN', 'This cache can be done both at daylight and at night.', '2010-09-12 23:30:34');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1606', 'EN', 'This cache can be done at certain times of day - see the cache description for more details. For example, the cache may be placed in an area with restricted opening hours.', '2010-09-12 23:30:39');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1607', 'EN', 'This cache shoud be attempted during daylight only. For example, the area may be dangerous and contain cliffs or abysses. Or using flashlights may be unfeasable because it would look suspicious within a residential area.', '2010-09-12 23:30:29');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1607', 'EN', 'This cache shoud be attempted during daylight only. For example, the area may be dangerous and contain cliffs or abysses. Or using flashlights may be inadvisable because it would look suspicious within a residential area.', '2010-09-12 23:30:29');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1608', 'EN', 'This cache can be done only at low or normal water level. At flood or high-tide it is not accessible.', '2010-09-12 23:30:43');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1609', 'EN', 'This cache can be found the whole year round, while difficulty may depend on seasons. Specify difficulty for <i>good</i> conditions.', '2010-09-12 23:30:47');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1610', 'EN', 'Don’t seek this cache during animal breeding season! Please indicate in the cache description which time of year must be avoided. Also, pay attention to the local terms and signs regarding nature protection.', '2010-09-12 23:30:23');
|
||||
@@ -7347,7 +7347,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1612', 'EN', 'You will need special equipment which is not specified by other attributes, e.g. a laser pointer, walkie-talkies or a car jack.', '2010-09-12 23:30:08');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1613', 'EN', 'A compass is required.', '2010-09-12 23:29:32');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1614', 'EN', 'A flashlight is required for finding this cache. Don’t forget spare batteries!', '2010-09-12 23:30:03');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1615', 'EN', 'For this cache, you will need climbing equipment and the knowledge how to use it properly. If you are a beginner, don’t do it alone but use the support of a experienced climber or mountaineer.', '2010-09-12 23:29:40');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1615', 'EN', 'For this cache, you will need climbing equipment and the knowledge how to use it properly. If you are a beginner, don’t do it alone but use the support of an experienced climber or mountaineer.', '2010-09-12 23:29:40');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1616', 'EN', 'This geocache is hidden in a cave, and you should use appropriate equipment to access it. Beware: Even small caves may confront you with unforeseen problems and dangers, like thunder storms (water!) or a sprained ankle. Have advice first from cave-experienced people! Also take care of protected nature; e.g. bat places must not be disturbed.', '2010-09-12 23:29:02');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1617', 'EN', 'You will need diving equipment to find this geocache. The water depth of the cache location is specified in the description. Please note that secure diving requires special training. Without diving experience, you may search this cache in company of a diving teacher.', '2010-09-12 23:29:52');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1618', 'EN', 'This cache usually can be found only using a watercraft. Swimming is impossible because of the distance or currents. See the cache description for more details.', '2010-09-12 23:29:27');
|
||||
@@ -7356,7 +7356,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1621', 'EN', 'Before or while seeking this cache, arithmetical problems must be solved which go beyond very basic calculations.', '2010-09-12 23:29:08');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1622', 'EN', 'This is none of the standard, pre-defined types of cache. Use this attribute for special, unusual caches.', '2010-09-12 23:28:58');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1623', 'EN', 'Before doing this cache, you must ask the owner for the starting conditions. E.g. the cache may be linked to certain events at varying dates.', '2010-09-12 23:28:53');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1624', 'EN', 'This geocache is suitable for children. All challenges can be solved by child in the age of 10 to 12 years and the terrain has no risks (like highways, abysms). There is a large geocache container with trading items inside and the challanges are interesting.', '2010-09-12 23:28:48');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1624', 'EN', 'This geocache is suitable for children. All challenges can be solved by child in the age of 10 to 12 years and the terrain has no risks (like highways, abysms). There should be a large geocache container with trading items inside and the challanges are interesting.', '2010-09-12 23:28:48');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1625', 'EN', 'This cache leads into a (former) mining area. There may be dangers by collapsing adits, or you may need to enter adits. Be careful and use appropriate equipment, especially in the dark. Old mines may be covered by historic preservation.', '2010-09-12 23:43:40');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1626', 'EN', 'There are poisonous plants near the cache. Take care and prevent children and dogs from touching or eating them.', '2010-09-12 23:43:45');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1627', 'EN', 'The area is inhabited by possibly dangerous animals, e.g. rabies areas, venomous snakes, scorpions or bears.', '2010-09-12 23:43:35');
|
||||
@@ -7368,15 +7368,15 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1633', 'EN', 'There is a first aid station, call box, mountain rescue or similar arrangement near the cache. This attribute is useful especially in demanding areas, like climbing caches, cave caches, high mountains or at the water. Check if you can add emergency phone numbers (like a mountain rescue) to your cache listing.', '2010-09-12 23:42:20');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1634', 'EN', 'The geocache is located close to a parking area, only a few steps away - it’s a \"cache and dash\".', '2010-09-12 23:42:28');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1635', 'EN', 'This cache requires a long walk - more than 5 km round trip. In the mountains and other steep areas, the distance for a \"long walk\" may be shorter. Walking shoes and appropriate equipment are recommended.', '2010-09-12 23:42:50');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1636', 'EN', 'This cache requires passing swampy or marshy ground. Wear appropriate clothes. After rainfall, the terrain may be very demanding or not passable at all.', '2010-09-12 23:42:38');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1636', 'EN', 'This cache requires passing swampy or marshy ground or wading through shallow water. Wear appropriate clothes. After rainfall, the terrain may be very demanding or not passable at all.', '2010-09-12 23:42:38');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1637', 'EN', 'One or more ascents lie between you and the cache.', '2010-09-12 23:42:33');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1638', 'EN', 'This cache requires some climbing and you may have to use your hands, but you won’t need climbing gear. Be very careful during rainy weather or before thunderstorms!', '2010-09-12 23:41:57');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1639', 'EN', 'This cache requires crossing a river or a lake. The water is steep ', '2010-09-12 23:42:11');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1639', 'EN', 'This cache requires crossing a river or a lake. The water is steep.', '2010-09-12 23:42:11');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1640', 'EN', 'There is a point of interest at the cache, like a nice scenic overlook or a larger castle ruin. This place is worth visiting it even without a geocache nearby.', '2010-09-12 23:42:16');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1641', 'EN', 'This geocache is moving around. For example, the owner might regularly move the cache from one place to another, or the finders will do this task and post new coordinates in their log entries. The owner must update coordinates in the cache description after each move.', '2010-09-12 23:41:49');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1642', 'EN', 'There is a webcam at the target location. You must record a webcam picture of your visit and include it in your \"found\" log entry. There may be additional requirements like a geocaching banner on the photo. The webcam’s address is included in the cache description, and it must be publicly accessible, i.e. no user account or similar is required.', '2010-09-12 23:41:44');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1643', 'EN', 'This geocache is not hidden in the open air, but within a building, a cave or similar.', '2010-09-12 23:41:36');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1644', 'EN', 'This cache or one of the stages is placed underwater. You will have to enter the water, swim or dive.', '2010-09-12 23:41:31');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1644', 'EN', 'This cache or one of the stages is placed underwater. You may have to enter the water, swim or dive.', '2010-09-12 23:41:31');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1645', 'EN', 'This cache can be found without a GPS device. No additional coordinates are used besides of the starting coordinates.', '2010-09-12 23:41:26');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1646', 'EN', 'You must pay an access or parking fee to access this cache, e.g. if the cache is located within a theme park. If there are alternative free parking areas nearby, please include them in the cache description. Please note our current terms of use regarding \"commercial geocaches\".', '2010-09-12 23:41:20');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1647', 'EN', 'This cache cannot be done within a single day or a single night. You will have to visit the location for more than one time, our you must stay overnight. Preparation time is not included in this calculation, but only the time on site.', '2010-09-12 23:41:07');
|
||||
@@ -8840,7 +8840,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1610', 'ES', '¡No intente esta cache durante la temporada de cría de los animales! Por favor, indique en la descripción del cache de la época del año debe ser evitado. Preste atención también a las condiciones o signos en cuanto al respeto por la naturaleza.', '2010-12-09 00:18:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1611', 'ES', 'Este cache también se puede encontrar después de fuertes nevadas. Todas las fases y geocaches se esconde en lugares seguros para la caída de la nieve, no será cubierto por acumulaciones de nieve.', '2010-12-09 00:18:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1612', 'ES', 'Necesitarás un equipo especial no especificado por otros atributos, tales como un puntero láser, walkie-talkie, gato de coche.', '2010-12-09 00:18:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1613', 'ES', 'Se necesita una brújula', '2010-12-09 00:18:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1613', 'ES', 'Se necesita una brújula.', '2010-12-09 00:18:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1614', 'ES', 'Es necesario una linterna para encontrar este cache. ¡No se olvide de las baterías de repuesto!', '2010-12-09 00:18:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1615', 'ES', 'Para este cache, tendrá que utilizar los equipos y saber cómo utilizarlo correctamente. Si usted es un principiante, no lo haga solos, sino que utiliza el apoyo de un experimentado escalador o alpinista.', '2010-12-09 00:18:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1616', 'ES', 'Este geocache está escondido en una cueva, y se debe utilizar el equipo adecuado para acceder a ella. Tenga en cuenta que incluso las pequeñas cuevas pueden prever los problemas imprevistos y peligros, como durante las tormentas o con un esguince de tobillo. ¡Acceda con personas experimentadas en cuevas! También debe protegerse la naturaleza sobre todo en esos lugares donde los murciélagos no deben ser molestados.', '2010-12-09 00:18:00');
|
||||
@@ -8864,7 +8864,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1634', 'ES', 'El geocache se encuentra cerca de un parking, a poca distancia.', '2010-12-09 00:18:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1635', 'ES', 'Esta cache requiere una larga caminata - más de 5 kilometros de ida y vuelta. En las montañas escarpadas o en otras áreas. Recomendados calzado para caminar y equipo adecuado.', '2010-12-09 00:18:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1636', 'ES', 'Esta cache requiere la superación de pantanos. Usar ropa apropiada. Después de la lluvia, el suelo puede ser difícil o no factible.', '2010-12-09 00:18:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1637', 'ES', 'Una o más pendientes para acceder al cache', '2010-12-09 00:18:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1637', 'ES', 'Una o más pendientes para acceder al cache.', '2010-12-09 00:18:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1638', 'ES', 'Esta cache requiere un poco de escalada y puede ser necesario usar las manos, pero no es necesario material de montaña. ¡Tenga mucho cuidado durante la temporada de lluvias.!', '2010-12-09 00:18:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1639', 'ES', 'Esta cache requiere cruzar un río o un lago. El agua es lo suficientemente profundo para nadar. Puede utilizar un barco, pero la distancia es lo suficientemente corto como para ser asequible para un nadador.', '2010-12-09 00:18:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1640', 'ES', 'Hay un monumento cerca del cache, como un paisaje hermoso o un castillo en ruinas. Este lugar es digno de visitar, incluso sin un geocache cerca.', '2010-12-09 00:18:00');
|
||||
@@ -12248,4 +12248,4 @@ TRUNCATE TABLE `watches_waitingtypes`;
|
||||
INSERT INTO `watches_waitingtypes` (`id`, `watchtype`) VALUES ('1', 'ownerlog');
|
||||
INSERT INTO `watches_waitingtypes` (`id`, `watchtype`) VALUES ('2', 'cache_watches');
|
||||
|
||||
INSERT INTO `sysconfig` (`name`, `value`) VALUES ('datasql_checksum', '88b0f8e8be0b5c08fc220e648d5515c7') ON DUPLICATE KEY UPDATE `value`='88b0f8e8be0b5c08fc220e648d5515c7';
|
||||
INSERT INTO `sysconfig` (`name`, `value`) VALUES ('datasql_checksum', '88b0f8e8be0b5c08fc220e648d5515c7') ON DUPLICATE KEY UPDATE `value`='88b0f8e8be0b5c08fc220e648d5515c7';
|
||||
|
||||
Reference in New Issue
Block a user